public interface ListImageVersionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getImageVersions(int index)
public abstract ImageVersion getImageVersions(int index)The list of supported ImageVersions in a location.
repeated .google.cloud.orchestration.airflow.service.v1beta1.ImageVersion image_versions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ImageVersion |
|
getImageVersionsCount()
public abstract int getImageVersionsCount()The list of supported ImageVersions in a location.
repeated .google.cloud.orchestration.airflow.service.v1beta1.ImageVersion image_versions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getImageVersionsList()
public abstract List<ImageVersion> getImageVersionsList()The list of supported ImageVersions in a location.
repeated .google.cloud.orchestration.airflow.service.v1beta1.ImageVersion image_versions = 1;
| Returns | |
|---|---|
| Type | Description |
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.v1beta1.ImageVersion image_versions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ImageVersionOrBuilder |
|
getImageVersionsOrBuilderList()
public abstract List<? extends ImageVersionOrBuilder> getImageVersionsOrBuilderList()The list of supported ImageVersions in a location.
repeated .google.cloud.orchestration.airflow.service.v1beta1.ImageVersion image_versions = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.orchestration.airflow.service.v1beta1.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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |