Class CreateRepositoryRequest (1.0.0-beta06)

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

The request to create a new repository.

Inheritance

Object > CreateRepositoryRequest

Namespace

Google.Cloud.ArtifactRegistry.V1Beta2

Assembly

Google.Cloud.ArtifactRegistry.V1Beta2.dll

Constructors

CreateRepositoryRequest()

public CreateRepositoryRequest()

CreateRepositoryRequest(CreateRepositoryRequest)

public CreateRepositoryRequest(CreateRepositoryRequest other)
Parameter
NameDescription
otherCreateRepositoryRequest

Properties

Parent

public string Parent { get; set; }

Required. The name of the parent resource where the repository will be created.

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

Repository

public Repository Repository { get; set; }

The repository to be created.

Property Value
TypeDescription
Repository

RepositoryId

public string RepositoryId { get; set; }

The repository id to use for this repository.

Property Value
TypeDescription
String