public interface AccountVerificationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<EndpointVerificationInfo> getEndpointsList()
Optional. Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1 [(.google.api.field_behavior) = OPTIONAL];
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];
int getEndpointsCount()
Optional. Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1 [(.google.api.field_behavior) = OPTIONAL];
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];
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];
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];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];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];
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];
@Deprecated 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];@Deprecated 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];Copyright © 2025 Google LLC. All rights reserved.