Interface UserMetadataOrBuilder (0.14.1)

public interface UserMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateTime()

public abstract Timestamp getCreateTime()

The date the user was created.

.google.protobuf.Timestamp create_time = 1;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

The date the user was created.

.google.protobuf.Timestamp create_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getLastSignInTime()

public abstract Timestamp getLastSignInTime()

The date the user last signed in.

.google.protobuf.Timestamp last_sign_in_time = 2;

Returns
TypeDescription
Timestamp

The lastSignInTime.

getLastSignInTimeOrBuilder()

public abstract TimestampOrBuilder getLastSignInTimeOrBuilder()

The date the user last signed in.

.google.protobuf.Timestamp last_sign_in_time = 2;

Returns
TypeDescription
TimestampOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

The date the user was created.

.google.protobuf.Timestamp create_time = 1;

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasLastSignInTime()

public abstract boolean hasLastSignInTime()

The date the user last signed in.

.google.protobuf.Timestamp last_sign_in_time = 2;

Returns
TypeDescription
boolean

Whether the lastSignInTime field is set.