public sealed class ImportAptArtifactsErrorInfo : IMessage<ImportAptArtifactsErrorInfo>, IEquatable<ImportAptArtifactsErrorInfo>, IDeepCloneable<ImportAptArtifactsErrorInfo>, IBufferMessage, IMessageError information explaining why a package was not imported.
Implements
IMessage<ImportAptArtifactsErrorInfo>, IEquatable<ImportAptArtifactsErrorInfo>, IDeepCloneable<ImportAptArtifactsErrorInfo>, 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 |
ImportAptArtifactsErrorInfo.SourceOneofCase |
|