Interface PartyManagementServiceOuterClass.GenerateExternalPartyTopologyResponseOrBuilder

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

public static interface PartyManagementServiceOuterClass.GenerateExternalPartyTopologyResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    the multi-hash which may be signed instead of each individual transaction Required: must be non-empty
    The generated party id Required
    com.google.protobuf.ByteString
    The generated party id Required
    The fingerprint of the supplied public key Required
    com.google.protobuf.ByteString
    The fingerprint of the supplied public key Required
    com.google.protobuf.ByteString
    The serialized topology transactions which need to be signed and submitted as part of the allocate party process Note that the serialization includes the versioning information.
    int
    The serialized topology transactions which need to be signed and submitted as part of the allocate party process Note that the serialization includes the versioning information.
    List<com.google.protobuf.ByteString>
    The serialized topology transactions which need to be signed and submitted as part of the allocate party process Note that the serialization includes the versioning information.

    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

    • getPartyId

      String getPartyId()
       The generated party id
      
       Required
       
      string party_id = 1;
      Returns:
      The partyId.
    • getPartyIdBytes

      com.google.protobuf.ByteString getPartyIdBytes()
       The generated party id
      
       Required
       
      string party_id = 1;
      Returns:
      The bytes for partyId.
    • getPublicKeyFingerprint

      String getPublicKeyFingerprint()
       The fingerprint of the supplied public key
      
       Required
       
      string public_key_fingerprint = 2;
      Returns:
      The publicKeyFingerprint.
    • getPublicKeyFingerprintBytes

      com.google.protobuf.ByteString getPublicKeyFingerprintBytes()
       The fingerprint of the supplied public key
      
       Required
       
      string public_key_fingerprint = 2;
      Returns:
      The bytes for publicKeyFingerprint.
    • getTopologyTransactionsList

      List<com.google.protobuf.ByteString> getTopologyTransactionsList()
       The serialized topology transactions which need to be signed and submitted as part of the allocate party process
       Note that the serialization includes the versioning information. Therefore, the transaction here is serialized
       as an `UntypedVersionedMessage` which in turn contains the serialized `TopologyTransaction` in the version
       supported by the synchronizer.
      
       Required: must be non-empty
       
      repeated bytes topology_transactions = 3;
      Returns:
      A list containing the topologyTransactions.
    • getTopologyTransactionsCount

      int getTopologyTransactionsCount()
       The serialized topology transactions which need to be signed and submitted as part of the allocate party process
       Note that the serialization includes the versioning information. Therefore, the transaction here is serialized
       as an `UntypedVersionedMessage` which in turn contains the serialized `TopologyTransaction` in the version
       supported by the synchronizer.
      
       Required: must be non-empty
       
      repeated bytes topology_transactions = 3;
      Returns:
      The count of topologyTransactions.
    • getTopologyTransactions

      com.google.protobuf.ByteString getTopologyTransactions(int index)
       The serialized topology transactions which need to be signed and submitted as part of the allocate party process
       Note that the serialization includes the versioning information. Therefore, the transaction here is serialized
       as an `UntypedVersionedMessage` which in turn contains the serialized `TopologyTransaction` in the version
       supported by the synchronizer.
      
       Required: must be non-empty
       
      repeated bytes topology_transactions = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The topologyTransactions at the given index.
    • getMultiHash

      com.google.protobuf.ByteString getMultiHash()
       the multi-hash which may be signed instead of each individual transaction
      
       Required: must be non-empty
       
      bytes multi_hash = 4;
      Returns:
      The multiHash.