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

io.temporal.api.taskqueue.v1.StickyExecutionAttributesOrBuilder Maven / Gradle / Ivy

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

package io.temporal.api.taskqueue.v1;

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

  /**
   * .temporal.api.taskqueue.v1.TaskQueue worker_task_queue = 1;
   * @return Whether the workerTaskQueue field is set.
   */
  boolean hasWorkerTaskQueue();
  /**
   * .temporal.api.taskqueue.v1.TaskQueue worker_task_queue = 1;
   * @return The workerTaskQueue.
   */
  io.temporal.api.taskqueue.v1.TaskQueue getWorkerTaskQueue();
  /**
   * .temporal.api.taskqueue.v1.TaskQueue worker_task_queue = 1;
   */
  io.temporal.api.taskqueue.v1.TaskQueueOrBuilder getWorkerTaskQueueOrBuilder();

  /**
   * 
   * (-- api-linter: core::0140::prepositions=disabled
   *     aip.dev/not-precedent: "to" is used to indicate interval. --)
   * 
* * .google.protobuf.Duration schedule_to_start_timeout = 2 [(.gogoproto.stdduration) = true]; * @return Whether the scheduleToStartTimeout field is set. */ boolean hasScheduleToStartTimeout(); /** *
   * (-- api-linter: core::0140::prepositions=disabled
   *     aip.dev/not-precedent: "to" is used to indicate interval. --)
   * 
* * .google.protobuf.Duration schedule_to_start_timeout = 2 [(.gogoproto.stdduration) = true]; * @return The scheduleToStartTimeout. */ com.google.protobuf.Duration getScheduleToStartTimeout(); /** *
   * (-- api-linter: core::0140::prepositions=disabled
   *     aip.dev/not-precedent: "to" is used to indicate interval. --)
   * 
* * .google.protobuf.Duration schedule_to_start_timeout = 2 [(.gogoproto.stdduration) = true]; */ com.google.protobuf.DurationOrBuilder getScheduleToStartTimeoutOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy