Artifact Registry v1 API - Class ExportArtifactResponse (2.13.0)

public sealed class ExportArtifactResponse : IMessage<ExportArtifactResponse>, IEquatable<ExportArtifactResponse>, IDeepCloneable<ExportArtifactResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Artifact Registry v1 API class ExportArtifactResponse.

The response for exporting an artifact to a destination.

Inheritance

object > ExportArtifactResponse

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

ExportArtifactResponse()

public ExportArtifactResponse()

ExportArtifactResponse(ExportArtifactResponse)

public ExportArtifactResponse(ExportArtifactResponse other)
Parameter
Name Description
other ExportArtifactResponse

Properties

ExportedVersion

public Version ExportedVersion { get; set; }

The exported version. Should be the same as the request version with fingerprint resource name.

Property Value
Type Description
Version