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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setBuildLogUri
Output only. Url for a docker build log of an upgraded image.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getContainsPypiModulesConflict
Output only. Whether build has succeeded or failed on modules conflicts.
Returns | |
---|---|
Type | Description |
int |
setContainsPypiModulesConflict
Output only. Whether build has succeeded or failed on modules conflicts.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPypiConflictBuildLogExtract
Output only. Extract from a docker image build log containing information about pypi modules conflicts.
Returns | |
---|---|
Type | Description |
string |
setPypiConflictBuildLogExtract
Output only. Extract from a docker image build log containing information about pypi modules conflicts.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getImageVersion
Composer image for which the build was happening.
Returns | |
---|---|
Type | Description |
string |
setImageVersion
Composer image for which the build was happening.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPypiDependencies
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setPypiDependencies
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |