public sealed class UpdateKeyRequest : IMessage<UpdateKeyRequest>, IEquatable<UpdateKeyRequest>, IDeepCloneable<UpdateKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class UpdateKeyRequest.
The update key request message.
Implements
IMessage<UpdateKeyRequest>, IEquatable<UpdateKeyRequest>, IDeepCloneable<UpdateKeyRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
UpdateKeyRequest()
public UpdateKeyRequest()
UpdateKeyRequest(UpdateKeyRequest)
public UpdateKeyRequest(UpdateKeyRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateKeyRequest |
Properties
Key
public Key Key { get; set; }
Required. The key to update.
Property Value | |
---|---|
Type | Description |
Key |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. The mask to control which fields of the key get updated. If the mask is not present, all fields will be updated.
Property Value | |
---|---|
Type | Description |
FieldMask |