package v30
- Alphabetic
- Public
- Protected
Type Members
- final case class ClearScheduleRequest() extends GeneratedMessage with Updatable[ClearScheduleRequest] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class ClearScheduleResponse() extends GeneratedMessage with Updatable[ClearScheduleResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class GetNoWaitCommitmentsFromRequest(synchronizerIds: Seq[String], participantUids: Seq[String]) extends GeneratedMessage with Updatable[GetNoWaitCommitmentsFromRequest] with Product with Serializable
Returns the state of no-wait-config at the time the request executes, with optional filtering on synchronizers and counter participants The response includes the status of the specified counter participants on the specified synchronizers, regardless of whether these counter participants have shared contracts with the participant at the time the call executes.
Returns the state of no-wait-config at the time the request executes, with optional filtering on synchronizers and counter participants The response includes the status of the specified counter participants on the specified synchronizers, regardless of whether these counter participants have shared contracts with the participant at the time the call executes. If no counter participants / synchronizers are specified, the response includes all counter participants that are known to the local participant at the time when the call executes, regardless of whether they have shared contracts with the participant at the time the call executes. Even if some participants may not be connected to some synchronizers at the time the query executes, the response still includes them if they are known to the participant or specified in the arguments.
- Annotations
- @SerialVersionUID()
- final case class GetNoWaitCommitmentsFromResponse(ignoredParticipants: Seq[WaitCommitmentsSetup], notIgnoredParticipants: Seq[WaitCommitmentsSetup]) extends GeneratedMessage with Updatable[GetNoWaitCommitmentsFromResponse] with Product with Serializable
- ignoredParticipants
participants that are ignored
- notIgnoredParticipants
participants that are not ignored
- Annotations
- @SerialVersionUID()
- final case class GetParticipantScheduleRequest() extends GeneratedMessage with Updatable[GetParticipantScheduleRequest] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class GetParticipantScheduleResponse(schedule: Option[ParticipantPruningSchedule]) extends GeneratedMessage with Updatable[GetParticipantScheduleResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class GetScheduleRequest() extends GeneratedMessage with Updatable[GetScheduleRequest] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class GetScheduleResponse(schedule: Option[PruningSchedule]) extends GeneratedMessage with Updatable[GetScheduleResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class LocatePruningTimestampRequest(index: Int) extends GeneratedMessage with Updatable[LocatePruningTimestampRequest] with Product with Serializable
- index
the index to look up the offset for, needs to be 1 or larger i.e. 1 for returning the first timestamp, 2 for the second timestamp etc
- Annotations
- @SerialVersionUID()
- final case class LocatePruningTimestampResponse(timestamp: Option[Timestamp]) extends GeneratedMessage with Updatable[LocatePruningTimestampResponse] with Product with Serializable
- timestamp
optional, not set if less than
index
events exist
- Annotations
- @SerialVersionUID()
- final case class ParticipantPruningSchedule(schedule: Option[PruningSchedule], pruneInternallyOnly: Boolean) extends GeneratedMessage with Updatable[ParticipantPruningSchedule] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class PruningSchedule(cron: String, maxDuration: Option[Duration], retention: Option[Duration]) extends GeneratedMessage with Updatable[PruningSchedule] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class ResetNoWaitCommitmentsFromRequest(counterParticipantUids: Seq[String], synchronizerIds: Seq[String]) extends GeneratedMessage with Updatable[ResetNoWaitCommitmentsFromRequest] with Product with Serializable
deletes previous no-wait-configuration on the given synchronizers for the given counter participants
deletes previous no-wait-configuration on the given synchronizers for the given counter participants
- counterParticipantUids
an empty list has no effect
- synchronizerIds
an empty list has no effect
- Annotations
- @SerialVersionUID()
- final case class ResetNoWaitCommitmentsFromResponse() extends GeneratedMessage with Updatable[ResetNoWaitCommitmentsFromResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class SetCronRequest(cron: String) extends GeneratedMessage with Updatable[SetCronRequest] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class SetCronResponse() extends GeneratedMessage with Updatable[SetCronResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class SetMaxDurationRequest(maxDuration: Option[Duration]) extends GeneratedMessage with Updatable[SetMaxDurationRequest] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class SetMaxDurationResponse() extends GeneratedMessage with Updatable[SetMaxDurationResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class SetNoWaitCommitmentsFromRequest(counterParticipantUids: Seq[String], synchronizerIds: Seq[String]) extends GeneratedMessage with Updatable[SetNoWaitCommitmentsFromRequest] with Product with Serializable
overwrites previous no-wait-configuration on the given synchronizers for the given counter participants the request will fail if the counter_participant_uids or synchronizer_ids is invalid format, or if duplicates are present in the repeated strings
overwrites previous no-wait-configuration on the given synchronizers for the given counter participants the request will fail if the counter_participant_uids or synchronizer_ids is invalid format, or if duplicates are present in the repeated strings
- counterParticipantUids
ignore the given participants; an empty list has no effect
- synchronizerIds
ignore the given participants on these synchronizers an empty list has no effect
- Annotations
- @SerialVersionUID()
- final case class SetNoWaitCommitmentsFromResponse() extends GeneratedMessage with Updatable[SetNoWaitCommitmentsFromResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class SetParticipantScheduleRequest(schedule: Option[ParticipantPruningSchedule]) extends GeneratedMessage with Updatable[SetParticipantScheduleRequest] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class SetParticipantScheduleResponse() extends GeneratedMessage with Updatable[SetParticipantScheduleResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class SetRetentionRequest(retention: Option[Duration]) extends GeneratedMessage with Updatable[SetRetentionRequest] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class SetRetentionResponse() extends GeneratedMessage with Updatable[SetRetentionResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class SetScheduleRequest(schedule: Option[PruningSchedule]) extends GeneratedMessage with Updatable[SetScheduleRequest] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class SetScheduleResponse() extends GeneratedMessage with Updatable[SetScheduleResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class Synchronizers(synchronizerIds: Seq[String]) extends GeneratedMessage with Updatable[Synchronizers] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class WaitCommitmentsSetup(counterParticipantUid: String, synchronizers: Option[Synchronizers]) extends GeneratedMessage with Updatable[WaitCommitmentsSetup] with Product with Serializable
- Annotations
- @SerialVersionUID()
Value Members
- object ClearScheduleRequest extends GeneratedMessageCompanion[ClearScheduleRequest]
- object ClearScheduleResponse extends GeneratedMessageCompanion[ClearScheduleResponse]
- object GetNoWaitCommitmentsFromRequest extends GeneratedMessageCompanion[GetNoWaitCommitmentsFromRequest]
- object GetNoWaitCommitmentsFromResponse extends GeneratedMessageCompanion[GetNoWaitCommitmentsFromResponse]
- object GetParticipantScheduleRequest extends GeneratedMessageCompanion[GetParticipantScheduleRequest]
- object GetParticipantScheduleResponse extends GeneratedMessageCompanion[GetParticipantScheduleResponse]
- object GetScheduleRequest extends GeneratedMessageCompanion[GetScheduleRequest]
- object GetScheduleResponse extends GeneratedMessageCompanion[GetScheduleResponse]
- object LocatePruningTimestampRequest extends GeneratedMessageCompanion[LocatePruningTimestampRequest]
- object LocatePruningTimestampResponse extends GeneratedMessageCompanion[LocatePruningTimestampResponse]
- object ParticipantPruningSchedule extends GeneratedMessageCompanion[ParticipantPruningSchedule]
- object PruningProto extends GeneratedFileObject
- object PruningSchedule extends GeneratedMessageCompanion[PruningSchedule]
- object ResetNoWaitCommitmentsFromRequest extends GeneratedMessageCompanion[ResetNoWaitCommitmentsFromRequest]
- object ResetNoWaitCommitmentsFromResponse extends GeneratedMessageCompanion[ResetNoWaitCommitmentsFromResponse]
- object SetCronRequest extends GeneratedMessageCompanion[SetCronRequest]
- object SetCronResponse extends GeneratedMessageCompanion[SetCronResponse]
- object SetMaxDurationRequest extends GeneratedMessageCompanion[SetMaxDurationRequest]
- object SetMaxDurationResponse extends GeneratedMessageCompanion[SetMaxDurationResponse]
- object SetNoWaitCommitmentsFromRequest extends GeneratedMessageCompanion[SetNoWaitCommitmentsFromRequest]
- object SetNoWaitCommitmentsFromResponse extends GeneratedMessageCompanion[SetNoWaitCommitmentsFromResponse]
- object SetParticipantScheduleRequest extends GeneratedMessageCompanion[SetParticipantScheduleRequest]
- object SetParticipantScheduleResponse extends GeneratedMessageCompanion[SetParticipantScheduleResponse]
- object SetRetentionRequest extends GeneratedMessageCompanion[SetRetentionRequest]
- object SetRetentionResponse extends GeneratedMessageCompanion[SetRetentionResponse]
- object SetScheduleRequest extends GeneratedMessageCompanion[SetScheduleRequest]
- object SetScheduleResponse extends GeneratedMessageCompanion[SetScheduleResponse]
- object Synchronizers extends GeneratedMessageCompanion[Synchronizers]
- object WaitCommitmentsSetup extends GeneratedMessageCompanion[WaitCommitmentsSetup]