Package com.google.protobuf
Interface StringValueOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
- All Known Implementing Classes:
StringValue
,StringValue.Builder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
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.
-