public interface MatchedQueryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExampleQuery()
public abstract ExampleQuery getExampleQuery()The query that was matched based on an example query.
.google.cloud.geminidataanalytics.v1.ExampleQuery example_query = 1;
| Returns | |
|---|---|
| Type | Description |
ExampleQuery |
The exampleQuery. |
getExampleQueryOrBuilder()
public abstract ExampleQueryOrBuilder getExampleQueryOrBuilder()The query that was matched based on an example query.
.google.cloud.geminidataanalytics.v1.ExampleQuery example_query = 1;
| Returns | |
|---|---|
| Type | Description |
ExampleQueryOrBuilder |
|
getQueryParameterValues(int index)
public abstract QueryParameterValues getQueryParameterValues(int index)The extracted values for the query parameters.
repeated .google.cloud.geminidataanalytics.v1.QueryParameterValues query_parameter_values = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
QueryParameterValues |
|
getQueryParameterValuesCount()
public abstract int getQueryParameterValuesCount()The extracted values for the query parameters.
repeated .google.cloud.geminidataanalytics.v1.QueryParameterValues query_parameter_values = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getQueryParameterValuesList()
public abstract List<QueryParameterValues> getQueryParameterValuesList()The extracted values for the query parameters.
repeated .google.cloud.geminidataanalytics.v1.QueryParameterValues query_parameter_values = 2;
| Returns | |
|---|---|
| Type | Description |
List<QueryParameterValues> |
|
getQueryParameterValuesOrBuilder(int index)
public abstract QueryParameterValuesOrBuilder getQueryParameterValuesOrBuilder(int index)The extracted values for the query parameters.
repeated .google.cloud.geminidataanalytics.v1.QueryParameterValues query_parameter_values = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
QueryParameterValuesOrBuilder |
|
getQueryParameterValuesOrBuilderList()
public abstract List<? extends QueryParameterValuesOrBuilder> getQueryParameterValuesOrBuilderList()The extracted values for the query parameters.
repeated .google.cloud.geminidataanalytics.v1.QueryParameterValues query_parameter_values = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.geminidataanalytics.v1.QueryParameterValuesOrBuilder> |
|
hasExampleQuery()
public abstract boolean hasExampleQuery()The query that was matched based on an example query.
.google.cloud.geminidataanalytics.v1.ExampleQuery example_query = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the exampleQuery field is set. |