Interface PartyManagementServiceOuterClass.GetParticipantIdResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getParticipantId()
      Identifier of the participant, which SHOULD be globally unique.
      com.google.protobuf.ByteString getParticipantIdBytes()
      Identifier of the participant, which SHOULD be globally unique.
      • 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 Detail

      • getParticipantId

        java.lang.String getParticipantId()
         Identifier of the participant, which SHOULD be globally unique.
         Must be a valid LedgerString (as describe in ``value.proto``).
         
        string participant_id = 1 [json_name = "participantId"];
        Returns:
        The participantId.
      • getParticipantIdBytes

        com.google.protobuf.ByteString getParticipantIdBytes()
         Identifier of the participant, which SHOULD be globally unique.
         Must be a valid LedgerString (as describe in ``value.proto``).
         
        string participant_id = 1 [json_name = "participantId"];
        Returns:
        The bytes for participantId.