Interface TaskQueueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TaskQueue, TaskQueue.Builder

@Generated(value="protoc", comments="annotations:TaskQueueOrBuilder.java.pb.meta") public interface TaskQueueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Default: TASK_QUEUE_KIND_NORMAL.
    int
    Default: TASK_QUEUE_KIND_NORMAL.
    string name = 1;
    com.google.protobuf.ByteString
    string name = 1;
    Iff kind == TASK_QUEUE_KIND_STICKY, then this field contains the name of the normal task queue that the sticky worker is running on.
    com.google.protobuf.ByteString
    Iff kind == TASK_QUEUE_KIND_STICKY, then this field contains the name of the normal task queue that the sticky worker is running on.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getKindValue

      int getKindValue()
       Default: TASK_QUEUE_KIND_NORMAL.
       
      .temporal.api.enums.v1.TaskQueueKind kind = 2;
      Returns:
      The enum numeric value on the wire for kind.
    • getKind

      TaskQueueKind getKind()
       Default: TASK_QUEUE_KIND_NORMAL.
       
      .temporal.api.enums.v1.TaskQueueKind kind = 2;
      Returns:
      The kind.
    • getNormalName

      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;
      Returns:
      The normalName.
    • getNormalNameBytes

      com.google.protobuf.ByteString getNormalNameBytes()
       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;
      Returns:
      The bytes for normalName.