All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.schedule.v1.ScheduleActionResultOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.25.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/schedule/v1/message.proto

package io.temporal.api.schedule.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:ScheduleActionResultOrBuilder.java.pb.meta")
public interface ScheduleActionResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.schedule.v1.ScheduleActionResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Time that the action was taken (according to the schedule, including jitter).
   * 
* * .google.protobuf.Timestamp schedule_time = 1 [(.gogoproto.stdtime) = true]; * @return Whether the scheduleTime field is set. */ boolean hasScheduleTime(); /** *
   * Time that the action was taken (according to the schedule, including jitter).
   * 
* * .google.protobuf.Timestamp schedule_time = 1 [(.gogoproto.stdtime) = true]; * @return The scheduleTime. */ com.google.protobuf.Timestamp getScheduleTime(); /** *
   * Time that the action was taken (according to the schedule, including jitter).
   * 
* * .google.protobuf.Timestamp schedule_time = 1 [(.gogoproto.stdtime) = true]; */ com.google.protobuf.TimestampOrBuilder getScheduleTimeOrBuilder(); /** *
   * Time that the action was taken (real time).
   * 
* * .google.protobuf.Timestamp actual_time = 2 [(.gogoproto.stdtime) = true]; * @return Whether the actualTime field is set. */ boolean hasActualTime(); /** *
   * Time that the action was taken (real time).
   * 
* * .google.protobuf.Timestamp actual_time = 2 [(.gogoproto.stdtime) = true]; * @return The actualTime. */ com.google.protobuf.Timestamp getActualTime(); /** *
   * Time that the action was taken (real time).
   * 
* * .google.protobuf.Timestamp actual_time = 2 [(.gogoproto.stdtime) = true]; */ com.google.protobuf.TimestampOrBuilder getActualTimeOrBuilder(); /** *
   * If action was start_workflow:
   * 
* * .temporal.api.common.v1.WorkflowExecution start_workflow_result = 11; * @return Whether the startWorkflowResult field is set. */ boolean hasStartWorkflowResult(); /** *
   * If action was start_workflow:
   * 
* * .temporal.api.common.v1.WorkflowExecution start_workflow_result = 11; * @return The startWorkflowResult. */ io.temporal.api.common.v1.WorkflowExecution getStartWorkflowResult(); /** *
   * If action was start_workflow:
   * 
* * .temporal.api.common.v1.WorkflowExecution start_workflow_result = 11; */ io.temporal.api.common.v1.WorkflowExecutionOrBuilder getStartWorkflowResultOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy