public sealed class ExportArtifactMetadata.Types.ExportedFile : IMessage<ExportArtifactMetadata.Types.ExportedFile>, IEquatable<ExportArtifactMetadata.Types.ExportedFile>, IDeepCloneable<ExportArtifactMetadata.Types.ExportedFile>, IBufferMessage, IMessageReference documentation and code samples for the Artifact Registry v1 API class ExportArtifactMetadata.Types.ExportedFile.
The exported artifact file.
Implements
IMessageExportArtifactMetadataTypesExportedFile, IEquatableExportArtifactMetadataTypesExportedFile, IDeepCloneableExportArtifactMetadataTypesExportedFile, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
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; }| 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 |
|