Interface AccountVerificationInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AccountVerificationInfo, AccountVerificationInfo.Builder

    public interface AccountVerificationInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getEndpointsList

        List<EndpointVerificationInfo> getEndpointsList()
         Endpoints that can be used for identity verification.
         
        repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
      • getEndpoints

        EndpointVerificationInfo getEndpoints​(int index)
         Endpoints that can be used for identity verification.
         
        repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
      • getEndpointsCount

        int getEndpointsCount()
         Endpoints that can be used for identity verification.
         
        repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
      • getEndpointsOrBuilderList

        List<? extends EndpointVerificationInfoOrBuilder> getEndpointsOrBuilderList()
         Endpoints that can be used for identity verification.
         
        repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
      • getEndpointsOrBuilder

        EndpointVerificationInfoOrBuilder getEndpointsOrBuilder​(int index)
         Endpoints that can be used for identity verification.
         
        repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
      • getLanguageCode

        String getLanguageCode()
         Language code preference for the verification message, set as a IETF BCP 47
         language code.
         
        string language_code = 3;
        Returns:
        The languageCode.
      • getLanguageCodeBytes

        com.google.protobuf.ByteString getLanguageCodeBytes()
         Language code preference for the verification message, set as a IETF BCP 47
         language code.
         
        string language_code = 3;
        Returns:
        The bytes for languageCode.
      • getLatestVerificationResultValue

        int getLatestVerificationResultValue()
         Output only. Result of the latest account verification challenge.
         
        .google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.Result latest_verification_result = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for latestVerificationResult.
      • getLatestVerificationResult

        AccountVerificationInfo.Result getLatestVerificationResult()
         Output only. Result of the latest account verification challenge.
         
        .google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.Result latest_verification_result = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The latestVerificationResult.
      • getUsername

        @Deprecated
        String getUsername()
        Deprecated.
        google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=503
         Username of the account that is being verified. Deprecated. Customers
         should now provide the hashed account ID field in Event.
         
        string username = 2 [deprecated = true];
        Returns:
        The username.
      • getUsernameBytes

        @Deprecated
        com.google.protobuf.ByteString getUsernameBytes()
        Deprecated.
        google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=503
         Username of the account that is being verified. Deprecated. Customers
         should now provide the hashed account ID field in Event.
         
        string username = 2 [deprecated = true];
        Returns:
        The bytes for username.