Package

vtctldata

vtctldata

Permalink

package vtctldata

Visibility
  1. Public
  2. All

Type Members

  1. final case class ExecuteVtctlCommandRequest(args: Seq[String] = _root_.scala.collection.Seq.empty, actionTimeout: Long = 0L) extends GeneratedMessage with Message[ExecuteVtctlCommandRequest] with Updatable[ExecuteVtctlCommandRequest] with Product with Serializable

    Permalink

    ExecuteVtctlCommandRequest is the payload for ExecuteVtctlCommand.

    ExecuteVtctlCommandRequest is the payload for ExecuteVtctlCommand. timeouts are in nanoseconds.

    Annotations
    @SerialVersionUID()
  2. final case class ExecuteVtctlCommandResponse(event: Option[Event] = None) extends GeneratedMessage with Message[ExecuteVtctlCommandResponse] with Updatable[ExecuteVtctlCommandResponse] with Product with Serializable

    Permalink

    ExecuteVtctlCommandResponse is streamed back by ExecuteVtctlCommand.

    ExecuteVtctlCommandResponse is streamed back by ExecuteVtctlCommand.

    Annotations
    @SerialVersionUID()

Value Members

  1. object ExecuteVtctlCommandRequest extends GeneratedMessageCompanion[ExecuteVtctlCommandRequest] with Serializable

    Permalink
  2. object ExecuteVtctlCommandResponse extends GeneratedMessageCompanion[ExecuteVtctlCommandResponse] with Serializable

    Permalink
  3. object VtctldataProto

    Permalink

Ungrouped