public final class AccountVerificationInfo extends com.google.protobuf.GeneratedMessageV3 implements AccountVerificationInfoOrBuilder
Information about account verification, used for identity verification.Protobuf type
google.cloud.recaptchaenterprise.v1.AccountVerificationInfo| Modifier and Type | Class and Description |
|---|---|
static class |
AccountVerificationInfo.Builder
Information about account verification, used for identity verification.
|
static class |
AccountVerificationInfo.Result
Result of the account verification as contained in the verdict token issued
at the end of the verification flow.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ENDPOINTS_FIELD_NUMBER |
static int |
LANGUAGE_CODE_FIELD_NUMBER |
static int |
LATEST_VERIFICATION_RESULT_FIELD_NUMBER |
static int |
USERNAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static AccountVerificationInfo |
getDefaultInstance() |
AccountVerificationInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
EndpointVerificationInfo |
getEndpoints(int index)
Optional.
|
int |
getEndpointsCount()
Optional.
|
List<EndpointVerificationInfo> |
getEndpointsList()
Optional.
|
EndpointVerificationInfoOrBuilder |
getEndpointsOrBuilder(int index)
Optional.
|
List<? extends EndpointVerificationInfoOrBuilder> |
getEndpointsOrBuilderList()
Optional.
|
String |
getLanguageCode()
Optional.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
Optional.
|
AccountVerificationInfo.Result |
getLatestVerificationResult()
Output only.
|
int |
getLatestVerificationResultValue()
Output only.
|
com.google.protobuf.Parser<AccountVerificationInfo> |
getParserForType() |
int |
getSerializedSize() |
String |
getUsername()
Deprecated.
google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is deprecated.
See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=602
|
com.google.protobuf.ByteString |
getUsernameBytes()
Deprecated.
google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is deprecated.
See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=602
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AccountVerificationInfo.Builder |
newBuilder() |
static AccountVerificationInfo.Builder |
newBuilder(AccountVerificationInfo prototype) |
AccountVerificationInfo.Builder |
newBuilderForType() |
protected AccountVerificationInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static AccountVerificationInfo |
parseDelimitedFrom(InputStream input) |
static AccountVerificationInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountVerificationInfo |
parseFrom(byte[] data) |
static AccountVerificationInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountVerificationInfo |
parseFrom(ByteBuffer data) |
static AccountVerificationInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountVerificationInfo |
parseFrom(com.google.protobuf.ByteString data) |
static AccountVerificationInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountVerificationInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AccountVerificationInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountVerificationInfo |
parseFrom(InputStream input) |
static AccountVerificationInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AccountVerificationInfo> |
parser() |
AccountVerificationInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ENDPOINTS_FIELD_NUMBER
public static final int LANGUAGE_CODE_FIELD_NUMBER
public static final int LATEST_VERIFICATION_RESULT_FIELD_NUMBER
public static final int USERNAME_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<EndpointVerificationInfo> getEndpointsList()
Optional. Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1 [(.google.api.field_behavior) = OPTIONAL];
getEndpointsList in interface AccountVerificationInfoOrBuilderpublic List<? extends EndpointVerificationInfoOrBuilder> getEndpointsOrBuilderList()
Optional. Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1 [(.google.api.field_behavior) = OPTIONAL];
getEndpointsOrBuilderList in interface AccountVerificationInfoOrBuilderpublic int getEndpointsCount()
Optional. Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1 [(.google.api.field_behavior) = OPTIONAL];
getEndpointsCount in interface AccountVerificationInfoOrBuilderpublic EndpointVerificationInfo getEndpoints(int index)
Optional. Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1 [(.google.api.field_behavior) = OPTIONAL];
getEndpoints in interface AccountVerificationInfoOrBuilderpublic EndpointVerificationInfoOrBuilder getEndpointsOrBuilder(int index)
Optional. Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1 [(.google.api.field_behavior) = OPTIONAL];
getEndpointsOrBuilder in interface AccountVerificationInfoOrBuilderpublic String getLanguageCode()
Optional. Language code preference for the verification message, set as a IETF BCP 47 language code.
string language_code = 3 [(.google.api.field_behavior) = OPTIONAL];getLanguageCode in interface AccountVerificationInfoOrBuilderpublic com.google.protobuf.ByteString getLanguageCodeBytes()
Optional. Language code preference for the verification message, set as a IETF BCP 47 language code.
string language_code = 3 [(.google.api.field_behavior) = OPTIONAL];getLanguageCodeBytes in interface AccountVerificationInfoOrBuilderpublic 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];
getLatestVerificationResultValue in interface AccountVerificationInfoOrBuilderpublic 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];
getLatestVerificationResult in interface AccountVerificationInfoOrBuilder@Deprecated public String getUsername()
Username of the account that is being verified. Deprecated. Customers should now provide the `account_id` field in `event.user_info`.
string username = 2 [deprecated = true];getUsername in interface AccountVerificationInfoOrBuilder@Deprecated public com.google.protobuf.ByteString getUsernameBytes()
Username of the account that is being verified. Deprecated. Customers should now provide the `account_id` field in `event.user_info`.
string username = 2 [deprecated = true];getUsernameBytes in interface AccountVerificationInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static AccountVerificationInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountVerificationInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountVerificationInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountVerificationInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountVerificationInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountVerificationInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountVerificationInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static AccountVerificationInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AccountVerificationInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AccountVerificationInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AccountVerificationInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AccountVerificationInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AccountVerificationInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AccountVerificationInfo.Builder newBuilder()
public static AccountVerificationInfo.Builder newBuilder(AccountVerificationInfo prototype)
public AccountVerificationInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AccountVerificationInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AccountVerificationInfo getDefaultInstance()
public static com.google.protobuf.Parser<AccountVerificationInfo> parser()
public com.google.protobuf.Parser<AccountVerificationInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AccountVerificationInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.