Class ListCloudBackupsAction (6.66.0)

public final class ListCloudBackupsAction extends GeneratedMessageV3 implements ListCloudBackupsActionOrBuilder

Action that lists Cloud Spanner database backups.

Protobuf type google.spanner.executor.v1.ListCloudBackupsAction

Static Fields

FILTER_FIELD_NUMBER

public static final int FILTER_FIELD_NUMBER
Field Value
Type Description
int

INSTANCE_ID_FIELD_NUMBER

public static final int INSTANCE_ID_FIELD_NUMBER
Field Value
Type Description
int

PAGE_SIZE_FIELD_NUMBER

public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
Type Description
int

PAGE_TOKEN_FIELD_NUMBER

public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

PROJECT_ID_FIELD_NUMBER

public static final int PROJECT_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListCloudBackupsAction getDefaultInstance()
Returns
Type Description
ListCloudBackupsAction

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ListCloudBackupsAction.Builder newBuilder()
Returns
Type Description
ListCloudBackupsAction.Builder

newBuilder(ListCloudBackupsAction prototype)

public static ListCloudBackupsAction.Builder newBuilder(ListCloudBackupsAction prototype)
Parameter
Name Description
prototype ListCloudBackupsAction
Returns
Type Description
ListCloudBackupsAction.Builder

parseDelimitedFrom(InputStream input)

public static ListCloudBackupsAction parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListCloudBackupsAction
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListCloudBackupsAction parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListCloudBackupsAction
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListCloudBackupsAction parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListCloudBackupsAction
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListCloudBackupsAction parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListCloudBackupsAction
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListCloudBackupsAction parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListCloudBackupsAction
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListCloudBackupsAction parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListCloudBackupsAction
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListCloudBackupsAction parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListCloudBackupsAction
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListCloudBackupsAction parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListCloudBackupsAction
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListCloudBackupsAction parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListCloudBackupsAction
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListCloudBackupsAction parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListCloudBackupsAction
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListCloudBackupsAction parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListCloudBackupsAction
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListCloudBackupsAction parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListCloudBackupsAction
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListCloudBackupsAction> parser()
Returns
Type Description
Parser<ListCloudBackupsAction>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ListCloudBackupsAction getDefaultInstanceForType()
Returns
Type Description
ListCloudBackupsAction

getFilter()

public String getFilter()

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
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

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
ByteString

The bytes for filter.

getInstanceId()

public String getInstanceId()

Cloud instance ID (not path) to list backups from, e.g. "test-instance".

string instance_id = 2;

Returns
Type Description
String

The instanceId.

getInstanceIdBytes()

public ByteString getInstanceIdBytes()

Cloud instance ID (not path) to list backups from, e.g. "test-instance".

string instance_id = 2;

Returns
Type Description
ByteString

The bytes for instanceId.

getPageSize()

public int getPageSize()

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
int

The pageSize.

getPageToken()

public String getPageToken()

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
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

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
ByteString

The bytes for pageToken.

getParserForType()

public Parser<ListCloudBackupsAction> getParserForType()
Returns
Type Description
Parser<ListCloudBackupsAction>
Overrides

getProjectId()

public String getProjectId()

Cloud project ID, e.g. "spanner-cloud-systest".

string project_id = 1;

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

Cloud project ID, e.g. "spanner-cloud-systest".

string project_id = 1;

Returns
Type Description
ByteString

The bytes for projectId.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListCloudBackupsAction.Builder newBuilderForType()
Returns
Type Description
ListCloudBackupsAction.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListCloudBackupsAction.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListCloudBackupsAction.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ListCloudBackupsAction.Builder toBuilder()
Returns
Type Description
ListCloudBackupsAction.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException