public static interface PartyManagementServiceOuterClass.ListKnownPartiesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PartyManagementServiceOuterClass.PartyDetails |
getPartyDetails(int index)
The details of all DAML parties hosted by the participant.
|
int |
getPartyDetailsCount()
The details of all DAML parties hosted by the participant.
|
java.util.List<PartyManagementServiceOuterClass.PartyDetails> |
getPartyDetailsList()
The details of all DAML parties hosted by the participant.
|
PartyManagementServiceOuterClass.PartyDetailsOrBuilder |
getPartyDetailsOrBuilder(int index)
The details of all DAML parties hosted by the participant.
|
java.util.List<? extends PartyManagementServiceOuterClass.PartyDetailsOrBuilder> |
getPartyDetailsOrBuilderList()
The details of all DAML parties hosted by the participant.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<PartyManagementServiceOuterClass.PartyDetails> getPartyDetailsList()
The details of all DAML parties hosted by the participant. Required
repeated .com.daml.ledger.api.v1.admin.PartyDetails party_details = 1[json_name = "partyDetails"];
PartyManagementServiceOuterClass.PartyDetails getPartyDetails(int index)
The details of all DAML parties hosted by the participant. Required
repeated .com.daml.ledger.api.v1.admin.PartyDetails party_details = 1[json_name = "partyDetails"];
int getPartyDetailsCount()
The details of all DAML parties hosted by the participant. Required
repeated .com.daml.ledger.api.v1.admin.PartyDetails party_details = 1[json_name = "partyDetails"];
java.util.List<? extends PartyManagementServiceOuterClass.PartyDetailsOrBuilder> getPartyDetailsOrBuilderList()
The details of all DAML parties hosted by the participant. Required
repeated .com.daml.ledger.api.v1.admin.PartyDetails party_details = 1[json_name = "partyDetails"];
PartyManagementServiceOuterClass.PartyDetailsOrBuilder getPartyDetailsOrBuilder(int index)
The details of all DAML parties hosted by the participant. Required
repeated .com.daml.ledger.api.v1.admin.PartyDetails party_details = 1[json_name = "partyDetails"];