public interface CheckUpgradeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBuildLogUri()
Output only. Url for a docker build log of an upgraded image.
string build_log_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];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];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];
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];
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];
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];
String getImageVersion()
Composer image for which the build was happening.
string image_version = 5;com.google.protobuf.ByteString getImageVersionBytes()
Composer image for which the build was happening.
string image_version = 5;int getPypiDependenciesCount()
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
map<string, string> pypi_dependencies = 6;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;@Deprecated Map<String,String> getPypiDependencies()
getPypiDependenciesMap() instead.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;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;Copyright © 2023 Google LLC. All rights reserved.