Class DeploymentOperationSummary
The summary of the deployment operation.
Implements
Inherited Members
Namespace: Google.Apis.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class DeploymentOperationSummary : IDirectResponseSchema
Properties
Artifacts
Output only. Location of Deployment operations artifacts in gs://{bucket}/{object} format.
Declaration
[JsonProperty("artifacts")]
public virtual string Artifacts { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Build
Output only. Cloud Build instance UUID associated with this operation.
Declaration
[JsonProperty("build")]
public virtual string Build { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Content
Output only. Location of Deployment operations content in gs://{bucket}/{object} format.
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DeploymentStep
Output only. The current step the deployment operation is running.
Declaration
[JsonProperty("deploymentStep")]
public virtual string DeploymentStep { 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 |
Logs
Output only. Location of Deployment operations logs in gs://{bucket}/{object} format.
Declaration
[JsonProperty("logs")]
public virtual string Logs { get; set; }
Property Value
| Type | Description |
|---|---|
| string |