Interface PollerGroupsInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PollerGroupsInfo,PollerGroupsInfo.Builder
@Generated(value="protoc",
comments="annotations:PollerGroupsInfoOrBuilder.java.pb.meta")
public interface PollerGroupsInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPollerGroups(int index) The weighted list of poller groups the client should use for future polls to this task queue.intThe weighted list of poller groups the client should use for future polls to this task queue.The weighted list of poller groups the client should use for future polls to this task queue.getPollerGroupsOrBuilder(int index) The weighted list of poller groups the client should use for future polls to this task queue.List<? extends PollerGroupInfoOrBuilder> The weighted list of poller groups the client should use for future polls to this task queue.longMonotonically increasing version of this snapshot.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
-
getVersion
long getVersion()Monotonically increasing version of this snapshot. A client should ignore any snapshot whose version is not greater than the one it last applied.
int64 version = 1;- Returns:
- The version.
-
getPollerGroupsList
List<PollerGroupInfo> getPollerGroupsList()The weighted list of poller groups the client should use for future polls to this task queue.
repeated .temporal.api.taskqueue.v1.PollerGroupInfo poller_groups = 2; -
getPollerGroups
The weighted list of poller groups the client should use for future polls to this task queue.
repeated .temporal.api.taskqueue.v1.PollerGroupInfo poller_groups = 2; -
getPollerGroupsCount
int getPollerGroupsCount()The weighted list of poller groups the client should use for future polls to this task queue.
repeated .temporal.api.taskqueue.v1.PollerGroupInfo poller_groups = 2; -
getPollerGroupsOrBuilderList
List<? extends PollerGroupInfoOrBuilder> getPollerGroupsOrBuilderList()The weighted list of poller groups the client should use for future polls to this task queue.
repeated .temporal.api.taskqueue.v1.PollerGroupInfo poller_groups = 2; -
getPollerGroupsOrBuilder
The weighted list of poller groups the client should use for future polls to this task queue.
repeated .temporal.api.taskqueue.v1.PollerGroupInfo poller_groups = 2;
-