public interface FetchBackupsForResourceTypeResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBackups(int index)
public abstract Backup getBackups(int index)The Backups from the specified parent.
repeated .google.cloud.backupdr.v1.Backup backups = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Backup |
|
getBackupsCount()
public abstract int getBackupsCount()The Backups from the specified parent.
repeated .google.cloud.backupdr.v1.Backup backups = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getBackupsList()
public abstract List<Backup> getBackupsList()The Backups from the specified parent.
repeated .google.cloud.backupdr.v1.Backup backups = 1;
| Returns | |
|---|---|
| Type | Description |
List<Backup> |
|
getBackupsOrBuilder(int index)
public abstract BackupOrBuilder getBackupsOrBuilder(int index)The Backups from the specified parent.
repeated .google.cloud.backupdr.v1.Backup backups = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackupOrBuilder |
|
getBackupsOrBuilderList()
public abstract List<? extends BackupOrBuilder> getBackupsOrBuilderList()The Backups from the specified parent.
repeated .google.cloud.backupdr.v1.Backup backups = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.backupdr.v1.BackupOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |