Skip to content

Commit 85f7c2c

Browse files
1 parent 33ac0ea commit 85f7c2c

File tree

5 files changed

+44
-49
lines changed

5 files changed

+44
-49
lines changed

clients/google-api-services-workspaceevents/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-workspaceevents</artifactId>
25-
<version>v1-rev20250225-2.0.0</version>
25+
<version>v1-rev20250420-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20250225-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20250420-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/WorkspaceEvents.java

Lines changed: 35 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,9 @@ public Subscriptions subscriptions() {
317317
public class Subscriptions {
318318

319319
/**
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).
323323
*
324324
* Create a request for the method "subscriptions.create".
325325
*
@@ -340,9 +340,9 @@ public class Create extends WorkspaceEventsRequest<com.google.api.services.works
340340
private static final String REST_PATH = "v1/subscriptions";
341341

342342
/**
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).
346346
*
347347
* Create a request for the method "subscriptions.create".
348348
*
@@ -443,9 +443,9 @@ public Create set(String parameterName, Object value) {
443443
}
444444
}
445445
/**
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).
449449
*
450450
* Create a request for the method "subscriptions.delete".
451451
*
@@ -469,9 +469,9 @@ public class Delete extends WorkspaceEventsRequest<com.google.api.services.works
469469
java.util.regex.Pattern.compile("^subscriptions/[^/]+$");
470470

471471
/**
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).
475475
*
476476
* Create a request for the method "subscriptions.delete".
477477
*
@@ -651,9 +651,9 @@ public Delete set(String parameterName, Object value) {
651651
}
652652
}
653653
/**
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).
657657
*
658658
* Create a request for the method "subscriptions.get".
659659
*
@@ -677,10 +677,9 @@ public class Get extends WorkspaceEventsRequest<com.google.api.services.workspac
677677
java.util.regex.Pattern.compile("^subscriptions/[^/]+$");
678678

679679
/**
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).
684683
*
685684
* Create a request for the method "subscriptions.get".
686685
*
@@ -794,8 +793,7 @@ public Get set(String parameterName, Object value) {
794793
}
795794
}
796795
/**
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
799797
* subscriptions](https://developers.google.com/workspace/events/guides/list-subscriptions).
800798
*
801799
* Create a request for the method "subscriptions.list".
@@ -816,9 +814,9 @@ public class List extends WorkspaceEventsRequest<com.google.api.services.workspa
816814
private static final String REST_PATH = "v1/subscriptions";
817815

818816
/**
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).
822820
*
823821
* Create a request for the method "subscriptions.list".
824822
*
@@ -1016,8 +1014,8 @@ public List set(String parameterName, Object value) {
10161014
}
10171015
}
10181016
/**
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
10211019
* subscription](https://developers.google.com/workspace/events/guides/update-subscription).
10221020
*
10231021
* Create a request for the method "subscriptions.patch".
@@ -1043,10 +1041,9 @@ public class Patch extends WorkspaceEventsRequest<com.google.api.services.worksp
10431041
java.util.regex.Pattern.compile("^subscriptions/[^/]+$");
10441042

10451043
/**
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).
10501047
*
10511048
* Create a request for the method "subscriptions.patch".
10521049
*
@@ -1209,11 +1206,10 @@ public Patch set(String parameterName, Object value) {
12091206
}
12101207
}
12111208
/**
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
12171213
* subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription).
12181214
*
12191215
* Create a request for the method "subscriptions.reactivate".
@@ -1239,11 +1235,10 @@ public class Reactivate extends WorkspaceEventsRequest<com.google.api.services.w
12391235
java.util.regex.Pattern.compile("^subscriptions/[^/]+$");
12401236

12411237
/**
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
12471242
* subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription).
12481243
*
12491244
* Create a request for the method "subscriptions.reactivate".

clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/model/Subscription.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
package com.google.api.services.workspaceevents.v1.model;
1818

1919
/**
20-
* [Developer Preview](https://developers.google.com/workspace/preview). A subscription to receive
21-
* events about a Google Workspace resource. To learn more about subscriptions, see the [Google
22-
* Workspace Events API overview](https://developers.google.com/workspace/events).
20+
* A subscription to receive events about a Google Workspace resource. To learn more about
21+
* subscriptions, see the [Google Workspace Events API
22+
* overview](https://developers.google.com/workspace/events).
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2525
* transmitted over HTTP when working with the Google Workspace Events API. For a detailed

clients/google-api-services-workspaceevents/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-workspaceevents</artifactId>
11-
<version>v1-rev20250225-2.0.0</version>
12-
<name>Google Workspace Events API v1-rev20250225-2.0.0</name>
11+
<version>v1-rev20250420-2.0.0</version>
12+
<name>Google Workspace Events API v1-rev20250420-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-workspaceevents/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-workspaceevents</artifactId>
25-
<version>v1-rev20250225-2.0.0</version>
25+
<version>v1-rev20250420-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20250225-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20250420-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)