Package com.daml.ledger.api.v2.admin
Interface UserManagementServiceOuterClass.ListUserRightsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserManagementServiceOuterClass.ListUserRightsResponse
,UserManagementServiceOuterClass.ListUserRightsResponse.Builder
- Enclosing class:
- UserManagementServiceOuterClass
public static interface UserManagementServiceOuterClass.ListUserRightsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRights
(int index) All rights of the user.int
All rights of the user.All rights of the user.getRightsOrBuilder
(int index) All rights of the user.All rights of the user.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRightsList
List<UserManagementServiceOuterClass.Right> getRightsList()All rights of the user.
repeated .com.daml.ledger.api.v2.admin.Right rights = 1 [json_name = "rights"];
-
getRights
All rights of the user.
repeated .com.daml.ledger.api.v2.admin.Right rights = 1 [json_name = "rights"];
-
getRightsCount
int getRightsCount()All rights of the user.
repeated .com.daml.ledger.api.v2.admin.Right rights = 1 [json_name = "rights"];
-
getRightsOrBuilderList
List<? extends UserManagementServiceOuterClass.RightOrBuilder> getRightsOrBuilderList()All rights of the user.
repeated .com.daml.ledger.api.v2.admin.Right rights = 1 [json_name = "rights"];
-
getRightsOrBuilder
All rights of the user.
repeated .com.daml.ledger.api.v2.admin.Right rights = 1 [json_name = "rights"];
-