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 Details

    • getWorkersInfoList

      @Deprecated List<WorkerInfo> 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 WorkerInfo getWorkersInfo(int index)
      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 int 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 List<? extends WorkerInfoOrBuilder> 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 WorkerInfoOrBuilder getWorkersInfoOrBuilder(int index)
      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

      WorkerListInfo getWorkers(int index)
       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

      WorkerListInfoOrBuilder getWorkersOrBuilder(int index)
       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.