Skip to content

Regenerate workspaceevents client #6583

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 10 additions & 16 deletions src/WorkspaceEvents/Resource/Subscriptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@
class Subscriptions extends \Google\Service\Resource
{
/**
* [Developer Preview](https://developers.google.com/workspace/preview): Creates
* a Google Workspace subscription. To learn how to use this method, see [Create
* a Google Workspace
* Creates a Google Workspace subscription. To learn how to use this method, see
* [Create a Google Workspace
* subscription](https://developers.google.com/workspace/events/guides/create-
* subscription). (subscriptions.create)
* subscription). (subscriptions.create)
*
* @param Subscription $postBody
* @param array $optParams Optional parameters.
Expand All @@ -54,9 +53,8 @@ public function create(Subscription $postBody, $optParams = [])
return $this->call('create', [$params], Operation::class);
}
/**
* [Developer Preview](https://developers.google.com/workspace/preview): Deletes
* a Google Workspace subscription. To learn how to use this method, see [Delete
* a Google Workspace
* Deletes a Google Workspace subscription. To learn how to use this method, see
* [Delete a Google Workspace
* subscription](https://developers.google.com/workspace/events/guides/delete-
* subscription). (subscriptions.delete)
*
Expand All @@ -81,8 +79,7 @@ public function delete($name, $optParams = [])
return $this->call('delete', [$params], Operation::class);
}
/**
* [Developer Preview](https://developers.google.com/workspace/preview): Gets
* details about a Google Workspace subscription. To learn how to use this
* Gets details about a Google Workspace subscription. To learn how to use this
* method, see [Get details about a Google Workspace
* subscription](https://developers.google.com/workspace/events/guides/get-
* subscription). (subscriptions.get)
Expand All @@ -100,9 +97,8 @@ public function get($name, $optParams = [])
return $this->call('get', [$params], Subscription::class);
}
/**
* [Developer Preview](https://developers.google.com/workspace/preview): Lists
* Google Workspace subscriptions. To learn how to use this method, see [List
* Google Workspace
* Lists Google Workspace subscriptions. To learn how to use this method, see
* [List Google Workspace
* subscriptions](https://developers.google.com/workspace/events/guides/list-
* subscriptions). (subscriptions.listSubscriptions)
*
Expand Down Expand Up @@ -141,9 +137,8 @@ public function listSubscriptions($optParams = [])
return $this->call('list', [$params], ListSubscriptionsResponse::class);
}
/**
* [Developer Preview](https://developers.google.com/workspace/preview): Updates
* or renews a Google Workspace subscription. To learn how to use this method,
* see [Update or renew a Google Workspace
* Updates or renews a Google Workspace subscription. To learn how to use this
* method, see [Update or renew a Google Workspace
* subscription](https://developers.google.com/workspace/events/guides/update-
* subscription). (subscriptions.patch)
*
Expand Down Expand Up @@ -171,7 +166,6 @@ public function patch($name, Subscription $postBody, $optParams = [])
return $this->call('patch', [$params], Operation::class);
}
/**
* [Developer Preview](https://developers.google.com/workspace/preview):
* Reactivates a suspended Google Workspace subscription. This method resets
* your subscription's `State` field to `ACTIVE`. Before you use this method,
* you must fix the error that suspended the subscription. This method will
Expand Down