Class Assessment.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, AssessmentOrBuilder, Cloneable
    Enclosing class:
    Assessment

    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.v1beta1.Assessment
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>
      • clear

        public Assessment.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>
      • getDefaultInstanceForType

        public Assessment getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Assessment build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Assessment buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Assessment.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>
      • setField

        public Assessment.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                           Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>
      • clearField

        public Assessment.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>
      • clearOneof

        public Assessment.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>
      • setRepeatedField

        public Assessment.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                   int index,
                                                   Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>
      • addRepeatedField

        public Assessment.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                   Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>
      • mergeFrom

        public Assessment.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Assessment.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>
      • mergeFrom

        public Assessment.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Assessment.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Output only. The resource name for the Assessment in the format
         "projects/{project_number}/assessments/{assessment_id}".
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getName in interface AssessmentOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Output only. The resource name for the Assessment in the format
         "projects/{project_number}/assessments/{assessment_id}".
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNameBytes in interface AssessmentOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Assessment.Builder setName​(String value)
         Output only. The resource name for the Assessment in the format
         "projects/{project_number}/assessments/{assessment_id}".
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Assessment.Builder clearName()
         Output only. The resource name for the Assessment in the format
         "projects/{project_number}/assessments/{assessment_id}".
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setNameBytes

        public Assessment.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Output only. The resource name for the Assessment in the format
         "projects/{project_number}/assessments/{assessment_id}".
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • hasEvent

        public boolean hasEvent()
         The event being assessed.
         
        .google.cloud.recaptchaenterprise.v1beta1.Event event = 2;
        Specified by:
        hasEvent in interface AssessmentOrBuilder
        Returns:
        Whether the event field is set.
      • getEvent

        public Event getEvent()
         The event being assessed.
         
        .google.cloud.recaptchaenterprise.v1beta1.Event event = 2;
        Specified by:
        getEvent in interface AssessmentOrBuilder
        Returns:
        The event.
      • setEvent

        public Assessment.Builder setEvent​(Event value)
         The event being assessed.
         
        .google.cloud.recaptchaenterprise.v1beta1.Event event = 2;
      • setEvent

        public Assessment.Builder setEvent​(Event.Builder builderForValue)
         The event being assessed.
         
        .google.cloud.recaptchaenterprise.v1beta1.Event event = 2;
      • mergeEvent

        public Assessment.Builder mergeEvent​(Event value)
         The event being assessed.
         
        .google.cloud.recaptchaenterprise.v1beta1.Event event = 2;
      • clearEvent

        public Assessment.Builder clearEvent()
         The event being assessed.
         
        .google.cloud.recaptchaenterprise.v1beta1.Event event = 2;
      • getEventBuilder

        public Event.Builder getEventBuilder()
         The event being assessed.
         
        .google.cloud.recaptchaenterprise.v1beta1.Event event = 2;
      • getScore

        public float getScore()
         Output only. Legitimate event score from 0.0 to 1.0.
         (1.0 means very likely legitimate traffic while 0.0 means very likely
         non-legitimate traffic).
         
        float score = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getScore in interface AssessmentOrBuilder
        Returns:
        The score.
      • setScore

        public Assessment.Builder setScore​(float value)
         Output only. Legitimate event score from 0.0 to 1.0.
         (1.0 means very likely legitimate traffic while 0.0 means very likely
         non-legitimate traffic).
         
        float score = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The score to set.
        Returns:
        This builder for chaining.
      • clearScore

        public Assessment.Builder clearScore()
         Output only. Legitimate event score from 0.0 to 1.0.
         (1.0 means very likely legitimate traffic while 0.0 means very likely
         non-legitimate traffic).
         
        float score = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • hasTokenProperties

        public boolean hasTokenProperties()
         Output only. Properties of the provided event token.
         
        .google.cloud.recaptchaenterprise.v1beta1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasTokenProperties in interface AssessmentOrBuilder
        Returns:
        Whether the tokenProperties field is set.
      • getTokenProperties

        public TokenProperties getTokenProperties()
         Output only. Properties of the provided event token.
         
        .google.cloud.recaptchaenterprise.v1beta1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTokenProperties in interface AssessmentOrBuilder
        Returns:
        The tokenProperties.
      • setTokenProperties

        public Assessment.Builder setTokenProperties​(TokenProperties value)
         Output only. Properties of the provided event token.
         
        .google.cloud.recaptchaenterprise.v1beta1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setTokenProperties

        public Assessment.Builder setTokenProperties​(TokenProperties.Builder builderForValue)
         Output only. Properties of the provided event token.
         
        .google.cloud.recaptchaenterprise.v1beta1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeTokenProperties

        public Assessment.Builder mergeTokenProperties​(TokenProperties value)
         Output only. Properties of the provided event token.
         
        .google.cloud.recaptchaenterprise.v1beta1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearTokenProperties

        public Assessment.Builder clearTokenProperties()
         Output only. Properties of the provided event token.
         
        .google.cloud.recaptchaenterprise.v1beta1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getTokenPropertiesBuilder

        public TokenProperties.Builder getTokenPropertiesBuilder()
         Output only. Properties of the provided event token.
         
        .google.cloud.recaptchaenterprise.v1beta1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getReasonsList

        public List<Assessment.ClassificationReason> getReasonsList()
         Output only. Reasons contributing to the risk analysis verdict.
         
        repeated .google.cloud.recaptchaenterprise.v1beta1.Assessment.ClassificationReason reasons = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getReasonsList in interface AssessmentOrBuilder
        Returns:
        A list containing the reasons.
      • getReasonsCount

        public int getReasonsCount()
         Output only. Reasons contributing to the risk analysis verdict.
         
        repeated .google.cloud.recaptchaenterprise.v1beta1.Assessment.ClassificationReason reasons = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getReasonsCount in interface AssessmentOrBuilder
        Returns:
        The count of reasons.
      • getReasons

        public Assessment.ClassificationReason getReasons​(int index)
         Output only. Reasons contributing to the risk analysis verdict.
         
        repeated .google.cloud.recaptchaenterprise.v1beta1.Assessment.ClassificationReason reasons = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getReasons in interface AssessmentOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The reasons at the given index.
      • setReasons

        public Assessment.Builder setReasons​(int index,
                                             Assessment.ClassificationReason value)
         Output only. Reasons contributing to the risk analysis verdict.
         
        repeated .google.cloud.recaptchaenterprise.v1beta1.Assessment.ClassificationReason reasons = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        index - The index to set the value at.
        value - The reasons to set.
        Returns:
        This builder for chaining.
      • addReasons

        public Assessment.Builder addReasons​(Assessment.ClassificationReason value)
         Output only. Reasons contributing to the risk analysis verdict.
         
        repeated .google.cloud.recaptchaenterprise.v1beta1.Assessment.ClassificationReason reasons = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The reasons to add.
        Returns:
        This builder for chaining.
      • addAllReasons

        public Assessment.Builder addAllReasons​(Iterable<? extends Assessment.ClassificationReason> values)
         Output only. Reasons contributing to the risk analysis verdict.
         
        repeated .google.cloud.recaptchaenterprise.v1beta1.Assessment.ClassificationReason reasons = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        values - The reasons to add.
        Returns:
        This builder for chaining.
      • clearReasons

        public Assessment.Builder clearReasons()
         Output only. Reasons contributing to the risk analysis verdict.
         
        repeated .google.cloud.recaptchaenterprise.v1beta1.Assessment.ClassificationReason reasons = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getReasonsValueList

        public List<Integer> getReasonsValueList()
         Output only. Reasons contributing to the risk analysis verdict.
         
        repeated .google.cloud.recaptchaenterprise.v1beta1.Assessment.ClassificationReason reasons = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getReasonsValueList in interface AssessmentOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for reasons.
      • getReasonsValue

        public int getReasonsValue​(int index)
         Output only. Reasons contributing to the risk analysis verdict.
         
        repeated .google.cloud.recaptchaenterprise.v1beta1.Assessment.ClassificationReason reasons = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getReasonsValue in interface AssessmentOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of reasons at the given index.
      • setReasonsValue

        public Assessment.Builder setReasonsValue​(int index,
                                                  int value)
         Output only. Reasons contributing to the risk analysis verdict.
         
        repeated .google.cloud.recaptchaenterprise.v1beta1.Assessment.ClassificationReason reasons = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        index - The index to set the value at.
        value - The enum numeric value on the wire for reasons to set.
        Returns:
        This builder for chaining.
      • addReasonsValue

        public Assessment.Builder addReasonsValue​(int value)
         Output only. Reasons contributing to the risk analysis verdict.
         
        repeated .google.cloud.recaptchaenterprise.v1beta1.Assessment.ClassificationReason reasons = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for reasons to add.
        Returns:
        This builder for chaining.
      • addAllReasonsValue

        public Assessment.Builder addAllReasonsValue​(Iterable<Integer> values)
         Output only. Reasons contributing to the risk analysis verdict.
         
        repeated .google.cloud.recaptchaenterprise.v1beta1.Assessment.ClassificationReason reasons = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        values - The enum numeric values on the wire for reasons to add.
        Returns:
        This builder for chaining.
      • hasPasswordLeakVerification

        public boolean hasPasswordLeakVerification()
         Information about the user's credentials used to check for leaks.
         This feature is part of the Early Access Program (EAP). Exercise caution,
         and do not deploy integrations based on this feature in a production
         environment.
         
        .google.cloud.recaptchaenterprise.v1beta1.PasswordLeakVerification password_leak_verification = 7;
        Specified by:
        hasPasswordLeakVerification in interface AssessmentOrBuilder
        Returns:
        Whether the passwordLeakVerification field is set.
      • getPasswordLeakVerification

        public PasswordLeakVerification getPasswordLeakVerification()
         Information about the user's credentials used to check for leaks.
         This feature is part of the Early Access Program (EAP). Exercise caution,
         and do not deploy integrations based on this feature in a production
         environment.
         
        .google.cloud.recaptchaenterprise.v1beta1.PasswordLeakVerification password_leak_verification = 7;
        Specified by:
        getPasswordLeakVerification in interface AssessmentOrBuilder
        Returns:
        The passwordLeakVerification.
      • setPasswordLeakVerification

        public Assessment.Builder setPasswordLeakVerification​(PasswordLeakVerification value)
         Information about the user's credentials used to check for leaks.
         This feature is part of the Early Access Program (EAP). Exercise caution,
         and do not deploy integrations based on this feature in a production
         environment.
         
        .google.cloud.recaptchaenterprise.v1beta1.PasswordLeakVerification password_leak_verification = 7;
      • setPasswordLeakVerification

        public Assessment.Builder setPasswordLeakVerification​(PasswordLeakVerification.Builder builderForValue)
         Information about the user's credentials used to check for leaks.
         This feature is part of the Early Access Program (EAP). Exercise caution,
         and do not deploy integrations based on this feature in a production
         environment.
         
        .google.cloud.recaptchaenterprise.v1beta1.PasswordLeakVerification password_leak_verification = 7;
      • mergePasswordLeakVerification

        public Assessment.Builder mergePasswordLeakVerification​(PasswordLeakVerification value)
         Information about the user's credentials used to check for leaks.
         This feature is part of the Early Access Program (EAP). Exercise caution,
         and do not deploy integrations based on this feature in a production
         environment.
         
        .google.cloud.recaptchaenterprise.v1beta1.PasswordLeakVerification password_leak_verification = 7;
      • clearPasswordLeakVerification

        public Assessment.Builder clearPasswordLeakVerification()
         Information about the user's credentials used to check for leaks.
         This feature is part of the Early Access Program (EAP). Exercise caution,
         and do not deploy integrations based on this feature in a production
         environment.
         
        .google.cloud.recaptchaenterprise.v1beta1.PasswordLeakVerification password_leak_verification = 7;
      • getPasswordLeakVerificationBuilder

        public PasswordLeakVerification.Builder getPasswordLeakVerificationBuilder()
         Information about the user's credentials used to check for leaks.
         This feature is part of the Early Access Program (EAP). Exercise caution,
         and do not deploy integrations based on this feature in a production
         environment.
         
        .google.cloud.recaptchaenterprise.v1beta1.PasswordLeakVerification password_leak_verification = 7;
      • getPasswordLeakVerificationOrBuilder

        public PasswordLeakVerificationOrBuilder getPasswordLeakVerificationOrBuilder()
         Information about the user's credentials used to check for leaks.
         This feature is part of the Early Access Program (EAP). Exercise caution,
         and do not deploy integrations based on this feature in a production
         environment.
         
        .google.cloud.recaptchaenterprise.v1beta1.PasswordLeakVerification password_leak_verification = 7;
        Specified by:
        getPasswordLeakVerificationOrBuilder in interface AssessmentOrBuilder
      • hasAccountDefenderAssessment

        public boolean hasAccountDefenderAssessment()
         Assessment returned by account defender when a hashed_account_id is
         provided.
         
        .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment account_defender_assessment = 8;
        Specified by:
        hasAccountDefenderAssessment in interface AssessmentOrBuilder
        Returns:
        Whether the accountDefenderAssessment field is set.
      • getAccountDefenderAssessment

        public AccountDefenderAssessment getAccountDefenderAssessment()
         Assessment returned by account defender when a hashed_account_id is
         provided.
         
        .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment account_defender_assessment = 8;
        Specified by:
        getAccountDefenderAssessment in interface AssessmentOrBuilder
        Returns:
        The accountDefenderAssessment.
      • setAccountDefenderAssessment

        public Assessment.Builder setAccountDefenderAssessment​(AccountDefenderAssessment value)
         Assessment returned by account defender when a hashed_account_id is
         provided.
         
        .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment account_defender_assessment = 8;
      • setAccountDefenderAssessment

        public Assessment.Builder setAccountDefenderAssessment​(AccountDefenderAssessment.Builder builderForValue)
         Assessment returned by account defender when a hashed_account_id is
         provided.
         
        .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment account_defender_assessment = 8;
      • mergeAccountDefenderAssessment

        public Assessment.Builder mergeAccountDefenderAssessment​(AccountDefenderAssessment value)
         Assessment returned by account defender when a hashed_account_id is
         provided.
         
        .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment account_defender_assessment = 8;
      • clearAccountDefenderAssessment

        public Assessment.Builder clearAccountDefenderAssessment()
         Assessment returned by account defender when a hashed_account_id is
         provided.
         
        .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment account_defender_assessment = 8;
      • getAccountDefenderAssessmentBuilder

        public AccountDefenderAssessment.Builder getAccountDefenderAssessmentBuilder()
         Assessment returned by account defender when a hashed_account_id is
         provided.
         
        .google.cloud.recaptchaenterprise.v1beta1.AccountDefenderAssessment account_defender_assessment = 8;
      • hasFraudPreventionAssessment

        public boolean hasFraudPreventionAssessment()
         Assessment returned by Fraud Prevention when TransactionData is provided.
         
        .google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment fraud_prevention_assessment = 11;
        Specified by:
        hasFraudPreventionAssessment in interface AssessmentOrBuilder
        Returns:
        Whether the fraudPreventionAssessment field is set.
      • getFraudPreventionAssessment

        public FraudPreventionAssessment getFraudPreventionAssessment()
         Assessment returned by Fraud Prevention when TransactionData is provided.
         
        .google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment fraud_prevention_assessment = 11;
        Specified by:
        getFraudPreventionAssessment in interface AssessmentOrBuilder
        Returns:
        The fraudPreventionAssessment.
      • setFraudPreventionAssessment

        public Assessment.Builder setFraudPreventionAssessment​(FraudPreventionAssessment value)
         Assessment returned by Fraud Prevention when TransactionData is provided.
         
        .google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment fraud_prevention_assessment = 11;
      • setFraudPreventionAssessment

        public Assessment.Builder setFraudPreventionAssessment​(FraudPreventionAssessment.Builder builderForValue)
         Assessment returned by Fraud Prevention when TransactionData is provided.
         
        .google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment fraud_prevention_assessment = 11;
      • mergeFraudPreventionAssessment

        public Assessment.Builder mergeFraudPreventionAssessment​(FraudPreventionAssessment value)
         Assessment returned by Fraud Prevention when TransactionData is provided.
         
        .google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment fraud_prevention_assessment = 11;
      • clearFraudPreventionAssessment

        public Assessment.Builder clearFraudPreventionAssessment()
         Assessment returned by Fraud Prevention when TransactionData is provided.
         
        .google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment fraud_prevention_assessment = 11;
      • getFraudPreventionAssessmentBuilder

        public FraudPreventionAssessment.Builder getFraudPreventionAssessmentBuilder()
         Assessment returned by Fraud Prevention when TransactionData is provided.
         
        .google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment fraud_prevention_assessment = 11;
      • setUnknownFields

        public final Assessment.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>
      • mergeUnknownFields

        public final Assessment.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Assessment.Builder>