Class GoogleCloudRunV2ImageExportStatus
The status of an image export job.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2ImageExportStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExportJobState
Output only. Has the image export job finished (regardless of successful or failure).
Declaration
[JsonProperty("exportJobState")]
public virtual string ExportJobState { get; set; }
Property Value
Type | Description |
---|---|
string |
ExportedImageDigest
The exported image ID as it will appear in Artifact Registry.
Declaration
[JsonProperty("exportedImageDigest")]
public virtual string ExportedImageDigest { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The status of the export task if done.
Declaration
[JsonProperty("status")]
public virtual UtilStatusProto Status { get; set; }
Property Value
Type | Description |
---|---|
UtilStatusProto |
Tag
The image tag as it will appear in Artifact Registry.
Declaration
[JsonProperty("tag")]
public virtual string Tag { get; set; }
Property Value
Type | Description |
---|---|
string |