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.StringgetLabel()string label = 1 [json_name = "label"];com.google.protobuf.ByteStringgetLabelBytes()string label = 1 [json_name = "label"];java.lang.StringgetValue()string value = 2 [json_name = "value"];com.google.protobuf.ByteStringgetValueBytes()string value = 2 [json_name = "value"];
-
-
-
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.
-
-