public static final class AccountVerificationInfo.Builder extends GeneratedMessageV3.Builder<AccountVerificationInfo.Builder> implements AccountVerificationInfoOrBuilderInformation about account verification, used for identity verification.
Protobuf type google.cloud.recaptchaenterprise.v1.AccountVerificationInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AccountVerificationInfo.BuilderImplements
AccountVerificationInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
Descriptor |
Methods
addAllEndpoints(Iterable<? extends EndpointVerificationInfo> values)
public AccountVerificationInfo.Builder addAllEndpoints(Iterable<? extends EndpointVerificationInfo> values)Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| Name | Description |
values |
Iterable<? extends com.google.recaptchaenterprise.v1.EndpointVerificationInfo> |
| Type | Description |
AccountVerificationInfo.Builder |
addEndpoints(EndpointVerificationInfo value)
public AccountVerificationInfo.Builder addEndpoints(EndpointVerificationInfo value)Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| Name | Description |
value |
EndpointVerificationInfo |
| Type | Description |
AccountVerificationInfo.Builder |
addEndpoints(EndpointVerificationInfo.Builder builderForValue)
public AccountVerificationInfo.Builder addEndpoints(EndpointVerificationInfo.Builder builderForValue)Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| Name | Description |
builderForValue |
EndpointVerificationInfo.Builder |
| Type | Description |
AccountVerificationInfo.Builder |
addEndpoints(int index, EndpointVerificationInfo value)
public AccountVerificationInfo.Builder addEndpoints(int index, EndpointVerificationInfo value)Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| Name | Description |
index |
int |
value |
EndpointVerificationInfo |
| Type | Description |
AccountVerificationInfo.Builder |
addEndpoints(int index, EndpointVerificationInfo.Builder builderForValue)
public AccountVerificationInfo.Builder addEndpoints(int index, EndpointVerificationInfo.Builder builderForValue)Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| Name | Description |
index |
int |
builderForValue |
EndpointVerificationInfo.Builder |
| Type | Description |
AccountVerificationInfo.Builder |
addEndpointsBuilder()
public EndpointVerificationInfo.Builder addEndpointsBuilder()Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| Type | Description |
EndpointVerificationInfo.Builder |
addEndpointsBuilder(int index)
public EndpointVerificationInfo.Builder addEndpointsBuilder(int index)Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| Name | Description |
index |
int |
| Type | Description |
EndpointVerificationInfo.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AccountVerificationInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
AccountVerificationInfo.Builder |
build()
public AccountVerificationInfo build()| Type | Description |
AccountVerificationInfo |
buildPartial()
public AccountVerificationInfo buildPartial()| Type | Description |
AccountVerificationInfo |
clear()
public AccountVerificationInfo.Builder clear()| Type | Description |
AccountVerificationInfo.Builder |
clearEndpoints()
public AccountVerificationInfo.Builder clearEndpoints()Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| Type | Description |
AccountVerificationInfo.Builder |
clearField(Descriptors.FieldDescriptor field)
public AccountVerificationInfo.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
field |
FieldDescriptor |
| Type | Description |
AccountVerificationInfo.Builder |
clearLanguageCode()
public AccountVerificationInfo.Builder clearLanguageCode()Language code preference for the verification message, set as a IETF BCP 47 language code.
string language_code = 3;
| Type | Description |
AccountVerificationInfo.Builder |
This builder for chaining. |
clearLatestVerificationResult()
public AccountVerificationInfo.Builder clearLatestVerificationResult()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];
| Type | Description |
AccountVerificationInfo.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public AccountVerificationInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
oneof |
OneofDescriptor |
| Type | Description |
AccountVerificationInfo.Builder |
clearUsername() (deprecated)
public AccountVerificationInfo.Builder clearUsername()Deprecated. google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=374
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];
| Type | Description |
AccountVerificationInfo.Builder |
This builder for chaining. |
clone()
public AccountVerificationInfo.Builder clone()| Type | Description |
AccountVerificationInfo.Builder |
getDefaultInstanceForType()
public AccountVerificationInfo getDefaultInstanceForType()| Type | Description |
AccountVerificationInfo |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
Descriptor |
getEndpoints(int index)
public EndpointVerificationInfo getEndpoints(int index)Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| Name | Description |
index |
int |
| Type | Description |
EndpointVerificationInfo |
getEndpointsBuilder(int index)
public EndpointVerificationInfo.Builder getEndpointsBuilder(int index)Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| Name | Description |
index |
int |
| Type | Description |
EndpointVerificationInfo.Builder |
getEndpointsBuilderList()
public List<EndpointVerificationInfo.Builder> getEndpointsBuilderList()Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| Type | Description |
List<Builder> |
getEndpointsCount()
public int getEndpointsCount()Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| Type | Description |
int |
getEndpointsList()
public List<EndpointVerificationInfo> getEndpointsList()Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| Type | Description |
List<EndpointVerificationInfo> |
getEndpointsOrBuilder(int index)
public EndpointVerificationInfoOrBuilder getEndpointsOrBuilder(int index)Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| Name | Description |
index |
int |
| Type | Description |
EndpointVerificationInfoOrBuilder |
getEndpointsOrBuilderList()
public List<? extends EndpointVerificationInfoOrBuilder> getEndpointsOrBuilderList()Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| 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;
| 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;
| 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];
| Type | Description |
AccountVerificationInfo.Result |
The latestVerificationResult. |
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];
| Type | Description |
int |
The enum numeric value on the wire for latestVerificationResult. |
getUsername() (deprecated)
public String getUsername()Deprecated. google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=374
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];
| 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=374
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];
| Type | Description |
ByteString |
The bytes for username. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AccountVerificationInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Type | Description |
AccountVerificationInfo.Builder |
| Type | Description |
IOException |
mergeFrom(Message other)
public AccountVerificationInfo.Builder mergeFrom(Message other)| Name | Description |
other |
Message |
| Type | Description |
AccountVerificationInfo.Builder |
mergeFrom(AccountVerificationInfo other)
public AccountVerificationInfo.Builder mergeFrom(AccountVerificationInfo other)| Name | Description |
other |
AccountVerificationInfo |
| Type | Description |
AccountVerificationInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AccountVerificationInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
AccountVerificationInfo.Builder |
removeEndpoints(int index)
public AccountVerificationInfo.Builder removeEndpoints(int index)Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| Name | Description |
index |
int |
| Type | Description |
AccountVerificationInfo.Builder |
setEndpoints(int index, EndpointVerificationInfo value)
public AccountVerificationInfo.Builder setEndpoints(int index, EndpointVerificationInfo value)Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| Name | Description |
index |
int |
value |
EndpointVerificationInfo |
| Type | Description |
AccountVerificationInfo.Builder |
setEndpoints(int index, EndpointVerificationInfo.Builder builderForValue)
public AccountVerificationInfo.Builder setEndpoints(int index, EndpointVerificationInfo.Builder builderForValue)Endpoints that can be used for identity verification.
repeated .google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo endpoints = 1;
| Name | Description |
index |
int |
builderForValue |
EndpointVerificationInfo.Builder |
| Type | Description |
AccountVerificationInfo.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public AccountVerificationInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
AccountVerificationInfo.Builder |
setLanguageCode(String value)
public AccountVerificationInfo.Builder setLanguageCode(String value)Language code preference for the verification message, set as a IETF BCP 47 language code.
string language_code = 3;
| Name | Description |
value |
StringThe languageCode to set. |
| Type | Description |
AccountVerificationInfo.Builder |
This builder for chaining. |
setLanguageCodeBytes(ByteString value)
public AccountVerificationInfo.Builder setLanguageCodeBytes(ByteString value)Language code preference for the verification message, set as a IETF BCP 47 language code.
string language_code = 3;
| Name | Description |
value |
ByteStringThe bytes for languageCode to set. |
| Type | Description |
AccountVerificationInfo.Builder |
This builder for chaining. |
setLatestVerificationResult(AccountVerificationInfo.Result value)
public AccountVerificationInfo.Builder setLatestVerificationResult(AccountVerificationInfo.Result value)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];
| Name | Description |
value |
AccountVerificationInfo.ResultThe latestVerificationResult to set. |
| Type | Description |
AccountVerificationInfo.Builder |
This builder for chaining. |
setLatestVerificationResultValue(int value)
public AccountVerificationInfo.Builder setLatestVerificationResultValue(int value)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];
| Name | Description |
value |
intThe enum numeric value on the wire for latestVerificationResult to set. |
| Type | Description |
AccountVerificationInfo.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AccountVerificationInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Type | Description |
AccountVerificationInfo.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AccountVerificationInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
AccountVerificationInfo.Builder |
setUsername(String value) (deprecated)
public AccountVerificationInfo.Builder setUsername(String value)Deprecated. google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=374
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];
| Name | Description |
value |
StringThe username to set. |
| Type | Description |
AccountVerificationInfo.Builder |
This builder for chaining. |
setUsernameBytes(ByteString value) (deprecated)
public AccountVerificationInfo.Builder setUsernameBytes(ByteString value)Deprecated. google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.username is deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=374
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];
| Name | Description |
value |
ByteStringThe bytes for username to set. |
| Type | Description |
AccountVerificationInfo.Builder |
This builder for chaining. |