public static interface EmbeddedSass.Value.StringOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getQuoted()
Whether the string is quoted or unquoted.
|
String |
getText()
The contents of the string.
|
ByteString |
getTextBytes()
The contents of the string.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getText()
The contents of the string. Mandatory.
string text = 1;
ByteString getTextBytes()
The contents of the string. Mandatory.
string text = 1;
boolean getQuoted()
Whether the string is quoted or unquoted. Mandatory.
bool quoted = 2;