Interface CheckUpgradeResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckUpgradeResponse
,CheckUpgradeResponse.Builder
public interface CheckUpgradeResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsPypiDependencies(String key)
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.String
getBuildLogUri()
Output only.com.google.protobuf.ByteString
getBuildLogUriBytes()
Output only.CheckUpgradeResponse.ConflictResult
getContainsPypiModulesConflict()
Output only.int
getContainsPypiModulesConflictValue()
Output only.String
getImageVersion()
Composer image for which the build was happening.com.google.protobuf.ByteString
getImageVersionBytes()
Composer image for which the build was happening.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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBuildLogUri
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];
- Returns:
- The buildLogUri.
-
getBuildLogUriBytes
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];
- Returns:
- The bytes for buildLogUri.
-
getContainsPypiModulesConflictValue
int getContainsPypiModulesConflictValue()
Output only. Whether build has succeeded or failed on modules conflicts.
.google.cloud.orchestration.airflow.service.v1beta1.CheckUpgradeResponse.ConflictResult contains_pypi_modules_conflict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The enum numeric value on the wire for containsPypiModulesConflict.
-
getContainsPypiModulesConflict
CheckUpgradeResponse.ConflictResult getContainsPypiModulesConflict()
Output only. Whether build has succeeded or failed on modules conflicts.
.google.cloud.orchestration.airflow.service.v1beta1.CheckUpgradeResponse.ConflictResult contains_pypi_modules_conflict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The containsPypiModulesConflict.
-
getPypiConflictBuildLogExtract
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];
- Returns:
- The pypiConflictBuildLogExtract.
-
getPypiConflictBuildLogExtractBytes
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];
- Returns:
- The bytes for pypiConflictBuildLogExtract.
-
getImageVersion
String getImageVersion()
Composer image for which the build was happening.
string image_version = 5;
- Returns:
- The imageVersion.
-
getImageVersionBytes
com.google.protobuf.ByteString getImageVersionBytes()
Composer image for which the build was happening.
string image_version = 5;
- Returns:
- The bytes for imageVersion.
-
getPypiDependenciesCount
int getPypiDependenciesCount()
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
map<string, string> pypi_dependencies = 6;
-
containsPypiDependencies
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;
-
getPypiDependencies
@Deprecated Map<String,String> getPypiDependencies()
Deprecated.UsegetPypiDependenciesMap()
instead.
-
getPypiDependenciesMap
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;
-
getPypiDependenciesOrDefault
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;
-
-