Skip to content

Commit eccee38

Browse files
1 parent 3811555 commit eccee38

2 files changed

Lines changed: 15 additions & 24 deletions

File tree

src/WorkspaceEvents/Resource/Subscriptions.php

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ class Subscriptions extends \Google\Service\Resource
3939
* subscription). For a subscription on a [Chat target
4040
* resource](https://developers.google.com/workspace/events/guides/events-chat),
4141
* you can create a subscription as: - A Chat app by specifying an authorization
42-
* scope that begins with `chat.app` and getting one-time administrator approval
43-
* ([Developer Preview](https://developers.google.com/workspace/preview)). To
44-
* learn more, see [Authorize as a Chat app with administrator
42+
* scope that begins with `chat.app` and getting one-time administrator
43+
* approval. To learn more, see [Authorize as a Chat app with administrator
4544
* approval](https://developers.google.com/workspace/chat/authenticate-
4645
* authorize-chat-app). - A user by specifying an authorization scope that
4746
* doesn't include `app` in its name. To learn more, see [Authorize as a Chat
@@ -153,9 +152,8 @@ public function listSubscriptions($optParams = [])
153152
* subscription). For a subscription on a [Chat target
154153
* resource](https://developers.google.com/workspace/events/guides/events-chat),
155154
* you can update a subscription as: - A Chat app by specifying an authorization
156-
* scope that begins with `chat.app` andgetting one-time administrator approval
157-
* ([Developer Preview](https://developers.google.com/workspace/preview)). To
158-
* learn more, see [Authorize as a Chat app with administrator
155+
* scope that begins with `chat.app` and getting one-time administrator
156+
* approval. To learn more, see [Authorize as a Chat app with administrator
159157
* approval](https://developers.google.com/workspace/chat/authenticate-
160158
* authorize-chat-app). - A user by specifying an authorization scope that
161159
* doesn't include `app` in its name. To learn more, see [Authorize as a Chat
@@ -195,10 +193,9 @@ public function patch($name, Subscription $postBody, $optParams = [])
195193
* subscription). For a subscription on a [Chat target
196194
* resource](https://developers.google.com/workspace/events/guides/events-chat),
197195
* you can reactivate a subscription as: - A Chat app by specifying an
198-
* authorization scope that begins with `chat.app` andgetting one-time
199-
* administrator approval ([Developer
200-
* Preview](https://developers.google.com/workspace/preview)). To learn more,
201-
* see [Authorize as a Chat app with administrator
196+
* authorization scope that begins with `chat.app` and getting one-time
197+
* administrator approval. To learn more, see [Authorize as a Chat app with
198+
* administrator
202199
* approval](https://developers.google.com/workspace/chat/authenticate-
203200
* authorize-chat-app). - A user by specifying an authorization scope that
204201
* doesn't include `app` in its name. To learn more, see [Authorize as a Chat

src/WorkspaceEvents/Subscription.php

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ class Subscription extends \Google\Collection
5151
public const SUSPENSION_REASON_USER_SCOPE_REVOKED = 'USER_SCOPE_REVOKED';
5252
/**
5353
* The domain administrator has revoked the grant of one or more OAuth scopes
54-
* for the app. [Developer
55-
* Preview](https://developers.google.com/workspace/preview).
54+
* for the app.
5655
*/
5756
public const SUSPENSION_REASON_APP_SCOPE_REVOKED = 'APP_SCOPE_REVOKED';
5857
/**
@@ -66,8 +65,7 @@ class Subscription extends \Google\Collection
6665
public const SUSPENSION_REASON_USER_AUTHORIZATION_FAILURE = 'USER_AUTHORIZATION_FAILURE';
6766
/**
6867
* The app that authorized the creation of the subscription no longer has
69-
* access to the subscription's target resource. [Developer
70-
* Preview](https://developers.google.com/workspace/preview).
68+
* access to the subscription's target resource.
7169
*/
7270
public const SUSPENSION_REASON_APP_AUTHORIZATION_FAILURE = 'APP_AUTHORIZATION_FAILURE';
7371
/**
@@ -162,9 +160,8 @@ class Subscription extends \Google\Collection
162160
/**
163161
* Output only. The service account that was used to authorize the creation of
164162
* the subscription. This service account must be owned by the same Google
165-
* Cloud project where you create this subscription. Format:
166-
* `projects/{project_id}/serviceAccounts/{service_account_id}` [Developer
167-
* Preview](https://developers.google.com/workspace/preview).
163+
* Cloud project where you created this subscription. Format:
164+
* `projects/{project_id}/serviceAccounts/{service_account_id}`
168165
*
169166
* @var string
170167
*/
@@ -223,8 +220,7 @@ class Subscription extends \Google\Collection
223220
* user must be able to view the `target_resource`. For Google Workspace
224221
* users, the `{user}` value is the [`user.id`](https://developers.google.com/
225222
* workspace/admin/directory/reference/rest/v1/users#User.FIELDS.id) field
226-
* from the Directory API. Format: `users/{user}` [Developer
227-
* Preview](https://developers.google.com/workspace/preview).
223+
* from the Directory API. Format: `users/{user}`
228224
*
229225
* @var string
230226
*/
@@ -401,9 +397,8 @@ public function getReconciling()
401397
/**
402398
* Output only. The service account that was used to authorize the creation of
403399
* the subscription. This service account must be owned by the same Google
404-
* Cloud project where you create this subscription. Format:
405-
* `projects/{project_id}/serviceAccounts/{service_account_id}` [Developer
406-
* Preview](https://developers.google.com/workspace/preview).
400+
* Cloud project where you created this subscription. Format:
401+
* `projects/{project_id}/serviceAccounts/{service_account_id}`
407402
*
408403
* @param string $serviceAccountAuthority
409404
*/
@@ -539,8 +534,7 @@ public function getUpdateTime()
539534
* user must be able to view the `target_resource`. For Google Workspace
540535
* users, the `{user}` value is the [`user.id`](https://developers.google.com/
541536
* workspace/admin/directory/reference/rest/v1/users#User.FIELDS.id) field
542-
* from the Directory API. Format: `users/{user}` [Developer
543-
* Preview](https://developers.google.com/workspace/preview).
537+
* from the Directory API. Format: `users/{user}`
544538
*
545539
* @param string $userAuthority
546540
*/

0 commit comments

Comments
 (0)