recovery_store_sharding_info_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: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetRecoveryStoreShardingInfosDescriptor

type BatchGetRecoveryStoreShardingInfosDescriptor struct{}

func GetBatchGetRecoveryStoreShardingInfosDescriptor

func GetBatchGetRecoveryStoreShardingInfosDescriptor() *BatchGetRecoveryStoreShardingInfosDescriptor

func (*BatchGetRecoveryStoreShardingInfosDescriptor) GetApiDescriptor

func (*BatchGetRecoveryStoreShardingInfosDescriptor) GetApiName

func (*BatchGetRecoveryStoreShardingInfosDescriptor) GetClientMsgReflectHandle

func (*BatchGetRecoveryStoreShardingInfosDescriptor) GetFullMethodName

func (*BatchGetRecoveryStoreShardingInfosDescriptor) GetMethodName

func (*BatchGetRecoveryStoreShardingInfosDescriptor) GetProtoPkgName

func (*BatchGetRecoveryStoreShardingInfosDescriptor) GetResourceDescriptor

func (*BatchGetRecoveryStoreShardingInfosDescriptor) GetServerMsgReflectHandle

func (*BatchGetRecoveryStoreShardingInfosDescriptor) GetServiceDomain

func (*BatchGetRecoveryStoreShardingInfosDescriptor) GetServiceVersion

func (*BatchGetRecoveryStoreShardingInfosDescriptor) GetVerb

func (*BatchGetRecoveryStoreShardingInfosDescriptor) HasResource

func (*BatchGetRecoveryStoreShardingInfosDescriptor) IsClientStream

func (*BatchGetRecoveryStoreShardingInfosDescriptor) IsCollection

func (*BatchGetRecoveryStoreShardingInfosDescriptor) IsPlural

func (*BatchGetRecoveryStoreShardingInfosDescriptor) IsServerStream

func (*BatchGetRecoveryStoreShardingInfosDescriptor) IsUnary

func (*BatchGetRecoveryStoreShardingInfosDescriptor) NewEmptyClientMsg

func (*BatchGetRecoveryStoreShardingInfosDescriptor) NewEmptyServerMsg

func (*BatchGetRecoveryStoreShardingInfosDescriptor) RequestHasResourceBody

func (d *BatchGetRecoveryStoreShardingInfosDescriptor) RequestHasResourceBody() bool

type BatchGetRecoveryStoreShardingInfosDescriptorClientMsgHandle

type BatchGetRecoveryStoreShardingInfosDescriptorClientMsgHandle struct{}

func (*BatchGetRecoveryStoreShardingInfosDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetRecoveryStoreShardingInfosDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetRecoveryStoreShardingInfosDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetRecoveryStoreShardingInfosDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetRecoveryStoreShardingInfosDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetRecoveryStoreShardingInfosDescriptorServerMsgHandle

type BatchGetRecoveryStoreShardingInfosDescriptorServerMsgHandle struct{}

func (*BatchGetRecoveryStoreShardingInfosDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetRecoveryStoreShardingInfosDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*BatchGetRecoveryStoreShardingInfosDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*BatchGetRecoveryStoreShardingInfosDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetRecoveryStoreShardingInfosDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetRecoveryStoreShardingInfosRequest

type BatchGetRecoveryStoreShardingInfosRequest struct {

	// Names of RecoveryStoreShardingInfos
	Names []*recovery_store_sharding_info.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 *recovery_store_sharding_info.RecoveryStoreShardingInfo_FieldMask `` /* 157-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 [BatchGetRecoveryStoreShardingInfos][ntt.monitoring.v3.BatchGetRecoveryStoreShardingInfos]

func (*BatchGetRecoveryStoreShardingInfosRequest) Descriptor

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

Deprecated, Use BatchGetRecoveryStoreShardingInfosRequest.ProtoReflect.Descriptor instead.

func (*BatchGetRecoveryStoreShardingInfosRequest) GetFieldMask

func (*BatchGetRecoveryStoreShardingInfosRequest) GetNames

func (*BatchGetRecoveryStoreShardingInfosRequest) GetView

func (*BatchGetRecoveryStoreShardingInfosRequest) GotenMessage

func (*BatchGetRecoveryStoreShardingInfosRequest) GotenValidate

func (obj *BatchGetRecoveryStoreShardingInfosRequest) GotenValidate() error

func (*BatchGetRecoveryStoreShardingInfosRequest) Marshal

func (*BatchGetRecoveryStoreShardingInfosRequest) MarshalJSON

func (*BatchGetRecoveryStoreShardingInfosRequest) ProtoMessage

func (*BatchGetRecoveryStoreShardingInfosRequest) ProtoReflect

func (*BatchGetRecoveryStoreShardingInfosRequest) Reset

func (*BatchGetRecoveryStoreShardingInfosRequest) SetFieldMask

func (*BatchGetRecoveryStoreShardingInfosRequest) SetNames

func (*BatchGetRecoveryStoreShardingInfosRequest) SetView

func (*BatchGetRecoveryStoreShardingInfosRequest) String

func (*BatchGetRecoveryStoreShardingInfosRequest) Unmarshal

func (*BatchGetRecoveryStoreShardingInfosRequest) UnmarshalJSON

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

type BatchGetRecoveryStoreShardingInfosResponse

type BatchGetRecoveryStoreShardingInfosResponse struct {

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

BatchGetRecoveryStoreShardingInfosResponse

func (*BatchGetRecoveryStoreShardingInfosResponse) Descriptor

Deprecated, Use BatchGetRecoveryStoreShardingInfosResponse.ProtoReflect.Descriptor instead.

func (*BatchGetRecoveryStoreShardingInfosResponse) GetMissing

func (*BatchGetRecoveryStoreShardingInfosResponse) GetRecoveryStoreShardingInfos

func (*BatchGetRecoveryStoreShardingInfosResponse) GotenMessage

func (*BatchGetRecoveryStoreShardingInfosResponse) GotenValidate

func (*BatchGetRecoveryStoreShardingInfosResponse) Marshal

func (*BatchGetRecoveryStoreShardingInfosResponse) MarshalJSON

func (*BatchGetRecoveryStoreShardingInfosResponse) ProtoMessage

func (*BatchGetRecoveryStoreShardingInfosResponse) ProtoReflect

func (*BatchGetRecoveryStoreShardingInfosResponse) Reset

func (*BatchGetRecoveryStoreShardingInfosResponse) SetMissing

func (*BatchGetRecoveryStoreShardingInfosResponse) SetRecoveryStoreShardingInfos

func (*BatchGetRecoveryStoreShardingInfosResponse) String

func (*BatchGetRecoveryStoreShardingInfosResponse) Unmarshal

func (*BatchGetRecoveryStoreShardingInfosResponse) UnmarshalJSON

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

type CreateRecoveryStoreShardingInfoDescriptor

type CreateRecoveryStoreShardingInfoDescriptor struct{}

func GetCreateRecoveryStoreShardingInfoDescriptor

func GetCreateRecoveryStoreShardingInfoDescriptor() *CreateRecoveryStoreShardingInfoDescriptor

func (*CreateRecoveryStoreShardingInfoDescriptor) GetApiDescriptor

func (*CreateRecoveryStoreShardingInfoDescriptor) GetApiName

func (*CreateRecoveryStoreShardingInfoDescriptor) GetClientMsgReflectHandle

func (*CreateRecoveryStoreShardingInfoDescriptor) GetFullMethodName

func (d *CreateRecoveryStoreShardingInfoDescriptor) GetFullMethodName() string

func (*CreateRecoveryStoreShardingInfoDescriptor) GetMethodName

func (*CreateRecoveryStoreShardingInfoDescriptor) GetProtoPkgName

func (*CreateRecoveryStoreShardingInfoDescriptor) GetResourceDescriptor

func (*CreateRecoveryStoreShardingInfoDescriptor) GetServerMsgReflectHandle

func (*CreateRecoveryStoreShardingInfoDescriptor) GetServiceDomain

func (d *CreateRecoveryStoreShardingInfoDescriptor) GetServiceDomain() string

func (*CreateRecoveryStoreShardingInfoDescriptor) GetServiceVersion

func (d *CreateRecoveryStoreShardingInfoDescriptor) GetServiceVersion() string

func (*CreateRecoveryStoreShardingInfoDescriptor) GetVerb

func (*CreateRecoveryStoreShardingInfoDescriptor) HasResource

func (*CreateRecoveryStoreShardingInfoDescriptor) IsClientStream

func (d *CreateRecoveryStoreShardingInfoDescriptor) IsClientStream() bool

func (*CreateRecoveryStoreShardingInfoDescriptor) IsCollection

func (*CreateRecoveryStoreShardingInfoDescriptor) IsPlural

func (*CreateRecoveryStoreShardingInfoDescriptor) IsServerStream

func (d *CreateRecoveryStoreShardingInfoDescriptor) IsServerStream() bool

func (*CreateRecoveryStoreShardingInfoDescriptor) IsUnary

func (*CreateRecoveryStoreShardingInfoDescriptor) NewEmptyClientMsg

func (*CreateRecoveryStoreShardingInfoDescriptor) NewEmptyServerMsg

func (*CreateRecoveryStoreShardingInfoDescriptor) RequestHasResourceBody

func (d *CreateRecoveryStoreShardingInfoDescriptor) RequestHasResourceBody() bool

type CreateRecoveryStoreShardingInfoDescriptorClientMsgHandle

type CreateRecoveryStoreShardingInfoDescriptorClientMsgHandle struct{}

func (*CreateRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractCollectionName

func (*CreateRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceName

func (*CreateRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceNames

type CreateRecoveryStoreShardingInfoDescriptorServerMsgHandle

type CreateRecoveryStoreShardingInfoDescriptorServerMsgHandle struct{}

func (*CreateRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractCollectionName

func (*CreateRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*CreateRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*CreateRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceName

func (*CreateRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceNames

type CreateRecoveryStoreShardingInfoRequest

type CreateRecoveryStoreShardingInfoRequest struct {

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

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

func (*CreateRecoveryStoreShardingInfoRequest) Descriptor

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

Deprecated, Use CreateRecoveryStoreShardingInfoRequest.ProtoReflect.Descriptor instead.

func (*CreateRecoveryStoreShardingInfoRequest) GetParent

func (*CreateRecoveryStoreShardingInfoRequest) GetRecoveryStoreShardingInfo

func (*CreateRecoveryStoreShardingInfoRequest) GotenMessage

func (*CreateRecoveryStoreShardingInfoRequest) GotenValidate

func (obj *CreateRecoveryStoreShardingInfoRequest) GotenValidate() error

func (*CreateRecoveryStoreShardingInfoRequest) Marshal

func (*CreateRecoveryStoreShardingInfoRequest) MarshalJSON

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

func (*CreateRecoveryStoreShardingInfoRequest) ProtoMessage

func (*CreateRecoveryStoreShardingInfoRequest) ProtoReflect

func (*CreateRecoveryStoreShardingInfoRequest) Reset

func (*CreateRecoveryStoreShardingInfoRequest) SetParent

func (*CreateRecoveryStoreShardingInfoRequest) SetRecoveryStoreShardingInfo

func (*CreateRecoveryStoreShardingInfoRequest) String

func (*CreateRecoveryStoreShardingInfoRequest) Unmarshal

func (*CreateRecoveryStoreShardingInfoRequest) UnmarshalJSON

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

type DeleteRecoveryStoreShardingInfoDescriptor

type DeleteRecoveryStoreShardingInfoDescriptor struct{}

func GetDeleteRecoveryStoreShardingInfoDescriptor

func GetDeleteRecoveryStoreShardingInfoDescriptor() *DeleteRecoveryStoreShardingInfoDescriptor

func (*DeleteRecoveryStoreShardingInfoDescriptor) GetApiDescriptor

func (*DeleteRecoveryStoreShardingInfoDescriptor) GetApiName

func (*DeleteRecoveryStoreShardingInfoDescriptor) GetClientMsgReflectHandle

func (*DeleteRecoveryStoreShardingInfoDescriptor) GetFullMethodName

func (d *DeleteRecoveryStoreShardingInfoDescriptor) GetFullMethodName() string

func (*DeleteRecoveryStoreShardingInfoDescriptor) GetMethodName

func (*DeleteRecoveryStoreShardingInfoDescriptor) GetProtoPkgName

func (*DeleteRecoveryStoreShardingInfoDescriptor) GetResourceDescriptor

func (*DeleteRecoveryStoreShardingInfoDescriptor) GetServerMsgReflectHandle

func (*DeleteRecoveryStoreShardingInfoDescriptor) GetServiceDomain

func (d *DeleteRecoveryStoreShardingInfoDescriptor) GetServiceDomain() string

func (*DeleteRecoveryStoreShardingInfoDescriptor) GetServiceVersion

func (d *DeleteRecoveryStoreShardingInfoDescriptor) GetServiceVersion() string

func (*DeleteRecoveryStoreShardingInfoDescriptor) GetVerb

func (*DeleteRecoveryStoreShardingInfoDescriptor) HasResource

func (*DeleteRecoveryStoreShardingInfoDescriptor) IsClientStream

func (d *DeleteRecoveryStoreShardingInfoDescriptor) IsClientStream() bool

func (*DeleteRecoveryStoreShardingInfoDescriptor) IsCollection

func (*DeleteRecoveryStoreShardingInfoDescriptor) IsPlural

func (*DeleteRecoveryStoreShardingInfoDescriptor) IsServerStream

func (d *DeleteRecoveryStoreShardingInfoDescriptor) IsServerStream() bool

func (*DeleteRecoveryStoreShardingInfoDescriptor) IsUnary

func (*DeleteRecoveryStoreShardingInfoDescriptor) NewEmptyClientMsg

func (*DeleteRecoveryStoreShardingInfoDescriptor) NewEmptyServerMsg

func (*DeleteRecoveryStoreShardingInfoDescriptor) RequestHasResourceBody

func (d *DeleteRecoveryStoreShardingInfoDescriptor) RequestHasResourceBody() bool

type DeleteRecoveryStoreShardingInfoDescriptorClientMsgHandle

type DeleteRecoveryStoreShardingInfoDescriptorClientMsgHandle struct{}

func (*DeleteRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractCollectionName

func (*DeleteRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceName

func (*DeleteRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceNames

type DeleteRecoveryStoreShardingInfoDescriptorServerMsgHandle

type DeleteRecoveryStoreShardingInfoDescriptorServerMsgHandle struct{}

func (*DeleteRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractCollectionName

func (*DeleteRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*DeleteRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*DeleteRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceName

func (*DeleteRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceNames

type DeleteRecoveryStoreShardingInfoRequest

type DeleteRecoveryStoreShardingInfoRequest struct {

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

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

func (*DeleteRecoveryStoreShardingInfoRequest) Descriptor

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

Deprecated, Use DeleteRecoveryStoreShardingInfoRequest.ProtoReflect.Descriptor instead.

func (*DeleteRecoveryStoreShardingInfoRequest) GetName

func (*DeleteRecoveryStoreShardingInfoRequest) GotenMessage

func (*DeleteRecoveryStoreShardingInfoRequest) GotenValidate

func (obj *DeleteRecoveryStoreShardingInfoRequest) GotenValidate() error

func (*DeleteRecoveryStoreShardingInfoRequest) Marshal

func (*DeleteRecoveryStoreShardingInfoRequest) MarshalJSON

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

func (*DeleteRecoveryStoreShardingInfoRequest) ProtoMessage

func (*DeleteRecoveryStoreShardingInfoRequest) ProtoReflect

func (*DeleteRecoveryStoreShardingInfoRequest) Reset

func (*DeleteRecoveryStoreShardingInfoRequest) SetName

func (*DeleteRecoveryStoreShardingInfoRequest) String

func (*DeleteRecoveryStoreShardingInfoRequest) Unmarshal

func (*DeleteRecoveryStoreShardingInfoRequest) UnmarshalJSON

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

type GetRecoveryStoreShardingInfoDescriptor

type GetRecoveryStoreShardingInfoDescriptor struct{}

func GetGetRecoveryStoreShardingInfoDescriptor

func GetGetRecoveryStoreShardingInfoDescriptor() *GetRecoveryStoreShardingInfoDescriptor

func (*GetRecoveryStoreShardingInfoDescriptor) GetApiDescriptor

func (*GetRecoveryStoreShardingInfoDescriptor) GetApiName

func (*GetRecoveryStoreShardingInfoDescriptor) GetClientMsgReflectHandle

func (*GetRecoveryStoreShardingInfoDescriptor) GetFullMethodName

func (d *GetRecoveryStoreShardingInfoDescriptor) GetFullMethodName() string

func (*GetRecoveryStoreShardingInfoDescriptor) GetMethodName

func (*GetRecoveryStoreShardingInfoDescriptor) GetProtoPkgName

func (d *GetRecoveryStoreShardingInfoDescriptor) GetProtoPkgName() string

func (*GetRecoveryStoreShardingInfoDescriptor) GetResourceDescriptor

func (*GetRecoveryStoreShardingInfoDescriptor) GetServerMsgReflectHandle

func (*GetRecoveryStoreShardingInfoDescriptor) GetServiceDomain

func (d *GetRecoveryStoreShardingInfoDescriptor) GetServiceDomain() string

func (*GetRecoveryStoreShardingInfoDescriptor) GetServiceVersion

func (d *GetRecoveryStoreShardingInfoDescriptor) GetServiceVersion() string

func (*GetRecoveryStoreShardingInfoDescriptor) GetVerb

func (*GetRecoveryStoreShardingInfoDescriptor) HasResource

func (*GetRecoveryStoreShardingInfoDescriptor) IsClientStream

func (d *GetRecoveryStoreShardingInfoDescriptor) IsClientStream() bool

func (*GetRecoveryStoreShardingInfoDescriptor) IsCollection

func (d *GetRecoveryStoreShardingInfoDescriptor) IsCollection() bool

func (*GetRecoveryStoreShardingInfoDescriptor) IsPlural

func (*GetRecoveryStoreShardingInfoDescriptor) IsServerStream

func (d *GetRecoveryStoreShardingInfoDescriptor) IsServerStream() bool

func (*GetRecoveryStoreShardingInfoDescriptor) IsUnary

func (*GetRecoveryStoreShardingInfoDescriptor) NewEmptyClientMsg

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

func (*GetRecoveryStoreShardingInfoDescriptor) NewEmptyServerMsg

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

func (*GetRecoveryStoreShardingInfoDescriptor) RequestHasResourceBody

func (d *GetRecoveryStoreShardingInfoDescriptor) RequestHasResourceBody() bool

type GetRecoveryStoreShardingInfoDescriptorClientMsgHandle

type GetRecoveryStoreShardingInfoDescriptorClientMsgHandle struct{}

func (*GetRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractCollectionName

func (*GetRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceName

func (*GetRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceNames

type GetRecoveryStoreShardingInfoDescriptorServerMsgHandle

type GetRecoveryStoreShardingInfoDescriptorServerMsgHandle struct{}

func (*GetRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractCollectionName

func (*GetRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*GetRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*GetRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceName

func (*GetRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceNames

type GetRecoveryStoreShardingInfoRequest

type GetRecoveryStoreShardingInfoRequest struct {

	// Name of ntt.monitoring.v3.RecoveryStoreShardingInfo
	Name *recovery_store_sharding_info.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 *recovery_store_sharding_info.RecoveryStoreShardingInfo_FieldMask `` /* 157-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 [GetRecoveryStoreShardingInfo][ntt.monitoring.v3.GetRecoveryStoreShardingInfo]

func (*GetRecoveryStoreShardingInfoRequest) Descriptor

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

Deprecated, Use GetRecoveryStoreShardingInfoRequest.ProtoReflect.Descriptor instead.

func (*GetRecoveryStoreShardingInfoRequest) GetFieldMask

func (*GetRecoveryStoreShardingInfoRequest) GetName

func (*GetRecoveryStoreShardingInfoRequest) GetView

func (*GetRecoveryStoreShardingInfoRequest) GotenMessage

func (*GetRecoveryStoreShardingInfoRequest) GotenMessage()

func (*GetRecoveryStoreShardingInfoRequest) GotenValidate

func (obj *GetRecoveryStoreShardingInfoRequest) GotenValidate() error

func (*GetRecoveryStoreShardingInfoRequest) Marshal

func (*GetRecoveryStoreShardingInfoRequest) MarshalJSON

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

func (*GetRecoveryStoreShardingInfoRequest) ProtoMessage

func (*GetRecoveryStoreShardingInfoRequest) ProtoMessage()

func (*GetRecoveryStoreShardingInfoRequest) ProtoReflect

func (*GetRecoveryStoreShardingInfoRequest) Reset

func (*GetRecoveryStoreShardingInfoRequest) SetFieldMask

func (*GetRecoveryStoreShardingInfoRequest) SetName

func (*GetRecoveryStoreShardingInfoRequest) SetView

func (*GetRecoveryStoreShardingInfoRequest) String

func (*GetRecoveryStoreShardingInfoRequest) Unmarshal

func (*GetRecoveryStoreShardingInfoRequest) UnmarshalJSON

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

type ListRecoveryStoreShardingInfosDescriptor

type ListRecoveryStoreShardingInfosDescriptor struct{}

func GetListRecoveryStoreShardingInfosDescriptor

func GetListRecoveryStoreShardingInfosDescriptor() *ListRecoveryStoreShardingInfosDescriptor

func (*ListRecoveryStoreShardingInfosDescriptor) GetApiDescriptor

func (*ListRecoveryStoreShardingInfosDescriptor) GetApiName

func (*ListRecoveryStoreShardingInfosDescriptor) GetClientMsgReflectHandle

func (*ListRecoveryStoreShardingInfosDescriptor) GetFullMethodName

func (d *ListRecoveryStoreShardingInfosDescriptor) GetFullMethodName() string

func (*ListRecoveryStoreShardingInfosDescriptor) GetMethodName

func (*ListRecoveryStoreShardingInfosDescriptor) GetProtoPkgName

func (d *ListRecoveryStoreShardingInfosDescriptor) GetProtoPkgName() string

func (*ListRecoveryStoreShardingInfosDescriptor) GetResourceDescriptor

func (*ListRecoveryStoreShardingInfosDescriptor) GetServerMsgReflectHandle

func (*ListRecoveryStoreShardingInfosDescriptor) GetServiceDomain

func (d *ListRecoveryStoreShardingInfosDescriptor) GetServiceDomain() string

func (*ListRecoveryStoreShardingInfosDescriptor) GetServiceVersion

func (d *ListRecoveryStoreShardingInfosDescriptor) GetServiceVersion() string

func (*ListRecoveryStoreShardingInfosDescriptor) GetVerb

func (*ListRecoveryStoreShardingInfosDescriptor) HasResource

func (*ListRecoveryStoreShardingInfosDescriptor) IsClientStream

func (d *ListRecoveryStoreShardingInfosDescriptor) IsClientStream() bool

func (*ListRecoveryStoreShardingInfosDescriptor) IsCollection

func (*ListRecoveryStoreShardingInfosDescriptor) IsPlural

func (*ListRecoveryStoreShardingInfosDescriptor) IsServerStream

func (d *ListRecoveryStoreShardingInfosDescriptor) IsServerStream() bool

func (*ListRecoveryStoreShardingInfosDescriptor) IsUnary

func (*ListRecoveryStoreShardingInfosDescriptor) NewEmptyClientMsg

func (*ListRecoveryStoreShardingInfosDescriptor) NewEmptyServerMsg

func (*ListRecoveryStoreShardingInfosDescriptor) RequestHasResourceBody

func (d *ListRecoveryStoreShardingInfosDescriptor) RequestHasResourceBody() bool

type ListRecoveryStoreShardingInfosDescriptorClientMsgHandle

type ListRecoveryStoreShardingInfosDescriptorClientMsgHandle struct{}

func (*ListRecoveryStoreShardingInfosDescriptorClientMsgHandle) ExtractCollectionName

func (*ListRecoveryStoreShardingInfosDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListRecoveryStoreShardingInfosDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListRecoveryStoreShardingInfosDescriptorClientMsgHandle) ExtractResourceName

func (*ListRecoveryStoreShardingInfosDescriptorClientMsgHandle) ExtractResourceNames

type ListRecoveryStoreShardingInfosDescriptorServerMsgHandle

type ListRecoveryStoreShardingInfosDescriptorServerMsgHandle struct{}

func (*ListRecoveryStoreShardingInfosDescriptorServerMsgHandle) ExtractCollectionName

func (*ListRecoveryStoreShardingInfosDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*ListRecoveryStoreShardingInfosDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*ListRecoveryStoreShardingInfosDescriptorServerMsgHandle) ExtractResourceName

func (*ListRecoveryStoreShardingInfosDescriptorServerMsgHandle) ExtractResourceNames

type ListRecoveryStoreShardingInfosRequest

type ListRecoveryStoreShardingInfosRequest struct {

	// Parent name of ntt.monitoring.v3.RecoveryStoreShardingInfo
	Parent *recovery_store_sharding_info.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer RecoveryStoreShardingInfos
	// 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
	// [ListRecoveryStoreShardingInfosResponse.next_page_token][ntt.monitoring.v3.ListRecoveryStoreShardingInfosResponse.next_page_token]
	PageToken *recovery_store_sharding_info.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 *recovery_store_sharding_info.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 *recovery_store_sharding_info.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 *recovery_store_sharding_info.RecoveryStoreShardingInfo_FieldMask `` /* 157-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 [ListRecoveryStoreShardingInfos][ntt.monitoring.v3.ListRecoveryStoreShardingInfos]

func (*ListRecoveryStoreShardingInfosRequest) Descriptor

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

Deprecated, Use ListRecoveryStoreShardingInfosRequest.ProtoReflect.Descriptor instead.

func (*ListRecoveryStoreShardingInfosRequest) GetFieldMask

func (*ListRecoveryStoreShardingInfosRequest) GetFilter

func (*ListRecoveryStoreShardingInfosRequest) GetIncludePagingInfo

func (m *ListRecoveryStoreShardingInfosRequest) GetIncludePagingInfo() bool

func (*ListRecoveryStoreShardingInfosRequest) GetOrderBy

func (*ListRecoveryStoreShardingInfosRequest) GetPageSize

func (*ListRecoveryStoreShardingInfosRequest) GetPageToken

func (*ListRecoveryStoreShardingInfosRequest) GetParent

func (*ListRecoveryStoreShardingInfosRequest) GetView

func (*ListRecoveryStoreShardingInfosRequest) GotenMessage

func (*ListRecoveryStoreShardingInfosRequest) GotenMessage()

func (*ListRecoveryStoreShardingInfosRequest) GotenValidate

func (obj *ListRecoveryStoreShardingInfosRequest) GotenValidate() error

func (*ListRecoveryStoreShardingInfosRequest) Marshal

func (*ListRecoveryStoreShardingInfosRequest) MarshalJSON

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

func (*ListRecoveryStoreShardingInfosRequest) ProtoMessage

func (*ListRecoveryStoreShardingInfosRequest) ProtoMessage()

func (*ListRecoveryStoreShardingInfosRequest) ProtoReflect

func (*ListRecoveryStoreShardingInfosRequest) Reset

func (*ListRecoveryStoreShardingInfosRequest) SetFieldMask

func (*ListRecoveryStoreShardingInfosRequest) SetFilter

func (*ListRecoveryStoreShardingInfosRequest) SetIncludePagingInfo

func (m *ListRecoveryStoreShardingInfosRequest) SetIncludePagingInfo(fv bool)

func (*ListRecoveryStoreShardingInfosRequest) SetOrderBy

func (*ListRecoveryStoreShardingInfosRequest) SetPageSize

func (m *ListRecoveryStoreShardingInfosRequest) SetPageSize(fv int32)

func (*ListRecoveryStoreShardingInfosRequest) SetPageToken

func (*ListRecoveryStoreShardingInfosRequest) SetParent

func (*ListRecoveryStoreShardingInfosRequest) SetView

func (*ListRecoveryStoreShardingInfosRequest) String

func (*ListRecoveryStoreShardingInfosRequest) Unmarshal

func (*ListRecoveryStoreShardingInfosRequest) UnmarshalJSON

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

type ListRecoveryStoreShardingInfosResponse

type ListRecoveryStoreShardingInfosResponse struct {

	// The list of RecoveryStoreShardingInfos
	RecoveryStoreShardingInfos []*recovery_store_sharding_info.RecoveryStoreShardingInfo `` /* 182-byte string literal not displayed */
	// A token to retrieve previous page of results. Pass this value in the
	// [ListRecoveryStoreShardingInfosRequest.page_token][ntt.monitoring.v3.ListRecoveryStoreShardingInfosRequest.page_token]
	PrevPageToken *recovery_store_sharding_info.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListRecoveryStoreShardingInfosRequest.page_token][ntt.monitoring.v3.ListRecoveryStoreShardingInfosRequest.page_token]
	NextPageToken *recovery_store_sharding_info.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 RecoveryStoreShardingInfos 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 [ListRecoveryStoreShardingInfos][ntt.monitoring.v3.ListRecoveryStoreShardingInfos]

func (*ListRecoveryStoreShardingInfosResponse) Descriptor

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

Deprecated, Use ListRecoveryStoreShardingInfosResponse.ProtoReflect.Descriptor instead.

func (*ListRecoveryStoreShardingInfosResponse) GetCurrentOffset

func (m *ListRecoveryStoreShardingInfosResponse) GetCurrentOffset() int32

func (*ListRecoveryStoreShardingInfosResponse) GetNextPageToken

func (*ListRecoveryStoreShardingInfosResponse) GetPrevPageToken

func (*ListRecoveryStoreShardingInfosResponse) GetRecoveryStoreShardingInfos

func (*ListRecoveryStoreShardingInfosResponse) GetTotalResultsCount

func (m *ListRecoveryStoreShardingInfosResponse) GetTotalResultsCount() int32

func (*ListRecoveryStoreShardingInfosResponse) GotenMessage

func (*ListRecoveryStoreShardingInfosResponse) GotenValidate

func (obj *ListRecoveryStoreShardingInfosResponse) GotenValidate() error

func (*ListRecoveryStoreShardingInfosResponse) Marshal

func (*ListRecoveryStoreShardingInfosResponse) MarshalJSON

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

func (*ListRecoveryStoreShardingInfosResponse) ProtoMessage

func (*ListRecoveryStoreShardingInfosResponse) ProtoReflect

func (*ListRecoveryStoreShardingInfosResponse) Reset

func (*ListRecoveryStoreShardingInfosResponse) SetCurrentOffset

func (m *ListRecoveryStoreShardingInfosResponse) SetCurrentOffset(fv int32)

func (*ListRecoveryStoreShardingInfosResponse) SetNextPageToken

func (*ListRecoveryStoreShardingInfosResponse) SetPrevPageToken

func (*ListRecoveryStoreShardingInfosResponse) SetRecoveryStoreShardingInfos

func (*ListRecoveryStoreShardingInfosResponse) SetTotalResultsCount

func (m *ListRecoveryStoreShardingInfosResponse) SetTotalResultsCount(fv int32)

func (*ListRecoveryStoreShardingInfosResponse) String

func (*ListRecoveryStoreShardingInfosResponse) Unmarshal

func (*ListRecoveryStoreShardingInfosResponse) UnmarshalJSON

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

type RecoveryStoreShardingInfoServiceClient

RecoveryStoreShardingInfoServiceClient is the client API for RecoveryStoreShardingInfoService.

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

type RecoveryStoreShardingInfoServiceDescriptor

type RecoveryStoreShardingInfoServiceDescriptor struct{}

func GetRecoveryStoreShardingInfoServiceDescriptor

func GetRecoveryStoreShardingInfoServiceDescriptor() *RecoveryStoreShardingInfoServiceDescriptor

func (*RecoveryStoreShardingInfoServiceDescriptor) AllMethodDescriptors

func (*RecoveryStoreShardingInfoServiceDescriptor) GetApiName

func (*RecoveryStoreShardingInfoServiceDescriptor) GetFullAPIName

func (*RecoveryStoreShardingInfoServiceDescriptor) GetProtoPkgName

func (*RecoveryStoreShardingInfoServiceDescriptor) GetServiceDomain

func (d *RecoveryStoreShardingInfoServiceDescriptor) GetServiceDomain() string

func (*RecoveryStoreShardingInfoServiceDescriptor) GetServiceVersion

func (d *RecoveryStoreShardingInfoServiceDescriptor) GetServiceVersion() string

type UpdateRecoveryStoreShardingInfoDescriptor

type UpdateRecoveryStoreShardingInfoDescriptor struct{}

func GetUpdateRecoveryStoreShardingInfoDescriptor

func GetUpdateRecoveryStoreShardingInfoDescriptor() *UpdateRecoveryStoreShardingInfoDescriptor

func (*UpdateRecoveryStoreShardingInfoDescriptor) GetApiDescriptor

func (*UpdateRecoveryStoreShardingInfoDescriptor) GetApiName

func (*UpdateRecoveryStoreShardingInfoDescriptor) GetClientMsgReflectHandle

func (*UpdateRecoveryStoreShardingInfoDescriptor) GetFullMethodName

func (d *UpdateRecoveryStoreShardingInfoDescriptor) GetFullMethodName() string

func (*UpdateRecoveryStoreShardingInfoDescriptor) GetMethodName

func (*UpdateRecoveryStoreShardingInfoDescriptor) GetProtoPkgName

func (*UpdateRecoveryStoreShardingInfoDescriptor) GetResourceDescriptor

func (*UpdateRecoveryStoreShardingInfoDescriptor) GetServerMsgReflectHandle

func (*UpdateRecoveryStoreShardingInfoDescriptor) GetServiceDomain

func (d *UpdateRecoveryStoreShardingInfoDescriptor) GetServiceDomain() string

func (*UpdateRecoveryStoreShardingInfoDescriptor) GetServiceVersion

func (d *UpdateRecoveryStoreShardingInfoDescriptor) GetServiceVersion() string

func (*UpdateRecoveryStoreShardingInfoDescriptor) GetVerb

func (*UpdateRecoveryStoreShardingInfoDescriptor) HasResource

func (*UpdateRecoveryStoreShardingInfoDescriptor) IsClientStream

func (d *UpdateRecoveryStoreShardingInfoDescriptor) IsClientStream() bool

func (*UpdateRecoveryStoreShardingInfoDescriptor) IsCollection

func (*UpdateRecoveryStoreShardingInfoDescriptor) IsPlural

func (*UpdateRecoveryStoreShardingInfoDescriptor) IsServerStream

func (d *UpdateRecoveryStoreShardingInfoDescriptor) IsServerStream() bool

func (*UpdateRecoveryStoreShardingInfoDescriptor) IsUnary

func (*UpdateRecoveryStoreShardingInfoDescriptor) NewEmptyClientMsg

func (*UpdateRecoveryStoreShardingInfoDescriptor) NewEmptyServerMsg

func (*UpdateRecoveryStoreShardingInfoDescriptor) RequestHasResourceBody

func (d *UpdateRecoveryStoreShardingInfoDescriptor) RequestHasResourceBody() bool

type UpdateRecoveryStoreShardingInfoDescriptorClientMsgHandle

type UpdateRecoveryStoreShardingInfoDescriptorClientMsgHandle struct{}

func (*UpdateRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractCollectionName

func (*UpdateRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceName

func (*UpdateRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceNames

type UpdateRecoveryStoreShardingInfoDescriptorServerMsgHandle

type UpdateRecoveryStoreShardingInfoDescriptorServerMsgHandle struct{}

func (*UpdateRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractCollectionName

func (*UpdateRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*UpdateRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*UpdateRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceName

func (*UpdateRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceNames

type UpdateRecoveryStoreShardingInfoRequest

type UpdateRecoveryStoreShardingInfoRequest struct {

	// RecoveryStoreShardingInfo resource body
	RecoveryStoreShardingInfo *recovery_store_sharding_info.RecoveryStoreShardingInfo `` /* 178-byte string literal not displayed */
	// FieldMask applied to request - change will be applied only for fields in
	// the mask
	UpdateMask *recovery_store_sharding_info.RecoveryStoreShardingInfo_FieldMask `` /* 161-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 *UpdateRecoveryStoreShardingInfoRequest_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 [UpdateRecoveryStoreShardingInfo][ntt.monitoring.v3.UpdateRecoveryStoreShardingInfo]

func (*UpdateRecoveryStoreShardingInfoRequest) Descriptor

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

Deprecated, Use UpdateRecoveryStoreShardingInfoRequest.ProtoReflect.Descriptor instead.

func (*UpdateRecoveryStoreShardingInfoRequest) GetAllowMissing added in v0.12.33

func (m *UpdateRecoveryStoreShardingInfoRequest) GetAllowMissing() bool

func (*UpdateRecoveryStoreShardingInfoRequest) GetCas

func (*UpdateRecoveryStoreShardingInfoRequest) GetRecoveryStoreShardingInfo

func (*UpdateRecoveryStoreShardingInfoRequest) GetUpdateMask

func (*UpdateRecoveryStoreShardingInfoRequest) GotenMessage

func (*UpdateRecoveryStoreShardingInfoRequest) GotenValidate

func (obj *UpdateRecoveryStoreShardingInfoRequest) GotenValidate() error

func (*UpdateRecoveryStoreShardingInfoRequest) Marshal

func (*UpdateRecoveryStoreShardingInfoRequest) MarshalJSON

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

func (*UpdateRecoveryStoreShardingInfoRequest) ProtoMessage

func (*UpdateRecoveryStoreShardingInfoRequest) ProtoReflect

func (*UpdateRecoveryStoreShardingInfoRequest) Reset

func (*UpdateRecoveryStoreShardingInfoRequest) SetAllowMissing added in v0.12.33

func (m *UpdateRecoveryStoreShardingInfoRequest) SetAllowMissing(fv bool)

func (*UpdateRecoveryStoreShardingInfoRequest) SetCas

func (*UpdateRecoveryStoreShardingInfoRequest) SetRecoveryStoreShardingInfo

func (*UpdateRecoveryStoreShardingInfoRequest) SetUpdateMask

func (*UpdateRecoveryStoreShardingInfoRequest) String

func (*UpdateRecoveryStoreShardingInfoRequest) Unmarshal

func (*UpdateRecoveryStoreShardingInfoRequest) UnmarshalJSON

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

type UpdateRecoveryStoreShardingInfoRequest_CAS

type UpdateRecoveryStoreShardingInfoRequest_CAS struct {

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

Deprecated, Use UpdateRecoveryStoreShardingInfoRequest_CAS.ProtoReflect.Descriptor instead.

func (*UpdateRecoveryStoreShardingInfoRequest_CAS) GetConditionalState

func (*UpdateRecoveryStoreShardingInfoRequest_CAS) GetFieldMask

func (*UpdateRecoveryStoreShardingInfoRequest_CAS) GotenMessage

func (*UpdateRecoveryStoreShardingInfoRequest_CAS) GotenValidate

func (*UpdateRecoveryStoreShardingInfoRequest_CAS) Marshal

func (*UpdateRecoveryStoreShardingInfoRequest_CAS) MarshalJSON

func (*UpdateRecoveryStoreShardingInfoRequest_CAS) ProtoMessage

func (*UpdateRecoveryStoreShardingInfoRequest_CAS) ProtoReflect

func (*UpdateRecoveryStoreShardingInfoRequest_CAS) Reset

func (*UpdateRecoveryStoreShardingInfoRequest_CAS) SetConditionalState

func (*UpdateRecoveryStoreShardingInfoRequest_CAS) SetFieldMask

func (*UpdateRecoveryStoreShardingInfoRequest_CAS) String

func (*UpdateRecoveryStoreShardingInfoRequest_CAS) Unmarshal

func (*UpdateRecoveryStoreShardingInfoRequest_CAS) UnmarshalJSON

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

type WatchRecoveryStoreShardingInfoClientStream

type WatchRecoveryStoreShardingInfoClientStream interface {
	Recv() (*WatchRecoveryStoreShardingInfoResponse, error)
	grpc.ClientStream
}

type WatchRecoveryStoreShardingInfoDescriptor

type WatchRecoveryStoreShardingInfoDescriptor struct{}

func GetWatchRecoveryStoreShardingInfoDescriptor

func GetWatchRecoveryStoreShardingInfoDescriptor() *WatchRecoveryStoreShardingInfoDescriptor

func (*WatchRecoveryStoreShardingInfoDescriptor) GetApiDescriptor

func (*WatchRecoveryStoreShardingInfoDescriptor) GetApiName

func (*WatchRecoveryStoreShardingInfoDescriptor) GetClientMsgReflectHandle

func (*WatchRecoveryStoreShardingInfoDescriptor) GetFullMethodName

func (d *WatchRecoveryStoreShardingInfoDescriptor) GetFullMethodName() string

func (*WatchRecoveryStoreShardingInfoDescriptor) GetMethodName

func (*WatchRecoveryStoreShardingInfoDescriptor) GetProtoPkgName

func (d *WatchRecoveryStoreShardingInfoDescriptor) GetProtoPkgName() string

func (*WatchRecoveryStoreShardingInfoDescriptor) GetResourceDescriptor

func (*WatchRecoveryStoreShardingInfoDescriptor) GetServerMsgReflectHandle

func (*WatchRecoveryStoreShardingInfoDescriptor) GetServiceDomain

func (d *WatchRecoveryStoreShardingInfoDescriptor) GetServiceDomain() string

func (*WatchRecoveryStoreShardingInfoDescriptor) GetServiceVersion

func (d *WatchRecoveryStoreShardingInfoDescriptor) GetServiceVersion() string

func (*WatchRecoveryStoreShardingInfoDescriptor) GetVerb

func (*WatchRecoveryStoreShardingInfoDescriptor) HasResource

func (*WatchRecoveryStoreShardingInfoDescriptor) IsClientStream

func (d *WatchRecoveryStoreShardingInfoDescriptor) IsClientStream() bool

func (*WatchRecoveryStoreShardingInfoDescriptor) IsCollection

func (*WatchRecoveryStoreShardingInfoDescriptor) IsPlural

func (*WatchRecoveryStoreShardingInfoDescriptor) IsServerStream

func (d *WatchRecoveryStoreShardingInfoDescriptor) IsServerStream() bool

func (*WatchRecoveryStoreShardingInfoDescriptor) IsUnary

func (*WatchRecoveryStoreShardingInfoDescriptor) NewEmptyClientMsg

func (*WatchRecoveryStoreShardingInfoDescriptor) NewEmptyServerMsg

func (*WatchRecoveryStoreShardingInfoDescriptor) RequestHasResourceBody

func (d *WatchRecoveryStoreShardingInfoDescriptor) RequestHasResourceBody() bool

type WatchRecoveryStoreShardingInfoDescriptorClientMsgHandle

type WatchRecoveryStoreShardingInfoDescriptorClientMsgHandle struct{}

func (*WatchRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceName

func (*WatchRecoveryStoreShardingInfoDescriptorClientMsgHandle) ExtractResourceNames

type WatchRecoveryStoreShardingInfoDescriptorServerMsgHandle

type WatchRecoveryStoreShardingInfoDescriptorServerMsgHandle struct{}

func (*WatchRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceName

func (*WatchRecoveryStoreShardingInfoDescriptorServerMsgHandle) ExtractResourceNames

type WatchRecoveryStoreShardingInfoRequest

type WatchRecoveryStoreShardingInfoRequest struct {

	// Name of ntt.monitoring.v3.RecoveryStoreShardingInfo
	Name *recovery_store_sharding_info.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 *recovery_store_sharding_info.RecoveryStoreShardingInfo_FieldMask `` /* 157-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 [WatchRecoveryStoreShardingInfo][ntt.monitoring.v3.WatchRecoveryStoreShardingInfo]

func (*WatchRecoveryStoreShardingInfoRequest) Descriptor

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

Deprecated, Use WatchRecoveryStoreShardingInfoRequest.ProtoReflect.Descriptor instead.

func (*WatchRecoveryStoreShardingInfoRequest) GetFieldMask

func (*WatchRecoveryStoreShardingInfoRequest) GetName

func (*WatchRecoveryStoreShardingInfoRequest) GetView

func (*WatchRecoveryStoreShardingInfoRequest) GotenMessage

func (*WatchRecoveryStoreShardingInfoRequest) GotenMessage()

func (*WatchRecoveryStoreShardingInfoRequest) GotenValidate

func (obj *WatchRecoveryStoreShardingInfoRequest) GotenValidate() error

func (*WatchRecoveryStoreShardingInfoRequest) Marshal

func (*WatchRecoveryStoreShardingInfoRequest) MarshalJSON

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

func (*WatchRecoveryStoreShardingInfoRequest) ProtoMessage

func (*WatchRecoveryStoreShardingInfoRequest) ProtoMessage()

func (*WatchRecoveryStoreShardingInfoRequest) ProtoReflect

func (*WatchRecoveryStoreShardingInfoRequest) Reset

func (*WatchRecoveryStoreShardingInfoRequest) SetFieldMask

func (*WatchRecoveryStoreShardingInfoRequest) SetName

func (*WatchRecoveryStoreShardingInfoRequest) SetView

func (*WatchRecoveryStoreShardingInfoRequest) String

func (*WatchRecoveryStoreShardingInfoRequest) Unmarshal

func (*WatchRecoveryStoreShardingInfoRequest) UnmarshalJSON

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

type WatchRecoveryStoreShardingInfoResponse

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

WatchRecoveryStoreShardingInfoResponse

func (*WatchRecoveryStoreShardingInfoResponse) Descriptor

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

Deprecated, Use WatchRecoveryStoreShardingInfoResponse.ProtoReflect.Descriptor instead.

func (*WatchRecoveryStoreShardingInfoResponse) GetChange

func (*WatchRecoveryStoreShardingInfoResponse) GotenMessage

func (*WatchRecoveryStoreShardingInfoResponse) GotenValidate

func (obj *WatchRecoveryStoreShardingInfoResponse) GotenValidate() error

func (*WatchRecoveryStoreShardingInfoResponse) Marshal

func (*WatchRecoveryStoreShardingInfoResponse) MarshalJSON

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

func (*WatchRecoveryStoreShardingInfoResponse) ProtoMessage

func (*WatchRecoveryStoreShardingInfoResponse) ProtoReflect

func (*WatchRecoveryStoreShardingInfoResponse) Reset

func (*WatchRecoveryStoreShardingInfoResponse) SetChange

func (*WatchRecoveryStoreShardingInfoResponse) String

func (*WatchRecoveryStoreShardingInfoResponse) Unmarshal

func (*WatchRecoveryStoreShardingInfoResponse) UnmarshalJSON

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

type WatchRecoveryStoreShardingInfosClientStream

type WatchRecoveryStoreShardingInfosClientStream interface {
	Recv() (*WatchRecoveryStoreShardingInfosResponse, error)
	grpc.ClientStream
}

type WatchRecoveryStoreShardingInfosDescriptor

type WatchRecoveryStoreShardingInfosDescriptor struct{}

func GetWatchRecoveryStoreShardingInfosDescriptor

func GetWatchRecoveryStoreShardingInfosDescriptor() *WatchRecoveryStoreShardingInfosDescriptor

func (*WatchRecoveryStoreShardingInfosDescriptor) GetApiDescriptor

func (*WatchRecoveryStoreShardingInfosDescriptor) GetApiName

func (*WatchRecoveryStoreShardingInfosDescriptor) GetClientMsgReflectHandle

func (*WatchRecoveryStoreShardingInfosDescriptor) GetFullMethodName

func (d *WatchRecoveryStoreShardingInfosDescriptor) GetFullMethodName() string

func (*WatchRecoveryStoreShardingInfosDescriptor) GetMethodName

func (*WatchRecoveryStoreShardingInfosDescriptor) GetProtoPkgName

func (*WatchRecoveryStoreShardingInfosDescriptor) GetResourceDescriptor

func (*WatchRecoveryStoreShardingInfosDescriptor) GetServerMsgReflectHandle

func (*WatchRecoveryStoreShardingInfosDescriptor) GetServiceDomain

func (d *WatchRecoveryStoreShardingInfosDescriptor) GetServiceDomain() string

func (*WatchRecoveryStoreShardingInfosDescriptor) GetServiceVersion

func (d *WatchRecoveryStoreShardingInfosDescriptor) GetServiceVersion() string

func (*WatchRecoveryStoreShardingInfosDescriptor) GetVerb

func (*WatchRecoveryStoreShardingInfosDescriptor) HasResource

func (*WatchRecoveryStoreShardingInfosDescriptor) IsClientStream

func (d *WatchRecoveryStoreShardingInfosDescriptor) IsClientStream() bool

func (*WatchRecoveryStoreShardingInfosDescriptor) IsCollection

func (*WatchRecoveryStoreShardingInfosDescriptor) IsPlural

func (*WatchRecoveryStoreShardingInfosDescriptor) IsServerStream

func (d *WatchRecoveryStoreShardingInfosDescriptor) IsServerStream() bool

func (*WatchRecoveryStoreShardingInfosDescriptor) IsUnary

func (*WatchRecoveryStoreShardingInfosDescriptor) NewEmptyClientMsg

func (*WatchRecoveryStoreShardingInfosDescriptor) NewEmptyServerMsg

func (*WatchRecoveryStoreShardingInfosDescriptor) RequestHasResourceBody

func (d *WatchRecoveryStoreShardingInfosDescriptor) RequestHasResourceBody() bool

type WatchRecoveryStoreShardingInfosDescriptorClientMsgHandle

type WatchRecoveryStoreShardingInfosDescriptorClientMsgHandle struct{}

func (*WatchRecoveryStoreShardingInfosDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchRecoveryStoreShardingInfosDescriptorClientMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchRecoveryStoreShardingInfosDescriptorClientMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchRecoveryStoreShardingInfosDescriptorClientMsgHandle) ExtractResourceName

func (*WatchRecoveryStoreShardingInfosDescriptorClientMsgHandle) ExtractResourceNames

type WatchRecoveryStoreShardingInfosDescriptorServerMsgHandle

type WatchRecoveryStoreShardingInfosDescriptorServerMsgHandle struct{}

func (*WatchRecoveryStoreShardingInfosDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchRecoveryStoreShardingInfosDescriptorServerMsgHandle) ExtractResourceBodies added in v1.0.21

func (*WatchRecoveryStoreShardingInfosDescriptorServerMsgHandle) ExtractResourceBody added in v1.0.21

func (*WatchRecoveryStoreShardingInfosDescriptorServerMsgHandle) ExtractResourceName

func (*WatchRecoveryStoreShardingInfosDescriptorServerMsgHandle) ExtractResourceNames

type WatchRecoveryStoreShardingInfosRequest

type WatchRecoveryStoreShardingInfosRequest 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.RecoveryStoreShardingInfo
	Parent *recovery_store_sharding_info.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer RecoveryStoreShardingInfos
	// 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 *recovery_store_sharding_info.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 *recovery_store_sharding_info.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 *recovery_store_sharding_info.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 RecoveryStoreShardingInfo
	// that don't affect any of masked fields won't be sent back.
	FieldMask *recovery_store_sharding_info.RecoveryStoreShardingInfo_FieldMask `` /* 157-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
	// RecoveryStoreShardingInfo 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 [WatchRecoveryStoreShardingInfos][ntt.monitoring.v3.WatchRecoveryStoreShardingInfos]

func (*WatchRecoveryStoreShardingInfosRequest) Descriptor

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

Deprecated, Use WatchRecoveryStoreShardingInfosRequest.ProtoReflect.Descriptor instead.

func (*WatchRecoveryStoreShardingInfosRequest) GetFieldMask

func (*WatchRecoveryStoreShardingInfosRequest) GetFilter

func (*WatchRecoveryStoreShardingInfosRequest) GetMaxChunkSize

func (m *WatchRecoveryStoreShardingInfosRequest) GetMaxChunkSize() int32

func (*WatchRecoveryStoreShardingInfosRequest) GetOrderBy

func (*WatchRecoveryStoreShardingInfosRequest) GetPageSize

func (*WatchRecoveryStoreShardingInfosRequest) GetPageToken

func (*WatchRecoveryStoreShardingInfosRequest) GetParent

func (*WatchRecoveryStoreShardingInfosRequest) GetResumeToken

func (m *WatchRecoveryStoreShardingInfosRequest) GetResumeToken() string

func (*WatchRecoveryStoreShardingInfosRequest) GetStartingTime

func (*WatchRecoveryStoreShardingInfosRequest) GetType

func (*WatchRecoveryStoreShardingInfosRequest) GetView

func (*WatchRecoveryStoreShardingInfosRequest) GotenMessage

func (*WatchRecoveryStoreShardingInfosRequest) GotenValidate

func (obj *WatchRecoveryStoreShardingInfosRequest) GotenValidate() error

func (*WatchRecoveryStoreShardingInfosRequest) Marshal

func (*WatchRecoveryStoreShardingInfosRequest) MarshalJSON

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

func (*WatchRecoveryStoreShardingInfosRequest) ProtoMessage

func (*WatchRecoveryStoreShardingInfosRequest) ProtoReflect

func (*WatchRecoveryStoreShardingInfosRequest) Reset

func (*WatchRecoveryStoreShardingInfosRequest) SetFieldMask

func (*WatchRecoveryStoreShardingInfosRequest) SetFilter

func (*WatchRecoveryStoreShardingInfosRequest) SetMaxChunkSize

func (m *WatchRecoveryStoreShardingInfosRequest) SetMaxChunkSize(fv int32)

func (*WatchRecoveryStoreShardingInfosRequest) SetOrderBy

func (*WatchRecoveryStoreShardingInfosRequest) SetPageSize

func (m *WatchRecoveryStoreShardingInfosRequest) SetPageSize(fv int32)

func (*WatchRecoveryStoreShardingInfosRequest) SetPageToken

func (*WatchRecoveryStoreShardingInfosRequest) SetParent

func (*WatchRecoveryStoreShardingInfosRequest) SetResumeToken

func (m *WatchRecoveryStoreShardingInfosRequest) SetResumeToken(fv string)

func (*WatchRecoveryStoreShardingInfosRequest) SetStartingTime

func (*WatchRecoveryStoreShardingInfosRequest) SetType

func (*WatchRecoveryStoreShardingInfosRequest) SetView

func (*WatchRecoveryStoreShardingInfosRequest) String

func (*WatchRecoveryStoreShardingInfosRequest) Unmarshal

func (*WatchRecoveryStoreShardingInfosRequest) UnmarshalJSON

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

type WatchRecoveryStoreShardingInfosResponse

type WatchRecoveryStoreShardingInfosResponse struct {

	// Changes of RecoveryStoreShardingInfos
	RecoveryStoreShardingInfoChanges []*recovery_store_sharding_info.RecoveryStoreShardingInfoChange `` /* 208-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 RecoveryStoreShardingInfos 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 *WatchRecoveryStoreShardingInfosResponse_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 (RecoveryStoreShardingInfos 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
}

WatchRecoveryStoreShardingInfosResponse

func (*WatchRecoveryStoreShardingInfosResponse) Descriptor

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

Deprecated, Use WatchRecoveryStoreShardingInfosResponse.ProtoReflect.Descriptor instead.

func (*WatchRecoveryStoreShardingInfosResponse) GetIsCurrent

func (*WatchRecoveryStoreShardingInfosResponse) GetIsHardReset

func (m *WatchRecoveryStoreShardingInfosResponse) GetIsHardReset() bool

func (*WatchRecoveryStoreShardingInfosResponse) GetIsSoftReset

func (m *WatchRecoveryStoreShardingInfosResponse) GetIsSoftReset() bool

func (*WatchRecoveryStoreShardingInfosResponse) GetPageTokenChange

func (*WatchRecoveryStoreShardingInfosResponse) GetRecoveryStoreShardingInfoChanges

func (*WatchRecoveryStoreShardingInfosResponse) GetResumeToken

func (m *WatchRecoveryStoreShardingInfosResponse) GetResumeToken() string

func (*WatchRecoveryStoreShardingInfosResponse) GetSnapshotSize

func (m *WatchRecoveryStoreShardingInfosResponse) GetSnapshotSize() int64

func (*WatchRecoveryStoreShardingInfosResponse) GotenMessage

func (*WatchRecoveryStoreShardingInfosResponse) GotenValidate

func (obj *WatchRecoveryStoreShardingInfosResponse) GotenValidate() error

func (*WatchRecoveryStoreShardingInfosResponse) Marshal

func (*WatchRecoveryStoreShardingInfosResponse) MarshalJSON

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

func (*WatchRecoveryStoreShardingInfosResponse) ProtoMessage

func (*WatchRecoveryStoreShardingInfosResponse) ProtoReflect

func (*WatchRecoveryStoreShardingInfosResponse) Reset

func (*WatchRecoveryStoreShardingInfosResponse) SetIsCurrent

func (m *WatchRecoveryStoreShardingInfosResponse) SetIsCurrent(fv bool)

func (*WatchRecoveryStoreShardingInfosResponse) SetIsHardReset

func (m *WatchRecoveryStoreShardingInfosResponse) SetIsHardReset(fv bool)

func (*WatchRecoveryStoreShardingInfosResponse) SetIsSoftReset

func (m *WatchRecoveryStoreShardingInfosResponse) SetIsSoftReset(fv bool)

func (*WatchRecoveryStoreShardingInfosResponse) SetPageTokenChange

func (*WatchRecoveryStoreShardingInfosResponse) SetRecoveryStoreShardingInfoChanges

func (*WatchRecoveryStoreShardingInfosResponse) SetResumeToken

func (m *WatchRecoveryStoreShardingInfosResponse) SetResumeToken(fv string)

func (*WatchRecoveryStoreShardingInfosResponse) SetSnapshotSize

func (m *WatchRecoveryStoreShardingInfosResponse) SetSnapshotSize(fv int64)

func (*WatchRecoveryStoreShardingInfosResponse) String

func (*WatchRecoveryStoreShardingInfosResponse) Unmarshal

func (*WatchRecoveryStoreShardingInfosResponse) UnmarshalJSON

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

type WatchRecoveryStoreShardingInfosResponse_PageTokenChange

type WatchRecoveryStoreShardingInfosResponse_PageTokenChange struct {

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

func (*WatchRecoveryStoreShardingInfosResponse_PageTokenChange) Descriptor

Deprecated, Use WatchRecoveryStoreShardingInfosResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchRecoveryStoreShardingInfosResponse_PageTokenChange) GetNextPageToken

func (*WatchRecoveryStoreShardingInfosResponse_PageTokenChange) GetPrevPageToken

func (*WatchRecoveryStoreShardingInfosResponse_PageTokenChange) GotenMessage

func (*WatchRecoveryStoreShardingInfosResponse_PageTokenChange) GotenValidate

func (*WatchRecoveryStoreShardingInfosResponse_PageTokenChange) Marshal

func (*WatchRecoveryStoreShardingInfosResponse_PageTokenChange) MarshalJSON

func (*WatchRecoveryStoreShardingInfosResponse_PageTokenChange) ProtoMessage

func (*WatchRecoveryStoreShardingInfosResponse_PageTokenChange) ProtoReflect

func (*WatchRecoveryStoreShardingInfosResponse_PageTokenChange) Reset

func (*WatchRecoveryStoreShardingInfosResponse_PageTokenChange) SetNextPageToken

func (*WatchRecoveryStoreShardingInfosResponse_PageTokenChange) SetPrevPageToken

func (*WatchRecoveryStoreShardingInfosResponse_PageTokenChange) String

func (*WatchRecoveryStoreShardingInfosResponse_PageTokenChange) Unmarshal

func (*WatchRecoveryStoreShardingInfosResponse_PageTokenChange) UnmarshalJSON

Jump to

Keyboard shortcuts

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