Artifact Registry v1 API - Class ExportArtifactMetadata.Types.ExportedFile (2.13.0)

public sealed class ExportArtifactMetadata.Types.ExportedFile : IMessage<ExportArtifactMetadata.Types.ExportedFile>, IEquatable<ExportArtifactMetadata.Types.ExportedFile>, IDeepCloneable<ExportArtifactMetadata.Types.ExportedFile>, IBufferMessage, IMessage

Reference documentation and code samples for the Artifact Registry v1 API class ExportArtifactMetadata.Types.ExportedFile.

The exported artifact file.

Inheritance

object > ExportArtifactMetadata.Types.ExportedFile

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

ExportedFile()

public ExportedFile()

ExportedFile(ExportedFile)

public ExportedFile(ExportArtifactMetadata.Types.ExportedFile other)
Parameter
Name Description
other ExportArtifactMetadataTypesExportedFile

Properties

DestinationCase

public ExportArtifactMetadata.Types.ExportedFile.DestinationOneofCase DestinationCase { get; }
Property Value
Type Description
ExportArtifactMetadataTypesExportedFileDestinationOneofCase

FileName

public FileName FileName { get; set; }

FileName-typed view over the Name resource name property.

Property Value
Type Description
FileName

GcsObjectPath

public string GcsObjectPath { get; set; }

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

Property Value
Type Description
string

HasGcsObjectPath

public bool HasGcsObjectPath { get; }

Gets whether the "gcs_object_path" field is set

Property Value
Type Description
bool

Hashes

public RepeatedField<Hash> Hashes { get; }

The hashes of the file content.

Property Value
Type Description
RepeatedFieldHash

Name

public string Name { get; set; }

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

Property Value
Type Description
string