diff --git a/clients/google-api-services-workspaceevents/v1/2.0.0/README.md b/clients/google-api-services-workspaceevents/v1/2.0.0/README.md index fd84ba59d45..865f04f5f06 100644 --- a/clients/google-api-services-workspaceevents/v1/2.0.0/README.md +++ b/clients/google-api-services-workspaceevents/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-workspaceevents - v1-rev20241008-2.0.0 + v1-rev20241027-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20241008-2.0.0' + implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20241027-2.0.0' } ``` diff --git a/clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/WorkspaceEvents.java b/clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/WorkspaceEvents.java index 6acba8d6391..b2f2dd60e6d 100644 --- a/clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/WorkspaceEvents.java +++ b/clients/google-api-services-workspaceevents/v1/2.0.0/com/google/api/services/workspaceevents/v1/WorkspaceEvents.java @@ -1211,8 +1211,9 @@ public Patch set(String parameterName, Object value) { /** * [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. To learn how - * to use this method, see [Reactivate a Google Workspace + * Before you use this method, you must fix the error that suspended the subscription. This method + * will ignore or reject any subscription that isn't currently in a suspended state. To learn how to + * use this method, see [Reactivate a Google Workspace * subscription](https://developers.google.com/workspace/events/guides/reactivate-subscription). * * Create a request for the method "subscriptions.reactivate". @@ -1241,6 +1242,7 @@ public class Reactivate extends WorkspaceEventsRequest all() { set.add(CHAT_MESSAGES_READONLY); set.add(CHAT_SPACES); set.add(CHAT_SPACES_READONLY); + set.add(DRIVE); + set.add(DRIVE_FILE); + set.add(DRIVE_METADATA); + set.add(DRIVE_METADATA_READONLY); + set.add(DRIVE_READONLY); set.add(MEETINGS_SPACE_CREATED); set.add(MEETINGS_SPACE_READONLY); return java.util.Collections.unmodifiableSet(set); diff --git a/clients/google-api-services-workspaceevents/v1/2.0.0/pom.xml b/clients/google-api-services-workspaceevents/v1/2.0.0/pom.xml index f0f16898579..04f874d5d94 100644 --- a/clients/google-api-services-workspaceevents/v1/2.0.0/pom.xml +++ b/clients/google-api-services-workspaceevents/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-workspaceevents - v1-rev20241008-2.0.0 - Google Workspace Events API v1-rev20241008-2.0.0 + v1-rev20241027-2.0.0 + Google Workspace Events API v1-rev20241027-2.0.0 jar 2011 diff --git a/clients/google-api-services-workspaceevents/v1/README.md b/clients/google-api-services-workspaceevents/v1/README.md index fd84ba59d45..865f04f5f06 100644 --- a/clients/google-api-services-workspaceevents/v1/README.md +++ b/clients/google-api-services-workspaceevents/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-workspaceevents - v1-rev20241008-2.0.0 + v1-rev20241027-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20241008-2.0.0' + implementation 'com.google.apis:google-api-services-workspaceevents:v1-rev20241027-2.0.0' } ```