Interface AssessmentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Assessment
,Assessment.Builder
public interface AssessmentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountDefenderAssessment
getAccountDefenderAssessment()
Assessment returned by account defender when a hashed_account_id is provided.AccountDefenderAssessmentOrBuilder
getAccountDefenderAssessmentOrBuilder()
Assessment returned by account defender when a hashed_account_id is provided.AccountVerificationInfo
getAccountVerification()
Account verification information for identity verification.AccountVerificationInfoOrBuilder
getAccountVerificationOrBuilder()
Account verification information for identity verification.Event
getEvent()
The event being assessed.EventOrBuilder
getEventOrBuilder()
The event being assessed.FraudPreventionAssessment
getFraudPreventionAssessment()
Assessment returned by Fraud Prevention when TransactionData is provided.FraudPreventionAssessmentOrBuilder
getFraudPreventionAssessmentOrBuilder()
Assessment returned by Fraud Prevention when TransactionData is provided.String
getName()
Output only.com.google.protobuf.ByteString
getNameBytes()
Output only.PrivatePasswordLeakVerification
getPrivatePasswordLeakVerification()
The private password leak verification field contains the parameters that are used to to check for leaks privately without sharing user credentials.PrivatePasswordLeakVerificationOrBuilder
getPrivatePasswordLeakVerificationOrBuilder()
The private password leak verification field contains the parameters that are used to to check for leaks privately without sharing user credentials.RiskAnalysis
getRiskAnalysis()
Output only.RiskAnalysisOrBuilder
getRiskAnalysisOrBuilder()
Output only.TokenProperties
getTokenProperties()
Output only.TokenPropertiesOrBuilder
getTokenPropertiesOrBuilder()
Output only.boolean
hasAccountDefenderAssessment()
Assessment returned by account defender when a hashed_account_id is provided.boolean
hasAccountVerification()
Account verification information for identity verification.boolean
hasEvent()
The event being assessed.boolean
hasFraudPreventionAssessment()
Assessment returned by Fraud Prevention when TransactionData is provided.boolean
hasPrivatePasswordLeakVerification()
The private password leak verification field contains the parameters that are used to to check for leaks privately without sharing user credentials.boolean
hasRiskAnalysis()
Output only.boolean
hasTokenProperties()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Output only. The resource name for the Assessment in the format "projects/{project}/assessments/{assessment}".
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Output only. The resource name for the Assessment in the format "projects/{project}/assessments/{assessment}".
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for name.
-
hasEvent
boolean hasEvent()
The event being assessed.
.google.cloud.recaptchaenterprise.v1.Event event = 2;
- Returns:
- Whether the event field is set.
-
getEvent
Event getEvent()
The event being assessed.
.google.cloud.recaptchaenterprise.v1.Event event = 2;
- Returns:
- The event.
-
getEventOrBuilder
EventOrBuilder getEventOrBuilder()
The event being assessed.
.google.cloud.recaptchaenterprise.v1.Event event = 2;
-
hasRiskAnalysis
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:
- Whether the riskAnalysis field is set.
-
getRiskAnalysis
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:
- The riskAnalysis.
-
getRiskAnalysisOrBuilder
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];
-
hasTokenProperties
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:
- Whether the tokenProperties field is set.
-
getTokenProperties
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:
- The tokenProperties.
-
getTokenPropertiesOrBuilder
TokenPropertiesOrBuilder getTokenPropertiesOrBuilder()
Output only. Properties of the provided event token.
.google.cloud.recaptchaenterprise.v1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasAccountVerification
boolean hasAccountVerification()
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;
- Returns:
- Whether the accountVerification field is set.
-
getAccountVerification
AccountVerificationInfo getAccountVerification()
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;
- Returns:
- The accountVerification.
-
getAccountVerificationOrBuilder
AccountVerificationInfoOrBuilder getAccountVerificationOrBuilder()
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;
-
hasAccountDefenderAssessment
boolean hasAccountDefenderAssessment()
Assessment returned by account defender when a hashed_account_id is provided.
.google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment account_defender_assessment = 6;
- Returns:
- Whether the accountDefenderAssessment field is set.
-
getAccountDefenderAssessment
AccountDefenderAssessment getAccountDefenderAssessment()
Assessment returned by account defender when a hashed_account_id is provided.
.google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment account_defender_assessment = 6;
- Returns:
- The accountDefenderAssessment.
-
getAccountDefenderAssessmentOrBuilder
AccountDefenderAssessmentOrBuilder getAccountDefenderAssessmentOrBuilder()
Assessment returned by account defender when a hashed_account_id is provided.
.google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment account_defender_assessment = 6;
-
hasPrivatePasswordLeakVerification
boolean hasPrivatePasswordLeakVerification()
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;
- Returns:
- Whether the privatePasswordLeakVerification field is set.
-
getPrivatePasswordLeakVerification
PrivatePasswordLeakVerification getPrivatePasswordLeakVerification()
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;
- Returns:
- The privatePasswordLeakVerification.
-
getPrivatePasswordLeakVerificationOrBuilder
PrivatePasswordLeakVerificationOrBuilder getPrivatePasswordLeakVerificationOrBuilder()
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;
-
hasFraudPreventionAssessment
boolean hasFraudPreventionAssessment()
Assessment returned by Fraud Prevention when TransactionData is provided.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment fraud_prevention_assessment = 11;
- Returns:
- Whether the fraudPreventionAssessment field is set.
-
getFraudPreventionAssessment
FraudPreventionAssessment getFraudPreventionAssessment()
Assessment returned by Fraud Prevention when TransactionData is provided.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment fraud_prevention_assessment = 11;
- Returns:
- The fraudPreventionAssessment.
-
getFraudPreventionAssessmentOrBuilder
FraudPreventionAssessmentOrBuilder getFraudPreventionAssessmentOrBuilder()
Assessment returned by Fraud Prevention when TransactionData is provided.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment fraud_prevention_assessment = 11;
-
-