public static final class InboundMessage.FileImportResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<InboundMessage.FileImportResponse.Builder> implements InboundMessage.FileImportResponseOrBuilder
A response indicating the result of redirecting a URL to the filesystem.Protobuf type
sass.embedded_protocol.InboundMessage.FileImportResponse| Modifier and Type | Method and Description |
|---|---|
InboundMessage.FileImportResponse |
build() |
InboundMessage.FileImportResponse |
buildPartial() |
InboundMessage.FileImportResponse.Builder |
clear() |
InboundMessage.FileImportResponse.Builder |
clearContainingUrlUnused()
Whether `containing_url` in `FileImportRequest` is unused.
|
InboundMessage.FileImportResponse.Builder |
clearError()
An error message explaining why the URL could not be loaded.
|
InboundMessage.FileImportResponse.Builder |
clearFileUrl()
The absolute `file:` URL to look for the file on the physical
filesystem.
|
InboundMessage.FileImportResponse.Builder |
clearId()
uint32 id = 1; |
InboundMessage.FileImportResponse.Builder |
clearResult() |
boolean |
getContainingUrlUnused()
Whether `containing_url` in `FileImportRequest` is unused.
|
InboundMessage.FileImportResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getError()
An error message explaining why the URL could not be loaded.
|
com.google.protobuf.ByteString |
getErrorBytes()
An error message explaining why the URL could not be loaded.
|
String |
getFileUrl()
The absolute `file:` URL to look for the file on the physical
filesystem.
|
com.google.protobuf.ByteString |
getFileUrlBytes()
The absolute `file:` URL to look for the file on the physical
filesystem.
|
int |
getId()
uint32 id = 1; |
InboundMessage.FileImportResponse.ResultCase |
getResultCase() |
boolean |
hasError()
An error message explaining why the URL could not be loaded.
|
boolean |
hasFileUrl()
The absolute `file:` URL to look for the file on the physical
filesystem.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
InboundMessage.FileImportResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
InboundMessage.FileImportResponse.Builder |
mergeFrom(InboundMessage.FileImportResponse other) |
InboundMessage.FileImportResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
InboundMessage.FileImportResponse.Builder |
setContainingUrlUnused(boolean value)
Whether `containing_url` in `FileImportRequest` is unused.
|
InboundMessage.FileImportResponse.Builder |
setError(String value)
An error message explaining why the URL could not be loaded.
|
InboundMessage.FileImportResponse.Builder |
setErrorBytes(com.google.protobuf.ByteString value)
An error message explaining why the URL could not be loaded.
|
InboundMessage.FileImportResponse.Builder |
setFileUrl(String value)
The absolute `file:` URL to look for the file on the physical
filesystem.
|
InboundMessage.FileImportResponse.Builder |
setFileUrlBytes(com.google.protobuf.ByteString value)
The absolute `file:` URL to look for the file on the physical
filesystem.
|
InboundMessage.FileImportResponse.Builder |
setId(int value)
uint32 id = 1; |
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<InboundMessage.FileImportResponse.Builder>public InboundMessage.FileImportResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<InboundMessage.FileImportResponse.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<InboundMessage.FileImportResponse.Builder>public InboundMessage.FileImportResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic InboundMessage.FileImportResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic InboundMessage.FileImportResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic InboundMessage.FileImportResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<InboundMessage.FileImportResponse.Builder>public InboundMessage.FileImportResponse.Builder mergeFrom(InboundMessage.FileImportResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<InboundMessage.FileImportResponse.Builder>public InboundMessage.FileImportResponse.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<InboundMessage.FileImportResponse.Builder>IOExceptionpublic InboundMessage.FileImportResponse.ResultCase getResultCase()
getResultCase in interface InboundMessage.FileImportResponseOrBuilderpublic InboundMessage.FileImportResponse.Builder clearResult()
public int getId()
uint32 id = 1;getId in interface InboundMessage.FileImportResponseOrBuilderpublic InboundMessage.FileImportResponse.Builder setId(int value)
uint32 id = 1;value - The id to set.public InboundMessage.FileImportResponse.Builder clearId()
uint32 id = 1;public boolean hasFileUrl()
The absolute `file:` URL to look for the file on the physical filesystem. The compiler must verify to the best of its ability that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname. If it doesn't, the compiler must treat that as an error thrown by the importer. See https://en.wikipedia.org/wiki/File_URI_scheme for details on the format. The compiler must handle turning this into a canonical URL by resolving it for partials, file extensions, and index files. The compiler must then loading the contents of the resulting canonical URL from the filesystem.
string file_url = 2;hasFileUrl in interface InboundMessage.FileImportResponseOrBuilderpublic String getFileUrl()
The absolute `file:` URL to look for the file on the physical filesystem. The compiler must verify to the best of its ability that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname. If it doesn't, the compiler must treat that as an error thrown by the importer. See https://en.wikipedia.org/wiki/File_URI_scheme for details on the format. The compiler must handle turning this into a canonical URL by resolving it for partials, file extensions, and index files. The compiler must then loading the contents of the resulting canonical URL from the filesystem.
string file_url = 2;getFileUrl in interface InboundMessage.FileImportResponseOrBuilderpublic com.google.protobuf.ByteString getFileUrlBytes()
The absolute `file:` URL to look for the file on the physical filesystem. The compiler must verify to the best of its ability that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname. If it doesn't, the compiler must treat that as an error thrown by the importer. See https://en.wikipedia.org/wiki/File_URI_scheme for details on the format. The compiler must handle turning this into a canonical URL by resolving it for partials, file extensions, and index files. The compiler must then loading the contents of the resulting canonical URL from the filesystem.
string file_url = 2;getFileUrlBytes in interface InboundMessage.FileImportResponseOrBuilderpublic InboundMessage.FileImportResponse.Builder setFileUrl(String value)
The absolute `file:` URL to look for the file on the physical filesystem. The compiler must verify to the best of its ability that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname. If it doesn't, the compiler must treat that as an error thrown by the importer. See https://en.wikipedia.org/wiki/File_URI_scheme for details on the format. The compiler must handle turning this into a canonical URL by resolving it for partials, file extensions, and index files. The compiler must then loading the contents of the resulting canonical URL from the filesystem.
string file_url = 2;value - The fileUrl to set.public InboundMessage.FileImportResponse.Builder clearFileUrl()
The absolute `file:` URL to look for the file on the physical filesystem. The compiler must verify to the best of its ability that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname. If it doesn't, the compiler must treat that as an error thrown by the importer. See https://en.wikipedia.org/wiki/File_URI_scheme for details on the format. The compiler must handle turning this into a canonical URL by resolving it for partials, file extensions, and index files. The compiler must then loading the contents of the resulting canonical URL from the filesystem.
string file_url = 2;public InboundMessage.FileImportResponse.Builder setFileUrlBytes(com.google.protobuf.ByteString value)
The absolute `file:` URL to look for the file on the physical filesystem. The compiler must verify to the best of its ability that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname. If it doesn't, the compiler must treat that as an error thrown by the importer. See https://en.wikipedia.org/wiki/File_URI_scheme for details on the format. The compiler must handle turning this into a canonical URL by resolving it for partials, file extensions, and index files. The compiler must then loading the contents of the resulting canonical URL from the filesystem.
string file_url = 2;value - The bytes for fileUrl to set.public boolean hasError()
An error message explaining why the URL could not be loaded.
string error = 3;hasError in interface InboundMessage.FileImportResponseOrBuilderpublic String getError()
An error message explaining why the URL could not be loaded.
string error = 3;getError in interface InboundMessage.FileImportResponseOrBuilderpublic com.google.protobuf.ByteString getErrorBytes()
An error message explaining why the URL could not be loaded.
string error = 3;getErrorBytes in interface InboundMessage.FileImportResponseOrBuilderpublic InboundMessage.FileImportResponse.Builder setError(String value)
An error message explaining why the URL could not be loaded.
string error = 3;value - The error to set.public InboundMessage.FileImportResponse.Builder clearError()
An error message explaining why the URL could not be loaded.
string error = 3;public InboundMessage.FileImportResponse.Builder setErrorBytes(com.google.protobuf.ByteString value)
An error message explaining why the URL could not be loaded.
string error = 3;value - The bytes for error to set.public boolean getContainingUrlUnused()
Whether `containing_url` in `FileImportRequest` is unused. The compiler can cache the `FileImportResponse` if the `containing_url` is unused. The default value is `false`, thus when the value is not set by the host, the `FileImportResponse` will not be cached by the compiler.
bool containing_url_unused = 4;getContainingUrlUnused in interface InboundMessage.FileImportResponseOrBuilderpublic InboundMessage.FileImportResponse.Builder setContainingUrlUnused(boolean value)
Whether `containing_url` in `FileImportRequest` is unused. The compiler can cache the `FileImportResponse` if the `containing_url` is unused. The default value is `false`, thus when the value is not set by the host, the `FileImportResponse` will not be cached by the compiler.
bool containing_url_unused = 4;value - The containingUrlUnused to set.public InboundMessage.FileImportResponse.Builder clearContainingUrlUnused()
Whether `containing_url` in `FileImportRequest` is unused. The compiler can cache the `FileImportResponse` if the `containing_url` is unused. The default value is `false`, thus when the value is not set by the host, the `FileImportResponse` will not be cached by the compiler.
bool containing_url_unused = 4;