- 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 interface CheckUpgradeResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsPypiDependencies(String key)
public abstract 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;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getBuildLogUri()
public abstract 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 | |
---|---|
Type | Description |
String |
The buildLogUri. |
getBuildLogUriBytes()
public abstract 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 | |
---|---|
Type | Description |
ByteString |
The bytes for buildLogUri. |
getContainsPypiModulesConflict()
public abstract 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];
Returns | |
---|---|
Type | Description |
CheckUpgradeResponse.ConflictResult |
The containsPypiModulesConflict. |
getContainsPypiModulesConflictValue()
public abstract 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];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for containsPypiModulesConflict. |
getImageVersion()
public abstract String getImageVersion()
Composer image for which the build was happening.
string image_version = 5;
Returns | |
---|---|
Type | Description |
String |
The imageVersion. |
getImageVersionBytes()
public abstract ByteString getImageVersionBytes()
Composer image for which the build was happening.
string image_version = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for imageVersion. |
getPypiConflictBuildLogExtract()
public abstract 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 | |
---|---|
Type | Description |
String |
The pypiConflictBuildLogExtract. |
getPypiConflictBuildLogExtractBytes()
public abstract 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 | |
---|---|
Type | Description |
ByteString |
The bytes for pypiConflictBuildLogExtract. |
getPypiDependencies()
public abstract Map<String,String> getPypiDependencies()
Use #getPypiDependenciesMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getPypiDependenciesCount()
public abstract int getPypiDependenciesCount()
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
map<string, string> pypi_dependencies = 6;
Returns | |
---|---|
Type | Description |
int |
getPypiDependenciesMap()
public abstract 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;
Returns | |
---|---|
Type | Description |
Map<String,String> |
getPypiDependenciesOrDefault(String key, String defaultValue)
public abstract 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;
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getPypiDependenciesOrThrow(String key)
public abstract 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;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |