public interface AnnotateAssessmentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnnotation()
public abstract AnnotateAssessmentRequest.Annotation getAnnotation()Required. The annotation that will be assigned to the Event.
.google.cloud.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest.Annotation annotation = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| AnnotateAssessmentRequest.Annotation | The annotation. |
getAnnotationValue()
public abstract int getAnnotationValue()Required. The annotation that will be assigned to the Event.
.google.cloud.recaptchaenterprise.v1beta1.AnnotateAssessmentRequest.Annotation annotation = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| int | The enum numeric value on the wire for annotation. |
getName()
public abstract String getName()Required. The resource name of the Assessment, in the format "projects/{project_number}/assessments/{assessment_id}".
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The resource name of the Assessment, in the format "projects/{project_number}/assessments/{assessment_id}".
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for name. |