Interface ListVolumeRestoresResponseOrBuilder (0.35.0)

public interface ListVolumeRestoresResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token which may be sent as page_token in a subsequent ListVolumeRestores 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 ListVolumeRestores 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.

getVolumeRestores(int index)

public abstract VolumeRestore getVolumeRestores(int index)

The list of VolumeRestores matching the given criteria.

repeated .google.cloud.gkebackup.v1.VolumeRestore volume_restores = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
VolumeRestore

getVolumeRestoresCount()

public abstract int getVolumeRestoresCount()

The list of VolumeRestores matching the given criteria.

repeated .google.cloud.gkebackup.v1.VolumeRestore volume_restores = 1;

Returns
TypeDescription
int

getVolumeRestoresList()

public abstract List<VolumeRestore> getVolumeRestoresList()

The list of VolumeRestores matching the given criteria.

repeated .google.cloud.gkebackup.v1.VolumeRestore volume_restores = 1;

Returns
TypeDescription
List<VolumeRestore>

getVolumeRestoresOrBuilder(int index)

public abstract VolumeRestoreOrBuilder getVolumeRestoresOrBuilder(int index)

The list of VolumeRestores matching the given criteria.

repeated .google.cloud.gkebackup.v1.VolumeRestore volume_restores = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
VolumeRestoreOrBuilder

getVolumeRestoresOrBuilderList()

public abstract List<? extends VolumeRestoreOrBuilder> getVolumeRestoresOrBuilderList()

The list of VolumeRestores matching the given criteria.

repeated .google.cloud.gkebackup.v1.VolumeRestore volume_restores = 1;

Returns
TypeDescription
List<? extends com.google.cloud.gkebackup.v1.VolumeRestoreOrBuilder>