Interface ListWorkersRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListWorkersRequest, ListWorkersRequest.Builder

@Generated(value="protoc", comments="annotations:ListWorkersRequestOrBuilder.java.pb.meta") public interface ListWorkersRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    When true, the response will include system workers that are created implicitly by the server and not by the user.
    string namespace = 1;
    com.google.protobuf.ByteString
    string namespace = 1;
    com.google.protobuf.ByteString
    bytes next_page_token = 3;
    int
    int32 page_size = 2;
    `query` in ListWorkers is used to filter workers based on worker attributes.
    com.google.protobuf.ByteString
    `query` in ListWorkers is used to filter workers based on worker attributes.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getNamespace

      String getNamespace()
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • getPageSize

      int getPageSize()
      int32 page_size = 2;
      Returns:
      The pageSize.
    • getNextPageToken

      com.google.protobuf.ByteString getNextPageToken()
      bytes next_page_token = 3;
      Returns:
      The nextPageToken.
    • getQuery

      String getQuery()
       `query` in ListWorkers is used to filter workers based on worker attributes.
       Supported attributes:
       WorkerInstanceKey
       WorkerIdentity
       HostName
       TaskQueue
       DeploymentName
       BuildId
       SdkName
       SdkVersion
       StartTime
       Status
       
      string query = 4;
      Returns:
      The query.
    • getQueryBytes

      com.google.protobuf.ByteString getQueryBytes()
       `query` in ListWorkers is used to filter workers based on worker attributes.
       Supported attributes:
       WorkerInstanceKey
       WorkerIdentity
       HostName
       TaskQueue
       DeploymentName
       BuildId
       SdkName
       SdkVersion
       StartTime
       Status
       
      string query = 4;
      Returns:
      The bytes for query.
    • getIncludeSystemWorkers

      boolean getIncludeSystemWorkers()
       When true, the response will include system workers that are created implicitly
       by the server and not by the user. By default, system workers are excluded.
       
      bool include_system_workers = 5;
      Returns:
      The includeSystemWorkers.