Interface ListVolumeBackupsResponseOrBuilder (0.36.0)

public interface ListVolumeBackupsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
VolumeBackup

getVolumeBackupsCount()

public abstract int getVolumeBackupsCount()

The list of VolumeBackups matching the given criteria.

repeated .google.cloud.gkebackup.v1.VolumeBackup volume_backups = 1;

Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.gkebackup.v1.VolumeBackupOrBuilder>