Interface CapacityQuantityOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CapacityQuantity, CapacityQuantity.Builder

    @Deprecated
    public interface CapacityQuantityOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    Deprecated.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      String getType()
      Deprecated.
      string type = 1;
      com.google.protobuf.ByteString getTypeBytes()
      Deprecated.
      string type = 1;
      long getValue()
      Deprecated.
      int64 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.
      • getValue

        long getValue()
        Deprecated.
        int64 value = 2;
        Returns:
        The value.