public static interface PartyManagementServiceOuterClass.PartyDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Human readable name associated with the party.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Human readable name associated with the party.
|
boolean |
getIsLocal()
true if party is hosted by the backing participant.
|
java.lang.String |
getParty()
The stable unique identifier of a DAML party.
|
com.google.protobuf.ByteString |
getPartyBytes()
The stable unique identifier of a DAML party.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getParty()
The stable unique identifier of a DAML party. Must be a valid PartyIdString (as described in ``value.proto``). Required
string party = 1[json_name = "party"];
com.google.protobuf.ByteString getPartyBytes()
The stable unique identifier of a DAML party. Must be a valid PartyIdString (as described in ``value.proto``). Required
string party = 1[json_name = "party"];
java.lang.String getDisplayName()
Human readable name associated with the party. Caution, it might not be unique. Optional
string display_name = 2[json_name = "displayName"];
com.google.protobuf.ByteString getDisplayNameBytes()
Human readable name associated with the party. Caution, it might not be unique. Optional
string display_name = 2[json_name = "displayName"];
boolean getIsLocal()
true if party is hosted by the backing participant. Required
bool is_local = 3[json_name = "isLocal"];