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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description EndpointVerificationInfo
getEndpoints(int index)
Endpoints that can be used for identity verification.int
getEndpointsCount()
Endpoints that can be used for identity verification.List<EndpointVerificationInfo>
getEndpointsList()
Endpoints that can be used for identity verification.EndpointVerificationInfoOrBuilder
getEndpointsOrBuilder(int index)
Endpoints that can be used for identity verification.List<? extends EndpointVerificationInfoOrBuilder>
getEndpointsOrBuilderList()
Endpoints that can be used for identity verification.String
getLanguageCode()
Language code preference for the verification message, set as a IETF BCP 47 language code.com.google.protobuf.ByteString
getLanguageCodeBytes()
Language code preference for the verification message, set as a IETF BCP 47 language code.AccountVerificationInfo.Result
getLatestVerificationResult()
Output only.int
getLatestVerificationResultValue()
Output only.String
getUsername()
Deprecated.google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is deprecated.com.google.protobuf.ByteString
getUsernameBytes()
Deprecated.google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is deprecated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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=503Username 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=503Username 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.
-
-