Package com.daml.ledger.api.v2
Interface TransactionFilterOuterClass.ParticipantAuthorizationTopologyFormatOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransactionFilterOuterClass.ParticipantAuthorizationTopologyFormat,TransactionFilterOuterClass.ParticipantAuthorizationTopologyFormat.Builder
- Enclosing class:
TransactionFilterOuterClass
public static interface TransactionFilterOuterClass.ParticipantAuthorizationTopologyFormatOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetParties(int index) List of parties for which the topology transactions should be sent.com.google.protobuf.ByteStringgetPartiesBytes(int index) List of parties for which the topology transactions should be sent.intList of parties for which the topology transactions should be sent.List of parties for which the topology transactions should be sent.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPartiesList
List of parties for which the topology transactions should be sent. Empty means: for all parties. Optional: can be empty
repeated string parties = 1;- Returns:
- A list containing the parties.
-
getPartiesCount
int getPartiesCount()List of parties for which the topology transactions should be sent. Empty means: for all parties. Optional: can be empty
repeated string parties = 1;- Returns:
- The count of parties.
-
getParties
List of parties for which the topology transactions should be sent. Empty means: for all parties. Optional: can be empty
repeated string parties = 1;- Parameters:
index- The index of the element to return.- Returns:
- The parties at the given index.
-
getPartiesBytes
com.google.protobuf.ByteString getPartiesBytes(int index) List of parties for which the topology transactions should be sent. Empty means: for all parties. Optional: can be empty
repeated string parties = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the parties at the given index.
-