Skip to content

Commit 4c3dbf2

Browse files
feat: [google-apps-chat] Addition of space notification setting Chat API (googleapis#13621)
BEGIN_COMMIT_OVERRIDE feat: Addition of space notification setting Chat API END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. PiperOrigin-RevId: 734264583 Source-Link: googleapis/googleapis@76254e6 Source-Link: https://github.com/googleapis/googleapis-gen/commit/63109f60cf5fd76dbfb1151339ee174066518522 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFwcHMtY2hhdC8uT3dsQm90LnlhbWwiLCJoIjoiNjMxMDlmNjBjZjVmZDc2ZGJmYjExNTEzMzllZTE3NDA2NjUxODUyMiJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b1ab233 commit 4c3dbf2

19 files changed

+6640
-2720
lines changed

packages/google-apps-chat/google/apps/chat/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
123123
ListSpaceEventsResponse,
124124
SpaceEvent,
125125
)
126+
from google.apps.chat_v1.types.space_notification_setting import (
127+
GetSpaceNotificationSettingRequest,
128+
SpaceNotificationSetting,
129+
UpdateSpaceNotificationSettingRequest,
130+
)
126131
from google.apps.chat_v1.types.space_read_state import (
127132
GetSpaceReadStateRequest,
128133
SpaceReadState,
@@ -224,6 +229,9 @@
224229
"ListSpaceEventsRequest",
225230
"ListSpaceEventsResponse",
226231
"SpaceEvent",
232+
"GetSpaceNotificationSettingRequest",
233+
"SpaceNotificationSetting",
234+
"UpdateSpaceNotificationSettingRequest",
227235
"GetSpaceReadStateRequest",
228236
"SpaceReadState",
229237
"UpdateSpaceReadStateRequest",

packages/google-apps-chat/google/apps/chat_v1/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@
120120
ListSpaceEventsResponse,
121121
SpaceEvent,
122122
)
123+
from .types.space_notification_setting import (
124+
GetSpaceNotificationSettingRequest,
125+
SpaceNotificationSetting,
126+
UpdateSpaceNotificationSettingRequest,
127+
)
123128
from .types.space_read_state import (
124129
GetSpaceReadStateRequest,
125130
SpaceReadState,
@@ -168,6 +173,7 @@
168173
"GetMembershipRequest",
169174
"GetMessageRequest",
170175
"GetSpaceEventRequest",
176+
"GetSpaceNotificationSettingRequest",
171177
"GetSpaceReadStateRequest",
172178
"GetSpaceRequest",
173179
"GetThreadReadStateRequest",
@@ -213,12 +219,14 @@
213219
"Space",
214220
"SpaceBatchUpdatedEventData",
215221
"SpaceEvent",
222+
"SpaceNotificationSetting",
216223
"SpaceReadState",
217224
"SpaceUpdatedEventData",
218225
"Thread",
219226
"ThreadReadState",
220227
"UpdateMembershipRequest",
221228
"UpdateMessageRequest",
229+
"UpdateSpaceNotificationSettingRequest",
222230
"UpdateSpaceReadStateRequest",
223231
"UpdateSpaceRequest",
224232
"UploadAttachmentRequest",

packages/google-apps-chat/google/apps/chat_v1/gapic_metadata.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@
8585
"get_space_event"
8686
]
8787
},
88+
"GetSpaceNotificationSetting": {
89+
"methods": [
90+
"get_space_notification_setting"
91+
]
92+
},
8893
"GetSpaceReadState": {
8994
"methods": [
9095
"get_space_read_state"
@@ -145,6 +150,11 @@
145150
"update_space"
146151
]
147152
},
153+
"UpdateSpaceNotificationSetting": {
154+
"methods": [
155+
"update_space_notification_setting"
156+
]
157+
},
148158
"UpdateSpaceReadState": {
149159
"methods": [
150160
"update_space_read_state"
@@ -235,6 +245,11 @@
235245
"get_space_event"
236246
]
237247
},
248+
"GetSpaceNotificationSetting": {
249+
"methods": [
250+
"get_space_notification_setting"
251+
]
252+
},
238253
"GetSpaceReadState": {
239254
"methods": [
240255
"get_space_read_state"
@@ -295,6 +310,11 @@
295310
"update_space"
296311
]
297312
},
313+
"UpdateSpaceNotificationSetting": {
314+
"methods": [
315+
"update_space_notification_setting"
316+
]
317+
},
298318
"UpdateSpaceReadState": {
299319
"methods": [
300320
"update_space_read_state"
@@ -385,6 +405,11 @@
385405
"get_space_event"
386406
]
387407
},
408+
"GetSpaceNotificationSetting": {
409+
"methods": [
410+
"get_space_notification_setting"
411+
]
412+
},
388413
"GetSpaceReadState": {
389414
"methods": [
390415
"get_space_read_state"
@@ -445,6 +470,11 @@
445470
"update_space"
446471
]
447472
},
473+
"UpdateSpaceNotificationSetting": {
474+
"methods": [
475+
"update_space_notification_setting"
476+
]
477+
},
448478
"UpdateSpaceReadState": {
449479
"methods": [
450480
"update_space_read_state"

0 commit comments

Comments
 (0)