Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::CheckUpgradeResponse.
Message containing information about the result of an upgrade check operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#build_log_uri
def build_log_uri() -> ::String
Returns
- (::String) — Output only. Url for a docker build log of an upgraded image.
#contains_pypi_modules_conflict
def contains_pypi_modules_conflict() -> ::Google::Cloud::Orchestration::Airflow::Service::V1::CheckUpgradeResponse::ConflictResult
Returns
- (::Google::Cloud::Orchestration::Airflow::Service::V1::CheckUpgradeResponse::ConflictResult) — Output only. Whether build has succeeded or failed on modules conflicts.
#image_version
def image_version() -> ::String
Returns
- (::String) — Composer image for which the build was happening.
#image_version=
def image_version=(value) -> ::String
Parameter
- value (::String) — Composer image for which the build was happening.
Returns
- (::String) — Composer image for which the build was happening.
#pypi_conflict_build_log_extract
def pypi_conflict_build_log_extract() -> ::String
Returns
- (::String) — Output only. Extract from a docker image build log containing information about pypi modules conflicts.
#pypi_dependencies
def pypi_dependencies() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
#pypi_dependencies=
def pypi_dependencies=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Pypi dependencies specified in the environment configuration, at the time when the build was triggered.