public final class ListBackupsResponse extends GeneratedMessageV3 implements ListBackupsResponseOrBuilder
The response for ListBackups.
Protobuf type google.spanner.admin.database.v1.ListBackupsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListBackupsResponseImplements
ListBackupsResponseOrBuilderFields
BACKUPS_FIELD_NUMBER
public static final int BACKUPS_FIELD_NUMBER
Type | Description |
int |
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Type | Description |
int |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getBackups(int index)
public Backup getBackups(int index)
The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time
.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
Name | Description |
index | int |
Type | Description |
Backup |
getBackupsCount()
public int getBackupsCount()
The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time
.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
Type | Description |
int |
getBackupsList()
public List<Backup> getBackupsList()
The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time
.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
Type | Description |
List<Backup> |
getBackupsOrBuilder(int index)
public BackupOrBuilder getBackupsOrBuilder(int index)
The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time
.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
Name | Description |
index | int |
Type | Description |
BackupOrBuilder |
getBackupsOrBuilderList()
public List<? extends BackupOrBuilder> getBackupsOrBuilderList()
The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time
.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
Type | Description |
List<? extends com.google.spanner.admin.database.v1.BackupOrBuilder> |
getDefaultInstance()
public static ListBackupsResponse getDefaultInstance()
Type | Description |
ListBackupsResponse |
getDefaultInstanceForType()
public ListBackupsResponse getDefaultInstanceForType()
Type | Description |
ListBackupsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getNextPageToken()
public String getNextPageToken()
next_page_token
can be sent in a subsequent
ListBackups call to fetch more
of the matching backups.
string next_page_token = 2;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
next_page_token
can be sent in a subsequent
ListBackups call to fetch more
of the matching backups.
string next_page_token = 2;
Type | Description |
ByteString | The bytes for nextPageToken. |
getParserForType()
public Parser<ListBackupsResponse> getParserForType()
Type | Description |
Parser<ListBackupsResponse> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilder()
public static ListBackupsResponse.Builder newBuilder()
Type | Description |
ListBackupsResponse.Builder |
newBuilder(ListBackupsResponse prototype)
public static ListBackupsResponse.Builder newBuilder(ListBackupsResponse prototype)
Name | Description |
prototype | ListBackupsResponse |
Type | Description |
ListBackupsResponse.Builder |
newBuilderForType()
public ListBackupsResponse.Builder newBuilderForType()
Type | Description |
ListBackupsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListBackupsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ListBackupsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
parseDelimitedFrom(InputStream input)
public static ListBackupsResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListBackupsResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListBackupsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListBackupsResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListBackupsResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ListBackupsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListBackupsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListBackupsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListBackupsResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ListBackupsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListBackupsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListBackupsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListBackupsResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ListBackupsResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListBackupsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListBackupsResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListBackupsResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListBackupsResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListBackupsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListBackupsResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListBackupsResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ListBackupsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListBackupsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListBackupsResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListBackupsResponse> parser()
Type | Description |
Parser<ListBackupsResponse> |
toBuilder()
public ListBackupsResponse.Builder toBuilder()
Type | Description |
ListBackupsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |