public final class CheckUpgradeResponse extends com.google.protobuf.GeneratedMessageV3 implements CheckUpgradeResponseOrBuilder
Message containing information about the result of an upgrade check operation.Protobuf type
google.cloud.orchestration.airflow.service.v1.CheckUpgradeResponse| Modifier and Type | Class and Description |
|---|---|
static class |
CheckUpgradeResponse.Builder
Message containing information about the result of an upgrade check
operation.
|
static class |
CheckUpgradeResponse.ConflictResult
Whether there were python modules conflict during image build.
|
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 |
BUILD_LOG_URI_FIELD_NUMBER |
static int |
CONTAINS_PYPI_MODULES_CONFLICT_FIELD_NUMBER |
static int |
IMAGE_VERSION_FIELD_NUMBER |
static int |
PYPI_CONFLICT_BUILD_LOG_EXTRACT_FIELD_NUMBER |
static int |
PYPI_DEPENDENCIES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsPypiDependencies(String key)
Pypi dependencies specified in the environment configuration, at the time
when the build was triggered.
|
boolean |
equals(Object obj) |
String |
getBuildLogUri()
Output only.
|
com.google.protobuf.ByteString |
getBuildLogUriBytes()
Output only.
|
CheckUpgradeResponse.ConflictResult |
getContainsPypiModulesConflict()
Output only.
|
int |
getContainsPypiModulesConflictValue()
Output only.
|
static CheckUpgradeResponse |
getDefaultInstance() |
CheckUpgradeResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getImageVersion()
Composer image for which the build was happening.
|
com.google.protobuf.ByteString |
getImageVersionBytes()
Composer image for which the build was happening.
|
com.google.protobuf.Parser<CheckUpgradeResponse> |
getParserForType() |
String |
getPypiConflictBuildLogExtract()
Output only.
|
com.google.protobuf.ByteString |
getPypiConflictBuildLogExtractBytes()
Output only.
|
Map<String,String> |
getPypiDependencies()
Deprecated.
|
int |
getPypiDependenciesCount()
Pypi dependencies specified in the environment configuration, at the time
when the build was triggered.
|
Map<String,String> |
getPypiDependenciesMap()
Pypi dependencies specified in the environment configuration, at the time
when the build was triggered.
|
String |
getPypiDependenciesOrDefault(String key,
String defaultValue)
Pypi dependencies specified in the environment configuration, at the time
when the build was triggered.
|
String |
getPypiDependenciesOrThrow(String key)
Pypi dependencies specified in the environment configuration, at the time
when the build was triggered.
|
int |
getSerializedSize() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static CheckUpgradeResponse.Builder |
newBuilder() |
static CheckUpgradeResponse.Builder |
newBuilder(CheckUpgradeResponse prototype) |
CheckUpgradeResponse.Builder |
newBuilderForType() |
protected CheckUpgradeResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CheckUpgradeResponse |
parseDelimitedFrom(InputStream input) |
static CheckUpgradeResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckUpgradeResponse |
parseFrom(byte[] data) |
static CheckUpgradeResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckUpgradeResponse |
parseFrom(ByteBuffer data) |
static CheckUpgradeResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckUpgradeResponse |
parseFrom(com.google.protobuf.ByteString data) |
static CheckUpgradeResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckUpgradeResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CheckUpgradeResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckUpgradeResponse |
parseFrom(InputStream input) |
static CheckUpgradeResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CheckUpgradeResponse> |
parser() |
CheckUpgradeResponse.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, 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 BUILD_LOG_URI_FIELD_NUMBER
public static final int CONTAINS_PYPI_MODULES_CONFLICT_FIELD_NUMBER
public static final int PYPI_CONFLICT_BUILD_LOG_EXTRACT_FIELD_NUMBER
public static final int IMAGE_VERSION_FIELD_NUMBER
public static final int PYPI_DEPENDENCIES_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.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getBuildLogUri()
Output only. Url for a docker build log of an upgraded image.
string build_log_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getBuildLogUri in interface CheckUpgradeResponseOrBuilderpublic com.google.protobuf.ByteString getBuildLogUriBytes()
Output only. Url for a docker build log of an upgraded image.
string build_log_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getBuildLogUriBytes in interface CheckUpgradeResponseOrBuilderpublic int getContainsPypiModulesConflictValue()
Output only. Whether build has succeeded or failed on modules conflicts.
.google.cloud.orchestration.airflow.service.v1.CheckUpgradeResponse.ConflictResult contains_pypi_modules_conflict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getContainsPypiModulesConflictValue in interface CheckUpgradeResponseOrBuilderpublic CheckUpgradeResponse.ConflictResult getContainsPypiModulesConflict()
Output only. Whether build has succeeded or failed on modules conflicts.
.google.cloud.orchestration.airflow.service.v1.CheckUpgradeResponse.ConflictResult contains_pypi_modules_conflict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getContainsPypiModulesConflict in interface CheckUpgradeResponseOrBuilderpublic String getPypiConflictBuildLogExtract()
Output only. Extract from a docker image build log containing information about pypi modules conflicts.
string pypi_conflict_build_log_extract = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPypiConflictBuildLogExtract in interface CheckUpgradeResponseOrBuilderpublic com.google.protobuf.ByteString getPypiConflictBuildLogExtractBytes()
Output only. Extract from a docker image build log containing information about pypi modules conflicts.
string pypi_conflict_build_log_extract = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPypiConflictBuildLogExtractBytes in interface CheckUpgradeResponseOrBuilderpublic String getImageVersion()
Composer image for which the build was happening.
string image_version = 5;getImageVersion in interface CheckUpgradeResponseOrBuilderpublic com.google.protobuf.ByteString getImageVersionBytes()
Composer image for which the build was happening.
string image_version = 5;getImageVersionBytes in interface CheckUpgradeResponseOrBuilderpublic int getPypiDependenciesCount()
CheckUpgradeResponseOrBuilderPypi dependencies specified in the environment configuration, at the time when the build was triggered.
map<string, string> pypi_dependencies = 6;getPypiDependenciesCount in interface CheckUpgradeResponseOrBuilderpublic boolean containsPypiDependencies(String key)
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
map<string, string> pypi_dependencies = 6;containsPypiDependencies in interface CheckUpgradeResponseOrBuilder@Deprecated public Map<String,String> getPypiDependencies()
getPypiDependenciesMap() instead.getPypiDependencies in interface CheckUpgradeResponseOrBuilderpublic Map<String,String> getPypiDependenciesMap()
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
map<string, string> pypi_dependencies = 6;getPypiDependenciesMap in interface CheckUpgradeResponseOrBuilderpublic String getPypiDependenciesOrDefault(String key, String defaultValue)
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
map<string, string> pypi_dependencies = 6;getPypiDependenciesOrDefault in interface CheckUpgradeResponseOrBuilderpublic String getPypiDependenciesOrThrow(String key)
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
map<string, string> pypi_dependencies = 6;getPypiDependenciesOrThrow in interface CheckUpgradeResponseOrBuilderpublic 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 CheckUpgradeResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CheckUpgradeResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CheckUpgradeResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CheckUpgradeResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CheckUpgradeResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CheckUpgradeResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CheckUpgradeResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static CheckUpgradeResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CheckUpgradeResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CheckUpgradeResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CheckUpgradeResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CheckUpgradeResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CheckUpgradeResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CheckUpgradeResponse.Builder newBuilder()
public static CheckUpgradeResponse.Builder newBuilder(CheckUpgradeResponse prototype)
public CheckUpgradeResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CheckUpgradeResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CheckUpgradeResponse getDefaultInstance()
public static com.google.protobuf.Parser<CheckUpgradeResponse> parser()
public com.google.protobuf.Parser<CheckUpgradeResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CheckUpgradeResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.