Package com.google.protobuf
Interface StringValueOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder
- All Known Implementing Classes:
StringValue,StringValue.Builder
public interface StringValueOrBuilder extends MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValue()The string value.ByteStringgetValueBytes()The string value.-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
-
-
-
Method Detail
-
getValue
String getValue()
The string value.
string value = 1;- Returns:
- The value.
-
getValueBytes
ByteString getValueBytes()
The string value.
string value = 1;- Returns:
- The bytes for value.
-
-