Package com.daml.ledger.api.v2.admin
Interface UserManagementServiceOuterClass.CreateUserRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserManagementServiceOuterClass.CreateUserRequest
,UserManagementServiceOuterClass.CreateUserRequest.Builder
- Enclosing class:
- UserManagementServiceOuterClass
public static interface UserManagementServiceOuterClass.CreateUserRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRights
(int index) The rights to be assigned to the user upon creation, which SHOULD include appropriate rights for the ``user.primary_party``.int
The rights to be assigned to the user upon creation, which SHOULD include appropriate rights for the ``user.primary_party``.The rights to be assigned to the user upon creation, which SHOULD include appropriate rights for the ``user.primary_party``.getRightsOrBuilder
(int index) The rights to be assigned to the user upon creation, which SHOULD include appropriate rights for the ``user.primary_party``.The rights to be assigned to the user upon creation, which SHOULD include appropriate rights for the ``user.primary_party``.getUser()
The user to create.The user to create.boolean
hasUser()
The user to create.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
-
hasUser
boolean hasUser()The user to create. Required
.com.daml.ledger.api.v2.admin.User user = 1 [json_name = "user"];
- Returns:
- Whether the user field is set.
-
getUser
UserManagementServiceOuterClass.User getUser()The user to create. Required
.com.daml.ledger.api.v2.admin.User user = 1 [json_name = "user"];
- Returns:
- The user.
-
getUserOrBuilder
UserManagementServiceOuterClass.UserOrBuilder getUserOrBuilder()The user to create. Required
.com.daml.ledger.api.v2.admin.User user = 1 [json_name = "user"];
-
getRightsList
List<UserManagementServiceOuterClass.Right> getRightsList()The rights to be assigned to the user upon creation, which SHOULD include appropriate rights for the ``user.primary_party``. Optional
repeated .com.daml.ledger.api.v2.admin.Right rights = 2 [json_name = "rights"];
-
getRights
The rights to be assigned to the user upon creation, which SHOULD include appropriate rights for the ``user.primary_party``. Optional
repeated .com.daml.ledger.api.v2.admin.Right rights = 2 [json_name = "rights"];
-
getRightsCount
int getRightsCount()The rights to be assigned to the user upon creation, which SHOULD include appropriate rights for the ``user.primary_party``. Optional
repeated .com.daml.ledger.api.v2.admin.Right rights = 2 [json_name = "rights"];
-
getRightsOrBuilderList
List<? extends UserManagementServiceOuterClass.RightOrBuilder> getRightsOrBuilderList()The rights to be assigned to the user upon creation, which SHOULD include appropriate rights for the ``user.primary_party``. Optional
repeated .com.daml.ledger.api.v2.admin.Right rights = 2 [json_name = "rights"];
-
getRightsOrBuilder
The rights to be assigned to the user upon creation, which SHOULD include appropriate rights for the ``user.primary_party``. Optional
repeated .com.daml.ledger.api.v2.admin.Right rights = 2 [json_name = "rights"];
-