public interface ListBackupsResponseOrBuilder extends MessageOrBuilder
Implements
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |