- 3.80.0 (latest)
- 3.79.0
- 3.77.0
- 3.75.0
- 3.73.0
- 3.72.0
- 3.71.0
- 3.70.0
- 3.69.0
- 3.67.0
- 3.65.0
- 3.64.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 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 PhoneAuthenticationEvent.Builder extends GeneratedMessage.Builder<PhoneAuthenticationEvent.Builder> implements PhoneAuthenticationEventOrBuilderDetails on a phone authentication event
Protobuf type google.cloud.recaptchaenterprise.v1.PhoneAuthenticationEvent
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PhoneAuthenticationEvent.BuilderImplements
PhoneAuthenticationEventOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public PhoneAuthenticationEvent build()| Returns | |
|---|---|
| Type | Description |
PhoneAuthenticationEvent |
|
buildPartial()
public PhoneAuthenticationEvent buildPartial()| Returns | |
|---|---|
| Type | Description |
PhoneAuthenticationEvent |
|
clear()
public PhoneAuthenticationEvent.Builder clear()| Returns | |
|---|---|
| Type | Description |
PhoneAuthenticationEvent.Builder |
|
clearEventTime()
public PhoneAuthenticationEvent.Builder clearEventTime()Optional. The time at which the multi-factor authentication event (challenge or verification) occurred.
.google.protobuf.Timestamp event_time = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
PhoneAuthenticationEvent.Builder |
|
clearPhoneNumber()
public PhoneAuthenticationEvent.Builder clearPhoneNumber()Required. Phone number in E.164 format for which a multi-factor authentication challenge was initiated, succeeded, or failed.
string phone_number = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PhoneAuthenticationEvent.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public PhoneAuthenticationEvent getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PhoneAuthenticationEvent |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEventTime()
public Timestamp getEventTime()Optional. The time at which the multi-factor authentication event (challenge or verification) occurred.
.google.protobuf.Timestamp event_time = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The eventTime. |
getEventTimeBuilder()
public Timestamp.Builder getEventTimeBuilder()Optional. The time at which the multi-factor authentication event (challenge or verification) occurred.
.google.protobuf.Timestamp event_time = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getEventTimeOrBuilder()
public TimestampOrBuilder getEventTimeOrBuilder()Optional. The time at which the multi-factor authentication event (challenge or verification) occurred.
.google.protobuf.Timestamp event_time = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getPhoneNumber()
public String getPhoneNumber()Required. Phone number in E.164 format for which a multi-factor authentication challenge was initiated, succeeded, or failed.
string phone_number = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The phoneNumber. |
getPhoneNumberBytes()
public ByteString getPhoneNumberBytes()Required. Phone number in E.164 format for which a multi-factor authentication challenge was initiated, succeeded, or failed.
string phone_number = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for phoneNumber. |
hasEventTime()
public boolean hasEventTime()Optional. The time at which the multi-factor authentication event (challenge or verification) occurred.
.google.protobuf.Timestamp event_time = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the eventTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeEventTime(Timestamp value)
public PhoneAuthenticationEvent.Builder mergeEventTime(Timestamp value)Optional. The time at which the multi-factor authentication event (challenge or verification) occurred.
.google.protobuf.Timestamp event_time = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
PhoneAuthenticationEvent.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PhoneAuthenticationEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PhoneAuthenticationEvent.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PhoneAuthenticationEvent.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PhoneAuthenticationEvent.Builder |
|
mergeFrom(PhoneAuthenticationEvent other)
public PhoneAuthenticationEvent.Builder mergeFrom(PhoneAuthenticationEvent other)| Parameter | |
|---|---|
| Name | Description |
other |
PhoneAuthenticationEvent |
| Returns | |
|---|---|
| Type | Description |
PhoneAuthenticationEvent.Builder |
|
setEventTime(Timestamp value)
public PhoneAuthenticationEvent.Builder setEventTime(Timestamp value)Optional. The time at which the multi-factor authentication event (challenge or verification) occurred.
.google.protobuf.Timestamp event_time = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
PhoneAuthenticationEvent.Builder |
|
setEventTime(Timestamp.Builder builderForValue)
public PhoneAuthenticationEvent.Builder setEventTime(Timestamp.Builder builderForValue)Optional. The time at which the multi-factor authentication event (challenge or verification) occurred.
.google.protobuf.Timestamp event_time = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
PhoneAuthenticationEvent.Builder |
|
setPhoneNumber(String value)
public PhoneAuthenticationEvent.Builder setPhoneNumber(String value)Required. Phone number in E.164 format for which a multi-factor authentication challenge was initiated, succeeded, or failed.
string phone_number = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe phoneNumber to set. |
| Returns | |
|---|---|
| Type | Description |
PhoneAuthenticationEvent.Builder |
This builder for chaining. |
setPhoneNumberBytes(ByteString value)
public PhoneAuthenticationEvent.Builder setPhoneNumberBytes(ByteString value)Required. Phone number in E.164 format for which a multi-factor authentication challenge was initiated, succeeded, or failed.
string phone_number = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for phoneNumber to set. |
| Returns | |
|---|---|
| Type | Description |
PhoneAuthenticationEvent.Builder |
This builder for chaining. |