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