public static final class InboundMessage.FileImportResponse.Builder extends com.google.protobuf.GeneratedMessageV3.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.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
InboundMessage.FileImportResponse |
build() |
InboundMessage.FileImportResponse |
buildPartial() |
InboundMessage.FileImportResponse.Builder |
clear() |
InboundMessage.FileImportResponse.Builder |
clearError()
An error message explaining why the URL could not be loaded.
|
InboundMessage.FileImportResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
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 |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
InboundMessage.FileImportResponse.Builder |
clearResult() |
InboundMessage.FileImportResponse.Builder |
clone() |
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.GeneratedMessageV3.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 |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
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 |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
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; |
InboundMessage.FileImportResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
InboundMessage.FileImportResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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 clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.FileImportResponse.Builder>public InboundMessage.FileImportResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.FileImportResponse.Builder>public InboundMessage.FileImportResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.FileImportResponse.Builder>public InboundMessage.FileImportResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.FileImportResponse.Builder>public InboundMessage.FileImportResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.FileImportResponse.Builder>public InboundMessage.FileImportResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.FileImportResponse.Builder>public 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.GeneratedMessageV3.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 final InboundMessage.FileImportResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.FileImportResponse.Builder>public final InboundMessage.FileImportResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<InboundMessage.FileImportResponse.Builder>