public sealed class AnnotateAssessmentRequest : IMessage<AnnotateAssessmentRequest>, IEquatable<AnnotateAssessmentRequest>, IDeepCloneable<AnnotateAssessmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class AnnotateAssessmentRequest.
The request message to annotate an Assessment.
Implements
IMessageAnnotateAssessmentRequest, IEquatableAnnotateAssessmentRequest, IDeepCloneableAnnotateAssessmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
AnnotateAssessmentRequest()
public AnnotateAssessmentRequest()
AnnotateAssessmentRequest(AnnotateAssessmentRequest)
public AnnotateAssessmentRequest(AnnotateAssessmentRequest other)
Parameter | |
---|---|
Name | Description |
other |
AnnotateAssessmentRequest |
Properties
AccountId
public string AccountId { get; set; }
Optional. A stable account identifier to apply to the assessment. This is
an alternative to setting account_id
in CreateAssessment
, for example
when a stable account identifier is not yet known in the initial request.
Property Value | |
---|---|
Type | Description |
string |
Annotation
public AnnotateAssessmentRequest.Types.Annotation Annotation { get; set; }
Optional. The annotation that will be assigned to the Event. This field can be left empty to provide reasons that apply to an event without concluding whether the event is legitimate or fraudulent.
Property Value | |
---|---|
Type | Description |
AnnotateAssessmentRequestTypesAnnotation |
AssessmentName
public AssessmentName AssessmentName { get; set; }
AssessmentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
AssessmentName |
HashedAccountId
public ByteString HashedAccountId { get; set; }
Optional. A stable hashed account identifier to apply to the assessment.
This is an alternative to setting hashed_account_id
in
CreateAssessment
, for example when a stable account identifier is not yet
known in the initial request.
Property Value | |
---|---|
Type | Description |
ByteString |
Name
public string Name { get; set; }
Required. The resource name of the Assessment, in the format
projects/{project}/assessments/{assessment}
.
Property Value | |
---|---|
Type | Description |
string |
Reasons
public RepeatedField<AnnotateAssessmentRequest.Types.Reason> Reasons { get; }
Optional. Reasons for the annotation that are assigned to the event.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAnnotateAssessmentRequestTypesReason |
TransactionEvent
public TransactionEvent TransactionEvent { get; set; }
Optional. If the assessment is part of a payment transaction, provide details on payment lifecycle events that occur in the transaction.
Property Value | |
---|---|
Type | Description |
TransactionEvent |