public static final class Value.String.Builder extends com.google.protobuf.GeneratedMessage.Builder<Value.String.Builder> implements Value.StringOrBuilder
A SassScript string value.Protobuf type
sass.embedded_protocol.Value.String| Modifier and Type | Method and Description |
|---|---|
Value.String |
build() |
Value.String |
buildPartial() |
Value.String.Builder |
clear() |
Value.String.Builder |
clearQuoted()
Whether the string is quoted or unquoted.
|
Value.String.Builder |
clearText()
The contents of the string.
|
Value.String |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Value.String.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Value.String.Builder |
mergeFrom(com.google.protobuf.Message other) |
Value.String.Builder |
mergeFrom(Value.String other) |
Value.String.Builder |
setQuoted(boolean value)
Whether the string is quoted or unquoted.
|
Value.String.Builder |
setText(String value)
The contents of the string.
|
Value.String.Builder |
setTextBytes(com.google.protobuf.ByteString value)
The contents of the string.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Value.String.Builder>public Value.String.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Value.String.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Value.String.Builder>public Value.String getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Value.String build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Value.String buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Value.String.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Value.String.Builder>public Value.String.Builder mergeFrom(Value.String other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Value.String.Builder>public Value.String.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Value.String.Builder>IOExceptionpublic String getText()
The contents of the string.
string text = 1;getText in interface Value.StringOrBuilderpublic com.google.protobuf.ByteString getTextBytes()
The contents of the string.
string text = 1;getTextBytes in interface Value.StringOrBuilderpublic Value.String.Builder setText(String value)
The contents of the string.
string text = 1;value - The text to set.public Value.String.Builder clearText()
The contents of the string.
string text = 1;public Value.String.Builder setTextBytes(com.google.protobuf.ByteString value)
The contents of the string.
string text = 1;value - The bytes for text to set.public boolean getQuoted()
Whether the string is quoted or unquoted.
bool quoted = 2;getQuoted in interface Value.StringOrBuilderpublic Value.String.Builder setQuoted(boolean value)
Whether the string is quoted or unquoted.
bool quoted = 2;value - The quoted to set.public Value.String.Builder clearQuoted()
Whether the string is quoted or unquoted.
bool quoted = 2;