Interface Ops.UlimitOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    int64 Hard = 3;
    string Name = 1;
    com.google.protobuf.ByteString
    string Name = 1;
    long
    int64 Soft = 2;

    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

    • getName

      String getName()
      string Name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string Name = 1;
      Returns:
      The bytes for name.
    • getSoft

      long getSoft()
      int64 Soft = 2;
      Returns:
      The soft.
    • getHard

      long getHard()
      int64 Hard = 3;
      Returns:
      The hard.