Package com.daml.ledger.api.v1.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getParty()
The right to authorize commands for this party.com.google.protobuf.ByteString
getPartyBytes()
The right to authorize commands for this party.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParty
java.lang.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.
-
-