Skip to content

Commit 065f762

Browse files
feat: Automated regeneration of WorkspaceEvents client (#13048)
Auto-created at 2025-02-28 13:12:45 +0000 using the toys pull request generator.
1 parent cfd0672 commit 065f762

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

clients/workspace_events/lib/google_api/workspace_events/v1/connection.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ defmodule GoogleApi.WorkspaceEvents.V1.Connection do
3333
# View members in Google Chat conversations.
3434
"https://www.googleapis.com/auth/chat.memberships.readonly",
3535

36-
# See, compose, send, update, and delete messages and their associated attachments, and add, see, and delete reactions to messages.
36+
# See, compose, send, update, and delete messages as well as their message content; add, see, and delete reactions to messages.
3737
"https://www.googleapis.com/auth/chat.messages",
3838

39-
# See, add, and delete reactions to messages in Google Chat
39+
# See, add, and delete reactions as well as their reaction content to messages in Google Chat
4040
"https://www.googleapis.com/auth/chat.messages.reactions",
4141

42-
# View reactions to messages in Google Chat
42+
# View reactions as well as their reaction content to messages in Google Chat
4343
"https://www.googleapis.com/auth/chat.messages.reactions.readonly",
4444

45-
# See messages and their associated reactions and attachments in Google Chat
45+
# See messages as well as their reactions and message content in Google Chat
4646
"https://www.googleapis.com/auth/chat.messages.readonly",
4747

4848
# Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat

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

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

23-
@discovery_revision "20241027"
23+
@discovery_revision "20250225"
2424

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

clients/workspace_events/lib/google_api/workspace_events/v1/model/notification_endpoint.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.WorkspaceEvents.V1.Model.NotificationEndpoint do
2121
2222
## Attributes
2323
24-
* `pubsubTopic` (*type:* `String.t`, *default:* `nil`) - Immutable. The Cloud Pub/Sub topic that receives events for the subscription. Format: `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project where you create this subscription. When the topic receives events, the events are encoded as Cloud Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).
24+
* `pubsubTopic` (*type:* `String.t`, *default:* `nil`) - Immutable. The Pub/Sub topic that receives events for the subscription. Format: `projects/{project}/topics/{topic}` You must create the topic in the same Google Cloud project where you create this subscription. When the topic receives events, the events are encoded as Pub/Sub messages. For details, see the [Google Cloud Pub/Sub Protocol Binding for CloudEvents](https://github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

clients/workspace_events/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.WorkspaceEvents.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)