public sealed class ImportAptArtifactsErrorInfo : IMessage<ImportAptArtifactsErrorInfo>, IEquatable<ImportAptArtifactsErrorInfo>, IDeepCloneable<ImportAptArtifactsErrorInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class ImportAptArtifactsErrorInfo.
Error information explaining why a package was not imported.
Implements
IMessageImportAptArtifactsErrorInfo, IEquatableImportAptArtifactsErrorInfo, IDeepCloneableImportAptArtifactsErrorInfo, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Constructors
ImportAptArtifactsErrorInfo()
public ImportAptArtifactsErrorInfo()
ImportAptArtifactsErrorInfo(ImportAptArtifactsErrorInfo)
public ImportAptArtifactsErrorInfo(ImportAptArtifactsErrorInfo other)
Parameter | |
---|---|
Name | Description |
other |
ImportAptArtifactsErrorInfo |
Properties
Error
public Status Error { get; set; }
The detailed error status.
Property Value | |
---|---|
Type | Description |
Status |
GcsSource
public ImportAptArtifactsGcsSource GcsSource { get; set; }
Google Cloud Storage location requested.
Property Value | |
---|---|
Type | Description |
ImportAptArtifactsGcsSource |
SourceCase
public ImportAptArtifactsErrorInfo.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
ImportAptArtifactsErrorInfoSourceOneofCase |