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

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

There is a newer version: 1.27.0
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:TaskQueueOrBuilder.java.pb.meta")
public interface TaskQueueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.taskqueue.v1.TaskQueue)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string name = 1;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * 
   * Default: TASK_QUEUE_KIND_NORMAL.
   * 
* * .temporal.api.enums.v1.TaskQueueKind kind = 2; * @return The enum numeric value on the wire for kind. */ int getKindValue(); /** *
   * Default: TASK_QUEUE_KIND_NORMAL.
   * 
* * .temporal.api.enums.v1.TaskQueueKind kind = 2; * @return The kind. */ io.temporal.api.enums.v1.TaskQueueKind getKind(); /** *
   * Iff kind == TASK_QUEUE_KIND_STICKY, then this field contains the name of
   * the normal task queue that the sticky worker is running on.
   * 
* * string normal_name = 3; * @return The normalName. */ java.lang.String getNormalName(); /** *
   * Iff kind == TASK_QUEUE_KIND_STICKY, then this field contains the name of
   * the normal task queue that the sticky worker is running on.
   * 
* * string normal_name = 3; * @return The bytes for normalName. */ com.google.protobuf.ByteString getNormalNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy