public sealed class ImportYumArtifactsErrorInfo : IMessage<ImportYumArtifactsErrorInfo>, IEquatable<ImportYumArtifactsErrorInfo>, IDeepCloneable<ImportYumArtifactsErrorInfo>, IBufferMessage, IMessage
Error information explaining why a package was not imported.
Implements
IMessage<ImportYumArtifactsErrorInfo>, IEquatable<ImportYumArtifactsErrorInfo>, IDeepCloneable<ImportYumArtifactsErrorInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Beta2Assembly
Google.Cloud.ArtifactRegistry.V1Beta2.dll
Constructors
ImportYumArtifactsErrorInfo()
public ImportYumArtifactsErrorInfo()
ImportYumArtifactsErrorInfo(ImportYumArtifactsErrorInfo)
public ImportYumArtifactsErrorInfo(ImportYumArtifactsErrorInfo other)
Parameter | |
---|---|
Name | Description |
other | ImportYumArtifactsErrorInfo |
Properties
Error
public Status Error { get; set; }
The detailed error status.
Property Value | |
---|---|
Type | Description |
Status |
GcsSource
public ImportYumArtifactsGcsSource GcsSource { get; set; }
Google Cloud Storage location requested.
Property Value | |
---|---|
Type | Description |
ImportYumArtifactsGcsSource |
SourceCase
public ImportYumArtifactsErrorInfo.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
ImportYumArtifactsErrorInfo.SourceOneofCase |