public static interface ExecutedQueryResult.RowOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getValues(int index)
public abstract ExecutedQueryResult.Value getValues(int index)The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ExecutedQueryResult.Value |
|
getValuesCount()
public abstract int getValuesCount()The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getValuesList()
public abstract List<ExecutedQueryResult.Value> getValuesList()The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
| Returns | |
|---|---|
| Type | Description |
List<Value> |
|
getValuesOrBuilder(int index)
public abstract ExecutedQueryResult.ValueOrBuilder getValuesOrBuilder(int index)The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ExecutedQueryResult.ValueOrBuilder |
|
getValuesOrBuilderList()
public abstract List<? extends ExecutedQueryResult.ValueOrBuilder> getValuesOrBuilderList()The values in the row, corresponding positionally to the columns.
repeated .google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.Value values = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.geminidataanalytics.v1beta.ExecutedQueryResult.ValueOrBuilder> |
|