package v30

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class ClearScheduleRequest() extends GeneratedMessage with Updatable[ClearScheduleRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  2. final case class ClearScheduleResponse() extends GeneratedMessage with Updatable[ClearScheduleResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. 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()
  4. 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()
  5. final case class GetParticipantScheduleRequest() extends GeneratedMessage with Updatable[GetParticipantScheduleRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  6. final case class GetParticipantScheduleResponse(schedule: Option[ParticipantPruningSchedule]) extends GeneratedMessage with Updatable[GetParticipantScheduleResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()
  7. final case class GetScheduleRequest() extends GeneratedMessage with Updatable[GetScheduleRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  8. final case class GetScheduleResponse(schedule: Option[PruningSchedule]) extends GeneratedMessage with Updatable[GetScheduleResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()
  9. 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()
  10. 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()
  11. final case class ParticipantPruningSchedule(schedule: Option[PruningSchedule], pruneInternallyOnly: Boolean) extends GeneratedMessage with Updatable[ParticipantPruningSchedule] with Product with Serializable
    Annotations
    @SerialVersionUID()
  12. final case class PruningSchedule(cron: String, maxDuration: Option[Duration], retention: Option[Duration]) extends GeneratedMessage with Updatable[PruningSchedule] with Product with Serializable
    Annotations
    @SerialVersionUID()
  13. 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()
  14. final case class ResetNoWaitCommitmentsFromResponse() extends GeneratedMessage with Updatable[ResetNoWaitCommitmentsFromResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()
  15. final case class SetCronRequest(cron: String) extends GeneratedMessage with Updatable[SetCronRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  16. final case class SetCronResponse() extends GeneratedMessage with Updatable[SetCronResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()
  17. final case class SetMaxDurationRequest(maxDuration: Option[Duration]) extends GeneratedMessage with Updatable[SetMaxDurationRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  18. final case class SetMaxDurationResponse() extends GeneratedMessage with Updatable[SetMaxDurationResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()
  19. 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()
  20. final case class SetNoWaitCommitmentsFromResponse() extends GeneratedMessage with Updatable[SetNoWaitCommitmentsFromResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()
  21. final case class SetParticipantScheduleRequest(schedule: Option[ParticipantPruningSchedule]) extends GeneratedMessage with Updatable[SetParticipantScheduleRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  22. final case class SetParticipantScheduleResponse() extends GeneratedMessage with Updatable[SetParticipantScheduleResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()
  23. final case class SetRetentionRequest(retention: Option[Duration]) extends GeneratedMessage with Updatable[SetRetentionRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  24. final case class SetRetentionResponse() extends GeneratedMessage with Updatable[SetRetentionResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()
  25. final case class SetScheduleRequest(schedule: Option[PruningSchedule]) extends GeneratedMessage with Updatable[SetScheduleRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  26. final case class SetScheduleResponse() extends GeneratedMessage with Updatable[SetScheduleResponse] with Product with Serializable
    Annotations
    @SerialVersionUID()
  27. final case class Synchronizers(synchronizerIds: Seq[String]) extends GeneratedMessage with Updatable[Synchronizers] with Product with Serializable
    Annotations
    @SerialVersionUID()
  28. final case class WaitCommitmentsSetup(counterParticipantUid: String, synchronizers: Option[Synchronizers]) extends GeneratedMessage with Updatable[WaitCommitmentsSetup] with Product with Serializable
    Annotations
    @SerialVersionUID()

Value Members

  1. object ClearScheduleRequest extends GeneratedMessageCompanion[ClearScheduleRequest]
  2. object ClearScheduleResponse extends GeneratedMessageCompanion[ClearScheduleResponse]
  3. object GetNoWaitCommitmentsFromRequest extends GeneratedMessageCompanion[GetNoWaitCommitmentsFromRequest]
  4. object GetNoWaitCommitmentsFromResponse extends GeneratedMessageCompanion[GetNoWaitCommitmentsFromResponse]
  5. object GetParticipantScheduleRequest extends GeneratedMessageCompanion[GetParticipantScheduleRequest]
  6. object GetParticipantScheduleResponse extends GeneratedMessageCompanion[GetParticipantScheduleResponse]
  7. object GetScheduleRequest extends GeneratedMessageCompanion[GetScheduleRequest]
  8. object GetScheduleResponse extends GeneratedMessageCompanion[GetScheduleResponse]
  9. object LocatePruningTimestampRequest extends GeneratedMessageCompanion[LocatePruningTimestampRequest]
  10. object LocatePruningTimestampResponse extends GeneratedMessageCompanion[LocatePruningTimestampResponse]
  11. object ParticipantPruningSchedule extends GeneratedMessageCompanion[ParticipantPruningSchedule]
  12. object PruningProto extends GeneratedFileObject
  13. object PruningSchedule extends GeneratedMessageCompanion[PruningSchedule]
  14. object ResetNoWaitCommitmentsFromRequest extends GeneratedMessageCompanion[ResetNoWaitCommitmentsFromRequest]
  15. object ResetNoWaitCommitmentsFromResponse extends GeneratedMessageCompanion[ResetNoWaitCommitmentsFromResponse]
  16. object SetCronRequest extends GeneratedMessageCompanion[SetCronRequest]
  17. object SetCronResponse extends GeneratedMessageCompanion[SetCronResponse]
  18. object SetMaxDurationRequest extends GeneratedMessageCompanion[SetMaxDurationRequest]
  19. object SetMaxDurationResponse extends GeneratedMessageCompanion[SetMaxDurationResponse]
  20. object SetNoWaitCommitmentsFromRequest extends GeneratedMessageCompanion[SetNoWaitCommitmentsFromRequest]
  21. object SetNoWaitCommitmentsFromResponse extends GeneratedMessageCompanion[SetNoWaitCommitmentsFromResponse]
  22. object SetParticipantScheduleRequest extends GeneratedMessageCompanion[SetParticipantScheduleRequest]
  23. object SetParticipantScheduleResponse extends GeneratedMessageCompanion[SetParticipantScheduleResponse]
  24. object SetRetentionRequest extends GeneratedMessageCompanion[SetRetentionRequest]
  25. object SetRetentionResponse extends GeneratedMessageCompanion[SetRetentionResponse]
  26. object SetScheduleRequest extends GeneratedMessageCompanion[SetScheduleRequest]
  27. object SetScheduleResponse extends GeneratedMessageCompanion[SetScheduleResponse]
  28. object Synchronizers extends GeneratedMessageCompanion[Synchronizers]
  29. object WaitCommitmentsSetup extends GeneratedMessageCompanion[WaitCommitmentsSetup]

Ungrouped