Skip to content

Commit 5879e14

Browse files
Regenerate workspaceevents client
1 parent c9fa9d7 commit 5879e14

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

src/WorkspaceEvents/Resource/Subscriptions.php

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@
3333
class Subscriptions extends \Google\Service\Resource
3434
{
3535
/**
36-
* [Developer Preview](https://developers.google.com/workspace/preview): Creates
37-
* a Google Workspace subscription. To learn how to use this method, see [Create
38-
* a Google Workspace
36+
* Creates a Google Workspace subscription. To learn how to use this method, see
37+
* [Create a Google Workspace
3938
* subscription](https://developers.google.com/workspace/events/guides/create-
40-
* subscription). (subscriptions.create)
39+
* subscription). (subscriptions.create)
4140
*
4241
* @param Subscription $postBody
4342
* @param array $optParams Optional parameters.
@@ -54,9 +53,8 @@ public function create(Subscription $postBody, $optParams = [])
5453
return $this->call('create', [$params], Operation::class);
5554
}
5655
/**
57-
* [Developer Preview](https://developers.google.com/workspace/preview): Deletes
58-
* a Google Workspace subscription. To learn how to use this method, see [Delete
59-
* a Google Workspace
56+
* Deletes a Google Workspace subscription. To learn how to use this method, see
57+
* [Delete a Google Workspace
6058
* subscription](https://developers.google.com/workspace/events/guides/delete-
6159
* subscription). (subscriptions.delete)
6260
*
@@ -81,8 +79,7 @@ public function delete($name, $optParams = [])
8179
return $this->call('delete', [$params], Operation::class);
8280
}
8381
/**
84-
* [Developer Preview](https://developers.google.com/workspace/preview): Gets
85-
* details about a Google Workspace subscription. To learn how to use this
82+
* Gets details about a Google Workspace subscription. To learn how to use this
8683
* method, see [Get details about a Google Workspace
8784
* subscription](https://developers.google.com/workspace/events/guides/get-
8885
* subscription). (subscriptions.get)
@@ -100,9 +97,8 @@ public function get($name, $optParams = [])
10097
return $this->call('get', [$params], Subscription::class);
10198
}
10299
/**
103-
* [Developer Preview](https://developers.google.com/workspace/preview): Lists
104-
* Google Workspace subscriptions. To learn how to use this method, see [List
105-
* Google Workspace
100+
* Lists Google Workspace subscriptions. To learn how to use this method, see
101+
* [List Google Workspace
106102
* subscriptions](https://developers.google.com/workspace/events/guides/list-
107103
* subscriptions). (subscriptions.listSubscriptions)
108104
*
@@ -141,9 +137,8 @@ public function listSubscriptions($optParams = [])
141137
return $this->call('list', [$params], ListSubscriptionsResponse::class);
142138
}
143139
/**
144-
* [Developer Preview](https://developers.google.com/workspace/preview): Updates
145-
* or renews a Google Workspace subscription. To learn how to use this method,
146-
* see [Update or renew a Google Workspace
140+
* Updates or renews a Google Workspace subscription. To learn how to use this
141+
* method, see [Update or renew a Google Workspace
147142
* subscription](https://developers.google.com/workspace/events/guides/update-
148143
* subscription). (subscriptions.patch)
149144
*
@@ -171,7 +166,6 @@ public function patch($name, Subscription $postBody, $optParams = [])
171166
return $this->call('patch', [$params], Operation::class);
172167
}
173168
/**
174-
* [Developer Preview](https://developers.google.com/workspace/preview):
175169
* Reactivates a suspended Google Workspace subscription. This method resets
176170
* your subscription's `State` field to `ACTIVE`. Before you use this method,
177171
* you must fix the error that suspended the subscription. This method will

0 commit comments

Comments
 (0)