From eb3b199e2aba820540f5f9359c8f3e2f4b77384f Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sat, 29 Aug 2026 18:24:17 -0700 Subject: [PATCH] chore: regenerate webcontentpublisher client --- .../v1/2.0.0/README.md | 4 +- .../v1/WebContentPublisherScopes.java | 46 ------------------- .../v1/2.0.0/pom.xml | 4 +- .../v1/README.md | 4 +- 4 files changed, 6 insertions(+), 52 deletions(-) delete mode 100644 clients/google-api-services-webcontentpublisher/v1/2.0.0/com/google/api/services/webcontentpublisher/v1/WebContentPublisherScopes.java diff --git a/clients/google-api-services-webcontentpublisher/v1/2.0.0/README.md b/clients/google-api-services-webcontentpublisher/v1/2.0.0/README.md index 4b38a023978..a053e211aaf 100644 --- a/clients/google-api-services-webcontentpublisher/v1/2.0.0/README.md +++ b/clients/google-api-services-webcontentpublisher/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-webcontentpublisher - v1-rev20260823-2.0.0 + v1-rev20260827-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-webcontentpublisher:v1-rev20260823-2.0.0' + implementation 'com.google.apis:google-api-services-webcontentpublisher:v1-rev20260827-2.0.0' } ``` diff --git a/clients/google-api-services-webcontentpublisher/v1/2.0.0/com/google/api/services/webcontentpublisher/v1/WebContentPublisherScopes.java b/clients/google-api-services-webcontentpublisher/v1/2.0.0/com/google/api/services/webcontentpublisher/v1/WebContentPublisherScopes.java deleted file mode 100644 index 4dfef5677cc..00000000000 --- a/clients/google-api-services-webcontentpublisher/v1/2.0.0/com/google/api/services/webcontentpublisher/v1/WebContentPublisherScopes.java +++ /dev/null @@ -1,46 +0,0 @@ -/* - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except - * in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the License - * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express - * or implied. See the License for the specific language governing permissions and limitations under - * the License. - */ -/* - * This code was generated by https://github.com/googleapis/google-api-java-client-services/ - * Modify at your own risk. - */ - -package com.google.api.services.webcontentpublisher.v1; - -/** - * Available OAuth 2.0 scopes for use with the Web Content Publisher API. - * - * @since 1.4 - */ -public class WebContentPublisherScopes { - - /** Private Service: https://www.googleapis.com/auth/subscribewithgoogle.publications.entitlements.manage. */ - public static final String SUBSCRIBEWITHGOOGLE_PUBLICATIONS_ENTITLEMENTS_MANAGE = "https://www.googleapis.com/auth/subscribewithgoogle.publications.entitlements.manage"; - - /** See and review your subscription information. */ - public static final String SUBSCRIBEWITHGOOGLE_PUBLICATIONS_ENTITLEMENTS_READONLY = "https://www.googleapis.com/auth/subscribewithgoogle.publications.entitlements.readonly"; - - /** - * Returns an unmodifiable set that contains all scopes declared by this class. - * - * @since 1.16 - */ - public static java.util.Set all() { - java.util.Set set = new java.util.HashSet(); - set.add(SUBSCRIBEWITHGOOGLE_PUBLICATIONS_ENTITLEMENTS_MANAGE); - set.add(SUBSCRIBEWITHGOOGLE_PUBLICATIONS_ENTITLEMENTS_READONLY); - return java.util.Collections.unmodifiableSet(set); - } - - private WebContentPublisherScopes() { - } -} diff --git a/clients/google-api-services-webcontentpublisher/v1/2.0.0/pom.xml b/clients/google-api-services-webcontentpublisher/v1/2.0.0/pom.xml index ee0f3a136b1..7edd81d8867 100644 --- a/clients/google-api-services-webcontentpublisher/v1/2.0.0/pom.xml +++ b/clients/google-api-services-webcontentpublisher/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-webcontentpublisher - v1-rev20260823-2.0.0 - Web Content Publisher API v1-rev20260823-2.0.0 + v1-rev20260827-2.0.0 + Web Content Publisher API v1-rev20260827-2.0.0 jar 2011 diff --git a/clients/google-api-services-webcontentpublisher/v1/README.md b/clients/google-api-services-webcontentpublisher/v1/README.md index 4b38a023978..a053e211aaf 100644 --- a/clients/google-api-services-webcontentpublisher/v1/README.md +++ b/clients/google-api-services-webcontentpublisher/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-webcontentpublisher - v1-rev20260823-2.0.0 + v1-rev20260827-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-webcontentpublisher:v1-rev20260823-2.0.0' + implementation 'com.google.apis:google-api-services-webcontentpublisher:v1-rev20260827-2.0.0' } ```