Developer Connect v1 API - Class GoogleArtifactRegistry (1.0.0-beta02)

public sealed class GoogleArtifactRegistry : IMessage<GoogleArtifactRegistry>, IEquatable<GoogleArtifactRegistry>, IDeepCloneable<GoogleArtifactRegistry>, IBufferMessage, IMessage

Reference documentation and code samples for the Developer Connect v1 API class GoogleArtifactRegistry.

Google Artifact Registry configurations.

Inheritance

object > GoogleArtifactRegistry

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

Google.Cloud.DeveloperConnect.V1.dll

Constructors

GoogleArtifactRegistry()

public GoogleArtifactRegistry()

GoogleArtifactRegistry(GoogleArtifactRegistry)

public GoogleArtifactRegistry(GoogleArtifactRegistry other)
Parameter
Name Description
other GoogleArtifactRegistry

Properties

ArtifactRegistryPackage

public string ArtifactRegistryPackage { get; set; }

Required. Immutable. The name of the artifact registry package.

Property Value
Type Description
string

ProjectId

public string ProjectId { get; set; }

Required. The host project of Artifact Registry.

Property Value
Type Description
string