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