publicfinalclass ImageVersionextendsGeneratedMessageV3implementsImageVersionOrBuilder
ImageVersion information
Protobuf type google.cloud.orchestration.airflow.service.v1.ImageVersion
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CREATION_DISABLED_FIELD_NUMBER
publicstaticfinalintCREATION_DISABLED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
IMAGE_VERSION_ID_FIELD_NUMBER
publicstaticfinalintIMAGE_VERSION_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
IS_DEFAULT_FIELD_NUMBER
publicstaticfinalintIS_DEFAULT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
RELEASE_DATE_FIELD_NUMBER
publicstaticfinalintRELEASE_DATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
SUPPORTED_PYTHON_VERSIONS_FIELD_NUMBER
publicstaticfinalintSUPPORTED_PYTHON_VERSIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
UPGRADE_DISABLED_FIELD_NUMBER
publicstaticfinalintUPGRADE_DISABLED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticImageVersiongetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticImageVersion.BuildernewBuilder()
newBuilder(ImageVersion prototype)
publicstaticImageVersion.BuildernewBuilder(ImageVersionprototype)
publicstaticImageVersionparseDelimitedFrom(InputStreaminput)
publicstaticImageVersionparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticImageVersionparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticImageVersionparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticImageVersionparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticImageVersionparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticImageVersionparseFrom(CodedInputStreaminput)
publicstaticImageVersionparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticImageVersionparseFrom(InputStreaminput)
publicstaticImageVersionparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticImageVersionparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticImageVersionparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<ImageVersion>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getCreationDisabled()
publicbooleangetCreationDisabled()
Whether it is impossible to create an environment with the image version.
bool creation_disabled = 5;
| Returns |
| Type |
Description |
boolean |
The creationDisabled.
|
getDefaultInstanceForType()
publicImageVersiongetDefaultInstanceForType()
getImageVersionId()
publicStringgetImageVersionId()
The string identifier of the ImageVersion, in the form:
"composer-x.y.z-airflow-a.b.c"
string image_version_id = 1;
| Returns |
| Type |
Description |
String |
The imageVersionId.
|
getImageVersionIdBytes()
publicByteStringgetImageVersionIdBytes()
The string identifier of the ImageVersion, in the form:
"composer-x.y.z-airflow-a.b.c"
string image_version_id = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for imageVersionId.
|
getIsDefault()
publicbooleangetIsDefault()
Whether this is the default ImageVersion used by Composer during
environment creation if no input ImageVersion is specified.
bool is_default = 2;
| Returns |
| Type |
Description |
boolean |
The isDefault.
|
getParserForType()
publicParser<ImageVersion>getParserForType()
Overrides
getReleaseDate()
publicDategetReleaseDate()
The date of the version release.
.google.type.Date release_date = 4;
| Returns |
| Type |
Description |
com.google.type.Date |
The releaseDate.
|
getReleaseDateOrBuilder()
publicDateOrBuildergetReleaseDateOrBuilder()
The date of the version release.
.google.type.Date release_date = 4;
| Returns |
| Type |
Description |
com.google.type.DateOrBuilder |
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getSupportedPythonVersions(int index)
publicStringgetSupportedPythonVersions(intindex)
supported python versions
repeated string supported_python_versions = 3;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The supportedPythonVersions at the given index.
|
getSupportedPythonVersionsBytes(int index)
publicByteStringgetSupportedPythonVersionsBytes(intindex)
supported python versions
repeated string supported_python_versions = 3;
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the supportedPythonVersions at the given index.
|
getSupportedPythonVersionsCount()
publicintgetSupportedPythonVersionsCount()
supported python versions
repeated string supported_python_versions = 3;
| Returns |
| Type |
Description |
int |
The count of supportedPythonVersions.
|
getSupportedPythonVersionsList()
publicProtocolStringListgetSupportedPythonVersionsList()
supported python versions
repeated string supported_python_versions = 3;
| Returns |
| Type |
Description |
ProtocolStringList |
A list containing the supportedPythonVersions.
|
getUpgradeDisabled()
publicbooleangetUpgradeDisabled()
Whether it is impossible to upgrade an environment running with the image
version.
bool upgrade_disabled = 6;
| Returns |
| Type |
Description |
boolean |
The upgradeDisabled.
|
hasReleaseDate()
publicbooleanhasReleaseDate()
The date of the version release.
.google.type.Date release_date = 4;
| Returns |
| Type |
Description |
boolean |
Whether the releaseDate field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicImageVersion.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedImageVersion.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicImageVersion.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides