Skip to content

Commit cebf3aa

Browse files
feat: Automated regeneration of CSS client (googleapis#12495)
Auto-created at 2024-11-07 13:15:44 +0000 using the toys pull request generator.
1 parent a8acc1b commit cebf3aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/css/lib/google_api/css/v1/api/accounts.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ defmodule GoogleApi.CSS.V1.Api.Accounts do
605605
end
606606

607607
@doc """
608-
Lists the labels assigned to an account.
608+
Lists the labels owned by an account.
609609
610610
## Parameters
611611

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

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

23-
@discovery_revision "20240909"
23+
@discovery_revision "20241104"
2424

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

clients/css/mix.exs

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

21-
@version "0.4.0"
21+
@version "0.4.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)