Interface CapacityQuantityIntervalOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      long getMaxValue()
      Deprecated.
      optional int64 max_value = 3;
      long getMinValue()
      Deprecated.
      optional int64 min_value = 2;
      String getType()
      Deprecated.
      string type = 1;
      com.google.protobuf.ByteString getTypeBytes()
      Deprecated.
      string type = 1;
      boolean hasMaxValue()
      Deprecated.
      optional int64 max_value = 3;
      boolean hasMinValue()
      Deprecated.
      optional int64 min_value = 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 Detail

      • getType

        String getType()
        Deprecated.
        string type = 1;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        Deprecated.
        string type = 1;
        Returns:
        The bytes for type.
      • hasMinValue

        boolean hasMinValue()
        Deprecated.
        optional int64 min_value = 2;
        Returns:
        Whether the minValue field is set.
      • getMinValue

        long getMinValue()
        Deprecated.
        optional int64 min_value = 2;
        Returns:
        The minValue.
      • hasMaxValue

        boolean hasMaxValue()
        Deprecated.
        optional int64 max_value = 3;
        Returns:
        Whether the maxValue field is set.
      • getMaxValue

        long getMaxValue()
        Deprecated.
        optional int64 max_value = 3;
        Returns:
        The maxValue.