defmodule Google.Datastore.V1.AggregationResult.AggregatePropertiesEntry do @moduledoc false use Protobuf, map: true, protoc_gen_elixir_version: "0.15.0", syntax: :proto3 field(:key, 1, type: :string) field(:value, 2, type: Google.Datastore.V1.Value) end defmodule Google.Datastore.V1.AggregationResult do @moduledoc false use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3 field(:aggregate_properties, 2, repeated: true, type: Google.Datastore.V1.AggregationResult.AggregatePropertiesEntry, json_name: "aggregateProperties", map: true ) end defmodule Google.Datastore.V1.AggregationResultBatch do @moduledoc false use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3 field(:aggregation_results, 1, repeated: true, type: Google.Datastore.V1.AggregationResult, json_name: "aggregationResults" ) field(:more_results, 2, type: Google.Datastore.V1.QueryResultBatch.MoreResultsType, json_name: "moreResults", enum: true ) field(:read_time, 3, type: Google.Protobuf.Timestamp, json_name: "readTime") end