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.ImportRequest
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
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.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.ImportRequest.Builder>
public EmbeddedSass.OutboundMessage.ImportRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public EmbeddedSass.OutboundMessage.ImportRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public EmbeddedSass.OutboundMessage.ImportRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public EmbeddedSass.OutboundMessage.ImportRequest.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.ImportRequest.Builder>
public EmbeddedSass.OutboundMessage.ImportRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.ImportRequest.Builder>
public EmbeddedSass.OutboundMessage.ImportRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.ImportRequest.Builder>
public EmbeddedSass.OutboundMessage.ImportRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.ImportRequest.Builder>
public EmbeddedSass.OutboundMessage.ImportRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.ImportRequest.Builder>
public EmbeddedSass.OutboundMessage.ImportRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.ImportRequest.Builder>
public EmbeddedSass.OutboundMessage.ImportRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<EmbeddedSass.OutboundMessage.ImportRequest.Builder>
IOException
public int getId()
uint32 id = 1;
getId
in interface EmbeddedSass.OutboundMessage.ImportRequestOrBuilder
public 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.ImportRequestOrBuilder
public 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.ImportRequestOrBuilder
public 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.ImportRequestOrBuilder
public 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.ImportRequestOrBuilder
public 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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.OutboundMessage.ImportRequest.Builder>