Google Cloud Orchestration Airflow V1 Client - Class CheckUpgradeResponse (1.3.0)

Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class CheckUpgradeResponse.

Message containing information about the result of an upgrade check operation.

Generated from protobuf message google.cloud.orchestration.airflow.service.v1.CheckUpgradeResponse

Namespace

Google \ Cloud \ Orchestration \ Airflow \ Service \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ build_log_uri string

Output only. Url for a docker build log of an upgraded image.

↳ contains_pypi_modules_conflict int

Output only. Whether build has succeeded or failed on modules conflicts.

↳ pypi_conflict_build_log_extract string

Output only. Extract from a docker image build log containing information about pypi modules conflicts.

↳ image_version string

Composer image for which the build was happening.

↳ pypi_dependencies array|Google\Protobuf\Internal\MapField

Pypi dependencies specified in the environment configuration, at the time when the build was triggered.

getBuildLogUri

Output only. Url for a docker build log of an upgraded image.

Returns
TypeDescription
string

setBuildLogUri

Output only. Url for a docker build log of an upgraded image.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getContainsPypiModulesConflict

Output only. Whether build has succeeded or failed on modules conflicts.

Returns
TypeDescription
int

setContainsPypiModulesConflict

Output only. Whether build has succeeded or failed on modules conflicts.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPypiConflictBuildLogExtract

Output only. Extract from a docker image build log containing information about pypi modules conflicts.

Returns
TypeDescription
string

setPypiConflictBuildLogExtract

Output only. Extract from a docker image build log containing information about pypi modules conflicts.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getImageVersion

Composer image for which the build was happening.

Returns
TypeDescription
string

setImageVersion

Composer image for which the build was happening.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPypiDependencies

Pypi dependencies specified in the environment configuration, at the time when the build was triggered.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setPypiDependencies

Pypi dependencies specified in the environment configuration, at the time when the build was triggered.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this