Class MavenRepository
Configuration for a Maven remote repository.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class MavenRepository : IDirectResponseSchema
Properties
CustomRepository
Customer-specified remote repository.
Declaration
[JsonProperty("customRepository")]
public virtual GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigMavenRepositoryCustomRepository CustomRepository { get; set; }
Property Value
Type | Description |
---|---|
GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigMavenRepositoryCustomRepository |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicRepository
One of the publicly available Maven repositories supported by Artifact Registry.
Declaration
[JsonProperty("publicRepository")]
public virtual string PublicRepository { get; set; }
Property Value
Type | Description |
---|---|
string |