public static final class Assessment.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder> implements AssessmentOrBuilder
A reCAPTCHA Enterprise assessment resource.Protobuf type
google.cloud.recaptchaenterprise.v1.AssessmentgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>public Assessment.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>public Assessment getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Assessment build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Assessment buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Assessment.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>public Assessment.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>public Assessment.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>public Assessment.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>public Assessment.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>public Assessment.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>public Assessment.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Assessment.Builder>public Assessment.Builder mergeFrom(Assessment other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>public Assessment.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Assessment.Builder>IOExceptionpublic 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];
getName in interface AssessmentOrBuilderpublic com.google.protobuf.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];
getNameBytes in interface AssessmentOrBuilderpublic Assessment.Builder setName(String value)
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];
value - The name to set.public Assessment.Builder clearName()
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];
public Assessment.Builder setNameBytes(com.google.protobuf.ByteString value)
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];
value - The bytes for name to set.public boolean hasEvent()
Optional. The event being assessed.
.google.cloud.recaptchaenterprise.v1.Event event = 2 [(.google.api.field_behavior) = OPTIONAL];
hasEvent in interface AssessmentOrBuilderpublic Event getEvent()
Optional. The event being assessed.
.google.cloud.recaptchaenterprise.v1.Event event = 2 [(.google.api.field_behavior) = OPTIONAL];
getEvent in interface AssessmentOrBuilderpublic Assessment.Builder setEvent(Event value)
Optional. The event being assessed.
.google.cloud.recaptchaenterprise.v1.Event event = 2 [(.google.api.field_behavior) = OPTIONAL];
public Assessment.Builder setEvent(Event.Builder builderForValue)
Optional. The event being assessed.
.google.cloud.recaptchaenterprise.v1.Event event = 2 [(.google.api.field_behavior) = OPTIONAL];
public Assessment.Builder mergeEvent(Event value)
Optional. The event being assessed.
.google.cloud.recaptchaenterprise.v1.Event event = 2 [(.google.api.field_behavior) = OPTIONAL];
public Assessment.Builder clearEvent()
Optional. The event being assessed.
.google.cloud.recaptchaenterprise.v1.Event event = 2 [(.google.api.field_behavior) = OPTIONAL];
public Event.Builder getEventBuilder()
Optional. The event being assessed.
.google.cloud.recaptchaenterprise.v1.Event event = 2 [(.google.api.field_behavior) = OPTIONAL];
public EventOrBuilder getEventOrBuilder()
Optional. The event being assessed.
.google.cloud.recaptchaenterprise.v1.Event event = 2 [(.google.api.field_behavior) = OPTIONAL];
getEventOrBuilder in interface AssessmentOrBuilderpublic 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];
hasRiskAnalysis in interface AssessmentOrBuilderpublic 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];
getRiskAnalysis in interface AssessmentOrBuilderpublic Assessment.Builder setRiskAnalysis(RiskAnalysis value)
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];
public Assessment.Builder setRiskAnalysis(RiskAnalysis.Builder builderForValue)
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];
public Assessment.Builder mergeRiskAnalysis(RiskAnalysis value)
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];
public Assessment.Builder clearRiskAnalysis()
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];
public RiskAnalysis.Builder getRiskAnalysisBuilder()
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];
public 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];
getRiskAnalysisOrBuilder in interface AssessmentOrBuilderpublic boolean hasTokenProperties()
Output only. Properties of the provided event token.
.google.cloud.recaptchaenterprise.v1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasTokenProperties in interface AssessmentOrBuilderpublic TokenProperties getTokenProperties()
Output only. Properties of the provided event token.
.google.cloud.recaptchaenterprise.v1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTokenProperties in interface AssessmentOrBuilderpublic Assessment.Builder setTokenProperties(TokenProperties value)
Output only. Properties of the provided event token.
.google.cloud.recaptchaenterprise.v1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Assessment.Builder setTokenProperties(TokenProperties.Builder builderForValue)
Output only. Properties of the provided event token.
.google.cloud.recaptchaenterprise.v1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Assessment.Builder mergeTokenProperties(TokenProperties value)
Output only. Properties of the provided event token.
.google.cloud.recaptchaenterprise.v1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Assessment.Builder clearTokenProperties()
Output only. Properties of the provided event token.
.google.cloud.recaptchaenterprise.v1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TokenProperties.Builder getTokenPropertiesBuilder()
Output only. Properties of the provided event token.
.google.cloud.recaptchaenterprise.v1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TokenPropertiesOrBuilder getTokenPropertiesOrBuilder()
Output only. Properties of the provided event token.
.google.cloud.recaptchaenterprise.v1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTokenPropertiesOrBuilder in interface AssessmentOrBuilderpublic 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];
hasAccountVerification in interface AssessmentOrBuilderpublic 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];
getAccountVerification in interface AssessmentOrBuilderpublic Assessment.Builder setAccountVerification(AccountVerificationInfo value)
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];
public Assessment.Builder setAccountVerification(AccountVerificationInfo.Builder builderForValue)
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];
public Assessment.Builder mergeAccountVerification(AccountVerificationInfo value)
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];
public Assessment.Builder clearAccountVerification()
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];
public AccountVerificationInfo.Builder getAccountVerificationBuilder()
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];
public 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];
getAccountVerificationOrBuilder in interface AssessmentOrBuilderpublic 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];
hasAccountDefenderAssessment in interface AssessmentOrBuilderpublic 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];
getAccountDefenderAssessment in interface AssessmentOrBuilderpublic Assessment.Builder setAccountDefenderAssessment(AccountDefenderAssessment value)
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];
public Assessment.Builder setAccountDefenderAssessment(AccountDefenderAssessment.Builder builderForValue)
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];
public Assessment.Builder mergeAccountDefenderAssessment(AccountDefenderAssessment value)
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];
public Assessment.Builder clearAccountDefenderAssessment()
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];
public AccountDefenderAssessment.Builder getAccountDefenderAssessmentBuilder()
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];
public 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];
getAccountDefenderAssessmentOrBuilder in interface AssessmentOrBuilderpublic 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];
hasPrivatePasswordLeakVerification in interface AssessmentOrBuilderpublic 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];
getPrivatePasswordLeakVerification in interface AssessmentOrBuilderpublic Assessment.Builder setPrivatePasswordLeakVerification(PrivatePasswordLeakVerification value)
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];
public Assessment.Builder setPrivatePasswordLeakVerification(PrivatePasswordLeakVerification.Builder builderForValue)
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];
public Assessment.Builder mergePrivatePasswordLeakVerification(PrivatePasswordLeakVerification value)
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];
public Assessment.Builder clearPrivatePasswordLeakVerification()
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];
public PrivatePasswordLeakVerification.Builder getPrivatePasswordLeakVerificationBuilder()
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];
public 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];
getPrivatePasswordLeakVerificationOrBuilder in interface AssessmentOrBuilderpublic 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];
hasFirewallPolicyAssessment in interface AssessmentOrBuilderpublic 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];
getFirewallPolicyAssessment in interface AssessmentOrBuilderpublic Assessment.Builder setFirewallPolicyAssessment(FirewallPolicyAssessment value)
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];
public Assessment.Builder setFirewallPolicyAssessment(FirewallPolicyAssessment.Builder builderForValue)
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];
public Assessment.Builder mergeFirewallPolicyAssessment(FirewallPolicyAssessment value)
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];
public Assessment.Builder clearFirewallPolicyAssessment()
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];
public FirewallPolicyAssessment.Builder getFirewallPolicyAssessmentBuilder()
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];
public 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];
getFirewallPolicyAssessmentOrBuilder in interface AssessmentOrBuilderpublic 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];
hasFraudPreventionAssessment in interface AssessmentOrBuilderpublic 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];
getFraudPreventionAssessment in interface AssessmentOrBuilderpublic Assessment.Builder setFraudPreventionAssessment(FraudPreventionAssessment value)
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];
public Assessment.Builder setFraudPreventionAssessment(FraudPreventionAssessment.Builder builderForValue)
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];
public Assessment.Builder mergeFraudPreventionAssessment(FraudPreventionAssessment value)
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];
public Assessment.Builder clearFraudPreventionAssessment()
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];
public FraudPreventionAssessment.Builder getFraudPreventionAssessmentBuilder()
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];
public 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];
getFraudPreventionAssessmentOrBuilder in interface AssessmentOrBuilderpublic 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];
hasFraudSignals in interface AssessmentOrBuilderpublic 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];
getFraudSignals in interface AssessmentOrBuilderpublic Assessment.Builder setFraudSignals(FraudSignals value)
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];
public Assessment.Builder setFraudSignals(FraudSignals.Builder builderForValue)
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];
public Assessment.Builder mergeFraudSignals(FraudSignals value)
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];
public Assessment.Builder clearFraudSignals()
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];
public FraudSignals.Builder getFraudSignalsBuilder()
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];
public 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];
getFraudSignalsOrBuilder in interface AssessmentOrBuilderpublic 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];
hasPhoneFraudAssessment in interface AssessmentOrBuilderpublic 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];
getPhoneFraudAssessment in interface AssessmentOrBuilderpublic Assessment.Builder setPhoneFraudAssessment(PhoneFraudAssessment value)
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];
public Assessment.Builder setPhoneFraudAssessment(PhoneFraudAssessment.Builder builderForValue)
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];
public Assessment.Builder mergePhoneFraudAssessment(PhoneFraudAssessment value)
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];
public Assessment.Builder clearPhoneFraudAssessment()
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];
public PhoneFraudAssessment.Builder getPhoneFraudAssessmentBuilder()
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];
public 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];
getPhoneFraudAssessmentOrBuilder in interface AssessmentOrBuilderpublic 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];
hasAssessmentEnvironment in interface AssessmentOrBuilderpublic 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];
getAssessmentEnvironment in interface AssessmentOrBuilderpublic Assessment.Builder setAssessmentEnvironment(AssessmentEnvironment value)
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];
public Assessment.Builder setAssessmentEnvironment(AssessmentEnvironment.Builder builderForValue)
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];
public Assessment.Builder mergeAssessmentEnvironment(AssessmentEnvironment value)
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];
public Assessment.Builder clearAssessmentEnvironment()
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];
public AssessmentEnvironment.Builder getAssessmentEnvironmentBuilder()
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];
public 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];
getAssessmentEnvironmentOrBuilder in interface AssessmentOrBuilderpublic final Assessment.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>public final Assessment.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>Copyright © 2025 Google LLC. All rights reserved.