Class ExportedFile
The exported artifact file.
Implements
Inherited Members
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 |