Skip to content

Commit 137b7e6

Browse files
Google APIscopybara-github
authored andcommitted
docs: Improve docs for `GetSpaceRequest`, `EndActiveConferenceRequest`, `ListConferenceRecordsRequest` docs: Remove *Developer Preview* label from methods that are now generally available feat: Add new OAuth scope `https://www.googleapis.com/auth/meetings.space.settings` to service `SpacesService` PiperOrigin-RevId: 720295894
1 parent 2fc4ca1 commit 137b7e6

4 files changed

Lines changed: 451 additions & 83 deletions

File tree

google/apps/meet/v2beta/meet_v2beta.yaml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,36 @@ documentation:
1212

1313
authentication:
1414
rules:
15-
- selector: google.apps.meet.v2beta.*
15+
- selector: 'google.apps.meet.v2beta.ConferenceRecordsService.*'
1616
oauth:
1717
canonical_scopes: |-
1818
https://www.googleapis.com/auth/meetings.space.created,
1919
https://www.googleapis.com/auth/meetings.space.readonly
20-
- selector: google.apps.meet.v2beta.SpacesService.CreateSpace
20+
- selector: 'google.apps.meet.v2beta.SpacesService.*'
2121
oauth:
2222
canonical_scopes: |-
2323
https://www.googleapis.com/auth/meetings.space.created
24-
- selector: google.apps.meet.v2beta.SpacesService.UpdateSpace
24+
- selector: google.apps.meet.v2beta.SpacesService.GetMember
2525
oauth:
2626
canonical_scopes: |-
27-
https://www.googleapis.com/auth/meetings.space.created
28-
- selector: google.apps.meet.v2beta.SpacesService.DeleteSpace
27+
https://www.googleapis.com/auth/meetings.space.created,
28+
https://www.googleapis.com/auth/meetings.space.readonly
29+
- selector: google.apps.meet.v2beta.SpacesService.GetSpace
2930
oauth:
3031
canonical_scopes: |-
31-
https://www.googleapis.com/auth/meetings.space.created
32-
- selector: google.apps.meet.v2beta.SpacesService.EndActiveConference
32+
https://www.googleapis.com/auth/meetings.space.created,
33+
https://www.googleapis.com/auth/meetings.space.readonly,
34+
https://www.googleapis.com/auth/meetings.space.settings
35+
- selector: google.apps.meet.v2beta.SpacesService.ListMembers
3336
oauth:
3437
canonical_scopes: |-
35-
https://www.googleapis.com/auth/meetings.space.created
38+
https://www.googleapis.com/auth/meetings.space.created,
39+
https://www.googleapis.com/auth/meetings.space.readonly
40+
- selector: google.apps.meet.v2beta.SpacesService.UpdateSpace
41+
oauth:
42+
canonical_scopes: |-
43+
https://www.googleapis.com/auth/meetings.space.created,
44+
https://www.googleapis.com/auth/meetings.space.settings
3645
3746
publishing:
3847
new_issue_uri: https://issuetracker.google.com/issues/new?component=1216362&template=1766418

google/apps/meet/v2beta/meet_v2beta_grpc_service_config.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,22 @@
8181
{
8282
"service": "google.apps.meet.v2beta.SpacesService",
8383
"method": "DeleteSpace"
84+
},
85+
{
86+
"service": "google.apps.meet.v2beta.SpacesService",
87+
"method": "CreateMember"
88+
},
89+
{
90+
"service": "google.apps.meet.v2beta.SpacesService",
91+
"method": "GetMember"
92+
},
93+
{
94+
"service": "google.apps.meet.v2beta.SpacesService",
95+
"method": "ListMembers"
96+
},
97+
{
98+
"service": "google.apps.meet.v2beta.SpacesService",
99+
"method": "DeleteMember"
84100
}
85101
],
86102
"timeout": "60s"

0 commit comments

Comments
 (0)