Class PhoneAuthenticationEvent (3.79.0)

public final class PhoneAuthenticationEvent extends GeneratedMessageV3 implements PhoneAuthenticationEventOrBuilder

Details on a phone authentication event

Protobuf type google.cloud.recaptchaenterprise.v1.PhoneAuthenticationEvent

Static Fields

EVENT_TIME_FIELD_NUMBER

public static final int EVENT_TIME_FIELD_NUMBER
Field Value
Type Description
int

PHONE_NUMBER_FIELD_NUMBER

public static final int PHONE_NUMBER_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static PhoneAuthenticationEvent getDefaultInstance()
Returns
Type Description
PhoneAuthenticationEvent

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static PhoneAuthenticationEvent.Builder newBuilder()
Returns
Type Description
PhoneAuthenticationEvent.Builder

newBuilder(PhoneAuthenticationEvent prototype)

public static PhoneAuthenticationEvent.Builder newBuilder(PhoneAuthenticationEvent prototype)
Parameter
Name Description
prototype PhoneAuthenticationEvent
Returns
Type Description
PhoneAuthenticationEvent.Builder

parseDelimitedFrom(InputStream input)

public static PhoneAuthenticationEvent parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
PhoneAuthenticationEvent
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PhoneAuthenticationEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PhoneAuthenticationEvent
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static PhoneAuthenticationEvent parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
PhoneAuthenticationEvent
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static PhoneAuthenticationEvent parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PhoneAuthenticationEvent
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static PhoneAuthenticationEvent parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
PhoneAuthenticationEvent
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static PhoneAuthenticationEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PhoneAuthenticationEvent
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static PhoneAuthenticationEvent parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
PhoneAuthenticationEvent
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static PhoneAuthenticationEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PhoneAuthenticationEvent
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static PhoneAuthenticationEvent parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
PhoneAuthenticationEvent
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PhoneAuthenticationEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PhoneAuthenticationEvent
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static PhoneAuthenticationEvent parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
PhoneAuthenticationEvent
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static PhoneAuthenticationEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PhoneAuthenticationEvent
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<PhoneAuthenticationEvent> parser()
Returns
Type Description
Parser<PhoneAuthenticationEvent>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public PhoneAuthenticationEvent getDefaultInstanceForType()
Returns
Type Description
PhoneAuthenticationEvent

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.

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

getParserForType()

public Parser<PhoneAuthenticationEvent> getParserForType()
Returns
Type Description
Parser<PhoneAuthenticationEvent>
Overrides

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.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public PhoneAuthenticationEvent.Builder newBuilderForType()
Returns
Type Description
PhoneAuthenticationEvent.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected PhoneAuthenticationEvent.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
PhoneAuthenticationEvent.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public PhoneAuthenticationEvent.Builder toBuilder()
Returns
Type Description
PhoneAuthenticationEvent.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException