Package com.daml.ledger.api.v1.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetParty()The right to read ledger data visible to this party.com.google.protobuf.ByteStringgetPartyBytes()The right to read ledger data visible to 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 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.
 
 
 - 
 
 -