Package com.daml.ledger.api.v2.admin
Interface UserManagementServiceOuterClass.RevokeUserRightsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserManagementServiceOuterClass.RevokeUserRightsResponse
,UserManagementServiceOuterClass.RevokeUserRightsResponse.Builder
- Enclosing class:
- UserManagementServiceOuterClass
public static interface UserManagementServiceOuterClass.RevokeUserRightsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetNewlyRevokedRights
(int index) The rights that were actually revoked by the request.int
The rights that were actually revoked by the request.The rights that were actually revoked by the request.getNewlyRevokedRightsOrBuilder
(int index) The rights that were actually revoked by the request.The rights that were actually revoked by the request.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
-
getNewlyRevokedRightsList
List<UserManagementServiceOuterClass.Right> getNewlyRevokedRightsList()The rights that were actually revoked by the request.
repeated .com.daml.ledger.api.v2.admin.Right newly_revoked_rights = 1 [json_name = "newlyRevokedRights"];
-
getNewlyRevokedRights
The rights that were actually revoked by the request.
repeated .com.daml.ledger.api.v2.admin.Right newly_revoked_rights = 1 [json_name = "newlyRevokedRights"];
-
getNewlyRevokedRightsCount
int getNewlyRevokedRightsCount()The rights that were actually revoked by the request.
repeated .com.daml.ledger.api.v2.admin.Right newly_revoked_rights = 1 [json_name = "newlyRevokedRights"];
-
getNewlyRevokedRightsOrBuilderList
List<? extends UserManagementServiceOuterClass.RightOrBuilder> getNewlyRevokedRightsOrBuilderList()The rights that were actually revoked by the request.
repeated .com.daml.ledger.api.v2.admin.Right newly_revoked_rights = 1 [json_name = "newlyRevokedRights"];
-
getNewlyRevokedRightsOrBuilder
The rights that were actually revoked by the request.
repeated .com.daml.ledger.api.v2.admin.Right newly_revoked_rights = 1 [json_name = "newlyRevokedRights"];
-