diff --git a/clients/spanner/lib/google_api/spanner/v1/metadata.ex b/clients/spanner/lib/google_api/spanner/v1/metadata.ex index e1097b8ceb..18fc2c35bf 100644 --- a/clients/spanner/lib/google_api/spanner/v1/metadata.ex +++ b/clients/spanner/lib/google_api/spanner/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.Spanner.V1 do API client metadata for GoogleApi.Spanner.V1. """ - @discovery_revision "20240320" + @discovery_revision "20240410" def discovery_revision(), do: @discovery_revision end diff --git a/clients/spanner/lib/google_api/spanner/v1/model/commit_request.ex b/clients/spanner/lib/google_api/spanner/v1/model/commit_request.ex index 77903a89d2..be36929860 100644 --- a/clients/spanner/lib/google_api/spanner/v1/model/commit_request.ex +++ b/clients/spanner/lib/google_api/spanner/v1/model/commit_request.ex @@ -21,7 +21,7 @@ defmodule GoogleApi.Spanner.V1.Model.CommitRequest do ## Attributes - * `maxCommitDelay` (*type:* `String.t`, *default:* `nil`) - Optional. The amount of latency this request is willing to incur in order to improve throughput. If this field is not set, Spanner assumes requests are relatively latency sensitive and automatically determines an appropriate delay time. You can specify a batching delay value between 0 and 500 ms. + * `maxCommitDelay` (*type:* `String.t`, *default:* `nil`) - Optional. The amount of latency this request is configured to incur in order to improve throughput. If this field is not set, Spanner assumes requests are relatively latency sensitive and automatically determines an appropriate delay time. You can specify a commit delay value between 0 and 500 ms. * `mutations` (*type:* `list(GoogleApi.Spanner.V1.Model.Mutation.t)`, *default:* `nil`) - The mutations to be executed when this transaction commits. All mutations are applied atomically, in the order they appear in this list. * `requestOptions` (*type:* `GoogleApi.Spanner.V1.Model.RequestOptions.t`, *default:* `nil`) - Common options for this request. * `returnCommitStats` (*type:* `boolean()`, *default:* `nil`) - If `true`, then statistics related to the transaction will be included in the CommitResponse. Default value is `false`. diff --git a/clients/spanner/mix.exs b/clients/spanner/mix.exs index 994568f57a..122e4f69f6 100644 --- a/clients/spanner/mix.exs +++ b/clients/spanner/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.Spanner.Mixfile do use Mix.Project - @version "0.39.0" + @version "0.39.1" def project() do [