public interface ListBackupsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBackups(int index)
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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> |
getNextPageToken()
public abstract 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 abstract 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. |