public interface AssessmentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccountDefenderAssessment()
public abstract AccountDefenderAssessment getAccountDefenderAssessment()Output only. Assessment returned by account defender when an account identifier is provided.
.google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment account_defender_assessment = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AccountDefenderAssessment |
The accountDefenderAssessment. |
getAccountDefenderAssessmentOrBuilder()
public abstract AccountDefenderAssessmentOrBuilder getAccountDefenderAssessmentOrBuilder()Output only. Assessment returned by account defender when an account identifier is provided.
.google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment account_defender_assessment = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AccountDefenderAssessmentOrBuilder |
|
getAccountVerification()
public abstract AccountVerificationInfo getAccountVerification()Optional. Account verification information for identity verification. The assessment event must include a token and site key to use this feature.
.google.cloud.recaptchaenterprise.v1.AccountVerificationInfo account_verification = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AccountVerificationInfo |
The accountVerification. |
getAccountVerificationOrBuilder()
public abstract AccountVerificationInfoOrBuilder getAccountVerificationOrBuilder()Optional. Account verification information for identity verification. The assessment event must include a token and site key to use this feature.
.google.cloud.recaptchaenterprise.v1.AccountVerificationInfo account_verification = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AccountVerificationInfoOrBuilder |
|
getAssessmentEnvironment()
public abstract AssessmentEnvironment getAssessmentEnvironment()Optional. The environment creating the assessment. This describes your environment (the system invoking CreateAssessment), NOT the environment of your user.
.google.cloud.recaptchaenterprise.v1.AssessmentEnvironment assessment_environment = 14 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AssessmentEnvironment |
The assessmentEnvironment. |
getAssessmentEnvironmentOrBuilder()
public abstract AssessmentEnvironmentOrBuilder getAssessmentEnvironmentOrBuilder()Optional. The environment creating the assessment. This describes your environment (the system invoking CreateAssessment), NOT the environment of your user.
.google.cloud.recaptchaenterprise.v1.AssessmentEnvironment assessment_environment = 14 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AssessmentEnvironmentOrBuilder |
|
getEvent()
public abstract Event getEvent()Optional. The event being assessed.
.google.cloud.recaptchaenterprise.v1.Event event = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Event |
The event. |
getEventOrBuilder()
public abstract EventOrBuilder getEventOrBuilder()Optional. The event being assessed.
.google.cloud.recaptchaenterprise.v1.Event event = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EventOrBuilder |
|
getFirewallPolicyAssessment()
public abstract FirewallPolicyAssessment getFirewallPolicyAssessment()Output only. Assessment returned when firewall policies belonging to the project are evaluated using the field firewall_policy_evaluation.
.google.cloud.recaptchaenterprise.v1.FirewallPolicyAssessment firewall_policy_assessment = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
FirewallPolicyAssessment |
The firewallPolicyAssessment. |
getFirewallPolicyAssessmentOrBuilder()
public abstract FirewallPolicyAssessmentOrBuilder getFirewallPolicyAssessmentOrBuilder()Output only. Assessment returned when firewall policies belonging to the project are evaluated using the field firewall_policy_evaluation.
.google.cloud.recaptchaenterprise.v1.FirewallPolicyAssessment firewall_policy_assessment = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
FirewallPolicyAssessmentOrBuilder |
|
getFraudPreventionAssessment()
public abstract FraudPreventionAssessment getFraudPreventionAssessment()Output only. Assessment returned by Fraud Prevention when TransactionData is provided.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment fraud_prevention_assessment = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
FraudPreventionAssessment |
The fraudPreventionAssessment. |
getFraudPreventionAssessmentOrBuilder()
public abstract FraudPreventionAssessmentOrBuilder getFraudPreventionAssessmentOrBuilder()Output only. Assessment returned by Fraud Prevention when TransactionData is provided.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment fraud_prevention_assessment = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
FraudPreventionAssessmentOrBuilder |
|
getFraudSignals()
public abstract FraudSignals getFraudSignals()Output only. Fraud Signals specific to the users involved in a payment transaction.
.google.cloud.recaptchaenterprise.v1.FraudSignals fraud_signals = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
FraudSignals |
The fraudSignals. |
getFraudSignalsOrBuilder()
public abstract FraudSignalsOrBuilder getFraudSignalsOrBuilder()Output only. Fraud Signals specific to the users involved in a payment transaction.
.google.cloud.recaptchaenterprise.v1.FraudSignals fraud_signals = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
FraudSignalsOrBuilder |
|
getName()
public abstract String getName() Output only. Identifier. The resource name for the Assessment in the format
projects/{project}/assessments/{assessment}.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Output only. Identifier. The resource name for the Assessment in the format
projects/{project}/assessments/{assessment}.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPhoneFraudAssessment()
public abstract PhoneFraudAssessment getPhoneFraudAssessment() Output only. Assessment returned when a site key, a token, and a phone
number as user_id are provided. Account defender and SMS toll fraud
protection need to be enabled.
.google.cloud.recaptchaenterprise.v1.PhoneFraudAssessment phone_fraud_assessment = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
PhoneFraudAssessment |
The phoneFraudAssessment. |
getPhoneFraudAssessmentOrBuilder()
public abstract PhoneFraudAssessmentOrBuilder getPhoneFraudAssessmentOrBuilder() Output only. Assessment returned when a site key, a token, and a phone
number as user_id are provided. Account defender and SMS toll fraud
protection need to be enabled.
.google.cloud.recaptchaenterprise.v1.PhoneFraudAssessment phone_fraud_assessment = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
PhoneFraudAssessmentOrBuilder |
|
getPrivatePasswordLeakVerification()
public abstract PrivatePasswordLeakVerification getPrivatePasswordLeakVerification()Optional. The private password leak verification field contains the parameters that are used to to check for leaks privately without sharing user credentials.
.google.cloud.recaptchaenterprise.v1.PrivatePasswordLeakVerification private_password_leak_verification = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
PrivatePasswordLeakVerification |
The privatePasswordLeakVerification. |
getPrivatePasswordLeakVerificationOrBuilder()
public abstract PrivatePasswordLeakVerificationOrBuilder getPrivatePasswordLeakVerificationOrBuilder()Optional. The private password leak verification field contains the parameters that are used to to check for leaks privately without sharing user credentials.
.google.cloud.recaptchaenterprise.v1.PrivatePasswordLeakVerification private_password_leak_verification = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
PrivatePasswordLeakVerificationOrBuilder |
|
getRiskAnalysis()
public abstract RiskAnalysis getRiskAnalysis()Output only. The risk analysis result for the event being assessed.
.google.cloud.recaptchaenterprise.v1.RiskAnalysis risk_analysis = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
RiskAnalysis |
The riskAnalysis. |
getRiskAnalysisOrBuilder()
public abstract RiskAnalysisOrBuilder getRiskAnalysisOrBuilder()Output only. The risk analysis result for the event being assessed.
.google.cloud.recaptchaenterprise.v1.RiskAnalysis risk_analysis = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
RiskAnalysisOrBuilder |
|
getTokenProperties()
public abstract TokenProperties getTokenProperties()Output only. Properties of the provided event token.
.google.cloud.recaptchaenterprise.v1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TokenProperties |
The tokenProperties. |
getTokenPropertiesOrBuilder()
public abstract TokenPropertiesOrBuilder getTokenPropertiesOrBuilder()Output only. Properties of the provided event token.
.google.cloud.recaptchaenterprise.v1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TokenPropertiesOrBuilder |
|
hasAccountDefenderAssessment()
public abstract boolean hasAccountDefenderAssessment()Output only. Assessment returned by account defender when an account identifier is provided.
.google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment account_defender_assessment = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the accountDefenderAssessment field is set. |
hasAccountVerification()
public abstract boolean hasAccountVerification()Optional. Account verification information for identity verification. The assessment event must include a token and site key to use this feature.
.google.cloud.recaptchaenterprise.v1.AccountVerificationInfo account_verification = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the accountVerification field is set. |
hasAssessmentEnvironment()
public abstract boolean hasAssessmentEnvironment()Optional. The environment creating the assessment. This describes your environment (the system invoking CreateAssessment), NOT the environment of your user.
.google.cloud.recaptchaenterprise.v1.AssessmentEnvironment assessment_environment = 14 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the assessmentEnvironment field is set. |
hasEvent()
public abstract boolean hasEvent()Optional. The event being assessed.
.google.cloud.recaptchaenterprise.v1.Event event = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the event field is set. |
hasFirewallPolicyAssessment()
public abstract boolean hasFirewallPolicyAssessment()Output only. Assessment returned when firewall policies belonging to the project are evaluated using the field firewall_policy_evaluation.
.google.cloud.recaptchaenterprise.v1.FirewallPolicyAssessment firewall_policy_assessment = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the firewallPolicyAssessment field is set. |
hasFraudPreventionAssessment()
public abstract boolean hasFraudPreventionAssessment()Output only. Assessment returned by Fraud Prevention when TransactionData is provided.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment fraud_prevention_assessment = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the fraudPreventionAssessment field is set. |
hasFraudSignals()
public abstract boolean hasFraudSignals()Output only. Fraud Signals specific to the users involved in a payment transaction.
.google.cloud.recaptchaenterprise.v1.FraudSignals fraud_signals = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the fraudSignals field is set. |
hasPhoneFraudAssessment()
public abstract boolean hasPhoneFraudAssessment() Output only. Assessment returned when a site key, a token, and a phone
number as user_id are provided. Account defender and SMS toll fraud
protection need to be enabled.
.google.cloud.recaptchaenterprise.v1.PhoneFraudAssessment phone_fraud_assessment = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the phoneFraudAssessment field is set. |
hasPrivatePasswordLeakVerification()
public abstract boolean hasPrivatePasswordLeakVerification()Optional. The private password leak verification field contains the parameters that are used to to check for leaks privately without sharing user credentials.
.google.cloud.recaptchaenterprise.v1.PrivatePasswordLeakVerification private_password_leak_verification = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the privatePasswordLeakVerification field is set. |
hasRiskAnalysis()
public abstract boolean hasRiskAnalysis()Output only. The risk analysis result for the event being assessed.
.google.cloud.recaptchaenterprise.v1.RiskAnalysis risk_analysis = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the riskAnalysis field is set. |
hasTokenProperties()
public abstract boolean hasTokenProperties()Output only. Properties of the provided event token.
.google.cloud.recaptchaenterprise.v1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tokenProperties field is set. |