public interface UpdateKeyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKey()
public abstract Key getKey()Required. The key to update.
.google.cloud.recaptchaenterprise.v1beta1.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Key | The key. |
getKeyOrBuilder()
public abstract KeyOrBuilder getKeyOrBuilder()Required. The key to update.
.google.cloud.recaptchaenterprise.v1beta1.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| KeyOrBuilder |
getUpdateMask()
public abstract 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];
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract 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];
| Type | Description |
| FieldMaskOrBuilder |
hasKey()
public abstract boolean hasKey()Required. The key to update.
.google.cloud.recaptchaenterprise.v1beta1.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the key field is set. |
hasUpdateMask()
public abstract 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];
| Type | Description |
| boolean | Whether the updateMask field is set. |