public sealed class UpdateCryptoKeyRequest : IMessage<UpdateCryptoKeyRequest>, IEquatable<UpdateCryptoKeyRequest>, IDeepCloneable<UpdateCryptoKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class UpdateCryptoKeyRequest.
Request message for [KeyManagementService.UpdateCryptoKey][google.cloud.kms.v1.KeyManagementService.UpdateCryptoKey].
Implements
IMessage<UpdateCryptoKeyRequest>, IEquatable<UpdateCryptoKeyRequest>, IDeepCloneable<UpdateCryptoKeyRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
UpdateCryptoKeyRequest()
public UpdateCryptoKeyRequest()
UpdateCryptoKeyRequest(UpdateCryptoKeyRequest)
public UpdateCryptoKeyRequest(UpdateCryptoKeyRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateCryptoKeyRequest |
Properties
CryptoKey
public CryptoKey CryptoKey { get; set; }
Required. [CryptoKey][google.cloud.kms.v1.CryptoKey] with updated values.
Property Value | |
---|---|
Type | Description |
CryptoKey |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. List of fields to be updated in this request.
Property Value | |
---|---|
Type | Description |
FieldMask |