Interface PackageServiceOuterClass.TopologyStateFilterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PackageServiceOuterClass.TopologyStateFilter, PackageServiceOuterClass.TopologyStateFilter.Builder
Enclosing class:
PackageServiceOuterClass

public static interface PackageServiceOuterClass.TopologyStateFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getParticipantIds(int index)
    If this list is non-empty, only vetted packages hosted on participants listed in this field match the filter.
    com.google.protobuf.ByteString
    If this list is non-empty, only vetted packages hosted on participants listed in this field match the filter.
    int
    If this list is non-empty, only vetted packages hosted on participants listed in this field match the filter.
    If this list is non-empty, only vetted packages hosted on participants listed in this field match the filter.
    getSynchronizerIds(int index)
    If this list is non-empty, only vetted packages from the topology state of the synchronizers in this list match the filter.
    com.google.protobuf.ByteString
    If this list is non-empty, only vetted packages from the topology state of the synchronizers in this list match the filter.
    int
    If this list is non-empty, only vetted packages from the topology state of the synchronizers in this list match the filter.
    If this list is non-empty, only vetted packages from the topology state of the synchronizers in this list match the filter.

    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

    • getParticipantIdsList

      List<String> getParticipantIdsList()
       If this list is non-empty, only vetted packages hosted on participants
       listed in this field match the filter.
       Query the current Ledger API's participant's ID via the public
       ``GetParticipantId`` command in ``PartyManagementService``.
      
       Optional: can be empty
       
      repeated string participant_ids = 1;
      Returns:
      A list containing the participantIds.
    • getParticipantIdsCount

      int getParticipantIdsCount()
       If this list is non-empty, only vetted packages hosted on participants
       listed in this field match the filter.
       Query the current Ledger API's participant's ID via the public
       ``GetParticipantId`` command in ``PartyManagementService``.
      
       Optional: can be empty
       
      repeated string participant_ids = 1;
      Returns:
      The count of participantIds.
    • getParticipantIds

      String getParticipantIds(int index)
       If this list is non-empty, only vetted packages hosted on participants
       listed in this field match the filter.
       Query the current Ledger API's participant's ID via the public
       ``GetParticipantId`` command in ``PartyManagementService``.
      
       Optional: can be empty
       
      repeated string participant_ids = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The participantIds at the given index.
    • getParticipantIdsBytes

      com.google.protobuf.ByteString getParticipantIdsBytes(int index)
       If this list is non-empty, only vetted packages hosted on participants
       listed in this field match the filter.
       Query the current Ledger API's participant's ID via the public
       ``GetParticipantId`` command in ``PartyManagementService``.
      
       Optional: can be empty
       
      repeated string participant_ids = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the participantIds at the given index.
    • getSynchronizerIdsList

      List<String> getSynchronizerIdsList()
       If this list is non-empty, only vetted packages from the topology state of
       the synchronizers in this list match the filter.
      
       Optional: can be empty
       
      repeated string synchronizer_ids = 2;
      Returns:
      A list containing the synchronizerIds.
    • getSynchronizerIdsCount

      int getSynchronizerIdsCount()
       If this list is non-empty, only vetted packages from the topology state of
       the synchronizers in this list match the filter.
      
       Optional: can be empty
       
      repeated string synchronizer_ids = 2;
      Returns:
      The count of synchronizerIds.
    • getSynchronizerIds

      String getSynchronizerIds(int index)
       If this list is non-empty, only vetted packages from the topology state of
       the synchronizers in this list match the filter.
      
       Optional: can be empty
       
      repeated string synchronizer_ids = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The synchronizerIds at the given index.
    • getSynchronizerIdsBytes

      com.google.protobuf.ByteString getSynchronizerIdsBytes(int index)
       If this list is non-empty, only vetted packages from the topology state of
       the synchronizers in this list match the filter.
      
       Optional: can be empty
       
      repeated string synchronizer_ids = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the synchronizerIds at the given index.