Show / Hide Table of Contents

Class GoogleCloudRunV2ImageExportStatus

The status of an image export job.

Inheritance
object
GoogleCloudRunV2ImageExportStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX