public interface ListVolumeBackupsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() A token which may be sent as
page_token
in a subsequent ListVolumeBackups call to retrieve the next page of
results. If this field is omitted or empty, then there are no more results
to return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token which may be sent as
page_token
in a subsequent ListVolumeBackups call to retrieve the next page of
results. If this field is omitted or empty, then there are no more results
to return.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getVolumeBackups(int index)
public abstract VolumeBackup getVolumeBackups(int index)The list of VolumeBackups matching the given criteria.
repeated .google.cloud.gkebackup.v1.VolumeBackup volume_backups = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
VolumeBackup |
|
getVolumeBackupsCount()
public abstract int getVolumeBackupsCount()The list of VolumeBackups matching the given criteria.
repeated .google.cloud.gkebackup.v1.VolumeBackup volume_backups = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getVolumeBackupsList()
public abstract List<VolumeBackup> getVolumeBackupsList()The list of VolumeBackups matching the given criteria.
repeated .google.cloud.gkebackup.v1.VolumeBackup volume_backups = 1;
| Returns | |
|---|---|
| Type | Description |
List<VolumeBackup> |
|
getVolumeBackupsOrBuilder(int index)
public abstract VolumeBackupOrBuilder getVolumeBackupsOrBuilder(int index)The list of VolumeBackups matching the given criteria.
repeated .google.cloud.gkebackup.v1.VolumeBackup volume_backups = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
VolumeBackupOrBuilder |
|
getVolumeBackupsOrBuilderList()
public abstract List<? extends VolumeBackupOrBuilder> getVolumeBackupsOrBuilderList()The list of VolumeBackups matching the given criteria.
repeated .google.cloud.gkebackup.v1.VolumeBackup volume_backups = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gkebackup.v1.VolumeBackupOrBuilder> |
|