public interface UpdateKeyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKey()
public abstract Key getKey()Required. The key to update.
.google.cloud.recaptchaenterprise.v1.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Key |
The key. |
getKeyOrBuilder()
public abstract KeyOrBuilder getKeyOrBuilder()Required. The key to update.
.google.cloud.recaptchaenterprise.v1.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
KeyOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. The mask to control which fields of the key get updated. If the mask is not present, all fields are updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The mask to control which fields of the key get updated. If the mask is not present, all fields are updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasKey()
public abstract boolean hasKey()Required. The key to update.
.google.cloud.recaptchaenterprise.v1.Key key = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the key field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. The mask to control which fields of the key get updated. If the mask is not present, all fields are updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |