public static interface PartyManagementServiceOuterClass.AllocatePartyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Human-readable name of the party to be added to the participant.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Human-readable name of the party to be added to the participant.
|
java.lang.String |
getPartyIdHint()
A hint to the backing participant which party ID to allocate.
|
com.google.protobuf.ByteString |
getPartyIdHintBytes()
A hint to the backing participant which party ID to allocate.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getPartyIdHint()
A hint to the backing participant which party ID to allocate. It can be ignored. Must be a valid PartyIdString (as described in ``value.proto``). Optional
string party_id_hint = 1[json_name = "partyIdHint"];
com.google.protobuf.ByteString getPartyIdHintBytes()
A hint to the backing participant which party ID to allocate. It can be ignored. Must be a valid PartyIdString (as described in ``value.proto``). Optional
string party_id_hint = 1[json_name = "partyIdHint"];
java.lang.String getDisplayName()
Human-readable name of the party to be added to the participant. It doesn't have to be unique. Optional
string display_name = 2[json_name = "displayName"];
com.google.protobuf.ByteString getDisplayNameBytes()
Human-readable name of the party to be added to the participant. It doesn't have to be unique. Optional
string display_name = 2[json_name = "displayName"];