public static final class EmbeddedSass.OutboundMessage.ImportRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.ImportRequest.Builder> implements EmbeddedSass.OutboundMessage.ImportRequestOrBuilder
A request for a custom importer to load the contents of a stylesheet.Protobuf type
sass.embedded_protocol.OutboundMessage.ImportRequestaddRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.ImportRequest.Builder>public EmbeddedSass.OutboundMessage.ImportRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.ImportRequest.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.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.ImportRequest.Builder>public EmbeddedSass.OutboundMessage.ImportRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EmbeddedSass.OutboundMessage.ImportRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.OutboundMessage.ImportRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.OutboundMessage.ImportRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EmbeddedSass.OutboundMessage.ImportRequest.Builder>public EmbeddedSass.OutboundMessage.ImportRequest.Builder mergeFrom(EmbeddedSass.OutboundMessage.ImportRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.ImportRequest.Builder>public EmbeddedSass.OutboundMessage.ImportRequest.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<EmbeddedSass.OutboundMessage.ImportRequest.Builder>IOExceptionpublic int getId()
uint32 id = 1;getId in interface EmbeddedSass.OutboundMessage.ImportRequestOrBuilderpublic EmbeddedSass.OutboundMessage.ImportRequest.Builder setId(int value)
uint32 id = 1;value - The id to set.public EmbeddedSass.OutboundMessage.ImportRequest.Builder clearId()
uint32 id = 1;public int getCompilationId()
The request id for the compilation that triggered the message. Mandatory.
uint32 compilation_id = 2;getCompilationId in interface EmbeddedSass.OutboundMessage.ImportRequestOrBuilderpublic EmbeddedSass.OutboundMessage.ImportRequest.Builder setCompilationId(int value)
The request id for the compilation that triggered the message. Mandatory.
uint32 compilation_id = 2;value - The compilationId to set.public EmbeddedSass.OutboundMessage.ImportRequest.Builder clearCompilationId()
The request id for the compilation that triggered the message. Mandatory.
uint32 compilation_id = 2;public int getImporterId()
The unique ID of the importer being invoked. This must match an `Importer.importer_id` passed to this compilation in `CompileRequest.importers` or `CompileRequest.input.string.importer`. Mandatory.
uint32 importer_id = 3;getImporterId in interface EmbeddedSass.OutboundMessage.ImportRequestOrBuilderpublic EmbeddedSass.OutboundMessage.ImportRequest.Builder setImporterId(int value)
The unique ID of the importer being invoked. This must match an `Importer.importer_id` passed to this compilation in `CompileRequest.importers` or `CompileRequest.input.string.importer`. Mandatory.
uint32 importer_id = 3;value - The importerId to set.public EmbeddedSass.OutboundMessage.ImportRequest.Builder clearImporterId()
The unique ID of the importer being invoked. This must match an `Importer.importer_id` passed to this compilation in `CompileRequest.importers` or `CompileRequest.input.string.importer`. Mandatory.
uint32 importer_id = 3;public String getUrl()
The canonical URL of the import. This is guaranteed to be a URL returned by a `CanonicalizeRequest` to this importer.
string url = 4;getUrl in interface EmbeddedSass.OutboundMessage.ImportRequestOrBuilderpublic com.google.protobuf.ByteString getUrlBytes()
The canonical URL of the import. This is guaranteed to be a URL returned by a `CanonicalizeRequest` to this importer.
string url = 4;getUrlBytes in interface EmbeddedSass.OutboundMessage.ImportRequestOrBuilderpublic EmbeddedSass.OutboundMessage.ImportRequest.Builder setUrl(String value)
The canonical URL of the import. This is guaranteed to be a URL returned by a `CanonicalizeRequest` to this importer.
string url = 4;value - The url to set.public EmbeddedSass.OutboundMessage.ImportRequest.Builder clearUrl()
The canonical URL of the import. This is guaranteed to be a URL returned by a `CanonicalizeRequest` to this importer.
string url = 4;public EmbeddedSass.OutboundMessage.ImportRequest.Builder setUrlBytes(com.google.protobuf.ByteString value)
The canonical URL of the import. This is guaranteed to be a URL returned by a `CanonicalizeRequest` to this importer.
string url = 4;value - The bytes for url to set.public final EmbeddedSass.OutboundMessage.ImportRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.ImportRequest.Builder>public final EmbeddedSass.OutboundMessage.ImportRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.ImportRequest.Builder>