object PartyNameManagementServiceGrpc
- Alphabetic
- By Inheritance
- PartyNameManagementServiceGrpc
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait PartyNameManagementService extends AbstractService
* Local participant service allowing to set the display name for a party
* Local participant service allowing to set the display name for a party
The display name is a local property to the participant. The participant is encouraged to perform a Daml based KYC process and add some automation which will update the display names based on the desired update rules.
As such, this function here just offers the bare functionality to perform this.
- trait PartyNameManagementServiceBlockingClient extends AnyRef
* Local participant service allowing to set the display name for a party
* Local participant service allowing to set the display name for a party
The display name is a local property to the participant. The participant is encouraged to perform a Daml based KYC process and add some automation which will update the display names based on the desired update rules.
As such, this function here just offers the bare functionality to perform this.
- class PartyNameManagementServiceBlockingStub extends AbstractStub[PartyNameManagementServiceBlockingStub] with PartyNameManagementServiceBlockingClient
- class PartyNameManagementServiceStub extends AbstractStub[PartyNameManagementServiceStub] with PartyNameManagementService
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val METHOD_SET_PARTY_DISPLAY_NAME: MethodDescriptor[SetPartyDisplayNameRequest, SetPartyDisplayNameResponse]
- val SERVICE: ServiceDescriptor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bindService(serviceImpl: PartyNameManagementService, executionContext: ExecutionContext): ServerServiceDefinition
- def blockingStub(channel: Channel): PartyNameManagementServiceBlockingStub
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: ServiceDescriptor
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def stub(channel: Channel): PartyNameManagementServiceStub
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object PartyNameManagementService extends ServiceCompanion[PartyNameManagementService]