public interface ListBackupsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Backup |
getBackups(int index)
The list of matching backups.
|
int |
getBackupsCount()
The list of matching backups.
|
List<Backup> |
getBackupsList()
The list of matching backups.
|
BackupOrBuilder |
getBackupsOrBuilder(int index)
The list of matching backups.
|
List<? extends BackupOrBuilder> |
getBackupsOrBuilderList()
The list of matching backups.
|
String |
getNextPageToken()
`next_page_token` can be sent in a subsequent
[ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more
of the matching backups.
|
ByteString |
getNextPageTokenBytes()
`next_page_token` can be sent in a subsequent
[ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more
of the matching backups.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
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;
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;
String getNextPageToken()
`next_page_token` can be sent in a subsequent [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more of the matching backups.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
`next_page_token` can be sent in a subsequent [ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more of the matching backups.
string next_page_token = 2;
Copyright © 2022 Google LLC. All rights reserved.