Package sass.embedded_protocol
Class EmbeddedSass.Value.List.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
sass.embedded_protocol.EmbeddedSass.Value.List.Builder
- All Implemented Interfaces:
Message.Builder,MessageLite.Builder,MessageLiteOrBuilder,MessageOrBuilder,Cloneable,EmbeddedSass.Value.ListOrBuilder
- Enclosing class:
- EmbeddedSass.Value.List
public static final class EmbeddedSass.Value.List.Builder
extends GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
implements EmbeddedSass.Value.ListOrBuilder
A SassScript list value.Protobuf type
sass.embedded_protocol.Value.List-
Method Summary
Modifier and TypeMethodDescriptionaddAllContents(Iterable<? extends EmbeddedSass.Value> values) The elements of this list.addContents(int index, EmbeddedSass.Value value) The elements of this list.addContents(int index, EmbeddedSass.Value.Builder builderForValue) The elements of this list.addContents(EmbeddedSass.Value value) The elements of this list.addContents(EmbeddedSass.Value.Builder builderForValue) The elements of this list.The elements of this list.addContentsBuilder(int index) The elements of this list.addRepeatedField(Descriptors.FieldDescriptor field, Object value) build()clear()The elements of this list.Whether this list has square brackets.The type of separator for this list.clone()getContents(int index) The elements of this list.getContentsBuilder(int index) The elements of this list.The elements of this list.intThe elements of this list.The elements of this list.getContentsOrBuilder(int index) The elements of this list.List<? extends EmbeddedSass.ValueOrBuilder>The elements of this list.static final Descriptors.DescriptorbooleanWhether this list has square brackets.The type of separator for this list.intThe type of separator for this list.protected GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) mergeFrom(EmbeddedSass.Value.List other) mergeUnknownFields(UnknownFieldSet unknownFields) removeContents(int index) The elements of this list.setContents(int index, EmbeddedSass.Value value) The elements of this list.setContents(int index, EmbeddedSass.Value.Builder builderForValue) The elements of this list.setField(Descriptors.FieldDescriptor field, Object value) setHasBrackets(boolean value) Whether this list has square brackets.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) The type of separator for this list.setSeparatorValue(int value) The type of separator for this list.setUnknownFields(UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
-
internalGetFieldAccessorTable
- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
-
clear
- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
-
getDescriptorForType
- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
build
- Specified by:
buildin interfaceMessage.Builder- Specified by:
buildin interfaceMessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfaceMessage.Builder- Specified by:
buildPartialin interfaceMessageLite.Builder
-
clone
- Specified by:
clonein interfaceMessage.Builder- Specified by:
clonein interfaceMessageLite.Builder- Overrides:
clonein classGeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
-
setField
- Specified by:
setFieldin interfaceMessage.Builder- Overrides:
setFieldin classGeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
-
clearField
- Specified by:
clearFieldin interfaceMessage.Builder- Overrides:
clearFieldin classGeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
-
clearOneof
- Specified by:
clearOneofin interfaceMessage.Builder- Overrides:
clearOneofin classGeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
-
setRepeatedField
public EmbeddedSass.Value.List.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfaceMessage.Builder- Overrides:
setRepeatedFieldin classGeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
-
addRepeatedField
public EmbeddedSass.Value.List.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfaceMessage.Builder- Overrides:
addRepeatedFieldin classGeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<EmbeddedSass.Value.List.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
-
mergeFrom
public EmbeddedSass.Value.List.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<EmbeddedSass.Value.List.Builder>- Throws:
IOException
-
getSeparatorValue
public int getSeparatorValue()The type of separator for this list. Mandatory.
.sass.embedded_protocol.ListSeparator separator = 1;- Specified by:
getSeparatorValuein interfaceEmbeddedSass.Value.ListOrBuilder- Returns:
- The enum numeric value on the wire for separator.
-
setSeparatorValue
The type of separator for this list. Mandatory.
.sass.embedded_protocol.ListSeparator separator = 1;- Parameters:
value- The enum numeric value on the wire for separator to set.- Returns:
- This builder for chaining.
-
getSeparator
The type of separator for this list. Mandatory.
.sass.embedded_protocol.ListSeparator separator = 1;- Specified by:
getSeparatorin interfaceEmbeddedSass.Value.ListOrBuilder- Returns:
- The separator.
-
setSeparator
The type of separator for this list. Mandatory.
.sass.embedded_protocol.ListSeparator separator = 1;- Parameters:
value- The separator to set.- Returns:
- This builder for chaining.
-
clearSeparator
The type of separator for this list. Mandatory.
.sass.embedded_protocol.ListSeparator separator = 1;- Returns:
- This builder for chaining.
-
getHasBrackets
public boolean getHasBrackets()Whether this list has square brackets. Mandatory.
bool has_brackets = 2;- Specified by:
getHasBracketsin interfaceEmbeddedSass.Value.ListOrBuilder- Returns:
- The hasBrackets.
-
setHasBrackets
Whether this list has square brackets. Mandatory.
bool has_brackets = 2;- Parameters:
value- The hasBrackets to set.- Returns:
- This builder for chaining.
-
clearHasBrackets
Whether this list has square brackets. Mandatory.
bool has_brackets = 2;- Returns:
- This builder for chaining.
-
getContentsList
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;- Specified by:
getContentsListin interfaceEmbeddedSass.Value.ListOrBuilder
-
getContentsCount
public int getContentsCount()The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;- Specified by:
getContentsCountin interfaceEmbeddedSass.Value.ListOrBuilder
-
getContents
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;- Specified by:
getContentsin interfaceEmbeddedSass.Value.ListOrBuilder
-
setContents
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3; -
setContents
public EmbeddedSass.Value.List.Builder setContents(int index, EmbeddedSass.Value.Builder builderForValue) The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3; -
addContents
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3; -
addContents
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3; -
addContents
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3; -
addContents
public EmbeddedSass.Value.List.Builder addContents(int index, EmbeddedSass.Value.Builder builderForValue) The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3; -
addAllContents
public EmbeddedSass.Value.List.Builder addAllContents(Iterable<? extends EmbeddedSass.Value> values) The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3; -
clearContents
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3; -
removeContents
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3; -
getContentsBuilder
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3; -
getContentsOrBuilder
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;- Specified by:
getContentsOrBuilderin interfaceEmbeddedSass.Value.ListOrBuilder
-
getContentsOrBuilderList
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;- Specified by:
getContentsOrBuilderListin interfaceEmbeddedSass.Value.ListOrBuilder
-
addContentsBuilder
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3; -
addContentsBuilder
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3; -
getContentsBuilderList
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3; -
setUnknownFields
- Specified by:
setUnknownFieldsin interfaceMessage.Builder- Overrides:
setUnknownFieldsin classGeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
-
mergeUnknownFields
- Specified by:
mergeUnknownFieldsin interfaceMessage.Builder- Overrides:
mergeUnknownFieldsin classGeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
-