Interface ControlOuterClass.ListWorkersRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControlOuterClass.ListWorkersRequest
,ControlOuterClass.ListWorkersRequest.Builder
- Enclosing class:
ControlOuterClass
public static interface ControlOuterClass.ListWorkersRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFilter
(int index) containerd stylecom.google.protobuf.ByteString
getFilterBytes
(int index) containerd styleint
containerd stylecontainerd styleMethods 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
-
getFilterList
-
getFilterCount
int getFilterCount()containerd style
repeated string filter = 1;
- Returns:
- The count of filter.
-
getFilter
containerd style
repeated string filter = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The filter at the given index.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes(int index) containerd style
repeated string filter = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the filter at the given index.
-