Interface PhoneAuthenticationEventOrBuilder (3.79.0)

public interface PhoneAuthenticationEventOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEventTime()

public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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.