Interface CountWorkersRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CountWorkersRequest,CountWorkersRequest.Builder
@Generated(value="protoc",
comments="annotations:CountWorkersRequestOrBuilder.java.pb.meta")
public interface CountWorkersRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhen true, the count will include system workers that are created implicitly by the server and not by the user.string namespace = 1;com.google.protobuf.ByteStringstring namespace = 1;getQuery()Query to filter workers before counting.com.google.protobuf.ByteStringQuery to filter workers before counting.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
-
getNamespace
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()string namespace = 1;- Returns:
- The bytes for namespace.
-
getQuery
String getQuery()Query to filter workers before counting. Supported filter fields are the same as in ListWorkersRequest.
string query = 2;- Returns:
- The query.
-
getQueryBytes
com.google.protobuf.ByteString getQueryBytes()Query to filter workers before counting. Supported filter fields are the same as in ListWorkersRequest.
string query = 2;- Returns:
- The bytes for query.
-
getIncludeSystemWorkers
boolean getIncludeSystemWorkers()When true, the count 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 = 3;- Returns:
- The includeSystemWorkers.
-