Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Sep 30, 2022
1 parent 82bf674 commit d02b26b
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -78360,32 +78360,32 @@
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.Datastore.V1": 3
"Google.Cloud.Datastore.V1": 4
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/datastore/v1;datastore": 3
"google.golang.org/genproto/googleapis/datastore/v1;datastore": 4
}
},
"java_multiple_files": {
"valueCounts": {
"true": 3
"true": 4
}
},
"java_package": {
"valueCounts": {
"com.google.datastore.v1": 3
"com.google.datastore.v1": 4
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\Datastore\\V1": 3
"Google\\Cloud\\Datastore\\V1": 4
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::Datastore::V1": 3
"Google::Cloud::Datastore::V1": 4
}
}
},
Expand Down Expand Up @@ -78460,6 +78460,17 @@
}
]
},
{
"shortName": "RunAggregationQuery",
"fullName": "google.datastore.v1.Datastore.RunAggregationQuery",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/projects/{project_id}:runAggregationQuery"
}
]
},
{
"shortName": "RunQuery",
"fullName": "google.datastore.v1.Datastore.RunQuery",
Expand Down

0 comments on commit d02b26b

Please sign in to comment.