Class Assessment

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, AssessmentOrBuilder, Serializable

    public final class Assessment
    extends com.google.protobuf.GeneratedMessageV3
    implements AssessmentOrBuilder
     A reCAPTCHA Enterprise assessment resource.
     
    Protobuf type google.cloud.recaptchaenterprise.v1.Assessment
    See Also:
    Serialized Form
    • Field Detail

      • RISK_ANALYSIS_FIELD_NUMBER

        public static final int RISK_ANALYSIS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TOKEN_PROPERTIES_FIELD_NUMBER

        public static final int TOKEN_PROPERTIES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ACCOUNT_VERIFICATION_FIELD_NUMBER

        public static final int ACCOUNT_VERIFICATION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ACCOUNT_DEFENDER_ASSESSMENT_FIELD_NUMBER

        public static final int ACCOUNT_DEFENDER_ASSESSMENT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • PRIVATE_PASSWORD_LEAK_VERIFICATION_FIELD_NUMBER

        public static final int PRIVATE_PASSWORD_LEAK_VERIFICATION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • FRAUD_PREVENTION_ASSESSMENT_FIELD_NUMBER

        public static final int FRAUD_PREVENTION_ASSESSMENT_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • getName

        public 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];
        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}/assessments/{assessment}".
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNameBytes in interface AssessmentOrBuilder
        Returns:
        The bytes for name.
      • hasEvent

        public boolean hasEvent()
         The event being assessed.
         
        .google.cloud.recaptchaenterprise.v1.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.v1.Event event = 2;
        Specified by:
        getEvent in interface AssessmentOrBuilder
        Returns:
        The event.
      • hasRiskAnalysis

        public 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];
        Specified by:
        hasRiskAnalysis in interface AssessmentOrBuilder
        Returns:
        Whether the riskAnalysis field is set.
      • getRiskAnalysis

        public 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];
        Specified by:
        getRiskAnalysis in interface AssessmentOrBuilder
        Returns:
        The riskAnalysis.
      • getRiskAnalysisOrBuilder

        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];
        Specified by:
        getRiskAnalysisOrBuilder in interface AssessmentOrBuilder
      • hasTokenProperties

        public boolean hasTokenProperties()
         Output only. Properties of the provided event token.
         
        .google.cloud.recaptchaenterprise.v1.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.v1.TokenProperties token_properties = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTokenProperties in interface AssessmentOrBuilder
        Returns:
        The tokenProperties.
      • hasAccountVerification

        public 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;
        Specified by:
        hasAccountVerification in interface AssessmentOrBuilder
        Returns:
        Whether the accountVerification field is set.
      • getAccountVerification

        public 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;
        Specified by:
        getAccountVerification in interface AssessmentOrBuilder
        Returns:
        The accountVerification.
      • getAccountVerificationOrBuilder

        public 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;
        Specified by:
        getAccountVerificationOrBuilder in interface AssessmentOrBuilder
      • hasAccountDefenderAssessment

        public boolean hasAccountDefenderAssessment()
         Assessment returned by account defender when a hashed_account_id is
         provided.
         
        .google.cloud.recaptchaenterprise.v1.AccountDefenderAssessment account_defender_assessment = 6;
        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.v1.AccountDefenderAssessment account_defender_assessment = 6;
        Specified by:
        getAccountDefenderAssessment in interface AssessmentOrBuilder
        Returns:
        The accountDefenderAssessment.
      • hasPrivatePasswordLeakVerification

        public 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;
        Specified by:
        hasPrivatePasswordLeakVerification in interface AssessmentOrBuilder
        Returns:
        Whether the privatePasswordLeakVerification field is set.
      • getPrivatePasswordLeakVerification

        public 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;
        Specified by:
        getPrivatePasswordLeakVerification in interface AssessmentOrBuilder
        Returns:
        The privatePasswordLeakVerification.
      • hasFraudPreventionAssessment

        public boolean hasFraudPreventionAssessment()
         Assessment returned by Fraud Prevention when TransactionData is provided.
         
        .google.cloud.recaptchaenterprise.v1.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.v1.FraudPreventionAssessment fraud_prevention_assessment = 11;
        Specified by:
        getFraudPreventionAssessment in interface AssessmentOrBuilder
        Returns:
        The fraudPreventionAssessment.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Assessment parseFrom​(ByteBuffer data)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Assessment parseFrom​(ByteBuffer data,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Assessment parseFrom​(com.google.protobuf.ByteString data)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Assessment parseFrom​(com.google.protobuf.ByteString data,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Assessment parseFrom​(byte[] data)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Assessment parseFrom​(byte[] data,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Assessment parseFrom​(com.google.protobuf.CodedInputStream input,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws IOException
        Throws:
        IOException
      • newBuilderForType

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

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

        protected Assessment.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static Assessment getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<Assessment> parser()
      • getParserForType

        public com.google.protobuf.Parser<Assessment> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

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