- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
public final class ImageVersion extends GeneratedMessageV3 implements ImageVersionOrBuilder
ImageVersion information
Protobuf type google.cloud.orchestration.airflow.service.v1.ImageVersion
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ImageVersionImplements
ImageVersionOrBuilderStatic Fields
CREATION_DISABLED_FIELD_NUMBER
public static final int CREATION_DISABLED_FIELD_NUMBER
Type | Description |
int |
IMAGE_VERSION_ID_FIELD_NUMBER
public static final int IMAGE_VERSION_ID_FIELD_NUMBER
Type | Description |
int |
IS_DEFAULT_FIELD_NUMBER
public static final int IS_DEFAULT_FIELD_NUMBER
Type | Description |
int |
RELEASE_DATE_FIELD_NUMBER
public static final int RELEASE_DATE_FIELD_NUMBER
Type | Description |
int |
SUPPORTED_PYTHON_VERSIONS_FIELD_NUMBER
public static final int SUPPORTED_PYTHON_VERSIONS_FIELD_NUMBER
Type | Description |
int |
UPGRADE_DISABLED_FIELD_NUMBER
public static final int UPGRADE_DISABLED_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ImageVersion getDefaultInstance()
Type | Description |
ImageVersion |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ImageVersion.Builder newBuilder()
Type | Description |
ImageVersion.Builder |
newBuilder(ImageVersion prototype)
public static ImageVersion.Builder newBuilder(ImageVersion prototype)
Name | Description |
prototype | ImageVersion |
Type | Description |
ImageVersion.Builder |
parseDelimitedFrom(InputStream input)
public static ImageVersion parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ImageVersion |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImageVersion parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ImageVersion |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ImageVersion parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ImageVersion |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImageVersion parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ImageVersion |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ImageVersion parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ImageVersion |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImageVersion parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ImageVersion |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ImageVersion parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ImageVersion |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ImageVersion parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ImageVersion |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ImageVersion parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ImageVersion |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImageVersion parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ImageVersion |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ImageVersion parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ImageVersion |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImageVersion parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ImageVersion |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ImageVersion> parser()
Type | Description |
Parser<ImageVersion> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getCreationDisabled()
public boolean getCreationDisabled()
Whether it is impossible to create an environment with the image version.
bool creation_disabled = 5;
Type | Description |
boolean | The creationDisabled. |
getDefaultInstanceForType()
public ImageVersion getDefaultInstanceForType()
Type | Description |
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;
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;
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;
Type | Description |
boolean | The isDefault. |
getParserForType()
public Parser<ImageVersion> getParserForType()
Type | Description |
Parser<ImageVersion> |
getReleaseDate()
public Date getReleaseDate()
The date of the version release.
.google.type.Date release_date = 4;
Type | Description |
com.google.type.Date | The releaseDate. |
getReleaseDateOrBuilder()
public DateOrBuilder getReleaseDateOrBuilder()
The date of the version release.
.google.type.Date release_date = 4;
Type | Description |
com.google.type.DateOrBuilder |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getSupportedPythonVersions(int index)
public String getSupportedPythonVersions(int index)
supported python versions
repeated string supported_python_versions = 3;
Name | Description |
index | int The index of the element to return. |
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;
Name | Description |
index | int The index of the value to return. |
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;
Type | Description |
int | The count of supportedPythonVersions. |
getSupportedPythonVersionsList()
public ProtocolStringList getSupportedPythonVersionsList()
supported python versions
repeated string supported_python_versions = 3;
Type | Description |
ProtocolStringList | A list containing the supportedPythonVersions. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getUpgradeDisabled()
public boolean getUpgradeDisabled()
Whether it is impossible to upgrade an environment running with the image version.
bool upgrade_disabled = 6;
Type | Description |
boolean | The upgradeDisabled. |
hasReleaseDate()
public boolean hasReleaseDate()
The date of the version release.
.google.type.Date release_date = 4;
Type | Description |
boolean | Whether the releaseDate field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ImageVersion.Builder newBuilderForType()
Type | Description |
ImageVersion.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ImageVersion.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ImageVersion.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ImageVersion.Builder toBuilder()
Type | Description |
ImageVersion.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |