com.digitalasset.canton.admin.participant.v30.GetAddPartyStatusResponse
Status
Companion class Status
object Status extends GeneratedMessageCompanion[Status]
- Alphabetic
- By Inheritance
- Status
- GeneratedMessageCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final case class AgreementAccepted(sequencerUid: String, topologySerial: Option[Int]) extends GeneratedMessage with Updatable[AgreementAccepted] with Product with Serializable
The add-party request has been observed as agreed to by all participants.
The add-party request has been observed as agreed to by all participants.
- Annotations
- @SerialVersionUID()
- final case class Completed(sequencerUid: String, topologySerial: Int, timestamp: Option[Timestamp], contractsReplicated: Int) extends GeneratedMessage with Updatable[Completed] with Product with Serializable
The local participant has completed its part of the ACS replication.
The local participant has completed its part of the ACS replication.
- Annotations
- @SerialVersionUID()
- final case class ConnectionEstablished(sequencerUid: String, topologySerial: Int, timestamp: Option[Timestamp]) extends GeneratedMessage with Updatable[ConnectionEstablished] with Product with Serializable
The local participant has connected to the sequencer channel for ACS replication.
The local participant has connected to the sequencer channel for ACS replication.
- Annotations
- @SerialVersionUID()
- final case class Error(errorMessage: String, statusPriorToError: Option[GetAddPartyStatusResponse.Status]) extends GeneratedMessage with Updatable[Error] with Product with Serializable
The add-party request has failed after the specified last successful status.
The add-party request has failed after the specified last successful status.
- Annotations
- @SerialVersionUID()
- final case class ProposalProcessed(topologySerial: Option[Int]) extends GeneratedMessage with Updatable[ProposalProcessed] with Product with Serializable
The add-party request has been submitted by the target participant, or accepted by the source participant.
The add-party request has been submitted by the target participant, or accepted by the source participant.
- Annotations
- @SerialVersionUID()
- final case class ReplicatingAcs(sequencerUid: String, topologySerial: Int, timestamp: Option[Timestamp], contractsReplicated: Int) extends GeneratedMessage with Updatable[ReplicatingAcs] with Product with Serializable
The local participant is ready for ACS replication or has started replicating the ACS.
The local participant is ready for ACS replication or has started replicating the ACS.
- Annotations
- @SerialVersionUID()
- sealed trait Status extends GeneratedOneof
- implicit class StatusLens[UpperPB] extends ObjectLens[UpperPB, GetAddPartyStatusResponse.Status]
- final case class TopologyAuthorized(sequencerUid: String, topologySerial: Int, timestamp: Option[Timestamp]) extends GeneratedMessage with Updatable[TopologyAuthorized] with Product with Serializable
The PartyToParticipant topology transaction has been authorized by all party and participant signers.
The PartyToParticipant topology transaction has been authorized by all party and participant signers.
- timestamp
The timestamp at which the ACS snapshot for replication is taken.
- Annotations
- @SerialVersionUID()
- type ValueType = GetAddPartyStatusResponse.Status
- Definition Classes
- GeneratedMessageCompanion
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
- final val AGREEMENT_ACCEPTED_FIELD_NUMBER: Int(2)
- final val COMPLETED_FIELD_NUMBER: Int(6)
- final val CONNECTION_ESTABLISHED_FIELD_NUMBER: Int(4)
- final val ERROR_FIELD_NUMBER: Int(7)
- final val PROPOSAL_PROCESSED_FIELD_NUMBER: Int(1)
- final val REPLICATING_ACS_FIELD_NUMBER: Int(5)
- final val TOPOLOGY_AUTHORIZED_FIELD_NUMBER: Int(3)
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- lazy val defaultInstance: GetAddPartyStatusResponse.Status
- Definition Classes
- Status → GeneratedMessageCompanion
- def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
- Definition Classes
- Status → GeneratedMessageCompanion
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromAscii(s: String): GetAddPartyStatusResponse.Status
- Definition Classes
- GeneratedMessageCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: Descriptor
- Definition Classes
- Status → GeneratedMessageCompanion
- def merge(a: GetAddPartyStatusResponse.Status, input: CodedInputStream): GetAddPartyStatusResponse.Status
- Definition Classes
- GeneratedMessageCompanion
- implicit def messageCompanion: GeneratedMessageCompanion[GetAddPartyStatusResponse.Status]
- def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
- Definition Classes
- Status → GeneratedMessageCompanion
- implicit def messageReads: Reads[GetAddPartyStatusResponse.Status]
- Definition Classes
- Status → GeneratedMessageCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
- Definition Classes
- Status → GeneratedMessageCompanion
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def of(status: Status): GetAddPartyStatusResponse.Status
- def parseDelimitedFrom(input: InputStream): Option[GetAddPartyStatusResponse.Status]
- Definition Classes
- GeneratedMessageCompanion
- def parseDelimitedFrom(input: CodedInputStream): Option[GetAddPartyStatusResponse.Status]
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(_input__: CodedInputStream): GetAddPartyStatusResponse.Status
- Definition Classes
- Status → GeneratedMessageCompanion
- def parseFrom(s: Array[Byte]): GetAddPartyStatusResponse.Status
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(input: InputStream): GetAddPartyStatusResponse.Status
- Definition Classes
- GeneratedMessageCompanion
- def scalaDescriptor: Descriptor
- Definition Classes
- Status → GeneratedMessageCompanion
- def streamFromDelimitedInput(input: InputStream): Stream[GetAddPartyStatusResponse.Status]
- Definition Classes
- GeneratedMessageCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteArray(a: GetAddPartyStatusResponse.Status): Array[Byte]
- Definition Classes
- GeneratedMessageCompanion
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validate(s: Array[Byte]): Try[GetAddPartyStatusResponse.Status]
- Definition Classes
- GeneratedMessageCompanion
- def validateAscii(s: String): Either[TextFormatError, GetAddPartyStatusResponse.Status]
- Definition Classes
- GeneratedMessageCompanion
- 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 AgreementAccepted extends GeneratedMessageCompanion[AgreementAccepted]
- object Completed extends GeneratedMessageCompanion[Completed]
- object ConnectionEstablished extends GeneratedMessageCompanion[ConnectionEstablished]
- object Error extends GeneratedMessageCompanion[Error]
- object ProposalProcessed extends GeneratedMessageCompanion[ProposalProcessed]
- object ReplicatingAcs extends GeneratedMessageCompanion[ReplicatingAcs]
- object Status extends Serializable
- object TopologyAuthorized extends GeneratedMessageCompanion[TopologyAuthorized]