Skip to content

Commit 4ceecc1

Browse files
feat: Automated regeneration of Sheets client (googleapis#12311)
Auto-created at 2024-10-12 13:19:35 +0000 using the toys pull request generator.
1 parent dcbab01 commit 4ceecc1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/sheets/lib/google_api/sheets/v4/metadata.ex

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

23-
@discovery_revision "20240917"
23+
@discovery_revision "20241001"
2424

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

clients/sheets/lib/google_api/sheets/v4/model/developer_metadata_lookup.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule GoogleApi.Sheets.V4.Model.DeveloperMetadataLookup do
2727
* `metadataKey` (*type:* `String.t`, *default:* `nil`) - Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_key.
2828
* `metadataLocation` (*type:* `GoogleApi.Sheets.V4.Model.DeveloperMetadataLocation.t`, *default:* `nil`) - Limits the selected developer metadata to those entries associated with the specified location. This field either matches exact locations or all intersecting locations according the specified locationMatchingStrategy.
2929
* `metadataValue` (*type:* `String.t`, *default:* `nil`) - Limits the selected developer metadata to that which has a matching DeveloperMetadata.metadata_value.
30-
* `visibility` (*type:* `String.t`, *default:* `nil`) - Limits the selected developer metadata to that which has a matching DeveloperMetadata.visibility. If left unspecified, all developer metadata visibile to the requesting project is considered.
30+
* `visibility` (*type:* `String.t`, *default:* `nil`) - Limits the selected developer metadata to that which has a matching DeveloperMetadata.visibility. If left unspecified, all developer metadata visible to the requesting project is considered.
3131
"""
3232

3333
use GoogleApi.Gax.ModelBase

clients/sheets/mix.exs

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

21-
@version "0.33.3"
21+
@version "0.33.4"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)