Package com.daml.ledger.api.v1.admin
Interface UserManagementServiceOuterClass.ListUserRightsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserManagementServiceOuterClass.ListUserRightsRequest
,UserManagementServiceOuterClass.ListUserRightsRequest.Builder
- Enclosing class:
- UserManagementServiceOuterClass
public static interface UserManagementServiceOuterClass.ListUserRightsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getUserId()
The user for which to list the rights.com.google.protobuf.ByteString
getUserIdBytes()
The user for which to list the rights.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUserId
java.lang.String getUserId()
The user for which to list the rights. If set to empty string (the default), then the rights for the authenticated user will be listed. Required
string user_id = 1 [json_name = "userId"];
- Returns:
- The userId.
-
getUserIdBytes
com.google.protobuf.ByteString getUserIdBytes()
The user for which to list the rights. If set to empty string (the default), then the rights for the authenticated user will be listed. Required
string user_id = 1 [json_name = "userId"];
- Returns:
- The bytes for userId.
-
-