Package io.temporal.api.taskqueue.v1
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 TaskQueueKindgetKind()Default: TASK_QUEUE_KIND_NORMAL.intgetKindValue()Default: TASK_QUEUE_KIND_NORMAL.java.lang.StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;-
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.
-
-