From 809433ffdc2cb82f68926032a36ec5b86781e060 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Thu, 5 Oct 2023 18:10:14 -0700 Subject: [PATCH] chore: regenerate chromepolicy client (#18303) Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml --- .../v1/2.0.0/README.md | 4 +-- ...omePolicyVersionsV1PolicyApiLifecycle.java | 30 +++++++++++++++++++ .../v1/2.0.0/pom.xml | 4 +-- 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/clients/google-api-services-chromepolicy/v1/2.0.0/README.md b/clients/google-api-services-chromepolicy/v1/2.0.0/README.md index 1a1d71b2ddd..6e0c93eba7b 100644 --- a/clients/google-api-services-chromepolicy/v1/2.0.0/README.md +++ b/clients/google-api-services-chromepolicy/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-chromepolicy - v1-rev20231001-2.0.0 + v1-rev20231004-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-chromepolicy:v1-rev20231001-2.0.0' + implementation 'com.google.apis:google-api-services-chromepolicy:v1-rev20231004-2.0.0' } ``` diff --git a/clients/google-api-services-chromepolicy/v1/2.0.0/com/google/api/services/chromepolicy/v1/model/GoogleChromePolicyVersionsV1PolicyApiLifecycle.java b/clients/google-api-services-chromepolicy/v1/2.0.0/com/google/api/services/chromepolicy/v1/model/GoogleChromePolicyVersionsV1PolicyApiLifecycle.java index 8f056b09448..eb23845d6be 100644 --- a/clients/google-api-services-chromepolicy/v1/2.0.0/com/google/api/services/chromepolicy/v1/model/GoogleChromePolicyVersionsV1PolicyApiLifecycle.java +++ b/clients/google-api-services-chromepolicy/v1/2.0.0/com/google/api/services/chromepolicy/v1/model/GoogleChromePolicyVersionsV1PolicyApiLifecycle.java @@ -61,6 +61,15 @@ public final class GoogleChromePolicyVersionsV1PolicyApiLifecycle extends com.go @com.google.api.client.util.Key private java.lang.String policyApiLifecycleStage; + /** + * Corresponding to deprecated_in_favor_of, the fully qualified namespace(s) of the old policies + * that will be deprecated because of introduction of this policy. This field should not be + * manually set but will be set and exposed through PolicyAPI automatically. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.util.List scheduledToDeprecatePolicies; + /** * In the event that this policy was deprecated in favor of another policy, the fully qualified * namespace(s) of the new policies as they will show in PolicyAPI. Could only be set if @@ -137,6 +146,27 @@ public GoogleChromePolicyVersionsV1PolicyApiLifecycle setPolicyApiLifecycleStage return this; } + /** + * Corresponding to deprecated_in_favor_of, the fully qualified namespace(s) of the old policies + * that will be deprecated because of introduction of this policy. This field should not be + * manually set but will be set and exposed through PolicyAPI automatically. + * @return value or {@code null} for none + */ + public java.util.List getScheduledToDeprecatePolicies() { + return scheduledToDeprecatePolicies; + } + + /** + * Corresponding to deprecated_in_favor_of, the fully qualified namespace(s) of the old policies + * that will be deprecated because of introduction of this policy. This field should not be + * manually set but will be set and exposed through PolicyAPI automatically. + * @param scheduledToDeprecatePolicies scheduledToDeprecatePolicies or {@code null} for none + */ + public GoogleChromePolicyVersionsV1PolicyApiLifecycle setScheduledToDeprecatePolicies(java.util.List scheduledToDeprecatePolicies) { + this.scheduledToDeprecatePolicies = scheduledToDeprecatePolicies; + return this; + } + @Override public GoogleChromePolicyVersionsV1PolicyApiLifecycle set(String fieldName, Object value) { return (GoogleChromePolicyVersionsV1PolicyApiLifecycle) super.set(fieldName, value); diff --git a/clients/google-api-services-chromepolicy/v1/2.0.0/pom.xml b/clients/google-api-services-chromepolicy/v1/2.0.0/pom.xml index 41227ea61c1..788bbc3aaba 100644 --- a/clients/google-api-services-chromepolicy/v1/2.0.0/pom.xml +++ b/clients/google-api-services-chromepolicy/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-chromepolicy - v1-rev20231001-2.0.0 - Chrome Policy API v1-rev20231001-2.0.0 + v1-rev20231004-2.0.0 + Chrome Policy API v1-rev20231004-2.0.0 jar 2011