Interface CheckUpgradeResponseOrBuilder (1.42.0)

public interface CheckUpgradeResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.v1beta1.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.v1beta1.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() (deprecated)

public abstract Map<String,String> getPypiDependencies()
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