Interface PartyManagementServiceOuterClass.GetParticipantIdResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Identifier of the participant, which SHOULD be globally unique.
    com.google.protobuf.ByteString
    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 Details

    • getParticipantId

      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.