Skip to content

Commit b90c629

Browse files
feat: Automated regeneration of Datastore client (googleapis#12943)
Auto-created at 2025-02-09 13:13:14 +0000 using the toys pull request generator.
1 parent 4aca7c4 commit b90c629

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/datastore/lib/google_api/datastore/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Datastore.V1 do
2020
API client metadata for GoogleApi.Datastore.V1.
2121
"""
2222

23-
@discovery_revision "20241204"
23+
@discovery_revision "20250204"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/datastore/lib/google_api/datastore/v1/model/run_query_response.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.Datastore.V1.Model.RunQueryResponse do
2121
2222
## Attributes
2323
24-
* `batch` (*type:* `GoogleApi.Datastore.V1.Model.QueryResultBatch.t`, *default:* `nil`) - A batch of query results (always present).
24+
* `batch` (*type:* `GoogleApi.Datastore.V1.Model.QueryResultBatch.t`, *default:* `nil`) - A batch of query results. This is always present unless running a query under explain-only mode: RunQueryRequest.explain_options was provided and ExplainOptions.analyze was set to false.
2525
* `explainMetrics` (*type:* `GoogleApi.Datastore.V1.Model.ExplainMetrics.t`, *default:* `nil`) - Query explain metrics. This is only present when the RunQueryRequest.explain_options is provided, and it is sent only once with the last response in the stream.
2626
* `query` (*type:* `GoogleApi.Datastore.V1.Model.Query.t`, *default:* `nil`) - The parsed form of the `GqlQuery` from the request, if it was set.
2727
* `transaction` (*type:* `String.t`, *default:* `nil`) - The identifier of the transaction that was started as part of this RunQuery request. Set only when ReadOptions.new_transaction was set in RunQueryRequest.read_options.

clients/datastore/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Datastore.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.25.1"
21+
@version "0.25.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)