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