Package com.daml.ledger.api.v2.admin
Interface UserManagementServiceOuterClass.Right.CanActAsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserManagementServiceOuterClass.Right.CanActAs
,UserManagementServiceOuterClass.Right.CanActAs.Builder
- Enclosing class:
- UserManagementServiceOuterClass.Right
public static interface UserManagementServiceOuterClass.Right.CanActAsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetParty()
The right to authorize commands for this party.com.google.protobuf.ByteString
The right to authorize commands for this party.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
-
getParty
String getParty()The right to authorize commands for this party.
string party = 1 [json_name = "party"];
- Returns:
- The party.
-
getPartyBytes
com.google.protobuf.ByteString getPartyBytes()The right to authorize commands for this party.
string party = 1 [json_name = "party"];
- Returns:
- The bytes for party.
-