public static final class EmbeddedSass.InboundMessage.FileImportResponse.Builder extends GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.FileImportResponse.Builder> implements EmbeddedSass.InboundMessage.FileImportResponseOrBuilder
A response indicating the result of redirecting a URL to the filesystem.Protobuf type
sass.embedded_protocol.InboundMessage.FileImportResponse
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public EmbeddedSass.InboundMessage.FileImportResponse.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.FileImportResponse.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.FileImportResponse.Builder>
public EmbeddedSass.InboundMessage.FileImportResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public EmbeddedSass.InboundMessage.FileImportResponse build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public EmbeddedSass.InboundMessage.FileImportResponse buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public EmbeddedSass.InboundMessage.FileImportResponse.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.FileImportResponse.Builder>
public EmbeddedSass.InboundMessage.FileImportResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.FileImportResponse.Builder>
public EmbeddedSass.InboundMessage.FileImportResponse.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.FileImportResponse.Builder>
public EmbeddedSass.InboundMessage.FileImportResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.FileImportResponse.Builder>
public EmbeddedSass.InboundMessage.FileImportResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.FileImportResponse.Builder>
public EmbeddedSass.InboundMessage.FileImportResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.FileImportResponse.Builder>
public EmbeddedSass.InboundMessage.FileImportResponse.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<EmbeddedSass.InboundMessage.FileImportResponse.Builder>
public EmbeddedSass.InboundMessage.FileImportResponse.Builder mergeFrom(EmbeddedSass.InboundMessage.FileImportResponse other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.FileImportResponse.Builder>
public EmbeddedSass.InboundMessage.FileImportResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<EmbeddedSass.InboundMessage.FileImportResponse.Builder>
IOException
public EmbeddedSass.InboundMessage.FileImportResponse.ResultCase getResultCase()
getResultCase
in interface EmbeddedSass.InboundMessage.FileImportResponseOrBuilder
public EmbeddedSass.InboundMessage.FileImportResponse.Builder clearResult()
public int getId()
uint32 id = 1;
getId
in interface EmbeddedSass.InboundMessage.FileImportResponseOrBuilder
public EmbeddedSass.InboundMessage.FileImportResponse.Builder setId(int value)
uint32 id = 1;
value
- The id to set.public EmbeddedSass.InboundMessage.FileImportResponse.Builder clearId()
uint32 id = 1;
public boolean hasFileUrl()
The absolute `file:` URL to look for the file on the physical filesystem. The host must ensure that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname, and the compiler must verify this to the best of its ability. 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 EmbeddedSass.InboundMessage.FileImportResponseOrBuilder
public String getFileUrl()
The absolute `file:` URL to look for the file on the physical filesystem. The host must ensure that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname, and the compiler must verify this to the best of its ability. 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 EmbeddedSass.InboundMessage.FileImportResponseOrBuilder
public ByteString getFileUrlBytes()
The absolute `file:` URL to look for the file on the physical filesystem. The host must ensure that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname, and the compiler must verify this to the best of its ability. 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 EmbeddedSass.InboundMessage.FileImportResponseOrBuilder
public EmbeddedSass.InboundMessage.FileImportResponse.Builder setFileUrl(String value)
The absolute `file:` URL to look for the file on the physical filesystem. The host must ensure that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname, and the compiler must verify this to the best of its ability. 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 EmbeddedSass.InboundMessage.FileImportResponse.Builder clearFileUrl()
The absolute `file:` URL to look for the file on the physical filesystem. The host must ensure that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname, and the compiler must verify this to the best of its ability. 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 EmbeddedSass.InboundMessage.FileImportResponse.Builder setFileUrlBytes(ByteString value)
The absolute `file:` URL to look for the file on the physical filesystem. The host must ensure that this URL follows the format for an absolute `file:` URL on the current operating system without a hostname, and the compiler must verify this to the best of its ability. 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 EmbeddedSass.InboundMessage.FileImportResponseOrBuilder
public String getError()
An error message explaining why the URL could not be loaded.
string error = 3;
getError
in interface EmbeddedSass.InboundMessage.FileImportResponseOrBuilder
public ByteString getErrorBytes()
An error message explaining why the URL could not be loaded.
string error = 3;
getErrorBytes
in interface EmbeddedSass.InboundMessage.FileImportResponseOrBuilder
public EmbeddedSass.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 EmbeddedSass.InboundMessage.FileImportResponse.Builder clearError()
An error message explaining why the URL could not be loaded.
string error = 3;
public EmbeddedSass.InboundMessage.FileImportResponse.Builder setErrorBytes(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 EmbeddedSass.InboundMessage.FileImportResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.FileImportResponse.Builder>
public final EmbeddedSass.InboundMessage.FileImportResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.InboundMessage.FileImportResponse.Builder>