public interface UserMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()
The date the user was created.
.google.protobuf.Timestamp create_time = 1;
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()
The date the user was created.
.google.protobuf.Timestamp create_time = 1;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getLastSignInTime()
public abstract Timestamp getLastSignInTime()
The date the user last signed in.
.google.protobuf.Timestamp last_sign_in_time = 2;
Returns | |
---|---|
Type | Description |
Timestamp |
The lastSignInTime. |
getLastSignInTimeOrBuilder()
public abstract TimestampOrBuilder getLastSignInTimeOrBuilder()
The date the user last signed in.
.google.protobuf.Timestamp last_sign_in_time = 2;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasCreateTime()
public abstract boolean hasCreateTime()
The date the user was created.
.google.protobuf.Timestamp create_time = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the lastSignInTime field is set. |