public sealed class ImportAptArtifactsErrorInfo : IMessage<ImportAptArtifactsErrorInfo>, IEquatable<ImportAptArtifactsErrorInfo>, IDeepCloneable<ImportAptArtifactsErrorInfo>, IBufferMessage, IMessageReference documentation and code samples for the Artifact Registry v1beta2 API class ImportAptArtifactsErrorInfo.
Error information explaining why a package was not imported.
Implements
IMessageImportAptArtifactsErrorInfo, IEquatableImportAptArtifactsErrorInfo, IDeepCloneableImportAptArtifactsErrorInfo, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Beta2Assembly
Google.Cloud.ArtifactRegistry.V1Beta2.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 |
|