Interface ListImageVersionsResponseOrBuilder (1.41.0)

public interface ListImageVersionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getImageVersions(int index)

public abstract ImageVersion getImageVersions(int index)

The list of supported ImageVersions in a location.

repeated .google.cloud.orchestration.airflow.service.v1.ImageVersion image_versions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ImageVersion

getImageVersionsCount()

public abstract int getImageVersionsCount()

The list of supported ImageVersions in a location.

repeated .google.cloud.orchestration.airflow.service.v1.ImageVersion image_versions = 1;

Returns
TypeDescription
int

getImageVersionsList()

public abstract List<ImageVersion> getImageVersionsList()

The list of supported ImageVersions in a location.

repeated .google.cloud.orchestration.airflow.service.v1.ImageVersion image_versions = 1;

Returns
TypeDescription
List<ImageVersion>

getImageVersionsOrBuilder(int index)

public abstract ImageVersionOrBuilder getImageVersionsOrBuilder(int index)

The list of supported ImageVersions in a location.

repeated .google.cloud.orchestration.airflow.service.v1.ImageVersion image_versions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ImageVersionOrBuilder

getImageVersionsOrBuilderList()

public abstract List<? extends ImageVersionOrBuilder> getImageVersionsOrBuilderList()

The list of supported ImageVersions in a location.

repeated .google.cloud.orchestration.airflow.service.v1.ImageVersion image_versions = 1;

Returns
TypeDescription
List<? extends com.google.cloud.orchestration.airflow.service.v1.ImageVersionOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

The page token used to query for the next page if one exists.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The page token used to query for the next page if one exists.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.