public static interface OutboundMessage.CompileResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
OutboundMessage.CompileResponse.CompileFailure |
getFailure()
The result of a failed compilation.
|
OutboundMessage.CompileResponse.CompileFailureOrBuilder |
getFailureOrBuilder()
The result of a failed compilation.
|
String |
getLoadedUrls(int index)
The canonical URLs of all source files loaded during the compilation.
|
com.google.protobuf.ByteString |
getLoadedUrlsBytes(int index)
The canonical URLs of all source files loaded during the compilation.
|
int |
getLoadedUrlsCount()
The canonical URLs of all source files loaded during the compilation.
|
List<String> |
getLoadedUrlsList()
The canonical URLs of all source files loaded during the compilation.
|
OutboundMessage.CompileResponse.ResultCase |
getResultCase() |
OutboundMessage.CompileResponse.CompileSuccess |
getSuccess()
The result of a successful compilation.
|
OutboundMessage.CompileResponse.CompileSuccessOrBuilder |
getSuccessOrBuilder()
The result of a successful compilation.
|
boolean |
hasFailure()
The result of a failed compilation.
|
boolean |
hasSuccess()
The result of a successful compilation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSuccess()
The result of a successful compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileSuccess success = 2;
OutboundMessage.CompileResponse.CompileSuccess getSuccess()
The result of a successful compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileSuccess success = 2;
OutboundMessage.CompileResponse.CompileSuccessOrBuilder getSuccessOrBuilder()
The result of a successful compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileSuccess success = 2;
boolean hasFailure()
The result of a failed compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileFailure failure = 3;
OutboundMessage.CompileResponse.CompileFailure getFailure()
The result of a failed compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileFailure failure = 3;
OutboundMessage.CompileResponse.CompileFailureOrBuilder getFailureOrBuilder()
The result of a failed compilation.
.sass.embedded_protocol.OutboundMessage.CompileResponse.CompileFailure failure = 3;
List<String> getLoadedUrlsList()
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 4;
int getLoadedUrlsCount()
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 4;
String getLoadedUrls(int index)
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 4;
index
- The index of the element to return.com.google.protobuf.ByteString getLoadedUrlsBytes(int index)
The canonical URLs of all source files loaded during the compilation. The compiler must ensure that each canonical URL appears only once in this list. This must include the entrypoint file's URL if either `CompileRequest.input.path` or `CompileRequest.StringInput.url` was passed.
repeated string loaded_urls = 4;
index
- The index of the value to return.OutboundMessage.CompileResponse.ResultCase getResultCase()