public interface CreateAssessmentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAssessment()
public abstract Assessment getAssessment()Required. The assessment details.
.google.cloud.recaptchaenterprise.v1.Assessment assessment = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Assessment | The assessment. |
getAssessmentOrBuilder()
public abstract AssessmentOrBuilder getAssessmentOrBuilder()Required. The assessment details.
.google.cloud.recaptchaenterprise.v1.Assessment assessment = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| AssessmentOrBuilder |
getParent()
public abstract String getParent()Required. The name of the project in which the assessment 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 assessment 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. |
hasAssessment()
public abstract boolean hasAssessment()Required. The assessment details.
.google.cloud.recaptchaenterprise.v1.Assessment assessment = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the assessment field is set. |