Send feedback
Class AccountVerificationInfo (3.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.12.0 keyboard_arrow_down
public final class AccountVerificationInfo extends GeneratedMessageV3 implements AccountVerificationInfoOrBuilder
Information about account verification, used for identity verification.
Protobuf type google.cloud.recaptchaenterprise.v1.AccountVerificationInfo
Static Fields
ENDPOINTS_FIELD_NUMBER
public static final int ENDPOINTS_FIELD_NUMBER
Field Value Type Description int
LANGUAGE_CODE_FIELD_NUMBER
public static final int LANGUAGE_CODE_FIELD_NUMBER
Field Value Type Description int
LATEST_VERIFICATION_RESULT_FIELD_NUMBER
public static final int LATEST_VERIFICATION_RESULT_FIELD_NUMBER
Field Value Type Description int
USERNAME_FIELD_NUMBER
public static final int USERNAME_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static AccountVerificationInfo getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AccountVerificationInfo . Builder newBuilder ()
newBuilder(AccountVerificationInfo prototype)
public static AccountVerificationInfo . Builder newBuilder ( AccountVerificationInfo prototype )
public static AccountVerificationInfo parseDelimitedFrom ( InputStream input )
public static AccountVerificationInfo parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AccountVerificationInfo parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AccountVerificationInfo parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AccountVerificationInfo parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AccountVerificationInfo parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AccountVerificationInfo parseFrom ( CodedInputStream input )
public static AccountVerificationInfo parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AccountVerificationInfo parseFrom ( InputStream input )
public static AccountVerificationInfo parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AccountVerificationInfo parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AccountVerificationInfo parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AccountVerificationInfo> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public AccountVerificationInfo getDefaultInstanceForType ()
getEndpoints(int index)
public EndpointVerificationInfo getEndpoints ( int index )
Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
Parameter Name Description index
int
getEndpointsCount()
public int getEndpointsCount ()
Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
Returns Type Description int
getEndpointsList()
public List<EndpointVerificationInfo> getEndpointsList ()
Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
getEndpointsOrBuilder(int index)
public EndpointVerificationInfoOrBuilder getEndpointsOrBuilder ( int index )
Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
Parameter Name Description index
int
getEndpointsOrBuilderList()
public List <? extends EndpointVerificationInfoOrBuilder > getEndpointsOrBuilderList ()
Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
Returns Type Description List <? extends com.google.recaptchaenterprise.v1.EndpointVerificationInfoOrBuilder >
getLanguageCode()
public String getLanguageCode ()
Language code preference for the verification message, set as a IETF BCP 47
language code.
string language_code = 3;
Returns Type Description String
The languageCode.
getLanguageCodeBytes()
public ByteString getLanguageCodeBytes ()
Language code preference for the verification message, set as a IETF BCP 47
language code.
string language_code = 3;
Returns Type Description ByteString
The bytes for languageCode.
getLatestVerificationResult()
public 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];
getLatestVerificationResultValue()
public 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 Type Description int
The enum numeric value on the wire for latestVerificationResult.
getParserForType()
public Parser<AccountVerificationInfo> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
getUsername() (deprecated)
public 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 Type Description String
The username.
getUsernameBytes() (deprecated)
public 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 Type Description ByteString
The bytes for username.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public AccountVerificationInfo . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AccountVerificationInfo . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public AccountVerificationInfo . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]