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 Type
    Method
    Description
    getParties(int index)
    List of parties for which the topology transactions should be sent.
    com.google.protobuf.ByteString
    getPartiesBytes(int index)
    List of parties for which the topology transactions should be sent.
    int
    List 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

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getPartiesList

      List<String> 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

      String getParties(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 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.