Interface UserListResponse.UserOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserListResponse.User, UserListResponse.User.Builder
- Enclosing class:
UserListResponse
public static interface UserListResponse.UserOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Timestamp.google.protobuf.Timestamp created_at = 5;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp created_at = 5;getEmail()string email = 4;com.google.protobuf.ByteStringstring email = 4;getId()string id = 1;com.google.protobuf.ByteStringstring id = 1;com.google.protobuf.Timestampoptional .google.protobuf.Timestamp last_login_at = 7;com.google.protobuf.TimestampOrBuilderoptional .google.protobuf.Timestamp last_login_at = 7;com.google.protobuf.Timestamp.google.protobuf.Timestamp min_issued_at = 8;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp min_issued_at = 8;getRole().soulfire.v1.UserRole role = 3;int.soulfire.v1.UserRole role = 3;com.google.protobuf.Timestamp.google.protobuf.Timestamp updated_at = 6;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp updated_at = 6;string username = 2;com.google.protobuf.ByteStringstring username = 2;boolean.google.protobuf.Timestamp created_at = 5;booleanoptional .google.protobuf.Timestamp last_login_at = 7;boolean.google.protobuf.Timestamp min_issued_at = 8;boolean.google.protobuf.Timestamp updated_at = 6;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
-
getId
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1;- Returns:
- The bytes for id.
-
getUsername
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()string username = 2;- Returns:
- The bytes for username.
-
getRoleValue
int getRoleValue().soulfire.v1.UserRole role = 3;- Returns:
- The enum numeric value on the wire for role.
-
getRole
-
getEmail
-
getEmailBytes
com.google.protobuf.ByteString getEmailBytes()string email = 4;- Returns:
- The bytes for email.
-
hasCreatedAt
boolean hasCreatedAt().google.protobuf.Timestamp created_at = 5;- Returns:
- Whether the createdAt field is set.
-
getCreatedAt
com.google.protobuf.Timestamp getCreatedAt().google.protobuf.Timestamp created_at = 5;- Returns:
- The createdAt.
-
getCreatedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder().google.protobuf.Timestamp created_at = 5; -
hasUpdatedAt
boolean hasUpdatedAt().google.protobuf.Timestamp updated_at = 6;- Returns:
- Whether the updatedAt field is set.
-
getUpdatedAt
com.google.protobuf.Timestamp getUpdatedAt().google.protobuf.Timestamp updated_at = 6;- Returns:
- The updatedAt.
-
getUpdatedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder().google.protobuf.Timestamp updated_at = 6; -
hasLastLoginAt
boolean hasLastLoginAt()optional .google.protobuf.Timestamp last_login_at = 7;- Returns:
- Whether the lastLoginAt field is set.
-
getLastLoginAt
com.google.protobuf.Timestamp getLastLoginAt()optional .google.protobuf.Timestamp last_login_at = 7;- Returns:
- The lastLoginAt.
-
getLastLoginAtOrBuilder
com.google.protobuf.TimestampOrBuilder getLastLoginAtOrBuilder()optional .google.protobuf.Timestamp last_login_at = 7; -
hasMinIssuedAt
boolean hasMinIssuedAt().google.protobuf.Timestamp min_issued_at = 8;- Returns:
- Whether the minIssuedAt field is set.
-
getMinIssuedAt
com.google.protobuf.Timestamp getMinIssuedAt().google.protobuf.Timestamp min_issued_at = 8;- Returns:
- The minIssuedAt.
-
getMinIssuedAtOrBuilder
com.google.protobuf.TimestampOrBuilder getMinIssuedAtOrBuilder().google.protobuf.Timestamp min_issued_at = 8;
-