Skip to content

Commit 37efd09

Browse files
feat: Automated regeneration of Script client (googleapis#12920)
Auto-created at 2025-02-04 13:18:03 +0000 using the toys pull request generator.
1 parent 291404d commit 37efd09

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

clients/script/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_script, "~> 0.18"}]
14+
[{:google_api_script, "~> 0.19"}]
1515
end
1616
```
1717

clients/script/lib/google_api/script/v1/api/scripts.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defmodule GoogleApi.Script.V1.Api.Scripts do
2626
@library_version Mix.Project.config() |> Keyword.get(:version, "")
2727

2828
@doc """
29-
Runs a function in an Apps Script project. The script project must be deployed for use with the Apps Script API and the calling application must share the same Cloud Platform project. This method requires authorization with an OAuth 2.0 token that includes at least one of the scopes listed in the [Authorization](#authorization-scopes) section; script projects that do not require authorization cannot be executed through this API. To find the correct scopes to include in the authentication token, open the script project **Overview** page and scroll down to "Project OAuth Scopes." The error `403, PERMISSION_DENIED: The caller does not have permission` indicates that the Cloud Platform project used to authorize the request is not the same as the one used by the script.
29+
3030
3131
## Parameters
3232

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

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

23-
@discovery_revision "20240303"
23+
@discovery_revision "20250130"
2424

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

clients/script/mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Script.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.18.0"
21+
@version "0.19.0"
2222

2323
def project() do
2424
[
@@ -56,7 +56,7 @@ defmodule GoogleApi.Script.Mixfile do
5656
[
5757
files: ["lib", "mix.exs", "README*", "LICENSE"],
5858
maintainers: ["Jeff Ching", "Daniel Azuma"],
59-
licenses: ["Apache 2.0"],
59+
licenses: ["Apache-2.0"],
6060
links: %{
6161
"GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/script",
6262
"Homepage" => "https://developers.google.com/apps-script/api/"

0 commit comments

Comments
 (0)