Interface AnalysisQueryOrBuilder (0.1.0)

public interface AnalysisQueryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataResultNames(int index)

public abstract String getDataResultNames(int index)

Optional. The names of previously retrieved data results to analyze.

repeated string data_result_names = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The dataResultNames at the given index.

getDataResultNamesBytes(int index)

public abstract ByteString getDataResultNamesBytes(int index)

Optional. The names of previously retrieved data results to analyze.

repeated string data_result_names = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the dataResultNames at the given index.

getDataResultNamesCount()

public abstract int getDataResultNamesCount()

Optional. The names of previously retrieved data results to analyze.

repeated string data_result_names = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of dataResultNames.

getDataResultNamesList()

public abstract List<String> getDataResultNamesList()

Optional. The names of previously retrieved data results to analyze.

repeated string data_result_names = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the dataResultNames.

getQuestion()

public abstract String getQuestion()

Optional. An analysis question to help answer the user's original question.

string question = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The question.

getQuestionBytes()

public abstract ByteString getQuestionBytes()

Optional. An analysis question to help answer the user's original question.

string question = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for question.