@@ -317,9 +317,9 @@ public Subscriptions subscriptions() {
317
317
public class Subscriptions {
318
318
319
319
/**
320
- * [Developer Preview](https://developers.google.com/workspace/preview): Creates a Google Workspace
321
- * subscription. To learn how to use this method, see [Create a Google Workspace
322
- * subscription](https://developers.google.com/workspace/events/guides/create-subscription ).
320
+ * Creates a Google Workspace subscription. To learn how to use this method, see [Create a Google
321
+ * Workspace subscription](https://developers.google.com/workspace/events/guides/create-
322
+ * subscription).
323
323
*
324
324
* Create a request for the method "subscriptions.create".
325
325
*
@@ -340,9 +340,9 @@ public class Create extends WorkspaceEventsRequest<com.google.api.services.works
340
340
private static final String REST_PATH = "v1/subscriptions" ;
341
341
342
342
/**
343
- * [Developer Preview](https://developers.google.com/workspace/preview): Creates a Google
344
- * Workspace subscription. To learn how to use this method, see [Create a Google Workspace
345
- * subscription](https://developers.google.com/workspace/events/guides/create-subscription ).
343
+ * Creates a Google Workspace subscription. To learn how to use this method, see [Create a Google
344
+ * Workspace subscription](https://developers.google.com/workspace/events/guides/create-
345
+ * subscription).
346
346
*
347
347
* Create a request for the method "subscriptions.create".
348
348
*
@@ -443,9 +443,9 @@ public Create set(String parameterName, Object value) {
443
443
}
444
444
}
445
445
/**
446
- * [Developer Preview](https://developers.google.com/workspace/preview): Deletes a Google Workspace
447
- * subscription. To learn how to use this method, see [Delete a Google Workspace
448
- * subscription](https://developers.google.com/workspace/events/guides/delete-subscription ).
446
+ * Deletes a Google Workspace subscription. To learn how to use this method, see [Delete a Google
447
+ * Workspace subscription](https://developers.google.com/workspace/events/guides/delete-
448
+ * subscription).
449
449
*
450
450
* Create a request for the method "subscriptions.delete".
451
451
*
@@ -469,9 +469,9 @@ public class Delete extends WorkspaceEventsRequest<com.google.api.services.works
469
469
java .util .regex .Pattern .compile ("^subscriptions/[^/]+$" );
470
470
471
471
/**
472
- * [Developer Preview](https://developers.google.com/workspace/preview): Deletes a Google
473
- * Workspace subscription. To learn how to use this method, see [Delete a Google Workspace
474
- * subscription](https://developers.google.com/workspace/events/guides/delete-subscription ).
472
+ * Deletes a Google Workspace subscription. To learn how to use this method, see [Delete a Google
473
+ * Workspace subscription](https://developers.google.com/workspace/events/guides/delete-
474
+ * subscription).
475
475
*
476
476
* Create a request for the method "subscriptions.delete".
477
477
*
@@ -651,9 +651,9 @@ public Delete set(String parameterName, Object value) {
651
651
}
652
652
}
653
653
/**
654
- * [Developer Preview](https://developers.google.com/workspace/preview): Gets details about a Google
655
- * Workspace subscription. To learn how to use this method, see [Get details about a Google
656
- * Workspace subscription](https://developers.google.com/workspace/events/guides/get-subscription).
654
+ * Gets details about a Google Workspace subscription. To learn how to use this method, see [Get
655
+ * details about a Google Workspace
656
+ * subscription](https://developers.google.com/workspace/events/guides/get-subscription).
657
657
*
658
658
* Create a request for the method "subscriptions.get".
659
659
*
@@ -677,10 +677,9 @@ public class Get extends WorkspaceEventsRequest<com.google.api.services.workspac
677
677
java .util .regex .Pattern .compile ("^subscriptions/[^/]+$" );
678
678
679
679
/**
680
- * [Developer Preview](https://developers.google.com/workspace/preview): Gets details about a
681
- * Google Workspace subscription. To learn how to use this method, see [Get details about a Google
682
- * Workspace subscription](https://developers.google.com/workspace/events/guides/get-
683
- * subscription).
680
+ * Gets details about a Google Workspace subscription. To learn how to use this method, see [Get
681
+ * details about a Google Workspace
682
+ * subscription](https://developers.google.com/workspace/events/guides/get-subscription).
684
683
*
685
684
* Create a request for the method "subscriptions.get".
686
685
*
@@ -794,8 +793,7 @@ public Get set(String parameterName, Object value) {
794
793
}
795
794
}
796
795
/**
797
- * [Developer Preview](https://developers.google.com/workspace/preview): Lists Google Workspace
798
- * subscriptions. To learn how to use this method, see [List Google Workspace
796
+ * Lists Google Workspace subscriptions. To learn how to use this method, see [List Google Workspace
799
797
* subscriptions](https://developers.google.com/workspace/events/guides/list-subscriptions).
800
798
*
801
799
* Create a request for the method "subscriptions.list".
@@ -816,9 +814,9 @@ public class List extends WorkspaceEventsRequest<com.google.api.services.workspa
816
814
private static final String REST_PATH = "v1/subscriptions" ;
817
815
818
816
/**
819
- * [Developer Preview](https://developers.google.com/workspace/preview): Lists Google Workspace
820
- * subscriptions. To learn how to use this method, see [List Google Workspace
821
- * subscriptions](https://developers.google.com/workspace/events/guides/list-subscriptions ).
817
+ * Lists Google Workspace subscriptions. To learn how to use this method, see [List Google
818
+ * Workspace subscriptions](https://developers.google.com/workspace/events/guides/list-
819
+ * subscriptions).
822
820
*
823
821
* Create a request for the method "subscriptions.list".
824
822
*
@@ -1016,8 +1014,8 @@ public List set(String parameterName, Object value) {
1016
1014
}
1017
1015
}
1018
1016
/**
1019
- * [Developer Preview](https://developers.google.com/workspace/preview): Updates or renews a Google
1020
- * Workspace subscription. To learn how to use this method, see [Update or renew a Google Workspace
1017
+ * Updates or renews a Google Workspace subscription. To learn how to use this method, see [Update
1018
+ * or renew a Google Workspace
1021
1019
* subscription](https://developers.google.com/workspace/events/guides/update-subscription).
1022
1020
*
1023
1021
* Create a request for the method "subscriptions.patch".
@@ -1043,10 +1041,9 @@ public class Patch extends WorkspaceEventsRequest<com.google.api.services.worksp
1043
1041
java .util .regex .Pattern .compile ("^subscriptions/[^/]+$" );
1044
1042
1045
1043
/**
1046
- * [Developer Preview](https://developers.google.com/workspace/preview): Updates or renews a
1047
- * Google Workspace subscription. To learn how to use this method, see [Update or renew a Google
1048
- * Workspace subscription](https://developers.google.com/workspace/events/guides/update-
1049
- * subscription).
1044
+ * Updates or renews a Google Workspace subscription. To learn how to use this method, see [Update
1045
+ * or renew a Google Workspace
1046
+ * subscription](https://developers.google.com/workspace/events/guides/update-subscription).
1050
1047
*
1051
1048
* Create a request for the method "subscriptions.patch".
1052
1049
*
@@ -1209,11 +1206,10 @@ public Patch set(String parameterName, Object value) {
1209
1206
}
1210
1207
}
1211
1208
/**
1212
- * [Developer Preview](https://developers.google.com/workspace/preview): Reactivates a suspended
1213
- * Google Workspace subscription. This method resets your subscription's `State` field to `ACTIVE`.
1214
- * Before you use this method, you must fix the error that suspended the subscription. This method
1215
- * will ignore or reject any subscription that isn't currently in a suspended state. To learn how to
1216
- * use this method, see [Reactivate a Google Workspace
1209
+ * Reactivates a suspended Google Workspace subscription. This method resets your subscription's
1210
+ * `State` field to `ACTIVE`. Before you use this method, you must fix the error that suspended the
1211
+ * subscription. This method will ignore or reject any subscription that isn't currently in a
1212
+ * suspended state. To learn how to use this method, see [Reactivate a Google Workspace
1217
1213
* subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription).
1218
1214
*
1219
1215
* Create a request for the method "subscriptions.reactivate".
@@ -1239,11 +1235,10 @@ public class Reactivate extends WorkspaceEventsRequest<com.google.api.services.w
1239
1235
java .util .regex .Pattern .compile ("^subscriptions/[^/]+$" );
1240
1236
1241
1237
/**
1242
- * [Developer Preview](https://developers.google.com/workspace/preview): Reactivates a suspended
1243
- * Google Workspace subscription. This method resets your subscription's `State` field to
1244
- * `ACTIVE`. Before you use this method, you must fix the error that suspended the subscription.
1245
- * This method will ignore or reject any subscription that isn't currently in a suspended state.
1246
- * To learn how to use this method, see [Reactivate a Google Workspace
1238
+ * Reactivates a suspended Google Workspace subscription. This method resets your subscription's
1239
+ * `State` field to `ACTIVE`. Before you use this method, you must fix the error that suspended
1240
+ * the subscription. This method will ignore or reject any subscription that isn't currently in a
1241
+ * suspended state. To learn how to use this method, see [Reactivate a Google Workspace
1247
1242
* subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription).
1248
1243
*
1249
1244
* Create a request for the method "subscriptions.reactivate".
0 commit comments