public static interface PartyManagementServiceOuterClass.GetPartiesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PartyManagementServiceOuterClass.PartyDetails |
getPartyDetails(int index)
The details of the requested Daml parties by the participant, if known.
|
int |
getPartyDetailsCount()
The details of the requested Daml parties by the participant, if known.
|
java.util.List<PartyManagementServiceOuterClass.PartyDetails> |
getPartyDetailsList()
The details of the requested Daml parties by the participant, if known.
|
PartyManagementServiceOuterClass.PartyDetailsOrBuilder |
getPartyDetailsOrBuilder(int index)
The details of the requested Daml parties by the participant, if known.
|
java.util.List<? extends PartyManagementServiceOuterClass.PartyDetailsOrBuilder> |
getPartyDetailsOrBuilderList()
The details of the requested Daml parties by the participant, if known.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<PartyManagementServiceOuterClass.PartyDetails> getPartyDetailsList()
The details of the requested Daml parties by the participant, if known. The party details may not be in the same order as requested. Required
repeated .com.daml.ledger.api.v1.admin.PartyDetails party_details = 1 [json_name = "partyDetails"];
PartyManagementServiceOuterClass.PartyDetails getPartyDetails(int index)
The details of the requested Daml parties by the participant, if known. The party details may not be in the same order as requested. Required
repeated .com.daml.ledger.api.v1.admin.PartyDetails party_details = 1 [json_name = "partyDetails"];
int getPartyDetailsCount()
The details of the requested Daml parties by the participant, if known. The party details may not be in the same order as requested. 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 the requested Daml parties by the participant, if known. The party details may not be in the same order as requested. Required
repeated .com.daml.ledger.api.v1.admin.PartyDetails party_details = 1 [json_name = "partyDetails"];
PartyManagementServiceOuterClass.PartyDetailsOrBuilder getPartyDetailsOrBuilder(int index)
The details of the requested Daml parties by the participant, if known. The party details may not be in the same order as requested. Required
repeated .com.daml.ledger.api.v1.admin.PartyDetails party_details = 1 [json_name = "partyDetails"];