Interface Ops.WorkerConstraintsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Ops.WorkerConstraints, Ops.WorkerConstraints.Builder
Enclosing class:
Ops

public static interface Ops.WorkerConstraintsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getFilter(int index)
    containerd-style filter
    com.google.protobuf.ByteString
    getFilterBytes(int index)
    containerd-style filter
    int
    containerd-style filter
    containerd-style filter

    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 filter
       
      repeated string filter = 1;
      Returns:
      A list containing the filter.
    • getFilterCount

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

      String getFilter(int index)
       containerd-style filter
       
      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 filter
       
      repeated string filter = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the filter at the given index.