@@ -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