public static interface PartyManagementServiceOuterClass.GetParticipantIdResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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"];
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"];