public static final class ListCloudBackupsAction.Builder extends GeneratedMessageV3.Builder<ListCloudBackupsAction.Builder> implements ListCloudBackupsActionOrBuilder
Action that lists Cloud Spanner database backups.
Protobuf type google.spanner.executor.v1.ListCloudBackupsAction
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListCloudBackupsAction.BuilderImplements
ListCloudBackupsActionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListCloudBackupsAction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListCloudBackupsAction.Builder |
build()
public ListCloudBackupsAction build()
Returns | |
---|---|
Type | Description |
ListCloudBackupsAction |
buildPartial()
public ListCloudBackupsAction buildPartial()
Returns | |
---|---|
Type | Description |
ListCloudBackupsAction |
clear()
public ListCloudBackupsAction.Builder clear()
Returns | |
---|---|
Type | Description |
ListCloudBackupsAction.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListCloudBackupsAction.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListCloudBackupsAction.Builder |
clearFilter()
public ListCloudBackupsAction.Builder clearFilter()
A filter expression that filters backups listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. Refer backup.proto.ListBackupsRequest for detail.
string filter = 3;
Returns | |
---|---|
Type | Description |
ListCloudBackupsAction.Builder |
This builder for chaining. |
clearInstanceId()
public ListCloudBackupsAction.Builder clearInstanceId()
Cloud instance ID (not path) to list backups from, e.g. "test-instance".
string instance_id = 2;
Returns | |
---|---|
Type | Description |
ListCloudBackupsAction.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListCloudBackupsAction.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListCloudBackupsAction.Builder |
clearPageSize()
public ListCloudBackupsAction.Builder clearPageSize()
Number of backups to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
int32 page_size = 4;
Returns | |
---|---|
Type | Description |
ListCloudBackupsAction.Builder |
This builder for chaining. |
clearPageToken()
public ListCloudBackupsAction.Builder clearPageToken()
If non-empty, "page_token" should contain a next_page_token from a previous ListBackupsResponse to the same "parent" and with the same "filter".
string page_token = 5;
Returns | |
---|---|
Type | Description |
ListCloudBackupsAction.Builder |
This builder for chaining. |
clearProjectId()
public ListCloudBackupsAction.Builder clearProjectId()
Cloud project ID, e.g. "spanner-cloud-systest".
string project_id = 1;
Returns | |
---|---|
Type | Description |
ListCloudBackupsAction.Builder |
This builder for chaining. |
clone()
public ListCloudBackupsAction.Builder clone()
Returns | |
---|---|
Type | Description |
ListCloudBackupsAction.Builder |
getDefaultInstanceForType()
public ListCloudBackupsAction getDefaultInstanceForType