Interface ListImageVersionsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListImageVersionsResponse
,ListImageVersionsResponse.Builder
public interface ListImageVersionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getImageVersionsList
List<ImageVersion> getImageVersionsList()
The list of supported ImageVersions in a location.
repeated .google.cloud.orchestration.airflow.service.v1beta1.ImageVersion image_versions = 1;
-
getImageVersions
ImageVersion getImageVersions(int index)
The list of supported ImageVersions in a location.
repeated .google.cloud.orchestration.airflow.service.v1beta1.ImageVersion image_versions = 1;
-
getImageVersionsCount
int getImageVersionsCount()
The list of supported ImageVersions in a location.
repeated .google.cloud.orchestration.airflow.service.v1beta1.ImageVersion image_versions = 1;
-
getImageVersionsOrBuilderList
List<? extends ImageVersionOrBuilder> getImageVersionsOrBuilderList()
The list of supported ImageVersions in a location.
repeated .google.cloud.orchestration.airflow.service.v1beta1.ImageVersion image_versions = 1;
-
getImageVersionsOrBuilder
ImageVersionOrBuilder getImageVersionsOrBuilder(int index)
The list of supported ImageVersions in a location.
repeated .google.cloud.orchestration.airflow.service.v1beta1.ImageVersion image_versions = 1;
-
getNextPageToken
String getNextPageToken()
The page token used to query for the next page if one exists.
string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
The page token used to query for the next page if one exists.
string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-
-