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) 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, timestamp: Option[Timestamp], contractsReplicated: Int) extends GeneratedMessage with Updatable[Completed] with Product with Serializable
The party has been added to the target participant.
The party has been added to the target participant.
- Annotations
- @SerialVersionUID()
- final case class ConnectionEstablished(sequencerUid: String, timestamp: Option[Timestamp]) extends GeneratedMessage with Updatable[ConnectionEstablished] with Product with Serializable
This participant has connected to the sequencer channel for ACS replication.
This participant has connected to the sequencer channel for ACS replication.
- Annotations
- @SerialVersionUID()
- final case class Disconnected(disconnectMessage: String, statusPriorToDisconnect: Option[GetAddPartyStatusResponse.Status]) extends GeneratedMessage with Updatable[Disconnected] with Product with Serializable
The participant has disconnected from the sequencer channel used for ACS replication.
The participant has disconnected from the sequencer channel used for ACS replication.
- statusPriorToDisconnect
Prior status is one of ConnectionEstablished or ReplicatingAcs.
- 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 FullyReplicatedAcs(sequencerUid: String, timestamp: Option[Timestamp], contractsReplicated: Int) extends GeneratedMessage with Updatable[FullyReplicatedAcs] with Product with Serializable
This participant has completed its part of the ACS replication: In case of the source participant all contracts have been sent, and for the target participant all contracts have been received.
This participant has completed its part of the ACS replication: In case of the source participant all contracts have been sent, and for the target participant all contracts have been received.
- Annotations
- @SerialVersionUID()
- final case class ProposalProcessed() 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, timestamp: Option[Timestamp], contractsReplicated: Int) extends GeneratedMessage with Updatable[ReplicatingAcs] with Product with Serializable
This participant is ready for ACS replication or has started replicating the ACS.
This 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, 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(7)
- final val CONNECTION_ESTABLISHED_FIELD_NUMBER: Int(4)
- final val DISCONNECTED_FIELD_NUMBER: Int(9)
- final val ERROR_FIELD_NUMBER: Int(8)
- final val FULLY_REPLICATED_ACS_FIELD_NUMBER: Int(6)
- 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])
- 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 Disconnected extends GeneratedMessageCompanion[Disconnected]
- object Error extends GeneratedMessageCompanion[Error]
- object FullyReplicatedAcs extends GeneratedMessageCompanion[FullyReplicatedAcs]
- object ProposalProcessed extends GeneratedMessageCompanion[ProposalProcessed]
- object ReplicatingAcs extends GeneratedMessageCompanion[ReplicatingAcs]
- object Status extends Serializable
- object TopologyAuthorized extends GeneratedMessageCompanion[TopologyAuthorized]