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 AccountDefenderAssessmentgetAccountDefenderAssessment()Assessment returned by account defender when a hashed_account_id is provided.AccountDefenderAssessmentOrBuildergetAccountDefenderAssessmentOrBuilder()Assessment returned by account defender when a hashed_account_id is provided.AccountVerificationInfogetAccountVerification()Account verification information for identity verification.AccountVerificationInfoOrBuildergetAccountVerificationOrBuilder()Account verification information for identity verification.EventgetEvent()The event being assessed.EventOrBuildergetEventOrBuilder()The event being assessed.FraudPreventionAssessmentgetFraudPreventionAssessment()Assessment returned by Fraud Prevention when TransactionData is provided.FraudPreventionAssessmentOrBuildergetFraudPreventionAssessmentOrBuilder()Assessment returned by Fraud Prevention when TransactionData is provided.StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.PrivatePasswordLeakVerificationgetPrivatePasswordLeakVerification()The private password leak verification field contains the parameters that are used to to check for leaks privately without sharing user credentials.PrivatePasswordLeakVerificationOrBuildergetPrivatePasswordLeakVerificationOrBuilder()The private password leak verification field contains the parameters that are used to to check for leaks privately without sharing user credentials.RiskAnalysisgetRiskAnalysis()Output only.RiskAnalysisOrBuildergetRiskAnalysisOrBuilder()Output only.TokenPropertiesgetTokenProperties()Output only.TokenPropertiesOrBuildergetTokenPropertiesOrBuilder()Output only.booleanhasAccountDefenderAssessment()Assessment returned by account defender when a hashed_account_id is provided.booleanhasAccountVerification()Account verification information for identity verification.booleanhasEvent()The event being assessed.booleanhasFraudPreventionAssessment()Assessment returned by Fraud Prevention when TransactionData is provided.booleanhasPrivatePasswordLeakVerification()The private password leak verification field contains the parameters that are used to to check for leaks privately without sharing user credentials.booleanhasRiskAnalysis()Output only.booleanhasTokenProperties()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;
-
-