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

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

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

The request to retrieve a version.

Inheritance

object > GetVersionRequest

Namespace

Google.Cloud.ArtifactRegistry.V1Beta2

Assembly

Google.Cloud.ArtifactRegistry.V1Beta2.dll

Constructors

GetVersionRequest()

public GetVersionRequest()

GetVersionRequest(GetVersionRequest)

public GetVersionRequest(GetVersionRequest other)
Parameter
NameDescription
otherGetVersionRequest

Properties

Name

public string Name { get; set; }

The name of the version to retrieve.

Property Value
TypeDescription
string

View

public VersionView View { get; set; }

The view that should be returned in the response.

Property Value
TypeDescription
VersionView