Show / Hide Table of Contents

Class ExportArtifactRequest

The request for exporting an artifact to a destination.

Inheritance
object
ExportArtifactRequest
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.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class ExportArtifactRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GcsPath

The Cloud Storage path to export the artifact to. Should start with the bucket name, and optionally have a directory path. Examples: dst_bucket, dst_bucket/sub_dir. Existing objects with the same path will be overwritten.

Declaration
[JsonProperty("gcsPath")]
public virtual string GcsPath { get; set; }
Property Value
Type Description
string

SourceTag

The artifact tag to export. Format:projects/{project}/locations/{location}/repositories/{repository}/packages/{package}/tags/{tag}

Declaration
[JsonProperty("sourceTag")]
public virtual string SourceTag { get; set; }
Property Value
Type Description
string

SourceVersion

The artifact version to export. Format: projects/{project}/locations/{location}/repositories/{repository}/packages/{package}/versions/{version}

Declaration
[JsonProperty("sourceVersion")]
public virtual string SourceVersion { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX