Package com.google.bigtable.admin.v2
Interface ListBackupsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListBackupsResponse,ListBackupsResponse.Builder
public interface ListBackupsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBackups(int index) The list of matching backups.intThe list of matching backups.The list of matching backups.getBackupsOrBuilder(int index) The list of matching backups.List<? extends BackupOrBuilder>The list of matching backups.`next_page_token` can be sent in a subsequent [ListBackups][google.bigtable.admin.v2.BigtableTableAdmin.ListBackups] call to fetch more of the matching backups.com.google.protobuf.ByteString`next_page_token` can be sent in a subsequent [ListBackups][google.bigtable.admin.v2.BigtableTableAdmin.ListBackups] call to fetch more of the matching backups.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBackupsList
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1; -
getBackups
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1; -
getBackupsCount
int getBackupsCount()The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1; -
getBackupsOrBuilderList
List<? extends BackupOrBuilder> getBackupsOrBuilderList()The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1; -
getBackupsOrBuilder
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1; -
getNextPageToken
String getNextPageToken()`next_page_token` can be sent in a subsequent [ListBackups][google.bigtable.admin.v2.BigtableTableAdmin.ListBackups] call to fetch more of the matching backups.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()`next_page_token` can be sent in a subsequent [ListBackups][google.bigtable.admin.v2.BigtableTableAdmin.ListBackups] call to fetch more of the matching backups.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-