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.
Implements
IMessage<CheckUpgradeResponse>, IEquatable<CheckUpgradeResponse>, IDeepCloneable<CheckUpgradeResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
CheckUpgradeResponse()
public CheckUpgradeResponse()
CheckUpgradeResponse(CheckUpgradeResponse)
public CheckUpgradeResponse(CheckUpgradeResponse other)
Parameter | |
---|---|
Name | Description |
other | CheckUpgradeResponse |
Properties
BuildLogUri
public string BuildLogUri { get; set; }
Output only. Url for a docker build log of an upgraded image.
Property Value | |
---|---|
Type | Description |
String |
ContainsPypiModulesConflict
public CheckUpgradeResponse.Types.ConflictResult ContainsPypiModulesConflict { get; set; }
Output only. Whether build has succeeded or failed on modules conflicts.
Property Value | |
---|---|
Type | Description |
CheckUpgradeResponse.Types.ConflictResult |
ImageVersion
public string ImageVersion { get; set; }
Composer image for which the build was happening.
Property Value | |
---|---|
Type | Description |
String |
PypiConflictBuildLogExtract
public string PypiConflictBuildLogExtract { get; set; }
Output only. Extract from a docker image build log containing information about pypi modules conflicts.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
MapField<String, String> |