Interface PartyManagementServiceOuterClass.GenerateExternalPartyTopologyRequestOrBuilder

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

public static interface PartyManagementServiceOuterClass.GenerateExternalPartyTopologyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSynchronizer

      String getSynchronizer()
       Synchronizer-id for which we are building this request.
       TODO(#27670) support synchronizer aliases
      
       Required
       
      string synchronizer = 1;
      Returns:
      The synchronizer.
    • getSynchronizerBytes

      com.google.protobuf.ByteString getSynchronizerBytes()
       Synchronizer-id for which we are building this request.
       TODO(#27670) support synchronizer aliases
      
       Required
       
      string synchronizer = 1;
      Returns:
      The bytes for synchronizer.
    • getPartyHint

      String getPartyHint()
       The actual party id will be constructed from this hint and a fingerprint of the public key
      
       Required
       
      string party_hint = 2;
      Returns:
      The partyHint.
    • getPartyHintBytes

      com.google.protobuf.ByteString getPartyHintBytes()
       The actual party id will be constructed from this hint and a fingerprint of the public key
      
       Required
       
      string party_hint = 2;
      Returns:
      The bytes for partyHint.
    • hasPublicKey

      boolean hasPublicKey()
       Public key
      
       Required
       
      .com.daml.ledger.api.v2.SigningPublicKey public_key = 3;
      Returns:
      Whether the publicKey field is set.
    • getPublicKey

       Public key
      
       Required
       
      .com.daml.ledger.api.v2.SigningPublicKey public_key = 3;
      Returns:
      The publicKey.
    • getPublicKeyOrBuilder

       Public key
      
       Required
       
      .com.daml.ledger.api.v2.SigningPublicKey public_key = 3;
    • getLocalParticipantObservationOnly

      boolean getLocalParticipantObservationOnly()
       If true, then the local participant will only be observing, not confirming. Default false.
      
       Optional
       
      bool local_participant_observation_only = 4;
      Returns:
      The localParticipantObservationOnly.
    • getOtherConfirmingParticipantUidsList

      List<String> getOtherConfirmingParticipantUidsList()
       Other participant ids which should be confirming for this party
      
       Optional: can be empty
       
      repeated string other_confirming_participant_uids = 5;
      Returns:
      A list containing the otherConfirmingParticipantUids.
    • getOtherConfirmingParticipantUidsCount

      int getOtherConfirmingParticipantUidsCount()
       Other participant ids which should be confirming for this party
      
       Optional: can be empty
       
      repeated string other_confirming_participant_uids = 5;
      Returns:
      The count of otherConfirmingParticipantUids.
    • getOtherConfirmingParticipantUids

      String getOtherConfirmingParticipantUids(int index)
       Other participant ids which should be confirming for this party
      
       Optional: can be empty
       
      repeated string other_confirming_participant_uids = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The otherConfirmingParticipantUids at the given index.
    • getOtherConfirmingParticipantUidsBytes

      com.google.protobuf.ByteString getOtherConfirmingParticipantUidsBytes(int index)
       Other participant ids which should be confirming for this party
      
       Optional: can be empty
       
      repeated string other_confirming_participant_uids = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the otherConfirmingParticipantUids at the given index.
    • getConfirmationThreshold

      int getConfirmationThreshold()
       Confirmation threshold >= 1 for the party. Defaults to all available confirmers (or if set to 0).
      
       Optional
       
      uint32 confirmation_threshold = 6;
      Returns:
      The confirmationThreshold.
    • getObservingParticipantUidsList

      List<String> getObservingParticipantUidsList()
       Other observing participant ids for this party
      
       Optional: can be empty
       
      repeated string observing_participant_uids = 7;
      Returns:
      A list containing the observingParticipantUids.
    • getObservingParticipantUidsCount

      int getObservingParticipantUidsCount()
       Other observing participant ids for this party
      
       Optional: can be empty
       
      repeated string observing_participant_uids = 7;
      Returns:
      The count of observingParticipantUids.
    • getObservingParticipantUids

      String getObservingParticipantUids(int index)
       Other observing participant ids for this party
      
       Optional: can be empty
       
      repeated string observing_participant_uids = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The observingParticipantUids at the given index.
    • getObservingParticipantUidsBytes

      com.google.protobuf.ByteString getObservingParticipantUidsBytes(int index)
       Other observing participant ids for this party
      
       Optional: can be empty
       
      repeated string observing_participant_uids = 7;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the observingParticipantUids at the given index.