33
33
class Subscriptions extends \Google \Service \Resource
34
34
{
35
35
/**
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
39
38
* subscription](https://developers.google.com/workspace/events/guides/create-
40
- * subscription). (subscriptions.create)
39
+ * subscription). (subscriptions.create)
41
40
*
42
41
* @param Subscription $postBody
43
42
* @param array $optParams Optional parameters.
@@ -54,9 +53,8 @@ public function create(Subscription $postBody, $optParams = [])
54
53
return $ this ->call ('create ' , [$ params ], Operation::class);
55
54
}
56
55
/**
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
60
58
* subscription](https://developers.google.com/workspace/events/guides/delete-
61
59
* subscription). (subscriptions.delete)
62
60
*
@@ -81,8 +79,7 @@ public function delete($name, $optParams = [])
81
79
return $ this ->call ('delete ' , [$ params ], Operation::class);
82
80
}
83
81
/**
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
86
83
* method, see [Get details about a Google Workspace
87
84
* subscription](https://developers.google.com/workspace/events/guides/get-
88
85
* subscription). (subscriptions.get)
@@ -100,9 +97,8 @@ public function get($name, $optParams = [])
100
97
return $ this ->call ('get ' , [$ params ], Subscription::class);
101
98
}
102
99
/**
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
106
102
* subscriptions](https://developers.google.com/workspace/events/guides/list-
107
103
* subscriptions). (subscriptions.listSubscriptions)
108
104
*
@@ -141,9 +137,8 @@ public function listSubscriptions($optParams = [])
141
137
return $ this ->call ('list ' , [$ params ], ListSubscriptionsResponse::class);
142
138
}
143
139
/**
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
147
142
* subscription](https://developers.google.com/workspace/events/guides/update-
148
143
* subscription). (subscriptions.patch)
149
144
*
@@ -171,7 +166,6 @@ public function patch($name, Subscription $postBody, $optParams = [])
171
166
return $ this ->call ('patch ' , [$ params ], Operation::class);
172
167
}
173
168
/**
174
- * [Developer Preview](https://developers.google.com/workspace/preview):
175
169
* Reactivates a suspended Google Workspace subscription. This method resets
176
170
* your subscription's `State` field to `ACTIVE`. Before you use this method,
177
171
* you must fix the error that suspended the subscription. This method will
0 commit comments