Package com.daml.ledger.api.v2.admin
Interface UserManagementServiceOuterClass.GetUserRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserManagementServiceOuterClass.GetUserRequest
,UserManagementServiceOuterClass.GetUserRequest.Builder
- Enclosing class:
- UserManagementServiceOuterClass
public static interface UserManagementServiceOuterClass.GetUserRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the ``Identity Provider`` Optional, if not set, assume the user is managed by the default identity provider.com.google.protobuf.ByteString
The id of the ``Identity Provider`` Optional, if not set, assume the user is managed by the default identity provider.The user whose data to retrieve.com.google.protobuf.ByteString
The user whose data to retrieve.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
-
getUserId
String getUserId()The user whose data to retrieve. If set to empty string (the default), then the data for the authenticated user will be retrieved. Optional
string user_id = 1 [json_name = "userId"];
- Returns:
- The userId.
-
getUserIdBytes
com.google.protobuf.ByteString getUserIdBytes()The user whose data to retrieve. If set to empty string (the default), then the data for the authenticated user will be retrieved. Optional
string user_id = 1 [json_name = "userId"];
- Returns:
- The bytes for userId.
-
getIdentityProviderId
String getIdentityProviderId()The id of the ``Identity Provider`` Optional, if not set, assume the user is managed by the default identity provider.
string identity_provider_id = 2 [json_name = "identityProviderId"];
- Returns:
- The identityProviderId.
-
getIdentityProviderIdBytes
com.google.protobuf.ByteString getIdentityProviderIdBytes()The id of the ``Identity Provider`` Optional, if not set, assume the user is managed by the default identity provider.
string identity_provider_id = 2 [json_name = "identityProviderId"];
- Returns:
- The bytes for identityProviderId.
-