public sealed class ExportArtifactMetadata : IMessage<ExportArtifactMetadata>, IEquatable<ExportArtifactMetadata>, IDeepCloneable<ExportArtifactMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Artifact Registry v1 API class ExportArtifactMetadata.
The LRO metadata for exporting an artifact.
Implements
IMessageExportArtifactMetadata, IEquatableExportArtifactMetadata, IDeepCloneableExportArtifactMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Constructors
ExportArtifactMetadata()
public ExportArtifactMetadata()ExportArtifactMetadata(ExportArtifactMetadata)
public ExportArtifactMetadata(ExportArtifactMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportArtifactMetadata |
Properties
ExportedFiles
public RepeatedField<ExportArtifactMetadata.Types.ExportedFile> ExportedFiles { get; }The exported artifact files.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldExportArtifactMetadataTypesExportedFile |
|