public interface ImageVersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCreationDisabled()
Whether it is impossible to create an environment with the image version.
|
String |
getImageVersionId()
The string identifier of the ImageVersion, in the form:
"composer-x.y.z-airflow-a.b.c"
|
com.google.protobuf.ByteString |
getImageVersionIdBytes()
The string identifier of the ImageVersion, in the form:
"composer-x.y.z-airflow-a.b.c"
|
boolean |
getIsDefault()
Whether this is the default ImageVersion used by Composer during
environment creation if no input ImageVersion is specified.
|
com.google.type.Date |
getReleaseDate()
The date of the version release.
|
com.google.type.DateOrBuilder |
getReleaseDateOrBuilder()
The date of the version release.
|
String |
getSupportedPythonVersions(int index)
supported python versions
|
com.google.protobuf.ByteString |
getSupportedPythonVersionsBytes(int index)
supported python versions
|
int |
getSupportedPythonVersionsCount()
supported python versions
|
List<String> |
getSupportedPythonVersionsList()
supported python versions
|
boolean |
getUpgradeDisabled()
Whether it is impossible to upgrade an environment running with the image
version.
|
boolean |
hasReleaseDate()
The date of the version release.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getImageVersionId()
The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b.c"
string image_version_id = 1;com.google.protobuf.ByteString getImageVersionIdBytes()
The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b.c"
string image_version_id = 1;boolean getIsDefault()
Whether this is the default ImageVersion used by Composer during environment creation if no input ImageVersion is specified.
bool is_default = 2;List<String> getSupportedPythonVersionsList()
supported python versions
repeated string supported_python_versions = 3;int getSupportedPythonVersionsCount()
supported python versions
repeated string supported_python_versions = 3;String getSupportedPythonVersions(int index)
supported python versions
repeated string supported_python_versions = 3;index - The index of the element to return.com.google.protobuf.ByteString getSupportedPythonVersionsBytes(int index)
supported python versions
repeated string supported_python_versions = 3;index - The index of the value to return.boolean hasReleaseDate()
The date of the version release.
.google.type.Date release_date = 4;com.google.type.Date getReleaseDate()
The date of the version release.
.google.type.Date release_date = 4;com.google.type.DateOrBuilder getReleaseDateOrBuilder()
The date of the version release.
.google.type.Date release_date = 4;boolean getCreationDisabled()
Whether it is impossible to create an environment with the image version.
bool creation_disabled = 5;boolean getUpgradeDisabled()
Whether it is impossible to upgrade an environment running with the image version.
bool upgrade_disabled = 6;Copyright © 2023 Google LLC. All rights reserved.