public interface UpdateKeyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Key |
getKey()
Required.
|
KeyOrBuilder |
getKeyOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Optional.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
boolean |
hasKey()
Required.
|
boolean |
hasUpdateMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKey()
Required. The key to update.
.google.cloud.recaptchaenterprise.v1.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
Key getKey()
Required. The key to update.
.google.cloud.recaptchaenterprise.v1.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
KeyOrBuilder getKeyOrBuilder()
Required. The key to update.
.google.cloud.recaptchaenterprise.v1.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Optional. The mask to control which field of the key get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMask getUpdateMask()
Optional. The mask to control which field of the key get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. The mask to control which field of the key get updated. If the mask is not present, all fields will be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2021 Google LLC. All rights reserved.