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 TypeMethodDescriptiongetKind()Default: TASK_QUEUE_KIND_NORMAL.intDefault: TASK_QUEUE_KIND_NORMAL.getName()string name = 1;com.google.protobuf.ByteStringstring 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.ByteStringIff 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
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
-
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.
-