Google Cloud Key Management Service v1 API - Class GetKeyRingRequest (3.10.0)

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

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class GetKeyRingRequest.

Request message for [KeyManagementService.GetKeyRing][google.cloud.kms.v1.KeyManagementService.GetKeyRing].

Inheritance

object > GetKeyRingRequest

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

GetKeyRingRequest()

public GetKeyRingRequest()

GetKeyRingRequest(GetKeyRingRequest)

public GetKeyRingRequest(GetKeyRingRequest other)
Parameter
NameDescription
otherGetKeyRingRequest

Properties

KeyRingName

public KeyRingName KeyRingName { get; set; }

KeyRingName-typed view over the Name resource name property.

Property Value
TypeDescription
KeyRingName

Name

public string Name { get; set; }

Required. The [name][google.cloud.kms.v1.KeyRing.name] of the [KeyRing][google.cloud.kms.v1.KeyRing] to get.

Property Value
TypeDescription
string