Interface ListWorkersResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListWorkersResponse,ListWorkersResponse.Builder
@Generated(value="protoc",
comments="annotations:ListWorkersResponseOrBuilder.java.pb.meta")
public interface ListWorkersResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringNext page tokengetWorkers(int index) Limited worker information.intLimited worker information.getWorkersInfo(int index) Deprecated.intDeprecated.Deprecated.getWorkersInfoOrBuilder(int index) Deprecated.List<? extends WorkerInfoOrBuilder> Deprecated.Limited worker information.getWorkersOrBuilder(int index) Limited worker information.List<? extends WorkerListInfoOrBuilder> Limited worker information.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
-
getWorkersInfoList
Deprecated.Deprecated: Use workers instead. This field returns full WorkerInfo which includes expensive runtime metrics. We will stop populating this field in the future.
repeated .temporal.api.worker.v1.WorkerInfo workers_info = 1 [deprecated = true]; -
getWorkersInfo
Deprecated.Deprecated: Use workers instead. This field returns full WorkerInfo which includes expensive runtime metrics. We will stop populating this field in the future.
repeated .temporal.api.worker.v1.WorkerInfo workers_info = 1 [deprecated = true]; -
getWorkersInfoCount
Deprecated.Deprecated: Use workers instead. This field returns full WorkerInfo which includes expensive runtime metrics. We will stop populating this field in the future.
repeated .temporal.api.worker.v1.WorkerInfo workers_info = 1 [deprecated = true]; -
getWorkersInfoOrBuilderList
Deprecated.Deprecated: Use workers instead. This field returns full WorkerInfo which includes expensive runtime metrics. We will stop populating this field in the future.
repeated .temporal.api.worker.v1.WorkerInfo workers_info = 1 [deprecated = true]; -
getWorkersInfoOrBuilder
Deprecated.Deprecated: Use workers instead. This field returns full WorkerInfo which includes expensive runtime metrics. We will stop populating this field in the future.
repeated .temporal.api.worker.v1.WorkerInfo workers_info = 1 [deprecated = true]; -
getWorkersList
List<WorkerListInfo> getWorkersList()Limited worker information.
repeated .temporal.api.worker.v1.WorkerListInfo workers = 3; -
getWorkers
Limited worker information.
repeated .temporal.api.worker.v1.WorkerListInfo workers = 3; -
getWorkersCount
int getWorkersCount()Limited worker information.
repeated .temporal.api.worker.v1.WorkerListInfo workers = 3; -
getWorkersOrBuilderList
List<? extends WorkerListInfoOrBuilder> getWorkersOrBuilderList()Limited worker information.
repeated .temporal.api.worker.v1.WorkerListInfo workers = 3; -
getWorkersOrBuilder
Limited worker information.
repeated .temporal.api.worker.v1.WorkerListInfo workers = 3; -
getNextPageToken
com.google.protobuf.ByteString getNextPageToken()Next page token
bytes next_page_token = 2;- Returns:
- The nextPageToken.
-