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 Type
    Method
    Description
    getFilter(int index)
    containerd style
    com.google.protobuf.ByteString
    getFilterBytes(int index)
    containerd style
    int
    containerd style
    containerd style

    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

    • getFilterList

      List<String> getFilterList()
       containerd style
       
      repeated string filter = 1;
      Returns:
      A list containing the filter.
    • getFilterCount

      int getFilterCount()
       containerd style
       
      repeated string filter = 1;
      Returns:
      The count of filter.
    • getFilter

      String getFilter(int index)
       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.