Package com.daml.ledger.api.v2.admin
Interface PartyManagementServiceOuterClass.GetPartiesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PartyManagementServiceOuterClass.GetPartiesResponse
,PartyManagementServiceOuterClass.GetPartiesResponse.Builder
- Enclosing class:
- PartyManagementServiceOuterClass
public static interface PartyManagementServiceOuterClass.GetPartiesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPartyDetails
(int index) The details of the requested Daml parties by the participant, if known.int
The details of the requested Daml parties by the participant, if known.The details of the requested Daml parties by the participant, if known.getPartyDetailsOrBuilder
(int index) The details of the requested Daml parties by the participant, if known.The details of the requested Daml parties by the participant, if known.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
-
getPartyDetailsList
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.v2.admin.PartyDetails party_details = 1 [json_name = "partyDetails"];
-
getPartyDetails
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.v2.admin.PartyDetails party_details = 1 [json_name = "partyDetails"];
-
getPartyDetailsCount
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.v2.admin.PartyDetails party_details = 1 [json_name = "partyDetails"];
-
getPartyDetailsOrBuilderList
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.v2.admin.PartyDetails party_details = 1 [json_name = "partyDetails"];
-
getPartyDetailsOrBuilder
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.v2.admin.PartyDetails party_details = 1 [json_name = "partyDetails"];
-