Class AggregationResults (2.17.6)
3.1.0 (latest)
2.40.0
2.37.0
2.36.0
2.34.0
2.33.3
2.32.3
2.31.4
2.30.0
2.29.1
2.28.2
2.27.1
2.26.4
2.25.2
2.24.3
2.23.0
2.22.0
2.21.3
2.20.2
2.19.2
2.18.5
2.17.6
public class AggregationResults implements Iterable<AggregationResult>
Inheritance
Object >
AggregationResults
Constructors
AggregationResults(List<AggregationResult> aggregationResults, Timestamp readTime)
public AggregationResults ( List<AggregationResult> aggregationResults , Timestamp readTime )
Parameters
Name
Description
aggregationResults
List <AggregationResult >
readTime
com.google.cloud.Timestamp
Methods
equals(Object o)
public boolean equals ( Object o )
Parameter
Name
Description
o
Object
Overrides
get(int index)
public AggregationResult get ( int index )
Parameter
Name
Description
index
int
getReadTime()
public Timestamp getReadTime ()
Returns read timestamp this result batch was returned from.
Returns
Type
Description
com.google.cloud.Timestamp
hashCode()
Returns
Type
Description
int
Overrides
iterator()
public Iterator<AggregationResult> iterator ()
size()
Returns
Type
Description
int
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-18 UTC."],[],[]]