Cloud Composer v1 API - Class CheckUpgradeResponse (2.2.0)

public sealed class CheckUpgradeResponse : IMessage<CheckUpgradeResponse>, IEquatable<CheckUpgradeResponse>, IDeepCloneable<CheckUpgradeResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Composer v1 API class CheckUpgradeResponse.

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

Inheritance

Object > CheckUpgradeResponse

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

CheckUpgradeResponse()

public CheckUpgradeResponse()

CheckUpgradeResponse(CheckUpgradeResponse)

public CheckUpgradeResponse(CheckUpgradeResponse other)
Parameter
NameDescription
otherCheckUpgradeResponse

Properties

BuildLogUri

public string BuildLogUri { get; set; }

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

Property Value
TypeDescription
String

ContainsPypiModulesConflict

public CheckUpgradeResponse.Types.ConflictResult ContainsPypiModulesConflict { get; set; }

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

Property Value
TypeDescription
CheckUpgradeResponse.Types.ConflictResult

ImageVersion

public string ImageVersion { get; set; }

Composer image for which the build was happening.

Property Value
TypeDescription
String

PypiConflictBuildLogExtract

public string PypiConflictBuildLogExtract { get; set; }

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

Property Value
TypeDescription
String

PypiDependencies

public MapField<string, string> PypiDependencies { get; }

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

Property Value
TypeDescription
MapField<String, String>