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
IMAGE_VERSION_ID_FIELD_NUMBER
public static final int IMAGE_VERSION_ID_FIELD_NUMBER
Field Value
IS_DEFAULT_FIELD_NUMBER
public static final int IS_DEFAULT_FIELD_NUMBER
Field Value
RELEASE_DATE_FIELD_NUMBER
public static final int RELEASE_DATE_FIELD_NUMBER
Field Value
SUPPORTED_PYTHON_VERSIONS_FIELD_NUMBER
public static final int SUPPORTED_PYTHON_VERSIONS_FIELD_NUMBER
Field Value
UPGRADE_DISABLED_FIELD_NUMBER
public static final int UPGRADE_DISABLED_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ImageVersion getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ImageVersion.Builder newBuilder()
Returns
newBuilder(ImageVersion prototype)
public static ImageVersion.Builder newBuilder(ImageVersion prototype)
Parameter
Returns
public static ImageVersion parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ImageVersion parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ImageVersion parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImageVersion parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ImageVersion parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImageVersion parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ImageVersion parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ImageVersion parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ImageVersion parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ImageVersion parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ImageVersion parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImageVersion parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ImageVersion> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getCreationDisabled()
public boolean getCreationDisabled()
Whether it is impossible to create an environment with the image version.
bool creation_disabled = 5;
Returns
Type |
Description |
boolean |
The creationDisabled.
|
getDefaultInstanceForType()
public ImageVersion getDefaultInstanceForType()
Returns
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
Type |
Description |
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
Type |
Description |
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
Type |
Description |
boolean |
The isDefault.
|
getParserForType()
public Parser<ImageVersion> getParserForType()
Returns
Overrides
getReleaseDate()
public Date getReleaseDate()
The date of the version release.
.google.type.Date release_date = 4;
Returns
Type |
Description |
com.google.type.Date |
The releaseDate.
|
getReleaseDateOrBuilder()
public DateOrBuilder getReleaseDateOrBuilder()
The date of the version release.
.google.type.Date release_date = 4;
Returns
Type |
Description |
com.google.type.DateOrBuilder |
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSupportedPythonVersions(int index)
public String getSupportedPythonVersions(int index)
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)
public ByteString getSupportedPythonVersionsBytes(int index)
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()
public int getSupportedPythonVersionsCount()
supported python versions
repeated string supported_python_versions = 3;
Returns
Type |
Description |
int |
The count of supportedPythonVersions.
|
getSupportedPythonVersionsList()
public ProtocolStringList getSupportedPythonVersionsList()
supported python versions
repeated string supported_python_versions = 3;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUpgradeDisabled()
public boolean getUpgradeDisabled()
Whether it is impossible to upgrade an environment running with the image
version.
bool upgrade_disabled = 6;
Returns
Type |
Description |
boolean |
The upgradeDisabled.
|
hasReleaseDate()
public boolean hasReleaseDate()
The date of the version release.
.google.type.Date release_date = 4;
Returns
Type |
Description |
boolean |
Whether the releaseDate field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ImageVersion.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ImageVersion.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ImageVersion.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions