Interface UserListResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserListResponse, UserListResponse.Builder
@Generated
public interface UserListResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetUsers(int index) List of all users in the system.intList of all users in the system.List of all users in the system.getUsersOrBuilder(int index) List of all users in the system.List<? extends UserListResponse.UserOrBuilder> List of all users in the system.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
-
getUsersList
List<UserListResponse.User> getUsersList()List of all users in the system.
repeated .soulfire.v1.UserListResponse.User users = 1; -
getUsers
List of all users in the system.
repeated .soulfire.v1.UserListResponse.User users = 1; -
getUsersCount
int getUsersCount()List of all users in the system.
repeated .soulfire.v1.UserListResponse.User users = 1; -
getUsersOrBuilderList
List<? extends UserListResponse.UserOrBuilder> getUsersOrBuilderList()List of all users in the system.
repeated .soulfire.v1.UserListResponse.User users = 1; -
getUsersOrBuilder
List of all users in the system.
repeated .soulfire.v1.UserListResponse.User users = 1;
-