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

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

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

The request to retrieve a tag.

Inheritance

object > GetTagRequest

Namespace

Google.Cloud.ArtifactRegistry.V1Beta2

Assembly

Google.Cloud.ArtifactRegistry.V1Beta2.dll

Constructors

GetTagRequest()

public GetTagRequest()

GetTagRequest(GetTagRequest)

public GetTagRequest(GetTagRequest other)
Parameter
NameDescription
otherGetTagRequest

Properties

Name

public string Name { get; set; }

The name of the tag to retrieve.

Property Value
TypeDescription
string