Artifact Registry v1beta2 API - Class GetRepositoryRequest (2.0.0-beta04)

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

Reference documentation and code samples for the Artifact Registry v1beta2 API class GetRepositoryRequest.

The request to retrieve a repository.

Inheritance

object > GetRepositoryRequest

Namespace

Google.Cloud.ArtifactRegistry.V1Beta2

Assembly

Google.Cloud.ArtifactRegistry.V1Beta2.dll

Constructors

GetRepositoryRequest()

public GetRepositoryRequest()

GetRepositoryRequest(GetRepositoryRequest)

public GetRepositoryRequest(GetRepositoryRequest other)
Parameter
NameDescription
otherGetRepositoryRequest

Properties

Name

public string Name { get; set; }

Required. The name of the repository to retrieve.

Property Value
TypeDescription
string

RepositoryName

public RepositoryName RepositoryName { get; set; }

RepositoryName-typed view over the Name resource name property.

Property Value
TypeDescription
RepositoryName