Package com.daml.ledger.api.v1.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserManagementServiceOuterClass.Right
getRights(int index)
All rights of the user.int
getRightsCount()
All rights of the user.java.util.List<UserManagementServiceOuterClass.Right>
getRightsList()
All rights of the user.UserManagementServiceOuterClass.RightOrBuilder
getRightsOrBuilder(int index)
All rights of the user.java.util.List<? extends UserManagementServiceOuterClass.RightOrBuilder>
getRightsOrBuilderList()
All rights of the user.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRightsList
java.util.List<UserManagementServiceOuterClass.Right> getRightsList()
All rights of the user.
repeated .com.daml.ledger.api.v1.admin.Right rights = 1 [json_name = "rights"];
-
getRights
UserManagementServiceOuterClass.Right getRights(int index)
All rights of the user.
repeated .com.daml.ledger.api.v1.admin.Right rights = 1 [json_name = "rights"];
-
getRightsCount
int getRightsCount()
All rights of the user.
repeated .com.daml.ledger.api.v1.admin.Right rights = 1 [json_name = "rights"];
-
getRightsOrBuilderList
java.util.List<? extends UserManagementServiceOuterClass.RightOrBuilder> getRightsOrBuilderList()
All rights of the user.
repeated .com.daml.ledger.api.v1.admin.Right rights = 1 [json_name = "rights"];
-
getRightsOrBuilder
UserManagementServiceOuterClass.RightOrBuilder getRightsOrBuilder(int index)
All rights of the user.
repeated .com.daml.ledger.api.v1.admin.Right rights = 1 [json_name = "rights"];
-
-