Class CheckUpgradeResponse
Message containing information about the result of an upgrade check operation.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class CheckUpgradeResponse : IDirectResponseSchema
Properties
BuildLogUri
Output only. Url for a docker build log of an upgraded image.
Declaration
[JsonProperty("buildLogUri")]
public virtual string BuildLogUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ContainsPypiModulesConflict
Output only. Whether build has succeeded or failed on modules conflicts.
Declaration
[JsonProperty("containsPypiModulesConflict")]
public virtual string ContainsPypiModulesConflict { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageVersion
Composer image for which the build was happening.
Declaration
[JsonProperty("imageVersion")]
public virtual string ImageVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
PypiConflictBuildLogExtract
Output only. Extract from a docker image build log containing information about pypi modules conflicts.
Declaration
[JsonProperty("pypiConflictBuildLogExtract")]
public virtual string PypiConflictBuildLogExtract { get; set; }
Property Value
Type | Description |
---|---|
string |
PypiDependencies
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
Declaration
[JsonProperty("pypiDependencies")]
public virtual IDictionary<string, string> PypiDependencies { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |