Class ListWorkersResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.temporal.api.workflowservice.v1.ListWorkersResponse
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ListWorkersResponseOrBuilder, Serializable

@Generated(value="protoc", comments="annotations:ListWorkersResponse.java.pb.meta") public final class ListWorkersResponse extends com.google.protobuf.GeneratedMessageV3 implements ListWorkersResponseOrBuilder
Protobuf type temporal.api.workflowservice.v1.ListWorkersResponse
See Also:
  • Field Details

    • WORKERS_INFO_FIELD_NUMBER

      public static final int WORKERS_INFO_FIELD_NUMBER
      See Also:
    • WORKERS_FIELD_NUMBER

      public static final int WORKERS_FIELD_NUMBER
      See Also:
    • NEXT_PAGE_TOKEN_FIELD_NUMBER

      public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getWorkersInfoList

      @Deprecated public 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];
      Specified by:
      getWorkersInfoList in interface ListWorkersResponseOrBuilder
    • getWorkersInfoOrBuilderList

      @Deprecated public 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];
      Specified by:
      getWorkersInfoOrBuilderList in interface ListWorkersResponseOrBuilder
    • getWorkersInfoCount

      @Deprecated public 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];
      Specified by:
      getWorkersInfoCount in interface ListWorkersResponseOrBuilder
    • getWorkersInfo

      @Deprecated public 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];
      Specified by:
      getWorkersInfo in interface ListWorkersResponseOrBuilder
    • getWorkersInfoOrBuilder

      @Deprecated public 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];
      Specified by:
      getWorkersInfoOrBuilder in interface ListWorkersResponseOrBuilder
    • getWorkersList

      public List<WorkerListInfo> getWorkersList()
       Limited worker information.
       
      repeated .temporal.api.worker.v1.WorkerListInfo workers = 3;
      Specified by:
      getWorkersList in interface ListWorkersResponseOrBuilder
    • getWorkersOrBuilderList

      public List<? extends WorkerListInfoOrBuilder> getWorkersOrBuilderList()
       Limited worker information.
       
      repeated .temporal.api.worker.v1.WorkerListInfo workers = 3;
      Specified by:
      getWorkersOrBuilderList in interface ListWorkersResponseOrBuilder
    • getWorkersCount

      public int getWorkersCount()
       Limited worker information.
       
      repeated .temporal.api.worker.v1.WorkerListInfo workers = 3;
      Specified by:
      getWorkersCount in interface ListWorkersResponseOrBuilder
    • getWorkers

      public WorkerListInfo getWorkers(int index)
       Limited worker information.
       
      repeated .temporal.api.worker.v1.WorkerListInfo workers = 3;
      Specified by:
      getWorkers in interface ListWorkersResponseOrBuilder
    • getWorkersOrBuilder

      public WorkerListInfoOrBuilder getWorkersOrBuilder(int index)
       Limited worker information.
       
      repeated .temporal.api.worker.v1.WorkerListInfo workers = 3;
      Specified by:
      getWorkersOrBuilder in interface ListWorkersResponseOrBuilder
    • getNextPageToken

      public com.google.protobuf.ByteString getNextPageToken()
       Next page token
       
      bytes next_page_token = 2;
      Specified by:
      getNextPageToken in interface ListWorkersResponseOrBuilder
      Returns:
      The nextPageToken.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ListWorkersResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListWorkersResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListWorkersResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListWorkersResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListWorkersResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListWorkersResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListWorkersResponse parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ListWorkersResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ListWorkersResponse parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ListWorkersResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ListWorkersResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ListWorkersResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ListWorkersResponse.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ListWorkersResponse.Builder newBuilder()
    • newBuilder

      public static ListWorkersResponse.Builder newBuilder(ListWorkersResponse prototype)
    • toBuilder

      public ListWorkersResponse.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ListWorkersResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static ListWorkersResponse getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ListWorkersResponse> parser()
    • getParserForType

      public com.google.protobuf.Parser<ListWorkersResponse> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public ListWorkersResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder