public interface ChartQueryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataResultName()
public abstract String getDataResultName()
Optional. The name of a previously retrieved data result to use in the chart.
string data_result_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The dataResultName. |
getDataResultNameBytes()
public abstract ByteString getDataResultNameBytes()
Optional. The name of a previously retrieved data result to use in the chart.
string data_result_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for dataResultName. |
getInstructions()
public abstract String getInstructions()
Optional. Natural language instructions for generating the chart.
string instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The instructions. |
getInstructionsBytes()
public abstract ByteString getInstructionsBytes()
Optional. Natural language instructions for generating the chart.
string instructions = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for instructions. |