public interface ListBackupsResponseOrBuilder
extends com.google.protobuf.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.bigtable.admin.v2.BigtableTableAdmin.ListBackups] call to fetch more
of the matching backups.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Backup> getBackupsList()
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;Backup getBackups(int index)
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;int getBackupsCount()
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;List<? extends BackupOrBuilder> getBackupsOrBuilderList()
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;BackupOrBuilder getBackupsOrBuilder(int index)
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;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;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;Copyright © 2022 Google LLC. All rights reserved.