Package com.daml.ledger.api.v2.admin
Interface PartyManagementServiceOuterClass.ListKnownPartiesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PartyManagementServiceOuterClass.ListKnownPartiesResponse
,PartyManagementServiceOuterClass.ListKnownPartiesResponse.Builder
- Enclosing class:
- PartyManagementServiceOuterClass
public static interface PartyManagementServiceOuterClass.ListKnownPartiesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionPagination token to retrieve the next page.com.google.protobuf.ByteString
Pagination token to retrieve the next page.getPartyDetails
(int index) The details of all Daml parties known by the participant.int
The details of all Daml parties known by the participant.The details of all Daml parties known by the participant.getPartyDetailsOrBuilder
(int index) The details of all Daml parties known by the participant.The details of all Daml parties known by the participant.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 all Daml parties known by the participant. Required
repeated .com.daml.ledger.api.v2.admin.PartyDetails party_details = 1 [json_name = "partyDetails"];
-
getPartyDetails
The details of all Daml parties known by the participant. Required
repeated .com.daml.ledger.api.v2.admin.PartyDetails party_details = 1 [json_name = "partyDetails"];
-
getPartyDetailsCount
int getPartyDetailsCount()The details of all Daml parties known by the participant. Required
repeated .com.daml.ledger.api.v2.admin.PartyDetails party_details = 1 [json_name = "partyDetails"];
-
getPartyDetailsOrBuilderList
List<? extends PartyManagementServiceOuterClass.PartyDetailsOrBuilder> getPartyDetailsOrBuilderList()The details of all Daml parties known by the participant. Required
repeated .com.daml.ledger.api.v2.admin.PartyDetails party_details = 1 [json_name = "partyDetails"];
-
getPartyDetailsOrBuilder
The details of all Daml parties known by the participant. Required
repeated .com.daml.ledger.api.v2.admin.PartyDetails party_details = 1 [json_name = "partyDetails"];
-
getNextPageToken
String getNextPageToken()Pagination token to retrieve the next page. Empty, if there are no further results.
string next_page_token = 2 [json_name = "nextPageToken"];
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()Pagination token to retrieve the next page. Empty, if there are no further results.
string next_page_token = 2 [json_name = "nextPageToken"];
- Returns:
- The bytes for nextPageToken.
-