From 2f519b8a4fe215e3bcfdaf64d8d39907ae4da7c4 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Mon, 1 Jun 2026 18:38:35 -0700
Subject: [PATCH] chore: regenerate servicecontrol client
---
.../v1/2.0.0/README.md | 4 +--
.../servicecontrol/v1/model/Auth.java | 30 +++++++++++++++++++
.../v1/2.0.0/pom.xml | 4 +--
.../v1/README.md | 4 +--
.../v2/2.0.0/README.md | 4 +--
.../servicecontrol/v2/model/Auth.java | 30 +++++++++++++++++++
.../v2/2.0.0/pom.xml | 4 +--
.../v2/README.md | 4 +--
8 files changed, 72 insertions(+), 12 deletions(-)
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 38aba50a32e..19f93f205f1 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-rev20260428-2.0.0
+ v1-rev20260512-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-servicecontrol:v1-rev20260428-2.0.0'
+ implementation 'com.google.apis:google-api-services-servicecontrol:v1-rev20260512-2.0.0'
}
```
diff --git a/clients/google-api-services-servicecontrol/v1/2.0.0/com/google/api/services/servicecontrol/v1/model/Auth.java b/clients/google-api-services-servicecontrol/v1/2.0.0/com/google/api/services/servicecontrol/v1/model/Auth.java
index 329c1aa1fab..851cc63fb9b 100644
--- a/clients/google-api-services-servicecontrol/v1/2.0.0/com/google/api/services/servicecontrol/v1/model/Auth.java
+++ b/clients/google-api-services-servicecontrol/v1/2.0.0/com/google/api/services/servicecontrol/v1/model/Auth.java
@@ -67,6 +67,15 @@ public final class Auth extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.util.Map claims;
+ /**
+ * Identifies the client credential id used for authentication. credential_id is in the format of
+ * AUTH_METHOD:IDENTIFIER, e.g. "serviceaccount:XXXXX, apikey:XXXXX" where the format of the
+ * IDENTIFIER can vary for different AUTH_METHODs.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String credentialId;
+
/**
* Attributes of the OAuth token associated with the request.
* The value may be {@code null}.
@@ -176,6 +185,27 @@ public Auth setClaims(java.util.Map claims) {
return this;
}
+ /**
+ * Identifies the client credential id used for authentication. credential_id is in the format of
+ * AUTH_METHOD:IDENTIFIER, e.g. "serviceaccount:XXXXX, apikey:XXXXX" where the format of the
+ * IDENTIFIER can vary for different AUTH_METHODs.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getCredentialId() {
+ return credentialId;
+ }
+
+ /**
+ * Identifies the client credential id used for authentication. credential_id is in the format of
+ * AUTH_METHOD:IDENTIFIER, e.g. "serviceaccount:XXXXX, apikey:XXXXX" where the format of the
+ * IDENTIFIER can vary for different AUTH_METHODs.
+ * @param credentialId credentialId or {@code null} for none
+ */
+ public Auth setCredentialId(java.lang.String credentialId) {
+ this.credentialId = credentialId;
+ return this;
+ }
+
/**
* Attributes of the OAuth token associated with the request.
* @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 55353c9eb2e..e7352647d75 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-rev20260428-2.0.0
- Service Control API v1-rev20260428-2.0.0
+ v1-rev20260512-2.0.0
+ Service Control API v1-rev20260512-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 38aba50a32e..19f93f205f1 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-rev20260428-2.0.0
+ v1-rev20260512-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-servicecontrol:v1-rev20260428-2.0.0'
+ implementation 'com.google.apis:google-api-services-servicecontrol:v1-rev20260512-2.0.0'
}
```
diff --git a/clients/google-api-services-servicecontrol/v2/2.0.0/README.md b/clients/google-api-services-servicecontrol/v2/2.0.0/README.md
index 8a10983b3be..602607efb3f 100644
--- a/clients/google-api-services-servicecontrol/v2/2.0.0/README.md
+++ b/clients/google-api-services-servicecontrol/v2/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
- v2-rev20260428-2.0.0
+ v2-rev20260512-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-servicecontrol:v2-rev20260428-2.0.0'
+ implementation 'com.google.apis:google-api-services-servicecontrol:v2-rev20260512-2.0.0'
}
```
diff --git a/clients/google-api-services-servicecontrol/v2/2.0.0/com/google/api/services/servicecontrol/v2/model/Auth.java b/clients/google-api-services-servicecontrol/v2/2.0.0/com/google/api/services/servicecontrol/v2/model/Auth.java
index d694d397b8b..4371ae568c9 100644
--- a/clients/google-api-services-servicecontrol/v2/2.0.0/com/google/api/services/servicecontrol/v2/model/Auth.java
+++ b/clients/google-api-services-servicecontrol/v2/2.0.0/com/google/api/services/servicecontrol/v2/model/Auth.java
@@ -67,6 +67,15 @@ public final class Auth extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.util.Map claims;
+ /**
+ * Identifies the client credential id used for authentication. credential_id is in the format of
+ * AUTH_METHOD:IDENTIFIER, e.g. "serviceaccount:XXXXX, apikey:XXXXX" where the format of the
+ * IDENTIFIER can vary for different AUTH_METHODs.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String credentialId;
+
/**
* Attributes of the OAuth token associated with the request.
* The value may be {@code null}.
@@ -176,6 +185,27 @@ public Auth setClaims(java.util.Map claims) {
return this;
}
+ /**
+ * Identifies the client credential id used for authentication. credential_id is in the format of
+ * AUTH_METHOD:IDENTIFIER, e.g. "serviceaccount:XXXXX, apikey:XXXXX" where the format of the
+ * IDENTIFIER can vary for different AUTH_METHODs.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getCredentialId() {
+ return credentialId;
+ }
+
+ /**
+ * Identifies the client credential id used for authentication. credential_id is in the format of
+ * AUTH_METHOD:IDENTIFIER, e.g. "serviceaccount:XXXXX, apikey:XXXXX" where the format of the
+ * IDENTIFIER can vary for different AUTH_METHODs.
+ * @param credentialId credentialId or {@code null} for none
+ */
+ public Auth setCredentialId(java.lang.String credentialId) {
+ this.credentialId = credentialId;
+ return this;
+ }
+
/**
* Attributes of the OAuth token associated with the request.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-servicecontrol/v2/2.0.0/pom.xml b/clients/google-api-services-servicecontrol/v2/2.0.0/pom.xml
index 6d5826df9f1..8a7f4dcaedb 100644
--- a/clients/google-api-services-servicecontrol/v2/2.0.0/pom.xml
+++ b/clients/google-api-services-servicecontrol/v2/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-servicecontrol
- v2-rev20260428-2.0.0
- Service Control API v2-rev20260428-2.0.0
+ v2-rev20260512-2.0.0
+ Service Control API v2-rev20260512-2.0.0
jar
2011
diff --git a/clients/google-api-services-servicecontrol/v2/README.md b/clients/google-api-services-servicecontrol/v2/README.md
index 8a10983b3be..602607efb3f 100644
--- a/clients/google-api-services-servicecontrol/v2/README.md
+++ b/clients/google-api-services-servicecontrol/v2/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-servicecontrol
- v2-rev20260428-2.0.0
+ v2-rev20260512-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-servicecontrol:v2-rev20260428-2.0.0'
+ implementation 'com.google.apis:google-api-services-servicecontrol:v2-rev20260512-2.0.0'
}
```