public interface CreateAssessmentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAssessment()
public abstract Assessment getAssessment()Required. The assessment details.
.google.cloud.recaptchaenterprise.v1beta1.Assessment assessment = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Assessment |
The assessment. |
getAssessmentOrBuilder()
public abstract AssessmentOrBuilder getAssessmentOrBuilder()Required. The assessment details.
.google.cloud.recaptchaenterprise.v1beta1.Assessment assessment = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AssessmentOrBuilder |
|
getParent()
public abstract String getParent() Required. The name of the project in which the assessment is created,
in the format projects/{project_number}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The name of the project in which the assessment is created,
in the format projects/{project_number}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasAssessment()
public abstract boolean hasAssessment()Required. The assessment details.
.google.cloud.recaptchaenterprise.v1beta1.Assessment assessment = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the assessment field is set. |