Interface SizeOrBuilder

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

    public interface SizeOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()
      string label = 1 [json_name = "label"];
      com.google.protobuf.ByteString getLabelBytes()
      string label = 1 [json_name = "label"];
      java.lang.String getValue()
      string value = 2 [json_name = "value"];
      com.google.protobuf.ByteString getValueBytes()
      string value = 2 [json_name = "value"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getLabel

        java.lang.String getLabel()
        string label = 1 [json_name = "label"];
        Returns:
        The label.
      • getLabelBytes

        com.google.protobuf.ByteString getLabelBytes()
        string label = 1 [json_name = "label"];
        Returns:
        The bytes for label.
      • getValue

        java.lang.String getValue()
        string value = 2 [json_name = "value"];
        Returns:
        The value.
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
        string value = 2 [json_name = "value"];
        Returns:
        The bytes for value.