public interface StringValueOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getValue()
optional string value = 1; |
ByteString |
getValueBytes()
optional string value = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getValue()
optional string value = 1;
The string value.
ByteString getValueBytes()
optional string value = 1;
The string value.
Copyright © 2008–2015 Google. All rights reserved.