public interface AggregateDataObjectsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAggregateResults(int index)
public abstract Struct getAggregateResults(int index)The aggregated results of the query.
repeated .google.protobuf.Struct aggregate_results = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Struct |
|
getAggregateResultsCount()
public abstract int getAggregateResultsCount()The aggregated results of the query.
repeated .google.protobuf.Struct aggregate_results = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAggregateResultsList()
public abstract List<Struct> getAggregateResultsList()The aggregated results of the query.
repeated .google.protobuf.Struct aggregate_results = 1;
| Returns | |
|---|---|
| Type | Description |
List<Struct> |
|
getAggregateResultsOrBuilder(int index)
public abstract StructOrBuilder getAggregateResultsOrBuilder(int index)The aggregated results of the query.
repeated .google.protobuf.Struct aggregate_results = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getAggregateResultsOrBuilderList()
public abstract List<? extends StructOrBuilder> getAggregateResultsOrBuilderList()The aggregated results of the query.
repeated .google.protobuf.Struct aggregate_results = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.protobuf.StructOrBuilder> |
|