Package com.daml.ledger.api.v1.admin
Interface UserManagementServiceOuterClass.ListUsersRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserManagementServiceOuterClass.ListUsersRequest
,UserManagementServiceOuterClass.ListUsersRequest.Builder
- Enclosing class:
- UserManagementServiceOuterClass
public static interface UserManagementServiceOuterClass.ListUsersRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPageSize()
Maximum number of results to be returned by the server.java.lang.String
getPageToken()
Pagination token to determine the specific page to fetch.com.google.protobuf.ByteString
getPageTokenBytes()
Pagination token to determine the specific page to fetch.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPageToken
java.lang.String getPageToken()
Pagination token to determine the specific page to fetch. Leave empty to fetch the first page. Optional
string page_token = 2 [json_name = "pageToken"];
- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()
Pagination token to determine the specific page to fetch. Leave empty to fetch the first page. Optional
string page_token = 2 [json_name = "pageToken"];
- Returns:
- The bytes for pageToken.
-
getPageSize
int getPageSize()
Maximum number of results to be returned by the server. The server will return no more than that many results, but it might return fewer. If 0, the server will decide the number of results to be returned. Optional
int32 page_size = 3 [json_name = "pageSize"];
- Returns:
- The pageSize.
-
-