Skip to content

Commit fbfbf13

Browse files
feat: Automated regeneration of FCM client (#13140)
Auto-created at 2025-03-13 13:14:47 +0000 using the toys pull request generator.
1 parent 8afefe9 commit fbfbf13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/fcm/lib/google_api/fcm/v1/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ defmodule GoogleApi.FCM.V1.Api.Projects do
3131
## Parameters
3232
3333
* `connection` (*type:* `GoogleApi.FCM.V1.Connection.t`) - Connection to server
34-
* `parent` (*type:* `String.t`) - Required. It contains the Firebase project id (i.e. the unique identifier for your Firebase project), in the format of `projects/{project_id}`. For legacy support, the numeric project number with no padding is also supported in the format of `projects/{project_number}`.
34+
* `parent` (*type:* `String.t`) - Required. It contains the Firebase project id (i.e. the unique identifier for your Firebase project), in the format of `projects/{project_id}`. The numeric project number with no padding is also supported in the format of `projects/{project_number}`.
3535
* `optional_params` (*type:* `keyword()`) - Optional parameters
3636
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
3737
* `:access_token` (*type:* `String.t`) - OAuth access token.

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

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

23-
@discovery_revision "20250228"
23+
@discovery_revision "20250311"
2424

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

0 commit comments

Comments
 (0)