Interface ControlOuterClass.PruneRequestOrBuilder

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

public static interface ControlOuterClass.PruneRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool all = 2;
    getFilter(int index)
    repeated string filter = 1;
    com.google.protobuf.ByteString
    getFilterBytes(int index)
    repeated string filter = 1;
    int
    repeated string filter = 1;
    repeated string filter = 1;
    long
    int64 keepDuration = 3;
    long
    int64 maxUsedSpace = 5;
    long
    int64 minFreeSpace = 6;
    long
    int64 reservedSpace = 4;

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

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

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

      boolean getAll()
      bool all = 2;
      Returns:
      The all.
    • getKeepDuration

      long getKeepDuration()
      int64 keepDuration = 3;
      Returns:
      The keepDuration.
    • getReservedSpace

      long getReservedSpace()
      int64 reservedSpace = 4;
      Returns:
      The reservedSpace.
    • getMaxUsedSpace

      long getMaxUsedSpace()
      int64 maxUsedSpace = 5;
      Returns:
      The maxUsedSpace.
    • getMinFreeSpace

      long getMinFreeSpace()
      int64 minFreeSpace = 6;
      Returns:
      The minFreeSpace.