Show / Hide Table of Contents

Class ExportedFile

The exported artifact file.

Inheritance
object
ExportedFile
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 ExportedFile : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GcsObjectPath

Cloud Storage Object path of the exported file. Examples: dst_bucket/file1, dst_bucket/sub_dir/file1

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

Hashes

The hashes of the file content.

Declaration
[JsonProperty("hashes")]
public virtual IList<Hash> Hashes { get; set; }
Property Value
Type Description
IList<Hash>

Name

Name of the exported artifact file. Format: projects/p1/locations/us/repositories/repo1/files/file1

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX