Class ImageVersion (1.41.0)

public final class ImageVersion extends GeneratedMessageV3 implements ImageVersionOrBuilder

ImageVersion information

Protobuf type google.cloud.orchestration.airflow.service.v1.ImageVersion

Static Fields

CREATION_DISABLED_FIELD_NUMBER

public static final int CREATION_DISABLED_FIELD_NUMBER
Field Value
TypeDescription
int

IMAGE_VERSION_ID_FIELD_NUMBER

public static final int IMAGE_VERSION_ID_FIELD_NUMBER
Field Value
TypeDescription
int

IS_DEFAULT_FIELD_NUMBER

public static final int IS_DEFAULT_FIELD_NUMBER
Field Value
TypeDescription
int

RELEASE_DATE_FIELD_NUMBER

public static final int RELEASE_DATE_FIELD_NUMBER
Field Value
TypeDescription
int

SUPPORTED_PYTHON_VERSIONS_FIELD_NUMBER

public static final int SUPPORTED_PYTHON_VERSIONS_FIELD_NUMBER
Field Value
TypeDescription
int

UPGRADE_DISABLED_FIELD_NUMBER

public static final int UPGRADE_DISABLED_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ImageVersion getDefaultInstance()
Returns
TypeDescription
ImageVersion

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ImageVersion.Builder newBuilder()
Returns
TypeDescription
ImageVersion.Builder

newBuilder(ImageVersion prototype)

public static ImageVersion.Builder newBuilder(ImageVersion prototype)
Parameter
NameDescription
prototypeImageVersion
Returns
TypeDescription
ImageVersion.Builder

parseDelimitedFrom(InputStream input)

public static ImageVersion parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ImageVersion
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ImageVersion parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageVersion
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ImageVersion parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ImageVersion
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ImageVersion parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageVersion
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ImageVersion parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ImageVersion
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ImageVersion parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageVersion
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ImageVersion parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ImageVersion
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ImageVersion parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageVersion
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ImageVersion parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ImageVersion
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ImageVersion parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageVersion
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ImageVersion parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ImageVersion
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ImageVersion parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImageVersion
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ImageVersion> parser()
Returns
TypeDescription
Parser<ImageVersion>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getCreationDisabled()

public boolean getCreationDisabled()

Whether it is impossible to create an environment with the image version.

bool creation_disabled = 5;

Returns
TypeDescription
boolean

The creationDisabled.

getDefaultInstanceForType()

public ImageVersion getDefaultInstanceForType()
Returns
TypeDescription
ImageVersion

getImageVersionId()

public String getImageVersionId()

The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b.c"

string image_version_id = 1;

Returns
TypeDescription
String

The imageVersionId.

getImageVersionIdBytes()

public ByteString getImageVersionIdBytes()

The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b.c"

string image_version_id = 1;

Returns
TypeDescription
ByteString

The bytes for imageVersionId.

getIsDefault()

public boolean getIsDefault()

Whether this is the default ImageVersion used by Composer during environment creation if no input ImageVersion is specified.

bool is_default = 2;

Returns
TypeDescription
boolean

The isDefault.

getParserForType()

public Parser<ImageVersion> getParserForType()
Returns
TypeDescription
Parser<ImageVersion>
Overrides

getReleaseDate()

public Date getReleaseDate()

The date of the version release.

.google.type.Date release_date = 4;

Returns
TypeDescription
com.google.type.Date

The releaseDate.

getReleaseDateOrBuilder()

public DateOrBuilder getReleaseDateOrBuilder()

The date of the version release.

.google.type.Date release_date = 4;

Returns
TypeDescription
com.google.type.DateOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSupportedPythonVersions(int index)

public String getSupportedPythonVersions(int index)

supported python versions

repeated string supported_python_versions = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The supportedPythonVersions at the given index.

getSupportedPythonVersionsBytes(int index)

public ByteString getSupportedPythonVersionsBytes(int index)

supported python versions

repeated string supported_python_versions = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the supportedPythonVersions at the given index.

getSupportedPythonVersionsCount()

public int getSupportedPythonVersionsCount()

supported python versions

repeated string supported_python_versions = 3;

Returns
TypeDescription
int

The count of supportedPythonVersions.

getSupportedPythonVersionsList()

public ProtocolStringList getSupportedPythonVersionsList()

supported python versions

repeated string supported_python_versions = 3;

Returns
TypeDescription
ProtocolStringList

A list containing the supportedPythonVersions.

getUpgradeDisabled()

public boolean getUpgradeDisabled()

Whether it is impossible to upgrade an environment running with the image version.

bool upgrade_disabled = 6;

Returns
TypeDescription
boolean

The upgradeDisabled.

hasReleaseDate()

public boolean hasReleaseDate()

The date of the version release.

.google.type.Date release_date = 4;

Returns
TypeDescription
boolean

Whether the releaseDate field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ImageVersion.Builder newBuilderForType()
Returns
TypeDescription
ImageVersion.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ImageVersion.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ImageVersion.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ImageVersion.Builder toBuilder()
Returns
TypeDescription
ImageVersion.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException