public interface ListImageVersionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImageVersion |
getImageVersions(int index)
The list of supported ImageVersions in a location.
|
int |
getImageVersionsCount()
The list of supported ImageVersions in a location.
|
List<ImageVersion> |
getImageVersionsList()
The list of supported ImageVersions in a location.
|
ImageVersionOrBuilder |
getImageVersionsOrBuilder(int index)
The list of supported ImageVersions in a location.
|
List<? extends ImageVersionOrBuilder> |
getImageVersionsOrBuilderList()
The list of supported ImageVersions in a location.
|
String |
getNextPageToken()
The page token used to query for the next page if one exists.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The page token used to query for the next page if one exists.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ImageVersion> getImageVersionsList()
The list of supported ImageVersions in a location.
repeated .google.cloud.orchestration.airflow.service.v1beta1.ImageVersion image_versions = 1;
ImageVersion getImageVersions(int index)
The list of supported ImageVersions in a location.
repeated .google.cloud.orchestration.airflow.service.v1beta1.ImageVersion image_versions = 1;
int getImageVersionsCount()
The list of supported ImageVersions in a location.
repeated .google.cloud.orchestration.airflow.service.v1beta1.ImageVersion image_versions = 1;
List<? extends ImageVersionOrBuilder> getImageVersionsOrBuilderList()
The list of supported ImageVersions in a location.
repeated .google.cloud.orchestration.airflow.service.v1beta1.ImageVersion image_versions = 1;
ImageVersionOrBuilder getImageVersionsOrBuilder(int index)
The list of supported ImageVersions in a location.
repeated .google.cloud.orchestration.airflow.service.v1beta1.ImageVersion image_versions = 1;
String getNextPageToken()
The page token used to query for the next page if one exists.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The page token used to query for the next page if one exists.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.