Package com.daml.ledger.api.v2.admin
Interface PartyManagementServiceOuterClass.AllocateExternalPartyResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PartyManagementServiceOuterClass.AllocateExternalPartyResponse,PartyManagementServiceOuterClass.AllocateExternalPartyResponse.Builder
- Enclosing class:
PartyManagementServiceOuterClass
public static interface PartyManagementServiceOuterClass.AllocateExternalPartyResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe allocated party id Requiredcom.google.protobuf.ByteStringThe allocated party id RequiredMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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 allocated party id Required
string party_id = 1;- Returns:
- The partyId.
-
getPartyIdBytes
com.google.protobuf.ByteString getPartyIdBytes()The allocated party id Required
string party_id = 1;- Returns:
- The bytes for partyId.
-