Package com.daml.ledger.api.v1.admin
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
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.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.
-
-