Show / Hide Table of Contents

Class DockerRepository

Configuration for a Docker remote repository.

Inheritance
object
DockerRepository
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 DockerRepository : IDirectResponseSchema

Properties

CustomRepository

Customer-specified remote repository.

Declaration
[JsonProperty("customRepository")]
public virtual GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigDockerRepositoryCustomRepository CustomRepository { get; set; }
Property Value
Type Description
GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigDockerRepositoryCustomRepository

ETag

The ETag of the item.

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

PublicRepository

One of the publicly available Docker repositories supported by Artifact Registry.

Declaration
[JsonProperty("publicRepository")]
public virtual string PublicRepository { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX