public final class ImageVersion extends com.google.protobuf.GeneratedMessageV3 implements ImageVersionOrBuilder
ImageVersion informationProtobuf type
google.cloud.orchestration.airflow.service.v1.ImageVersion| Modifier and Type | Class and Description |
|---|---|
static class |
ImageVersion.Builder
ImageVersion information
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CREATION_DISABLED_FIELD_NUMBER |
static int |
IMAGE_VERSION_ID_FIELD_NUMBER |
static int |
IS_DEFAULT_FIELD_NUMBER |
static int |
RELEASE_DATE_FIELD_NUMBER |
static int |
SUPPORTED_PYTHON_VERSIONS_FIELD_NUMBER |
static int |
UPGRADE_DISABLED_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getCreationDisabled()
Whether it is impossible to create an environment with the image version.
|
static ImageVersion |
getDefaultInstance() |
ImageVersion |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.protobuf.Parser<ImageVersion> |
getParserForType() |
com.google.type.Date |
getReleaseDate()
The date of the version release.
|
com.google.type.DateOrBuilder |
getReleaseDateOrBuilder()
The date of the version release.
|
int |
getSerializedSize() |
String |
getSupportedPythonVersions(int index)
supported python versions
|
com.google.protobuf.ByteString |
getSupportedPythonVersionsBytes(int index)
supported python versions
|
int |
getSupportedPythonVersionsCount()
supported python versions
|
com.google.protobuf.ProtocolStringList |
getSupportedPythonVersionsList()
supported python versions
|
boolean |
getUpgradeDisabled()
Whether it is impossible to upgrade an environment running with the image
version.
|
int |
hashCode() |
boolean |
hasReleaseDate()
The date of the version release.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ImageVersion.Builder |
newBuilder() |
static ImageVersion.Builder |
newBuilder(ImageVersion prototype) |
ImageVersion.Builder |
newBuilderForType() |
protected ImageVersion.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ImageVersion |
parseDelimitedFrom(InputStream input) |
static ImageVersion |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImageVersion |
parseFrom(byte[] data) |
static ImageVersion |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImageVersion |
parseFrom(ByteBuffer data) |
static ImageVersion |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImageVersion |
parseFrom(com.google.protobuf.ByteString data) |
static ImageVersion |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImageVersion |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ImageVersion |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImageVersion |
parseFrom(InputStream input) |
static ImageVersion |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ImageVersion> |
parser() |
ImageVersion.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int IMAGE_VERSION_ID_FIELD_NUMBER
public static final int IS_DEFAULT_FIELD_NUMBER
public static final int SUPPORTED_PYTHON_VERSIONS_FIELD_NUMBER
public static final int RELEASE_DATE_FIELD_NUMBER
public static final int CREATION_DISABLED_FIELD_NUMBER
public static final int UPGRADE_DISABLED_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getImageVersionId()
The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b.c"
string image_version_id = 1;getImageVersionId in interface ImageVersionOrBuilderpublic 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;getImageVersionIdBytes in interface ImageVersionOrBuilderpublic boolean getIsDefault()
Whether this is the default ImageVersion used by Composer during environment creation if no input ImageVersion is specified.
bool is_default = 2;getIsDefault in interface ImageVersionOrBuilderpublic com.google.protobuf.ProtocolStringList getSupportedPythonVersionsList()
supported python versions
repeated string supported_python_versions = 3;getSupportedPythonVersionsList in interface ImageVersionOrBuilderpublic int getSupportedPythonVersionsCount()
supported python versions
repeated string supported_python_versions = 3;getSupportedPythonVersionsCount in interface ImageVersionOrBuilderpublic String getSupportedPythonVersions(int index)
supported python versions
repeated string supported_python_versions = 3;getSupportedPythonVersions in interface ImageVersionOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getSupportedPythonVersionsBytes(int index)
supported python versions
repeated string supported_python_versions = 3;getSupportedPythonVersionsBytes in interface ImageVersionOrBuilderindex - The index of the value to return.public boolean hasReleaseDate()
The date of the version release.
.google.type.Date release_date = 4;hasReleaseDate in interface ImageVersionOrBuilderpublic com.google.type.Date getReleaseDate()
The date of the version release.
.google.type.Date release_date = 4;getReleaseDate in interface ImageVersionOrBuilderpublic com.google.type.DateOrBuilder getReleaseDateOrBuilder()
The date of the version release.
.google.type.Date release_date = 4;getReleaseDateOrBuilder in interface ImageVersionOrBuilderpublic boolean getCreationDisabled()
Whether it is impossible to create an environment with the image version.
bool creation_disabled = 5;getCreationDisabled in interface ImageVersionOrBuilderpublic boolean getUpgradeDisabled()
Whether it is impossible to upgrade an environment running with the image version.
bool upgrade_disabled = 6;getUpgradeDisabled in interface ImageVersionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ImageVersion parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImageVersion parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImageVersion parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImageVersion parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImageVersion parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImageVersion parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImageVersion parseFrom(InputStream input) throws IOException
IOExceptionpublic static ImageVersion parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ImageVersion parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ImageVersion parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ImageVersion parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ImageVersion parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ImageVersion.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ImageVersion.Builder newBuilder()
public static ImageVersion.Builder newBuilder(ImageVersion prototype)
public ImageVersion.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ImageVersion.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ImageVersion getDefaultInstance()
public static com.google.protobuf.Parser<ImageVersion> parser()
public com.google.protobuf.Parser<ImageVersion> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ImageVersion getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.