public interface CreateKeyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKey()
public abstract Key getKey()Required. Information to create a reCAPTCHA Enterprise key.
.google.cloud.recaptchaenterprise.v1.Key key = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Key | The key. |
getKeyOrBuilder()
public abstract KeyOrBuilder getKeyOrBuilder()Required. Information to create a reCAPTCHA Enterprise key.
.google.cloud.recaptchaenterprise.v1.Key key = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| KeyOrBuilder |
getParent()
public abstract String getParent()Required. The name of the project in which the key will be created, in the format "projects/{project}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The name of the project in which the key will be created, in the format "projects/{project}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasKey()
public abstract boolean hasKey()Required. Information to create a reCAPTCHA Enterprise key.
.google.cloud.recaptchaenterprise.v1.Key key = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the key field is set. |