Class UpdateCryptoKeyVersionRequest (2.3.0)

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

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

Inheritance

Object > UpdateCryptoKeyVersionRequest

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

UpdateCryptoKeyVersionRequest()

public UpdateCryptoKeyVersionRequest()

UpdateCryptoKeyVersionRequest(UpdateCryptoKeyVersionRequest)

public UpdateCryptoKeyVersionRequest(UpdateCryptoKeyVersionRequest other)
Parameter
NameDescription
otherUpdateCryptoKeyVersionRequest

Properties

CryptoKeyVersion

public CryptoKeyVersion CryptoKeyVersion { get; set; }

Required. [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with updated values.

Property Value
TypeDescription
CryptoKeyVersion

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. List of fields to be updated in this request.

Property Value
TypeDescription
FieldMask