Class CheckUpgradeResponse (1.4.3)

CheckUpgradeResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
build_log_uri str
Output only. Url for a docker build log of an upgraded image.
contains_pypi_modules_conflict google.cloud.orchestration.airflow.service_v1beta1.types.CheckUpgradeResponse.ConflictResult
Output only. Whether build has succeeded or failed on modules conflicts.
pypi_conflict_build_log_extract str
Output only. Extract from a docker image build log containing information about pypi modules conflicts.
image_version str
Composer image for which the build was happening.
pypi_dependencies Mapping[str, str]
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.

Inheritance

builtins.object > proto.message.Message > CheckUpgradeResponse

Classes

ConflictResult

ConflictResult(value)

Whether there were python modules conflict during image build.

PypiDependenciesEntry

PypiDependenciesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, `.Message`]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.