- 3.50.0 (latest)
- 3.49.0
- 3.48.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.12
- 2.6.1
- 2.5.0
- 2.4.10
- 2.3.1
public static final class EndpointVerificationInfo.Builder extends GeneratedMessageV3.Builder<EndpointVerificationInfo.Builder> implements EndpointVerificationInfoOrBuilder
Information about a verification endpoint that can be used for 2FA.
Protobuf type google.cloud.recaptchaenterprise.v1.EndpointVerificationInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > EndpointVerificationInfo.BuilderImplements
EndpointVerificationInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EndpointVerificationInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
build()
public EndpointVerificationInfo build()
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo |
buildPartial()
public EndpointVerificationInfo buildPartial()
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo |
clear()
public EndpointVerificationInfo.Builder clear()
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
clearEmailAddress()
public EndpointVerificationInfo.Builder clearEmailAddress()
Email address for which to trigger a verification request.
string email_address = 1;
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
This builder for chaining. |
clearEndpoint()
public EndpointVerificationInfo.Builder clearEndpoint()
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
clearField(Descriptors.FieldDescriptor field)
public EndpointVerificationInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
clearLastVerificationTime()
public EndpointVerificationInfo.Builder clearLastVerificationTime()
Output only. Timestamp of the last successful verification for the endpoint, if any.
.google.protobuf.Timestamp last_verification_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public EndpointVerificationInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
clearPhoneNumber()
public EndpointVerificationInfo.Builder clearPhoneNumber()
Phone number for which to trigger a verification request. Should be given in E.164 format.
string phone_number = 2;
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
This builder for chaining. |
clearRequestToken()
public EndpointVerificationInfo.Builder clearRequestToken()
Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes.
string request_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
This builder for chaining. |
clone()
public EndpointVerificationInfo.Builder clone()
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
getDefaultInstanceForType()
public EndpointVerificationInfo getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEmailAddress()
public String getEmailAddress()
Email address for which to trigger a verification request.
string email_address = 1;
Returns | |
---|---|
Type | Description |
String |
The emailAddress. |
getEmailAddressBytes()
public ByteString getEmailAddressBytes()
Email address for which to trigger a verification request.
string email_address = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for emailAddress. |
getEndpointCase()
public EndpointVerificationInfo.EndpointCase getEndpointCase()
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.EndpointCase |
getLastVerificationTime()
public Timestamp getLastVerificationTime()
Output only. Timestamp of the last successful verification for the endpoint, if any.
.google.protobuf.Timestamp last_verification_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The lastVerificationTime. |
getLastVerificationTimeBuilder()
public Timestamp.Builder getLastVerificationTimeBuilder()
Output only. Timestamp of the last successful verification for the endpoint, if any.
.google.protobuf.Timestamp last_verification_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getLastVerificationTimeOrBuilder()
public TimestampOrBuilder getLastVerificationTimeOrBuilder()
Output only. Timestamp of the last successful verification for the endpoint, if any.
.google.protobuf.Timestamp last_verification_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getPhoneNumber()
public String getPhoneNumber()
Phone number for which to trigger a verification request. Should be given in E.164 format.
string phone_number = 2;
Returns | |
---|---|
Type | Description |
String |
The phoneNumber. |
getPhoneNumberBytes()
public ByteString getPhoneNumberBytes()
Phone number for which to trigger a verification request. Should be given in E.164 format.
string phone_number = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for phoneNumber. |
getRequestToken()
public String getRequestToken()
Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes.
string request_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The requestToken. |
getRequestTokenBytes()
public ByteString getRequestTokenBytes()
Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes.
string request_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for requestToken. |
hasEmailAddress()
public boolean hasEmailAddress()
Email address for which to trigger a verification request.
string email_address = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the emailAddress field is set. |
hasLastVerificationTime()
public boolean hasLastVerificationTime()
Output only. Timestamp of the last successful verification for the endpoint, if any.
.google.protobuf.Timestamp last_verification_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the lastVerificationTime field is set. |
hasPhoneNumber()
public boolean hasPhoneNumber()
Phone number for which to trigger a verification request. Should be given in E.164 format.
string phone_number = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the phoneNumber field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EndpointVerificationInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public EndpointVerificationInfo.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
mergeFrom(EndpointVerificationInfo other)
public EndpointVerificationInfo.Builder mergeFrom(EndpointVerificationInfo other)
Parameter | |
---|---|
Name | Description |
other |
EndpointVerificationInfo |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
mergeLastVerificationTime(Timestamp value)
public EndpointVerificationInfo.Builder mergeLastVerificationTime(Timestamp value)
Output only. Timestamp of the last successful verification for the endpoint, if any.
.google.protobuf.Timestamp last_verification_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EndpointVerificationInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
setEmailAddress(String value)
public EndpointVerificationInfo.Builder setEmailAddress(String value)
Email address for which to trigger a verification request.
string email_address = 1;
Parameter | |
---|---|
Name | Description |
value |
String The emailAddress to set. |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
This builder for chaining. |
setEmailAddressBytes(ByteString value)
public EndpointVerificationInfo.Builder setEmailAddressBytes(ByteString value)
Email address for which to trigger a verification request.
string email_address = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for emailAddress to set. |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public EndpointVerificationInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
setLastVerificationTime(Timestamp value)
public EndpointVerificationInfo.Builder setLastVerificationTime(Timestamp value)
Output only. Timestamp of the last successful verification for the endpoint, if any.
.google.protobuf.Timestamp last_verification_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
setLastVerificationTime(Timestamp.Builder builderForValue)
public EndpointVerificationInfo.Builder setLastVerificationTime(Timestamp.Builder builderForValue)
Output only. Timestamp of the last successful verification for the endpoint, if any.
.google.protobuf.Timestamp last_verification_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
setPhoneNumber(String value)
public EndpointVerificationInfo.Builder setPhoneNumber(String value)
Phone number for which to trigger a verification request. Should be given in E.164 format.
string phone_number = 2;
Parameter | |
---|---|
Name | Description |
value |
String The phoneNumber to set. |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
This builder for chaining. |
setPhoneNumberBytes(ByteString value)
public EndpointVerificationInfo.Builder setPhoneNumberBytes(ByteString value)
Phone number for which to trigger a verification request. Should be given in E.164 format.
string phone_number = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for phoneNumber to set. |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EndpointVerificationInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
setRequestToken(String value)
public EndpointVerificationInfo.Builder setRequestToken(String value)
Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes.
string request_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
String The requestToken to set. |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
This builder for chaining. |
setRequestTokenBytes(ByteString value)
public EndpointVerificationInfo.Builder setRequestTokenBytes(ByteString value)
Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes.
string request_token = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for requestToken to set. |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final EndpointVerificationInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
EndpointVerificationInfo.Builder |