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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TaskQueueKind getKind()
      Default: TASK_QUEUE_KIND_NORMAL.
      int getKindValue()
      Default: TASK_QUEUE_KIND_NORMAL.
      java.lang.String getName()
      string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      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.
      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.
      • 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 Detail

      • getName

        java.lang.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

        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;
        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.