Interface UserInfoResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserInfoResponse, UserInfoResponse.Builder
@Generated
public interface UserInfoResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Timestamp.google.protobuf.Timestamp created_at = 4;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp created_at = 4;getEmail()string email = 3;com.google.protobuf.ByteStringstring email = 3;com.google.protobuf.Timestampoptional .google.protobuf.Timestamp last_login_at = 6;com.google.protobuf.TimestampOrBuilderoptional .google.protobuf.Timestamp last_login_at = 6;com.google.protobuf.Timestamp.google.protobuf.Timestamp min_issued_at = 7;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp min_issued_at = 7;getRole().soulfire.v1.UserRole role = 2;int.soulfire.v1.UserRole role = 2;com.google.protobuf.Timestamp.google.protobuf.Timestamp updated_at = 5;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp updated_at = 5;string username = 1;com.google.protobuf.ByteStringstring username = 1;boolean.google.protobuf.Timestamp created_at = 4;booleanoptional .google.protobuf.Timestamp last_login_at = 6;boolean.google.protobuf.Timestamp min_issued_at = 7;boolean.google.protobuf.Timestamp updated_at = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUsername
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()string username = 1;- Returns:
- The bytes for username.
-
getRoleValue
int getRoleValue().soulfire.v1.UserRole role = 2;- Returns:
- The enum numeric value on the wire for role.
-
getRole
-
getEmail
-
getEmailBytes
com.google.protobuf.ByteString getEmailBytes()string email = 3;- Returns:
- The bytes for email.
-
hasCreatedAt
boolean hasCreatedAt().google.protobuf.Timestamp created_at = 4;- Returns:
- Whether the createdAt field is set.
-
getCreatedAt
com.google.protobuf.Timestamp getCreatedAt().google.protobuf.Timestamp created_at = 4;- Returns:
- The createdAt.
-
getCreatedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder().google.protobuf.Timestamp created_at = 4; -
hasUpdatedAt
boolean hasUpdatedAt().google.protobuf.Timestamp updated_at = 5;- Returns:
- Whether the updatedAt field is set.
-
getUpdatedAt
com.google.protobuf.Timestamp getUpdatedAt().google.protobuf.Timestamp updated_at = 5;- Returns:
- The updatedAt.
-
getUpdatedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder().google.protobuf.Timestamp updated_at = 5; -
hasLastLoginAt
boolean hasLastLoginAt()optional .google.protobuf.Timestamp last_login_at = 6;- Returns:
- Whether the lastLoginAt field is set.
-
getLastLoginAt
com.google.protobuf.Timestamp getLastLoginAt()optional .google.protobuf.Timestamp last_login_at = 6;- Returns:
- The lastLoginAt.
-
getLastLoginAtOrBuilder
com.google.protobuf.TimestampOrBuilder getLastLoginAtOrBuilder()optional .google.protobuf.Timestamp last_login_at = 6; -
hasMinIssuedAt
boolean hasMinIssuedAt().google.protobuf.Timestamp min_issued_at = 7;- Returns:
- Whether the minIssuedAt field is set.
-
getMinIssuedAt
com.google.protobuf.Timestamp getMinIssuedAt().google.protobuf.Timestamp min_issued_at = 7;- Returns:
- The minIssuedAt.
-
getMinIssuedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getMinIssuedAtOrBuilder().google.protobuf.Timestamp min_issued_at = 7;
-