public interface AnalysisEventOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCode()
public abstract String getCode()
Generated code.
string code = 4;
Returns | |
---|---|
Type | Description |
String |
The code. |
getCodeBytes()
public abstract ByteString getCodeBytes()
Generated code.
string code = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for code. |
getCoderInstruction()
public abstract String getCoderInstruction()
Instructions issued for code generation.
string coder_instruction = 3;
Returns | |
---|---|
Type | Description |
String |
The coderInstruction. |
getCoderInstructionBytes()
public abstract ByteString getCoderInstructionBytes()
Instructions issued for code generation.
string coder_instruction = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for coderInstruction. |
getError()
public abstract String getError()
A generic error message.
string error = 11;
Returns | |
---|---|
Type | Description |
String |
The error. |
getErrorBytes()
public abstract ByteString getErrorBytes()
A generic error message.
string error = 11;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for error. |
getExecutionError()
public abstract String getExecutionError()
An error from code execution.
string execution_error = 6;
Returns | |
---|---|
Type | Description |
String |
The executionError. |
getExecutionErrorBytes()
public abstract ByteString getExecutionErrorBytes()
An error from code execution.
string execution_error = 6;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for executionError. |
getExecutionOutput()
public abstract String getExecutionOutput()
Output from code execution.
string execution_output = 5;
Returns | |
---|---|
Type | Description |
String |
The executionOutput. |
getExecutionOutputBytes()
public abstract ByteString getExecutionOutputBytes()
Output from code execution.
string execution_output = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for executionOutput. |
getKindCase()
public abstract AnalysisEvent.KindCase getKindCase()
Returns | |
---|---|
Type | Description |
AnalysisEvent.KindCase |
getPlannerReasoning()
public abstract String getPlannerReasoning()
Python codegen planner's reasoning.
string planner_reasoning = 2;
Returns | |
---|---|
Type | Description |
String |
The plannerReasoning. |
getPlannerReasoningBytes()
public abstract ByteString getPlannerReasoningBytes()
Python codegen planner's reasoning.
string planner_reasoning = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for plannerReasoning. |
getResultCsvData()
public abstract String getResultCsvData()
Result as CSV string.
string result_csv_data = 9;
Returns | |
---|---|
Type | Description |
String |
The resultCsvData. |
getResultCsvDataBytes()
public abstract ByteString getResultCsvDataBytes()
Result as CSV string.
string result_csv_data = 9;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for resultCsvData. |
getResultNaturalLanguage()
public abstract String getResultNaturalLanguage()
Result as NL string.
string result_natural_language = 8;
Returns | |
---|---|
Type | Description |
String |
The resultNaturalLanguage. |
getResultNaturalLanguageBytes()
public abstract ByteString getResultNaturalLanguageBytes()
Result as NL string.
string result_natural_language = 8;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for resultNaturalLanguage. |
getResultReferenceData()
public abstract String getResultReferenceData()
Result as a reference to a data source.
string result_reference_data = 10;
Returns | |
---|---|
Type | Description |
String |
The resultReferenceData. |
getResultReferenceDataBytes()
public abstract ByteString getResultReferenceDataBytes()
Result as a reference to a data source.
string result_reference_data = 10;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for resultReferenceData. |
getResultVegaChartJson()
public abstract String getResultVegaChartJson()
Result as Vega chart JSON string.
string result_vega_chart_json = 7;
Returns | |
---|---|
Type | Description |
String |
The resultVegaChartJson. |
getResultVegaChartJsonBytes()
public abstract ByteString getResultVegaChartJsonBytes()
Result as Vega chart JSON string.
string result_vega_chart_json = 7;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for resultVegaChartJson. |
hasCode()
public abstract boolean hasCode()
Generated code.
string code = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the code field is set. |
hasCoderInstruction()
public abstract boolean hasCoderInstruction()
Instructions issued for code generation.
string coder_instruction = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the coderInstruction field is set. |
hasError()
public abstract boolean hasError()
A generic error message.
string error = 11;
Returns | |
---|---|
Type | Description |
boolean |
Whether the error field is set. |
hasExecutionError()
public abstract boolean hasExecutionError()
An error from code execution.
string execution_error = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the executionError field is set. |
hasExecutionOutput()
public abstract boolean hasExecutionOutput()
Output from code execution.
string execution_output = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the executionOutput field is set. |
hasPlannerReasoning()
public abstract boolean hasPlannerReasoning()
Python codegen planner's reasoning.
string planner_reasoning = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the plannerReasoning field is set. |
hasResultCsvData()
public abstract boolean hasResultCsvData()
Result as CSV string.
string result_csv_data = 9;
Returns | |
---|---|
Type | Description |
boolean |
Whether the resultCsvData field is set. |
hasResultNaturalLanguage()
public abstract boolean hasResultNaturalLanguage()
Result as NL string.
string result_natural_language = 8;
Returns | |
---|---|
Type | Description |
boolean |
Whether the resultNaturalLanguage field is set. |
hasResultReferenceData()
public abstract boolean hasResultReferenceData()
Result as a reference to a data source.
string result_reference_data = 10;
Returns | |
---|---|
Type | Description |
boolean |
Whether the resultReferenceData field is set. |
hasResultVegaChartJson()
public abstract boolean hasResultVegaChartJson()
Result as Vega chart JSON string.
string result_vega_chart_json = 7;
Returns | |
---|---|
Type | Description |
boolean |
Whether the resultVegaChartJson field is set. |