Uses of Class
com.daml.ledger.api.v2.admin.UserManagementServiceOuterClass.ListUserRightsRequest
Packages that use UserManagementServiceOuterClass.ListUserRightsRequest
-
Uses of UserManagementServiceOuterClass.ListUserRightsRequest in com.daml.ledger.api.v2.admin
Methods in com.daml.ledger.api.v2.admin that return UserManagementServiceOuterClass.ListUserRightsRequestModifier and TypeMethodDescriptionUserManagementServiceOuterClass.ListUserRightsRequest.Builder.build()
UserManagementServiceOuterClass.ListUserRightsRequest.Builder.buildPartial()
UserManagementServiceOuterClass.ListUserRightsRequest.getDefaultInstance()
UserManagementServiceOuterClass.ListUserRightsRequest.Builder.getDefaultInstanceForType()
UserManagementServiceOuterClass.ListUserRightsRequest.getDefaultInstanceForType()
UserManagementServiceOuterClass.ListUserRightsRequest.parseDelimitedFrom
(InputStream input) UserManagementServiceOuterClass.ListUserRightsRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserManagementServiceOuterClass.ListUserRightsRequest.parseFrom
(byte[] data) UserManagementServiceOuterClass.ListUserRightsRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserManagementServiceOuterClass.ListUserRightsRequest.parseFrom
(com.google.protobuf.ByteString data) UserManagementServiceOuterClass.ListUserRightsRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserManagementServiceOuterClass.ListUserRightsRequest.parseFrom
(com.google.protobuf.CodedInputStream input) UserManagementServiceOuterClass.ListUserRightsRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserManagementServiceOuterClass.ListUserRightsRequest.parseFrom
(InputStream input) UserManagementServiceOuterClass.ListUserRightsRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserManagementServiceOuterClass.ListUserRightsRequest.parseFrom
(ByteBuffer data) UserManagementServiceOuterClass.ListUserRightsRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2.admin that return types with arguments of type UserManagementServiceOuterClass.ListUserRightsRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<UserManagementServiceOuterClass.ListUserRightsRequest,
UserManagementServiceOuterClass.ListUserRightsResponse> UserManagementServiceGrpc.getListUserRightsMethod()
com.google.protobuf.Parser<UserManagementServiceOuterClass.ListUserRightsRequest>
UserManagementServiceOuterClass.ListUserRightsRequest.getParserForType()
static com.google.protobuf.Parser<UserManagementServiceOuterClass.ListUserRightsRequest>
UserManagementServiceOuterClass.ListUserRightsRequest.parser()
Methods in com.daml.ledger.api.v2.admin with parameters of type UserManagementServiceOuterClass.ListUserRightsRequestModifier and TypeMethodDescriptiondefault void
UserManagementServiceGrpc.AsyncService.listUserRights
(UserManagementServiceOuterClass.ListUserRightsRequest request, io.grpc.stub.StreamObserver<UserManagementServiceOuterClass.ListUserRightsResponse> responseObserver) List the set of all rights granted to a user.UserManagementServiceGrpc.UserManagementServiceBlockingStub.listUserRights
(UserManagementServiceOuterClass.ListUserRightsRequest request) List the set of all rights granted to a user.com.google.common.util.concurrent.ListenableFuture<UserManagementServiceOuterClass.ListUserRightsResponse>
UserManagementServiceGrpc.UserManagementServiceFutureStub.listUserRights
(UserManagementServiceOuterClass.ListUserRightsRequest request) List the set of all rights granted to a user.void
UserManagementServiceGrpc.UserManagementServiceStub.listUserRights
(UserManagementServiceOuterClass.ListUserRightsRequest request, io.grpc.stub.StreamObserver<UserManagementServiceOuterClass.ListUserRightsResponse> responseObserver) List the set of all rights granted to a user.UserManagementServiceOuterClass.ListUserRightsRequest.Builder.mergeFrom
(UserManagementServiceOuterClass.ListUserRightsRequest other) UserManagementServiceOuterClass.ListUserRightsRequest.newBuilder
(UserManagementServiceOuterClass.ListUserRightsRequest prototype) -
Uses of UserManagementServiceOuterClass.ListUserRightsRequest in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return UserManagementServiceOuterClass.ListUserRightsRequest