diff --git a/clients/google-api-services-servicecontrol/v1/2.0.0/README.md b/clients/google-api-services-servicecontrol/v1/2.0.0/README.md index fcbe350c80f..bf49e49bca8 100644 --- a/clients/google-api-services-servicecontrol/v1/2.0.0/README.md +++ b/clients/google-api-services-servicecontrol/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-servicecontrol - v1-rev20250820-2.0.0 + v1-rev20251125-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-servicecontrol:v1-rev20250820-2.0.0' + implementation 'com.google.apis:google-api-services-servicecontrol:v1-rev20251125-2.0.0' } ``` diff --git a/clients/google-api-services-servicecontrol/v1/2.0.0/com/google/api/services/servicecontrol/v1/model/ViolationInfo.java b/clients/google-api-services-servicecontrol/v1/2.0.0/com/google/api/services/servicecontrol/v1/model/ViolationInfo.java index 3dd013e801b..a17bb7ee20f 100644 --- a/clients/google-api-services-servicecontrol/v1/2.0.0/com/google/api/services/servicecontrol/v1/model/ViolationInfo.java +++ b/clients/google-api-services-servicecontrol/v1/2.0.0/com/google/api/services/servicecontrol/v1/model/ViolationInfo.java @@ -44,6 +44,15 @@ public final class ViolationInfo extends com.google.api.client.json.GenericJson @com.google.api.client.util.Key private java.lang.String constraint; + /** + * Optional. Provides extra information for the specific violated constraint. See the constraint's + * documentation to determine if this field is populated and what the structure of the message + * should be. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.util.Map constraintViolationInfo; + /** * Optional. Error message that policy is indicating. * The value may be {@code null}. @@ -94,6 +103,27 @@ public ViolationInfo setConstraint(java.lang.String constraint) { return this; } + /** + * Optional. Provides extra information for the specific violated constraint. See the constraint's + * documentation to determine if this field is populated and what the structure of the message + * should be. + * @return value or {@code null} for none + */ + public java.util.Map getConstraintViolationInfo() { + return constraintViolationInfo; + } + + /** + * Optional. Provides extra information for the specific violated constraint. See the constraint's + * documentation to determine if this field is populated and what the structure of the message + * should be. + * @param constraintViolationInfo constraintViolationInfo or {@code null} for none + */ + public ViolationInfo setConstraintViolationInfo(java.util.Map constraintViolationInfo) { + this.constraintViolationInfo = constraintViolationInfo; + return this; + } + /** * Optional. Error message that policy is indicating. * @return value or {@code null} for none diff --git a/clients/google-api-services-servicecontrol/v1/2.0.0/pom.xml b/clients/google-api-services-servicecontrol/v1/2.0.0/pom.xml index 283bda2adee..709f7813f07 100644 --- a/clients/google-api-services-servicecontrol/v1/2.0.0/pom.xml +++ b/clients/google-api-services-servicecontrol/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-servicecontrol - v1-rev20250820-2.0.0 - Service Control API v1-rev20250820-2.0.0 + v1-rev20251125-2.0.0 + Service Control API v1-rev20251125-2.0.0 jar 2011 diff --git a/clients/google-api-services-servicecontrol/v1/README.md b/clients/google-api-services-servicecontrol/v1/README.md index fcbe350c80f..bf49e49bca8 100644 --- a/clients/google-api-services-servicecontrol/v1/README.md +++ b/clients/google-api-services-servicecontrol/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-servicecontrol - v1-rev20250820-2.0.0 + v1-rev20251125-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-servicecontrol:v1-rev20250820-2.0.0' + implementation 'com.google.apis:google-api-services-servicecontrol:v1-rev20251125-2.0.0' } ```