Show / Hide Table of Contents

Class ImportAptArtifactsErrorInfo

Error information explaining why a package was not imported.

Inheritance
object
ImportAptArtifactsErrorInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class ImportAptArtifactsErrorInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Error

The detailed error status.

Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type Description
Status

GcsSource

Google Cloud Storage location requested.

Declaration
[JsonProperty("gcsSource")]
public virtual ImportAptArtifactsGcsSource GcsSource { get; set; }
Property Value
Type Description
ImportAptArtifactsGcsSource

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX