From f4e03e9c4e7d2407885573c8931738dcd1626227 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Sat, 25 Jul 2026 18:12:57 -0700
Subject: [PATCH] chore: regenerate ces client
---
.../v1/2.0.0/README.md | 4 +-
.../ces/v1/CustomerEngagementSuite.java | 114 +++++++++++++-----
.../api/services/ces/v1/model/Deployment.java | 57 +++++++++
.../ces/v1/model/LfA2aV1AgentInterface.java | 18 ++-
.../LfA2aV1TaskPushNotificationConfig.java | 9 +-
.../ces/v1/model/SynthesizeSpeechConfig.java | 24 ++++
.../google-api-services-ces/v1/2.0.0/pom.xml | 4 +-
clients/google-api-services-ces/v1/README.md | 4 +-
8 files changed, 192 insertions(+), 42 deletions(-)
diff --git a/clients/google-api-services-ces/v1/2.0.0/README.md b/clients/google-api-services-ces/v1/2.0.0/README.md
index ffb0716da72..94f2c6dca2a 100644
--- a/clients/google-api-services-ces/v1/2.0.0/README.md
+++ b/clients/google-api-services-ces/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-ces
- v1-rev20260708-2.0.0
+ v1-rev20260715-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-ces:v1-rev20260708-2.0.0'
+ implementation 'com.google.apis:google-api-services-ces:v1-rev20260715-2.0.0'
}
```
diff --git a/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/CustomerEngagementSuite.java b/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/CustomerEngagementSuite.java
index 072b2ac132d..678879fbecc 100644
--- a/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/CustomerEngagementSuite.java
+++ b/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/CustomerEngagementSuite.java
@@ -1297,7 +1297,8 @@ public Get set(String parameterName, Object value) {
* parameters, call the {@link GetExtendedAgentCard#execute()} method to invoke the remote
* operation.
*
- * @param tenant Optional. Tenant ID, provided as a path parameter.
+ * @param tenant Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
* @return the request
*/
public GetExtendedAgentCard getExtendedAgentCard(java.lang.String tenant) throws java.io.IOException {
@@ -1324,7 +1325,8 @@ public class GetExtendedAgentCard extends CustomerEngagementSuiteRequest
*
- * @param tenant Optional. Tenant ID, provided as a path parameter.
+ * @param tenant Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
* @since 1.13
*/
protected GetExtendedAgentCard(java.lang.String tenant) {
@@ -1402,17 +1404,24 @@ public GetExtendedAgentCard setUploadProtocol(java.lang.String uploadProtocol) {
return (GetExtendedAgentCard) super.setUploadProtocol(uploadProtocol);
}
- /** Optional. Tenant ID, provided as a path parameter. */
+ /**
+ * Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
+ */
@com.google.api.client.util.Key
private java.lang.String tenant;
- /** Optional. Tenant ID, provided as a path parameter.
+ /** Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ `AgentInterface` in the Agent Card when that field is set.
*/
public java.lang.String getTenant() {
return tenant;
}
- /** Optional. Tenant ID, provided as a path parameter. */
+ /**
+ * Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
+ */
public GetExtendedAgentCard setTenant(java.lang.String tenant) {
if (!getSuppressPatternChecks()) {
com.google.api.client.util.Preconditions.checkArgument(TENANT_PATTERN.matcher(tenant).matches(),
@@ -4617,7 +4626,8 @@ public Get set(String parameterName, Object value) {
* parameters, call the {@link GetExtendedAgentCard#execute()} method to invoke the remote
* operation.
*
- * @param tenant Optional. Tenant ID, provided as a path parameter.
+ * @param tenant Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
* @return the request
*/
public GetExtendedAgentCard getExtendedAgentCard(java.lang.String tenant) throws java.io.IOException {
@@ -4644,7 +4654,8 @@ public class GetExtendedAgentCard extends CustomerEngagementSuiteRequest
*
- * @param tenant Optional. Tenant ID, provided as a path parameter.
+ * @param tenant Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
* @since 1.13
*/
protected GetExtendedAgentCard(java.lang.String tenant) {
@@ -4722,17 +4733,24 @@ public GetExtendedAgentCard setUploadProtocol(java.lang.String uploadProtocol) {
return (GetExtendedAgentCard) super.setUploadProtocol(uploadProtocol);
}
- /** Optional. Tenant ID, provided as a path parameter. */
+ /**
+ * Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
+ */
@com.google.api.client.util.Key
private java.lang.String tenant;
- /** Optional. Tenant ID, provided as a path parameter.
+ /** Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ `AgentInterface` in the Agent Card when that field is set.
*/
public java.lang.String getTenant() {
return tenant;
}
- /** Optional. Tenant ID, provided as a path parameter. */
+ /**
+ * Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
+ */
public GetExtendedAgentCard setTenant(java.lang.String tenant) {
if (!getSuppressPatternChecks()) {
com.google.api.client.util.Preconditions.checkArgument(TENANT_PATTERN.matcher(tenant).matches(),
@@ -5151,7 +5169,8 @@ public class Message {
* This request holds the parameters needed by the ces server. After setting any optional
* parameters, call the {@link Send#execute()} method to invoke the remote operation.
*
- * @param tenant Optional. Tenant ID, provided as a path parameter.
+ * @param tenant Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
* @param content the {@link com.google.api.services.ces.v1.model.LfA2aV1SendMessageRequest}
* @return the request
*/
@@ -5178,7 +5197,8 @@ public class Send extends CustomerEngagementSuiteRequest
*
- * @param tenant Optional. Tenant ID, provided as a path parameter.
+ * @param tenant Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
* @param content the {@link com.google.api.services.ces.v1.model.LfA2aV1SendMessageRequest}
* @since 1.13
*/
@@ -5247,17 +5267,24 @@ public Send setUploadProtocol(java.lang.String uploadProtocol) {
return (Send) super.setUploadProtocol(uploadProtocol);
}
- /** Optional. Tenant ID, provided as a path parameter. */
+ /**
+ * Optional. Opaque routing identifier. Must match the `tenant` value from the
+ * selected `AgentInterface` in the Agent Card when that field is set.
+ */
@com.google.api.client.util.Key
private java.lang.String tenant;
- /** Optional. Tenant ID, provided as a path parameter.
+ /** Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ `AgentInterface` in the Agent Card when that field is set.
*/
public java.lang.String getTenant() {
return tenant;
}
- /** Optional. Tenant ID, provided as a path parameter. */
+ /**
+ * Optional. Opaque routing identifier. Must match the `tenant` value from the
+ * selected `AgentInterface` in the Agent Card when that field is set.
+ */
public Send setTenant(java.lang.String tenant) {
if (!getSuppressPatternChecks()) {
com.google.api.client.util.Preconditions.checkArgument(TENANT_PATTERN.matcher(tenant).matches(),
@@ -7057,7 +7084,8 @@ public class Message {
* This request holds the parameters needed by the ces server. After setting any optional
* parameters, call the {@link Send#execute()} method to invoke the remote operation.
*
- * @param tenant Optional. Tenant ID, provided as a path parameter.
+ * @param tenant Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
* @param content the {@link com.google.api.services.ces.v1.model.LfA2aV1SendMessageRequest}
* @return the request
*/
@@ -7084,7 +7112,8 @@ public class Send extends CustomerEngagementSuiteRequest
*
- * @param tenant Optional. Tenant ID, provided as a path parameter.
+ * @param tenant Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
* @param content the {@link com.google.api.services.ces.v1.model.LfA2aV1SendMessageRequest}
* @since 1.13
*/
@@ -7153,17 +7182,24 @@ public Send setUploadProtocol(java.lang.String uploadProtocol) {
return (Send) super.setUploadProtocol(uploadProtocol);
}
- /** Optional. Tenant ID, provided as a path parameter. */
+ /**
+ * Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
+ */
@com.google.api.client.util.Key
private java.lang.String tenant;
- /** Optional. Tenant ID, provided as a path parameter.
+ /** Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ `AgentInterface` in the Agent Card when that field is set.
*/
public java.lang.String getTenant() {
return tenant;
}
- /** Optional. Tenant ID, provided as a path parameter. */
+ /**
+ * Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
+ */
public Send setTenant(java.lang.String tenant) {
if (!getSuppressPatternChecks()) {
com.google.api.client.util.Preconditions.checkArgument(TENANT_PATTERN.matcher(tenant).matches(),
@@ -10051,7 +10087,8 @@ public Get set(String parameterName, Object value) {
* parameters, call the {@link GetExtendedAgentCard#execute()} method to invoke the remote
* operation.
*
- * @param tenant Optional. Tenant ID, provided as a path parameter.
+ * @param tenant Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
* @return the request
*/
public GetExtendedAgentCard getExtendedAgentCard(java.lang.String tenant) throws java.io.IOException {
@@ -10078,7 +10115,8 @@ public class GetExtendedAgentCard extends CustomerEngagementSuiteRequest
*
- * @param tenant Optional. Tenant ID, provided as a path parameter.
+ * @param tenant Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
* @since 1.13
*/
protected GetExtendedAgentCard(java.lang.String tenant) {
@@ -10156,17 +10194,24 @@ public GetExtendedAgentCard setUploadProtocol(java.lang.String uploadProtocol) {
return (GetExtendedAgentCard) super.setUploadProtocol(uploadProtocol);
}
- /** Optional. Tenant ID, provided as a path parameter. */
+ /**
+ * Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
+ */
@com.google.api.client.util.Key
private java.lang.String tenant;
- /** Optional. Tenant ID, provided as a path parameter.
+ /** Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ `AgentInterface` in the Agent Card when that field is set.
*/
public java.lang.String getTenant() {
return tenant;
}
- /** Optional. Tenant ID, provided as a path parameter. */
+ /**
+ * Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
+ */
public GetExtendedAgentCard setTenant(java.lang.String tenant) {
if (!getSuppressPatternChecks()) {
com.google.api.client.util.Preconditions.checkArgument(TENANT_PATTERN.matcher(tenant).matches(),
@@ -10574,7 +10619,8 @@ public class Message {
* This request holds the parameters needed by the ces server. After setting any optional
* parameters, call the {@link Send#execute()} method to invoke the remote operation.
*
- * @param tenant Optional. Tenant ID, provided as a path parameter.
+ * @param tenant Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
* @param content the {@link com.google.api.services.ces.v1.model.LfA2aV1SendMessageRequest}
* @return the request
*/
@@ -10601,7 +10647,8 @@ public class Send extends CustomerEngagementSuiteRequest
*
- * @param tenant Optional. Tenant ID, provided as a path parameter.
+ * @param tenant Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
* @param content the {@link com.google.api.services.ces.v1.model.LfA2aV1SendMessageRequest}
* @since 1.13
*/
@@ -10670,17 +10717,24 @@ public Send setUploadProtocol(java.lang.String uploadProtocol) {
return (Send) super.setUploadProtocol(uploadProtocol);
}
- /** Optional. Tenant ID, provided as a path parameter. */
+ /**
+ * Optional. Opaque routing identifier. Must match the `tenant` value from the
+ * selected `AgentInterface` in the Agent Card when that field is set.
+ */
@com.google.api.client.util.Key
private java.lang.String tenant;
- /** Optional. Tenant ID, provided as a path parameter.
+ /** Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ `AgentInterface` in the Agent Card when that field is set.
*/
public java.lang.String getTenant() {
return tenant;
}
- /** Optional. Tenant ID, provided as a path parameter. */
+ /**
+ * Optional. Opaque routing identifier. Must match the `tenant` value from the
+ * selected `AgentInterface` in the Agent Card when that field is set.
+ */
public Send setTenant(java.lang.String tenant) {
if (!getSuppressPatternChecks()) {
com.google.api.client.util.Preconditions.checkArgument(TENANT_PATTERN.matcher(tenant).matches(),
diff --git a/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/Deployment.java b/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/Deployment.java
index dbd02c04de7..9b8f0d73415 100644
--- a/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/Deployment.java
+++ b/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/Deployment.java
@@ -84,6 +84,23 @@ public final class Deployment extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private InstagramCredentials instagramCredentials;
+ /**
+ * Optional. The modality of the deployment. Note: Deployment-level modality override is gated
+ * behind an allowlist. Contact the CXAS team to enable this field.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String modality;
+
+ /**
+ * Optional. Model settings for the deployment. Overrides model settings configured at the
+ * app/agent levels. Note: Deployment-level model settings override is gated behind an allowlist.
+ * Contact the CXAS team to enable this field.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private ModelSettings modelSettings;
+
/**
* Identifier. The resource name of the deployment. Format:
* `projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}`
@@ -234,6 +251,46 @@ public Deployment setInstagramCredentials(InstagramCredentials instagramCredenti
return this;
}
+ /**
+ * Optional. The modality of the deployment. Note: Deployment-level modality override is gated
+ * behind an allowlist. Contact the CXAS team to enable this field.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getModality() {
+ return modality;
+ }
+
+ /**
+ * Optional. The modality of the deployment. Note: Deployment-level modality override is gated
+ * behind an allowlist. Contact the CXAS team to enable this field.
+ * @param modality modality or {@code null} for none
+ */
+ public Deployment setModality(java.lang.String modality) {
+ this.modality = modality;
+ return this;
+ }
+
+ /**
+ * Optional. Model settings for the deployment. Overrides model settings configured at the
+ * app/agent levels. Note: Deployment-level model settings override is gated behind an allowlist.
+ * Contact the CXAS team to enable this field.
+ * @return value or {@code null} for none
+ */
+ public ModelSettings getModelSettings() {
+ return modelSettings;
+ }
+
+ /**
+ * Optional. Model settings for the deployment. Overrides model settings configured at the
+ * app/agent levels. Note: Deployment-level model settings override is gated behind an allowlist.
+ * Contact the CXAS team to enable this field.
+ * @param modelSettings modelSettings or {@code null} for none
+ */
+ public Deployment setModelSettings(ModelSettings modelSettings) {
+ this.modelSettings = modelSettings;
+ return this;
+ }
+
/**
* Identifier. The resource name of the deployment. Format:
* `projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}`
diff --git a/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/LfA2aV1AgentInterface.java b/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/LfA2aV1AgentInterface.java
index e5e3c296709..5665831987c 100644
--- a/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/LfA2aV1AgentInterface.java
+++ b/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/LfA2aV1AgentInterface.java
@@ -50,7 +50,11 @@ public final class LfA2aV1AgentInterface extends com.google.api.client.json.Gene
private java.lang.String protocolVersion;
/**
- * Tenant ID to be used in the request when calling the agent.
+ * Optional. An opaque string used for routing requests to a specific agent or tenant when
+ * multiple agents are served behind a single A2A endpoint. When set, clients MUST include this
+ * value in the `tenant` field of all request messages sent to this interface. The server is
+ * responsible for interpreting the value and routing requests accordingly; the protocol does not
+ * define its format or semantics.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -105,7 +109,11 @@ public LfA2aV1AgentInterface setProtocolVersion(java.lang.String protocolVersion
}
/**
- * Tenant ID to be used in the request when calling the agent.
+ * Optional. An opaque string used for routing requests to a specific agent or tenant when
+ * multiple agents are served behind a single A2A endpoint. When set, clients MUST include this
+ * value in the `tenant` field of all request messages sent to this interface. The server is
+ * responsible for interpreting the value and routing requests accordingly; the protocol does not
+ * define its format or semantics.
* @return value or {@code null} for none
*/
public java.lang.String getTenant() {
@@ -113,7 +121,11 @@ public java.lang.String getTenant() {
}
/**
- * Tenant ID to be used in the request when calling the agent.
+ * Optional. An opaque string used for routing requests to a specific agent or tenant when
+ * multiple agents are served behind a single A2A endpoint. When set, clients MUST include this
+ * value in the `tenant` field of all request messages sent to this interface. The server is
+ * responsible for interpreting the value and routing requests accordingly; the protocol does not
+ * define its format or semantics.
* @param tenant tenant or {@code null} for none
*/
public LfA2aV1AgentInterface setTenant(java.lang.String tenant) {
diff --git a/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/LfA2aV1TaskPushNotificationConfig.java b/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/LfA2aV1TaskPushNotificationConfig.java
index 4c0c0330240..f723c6d615b 100644
--- a/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/LfA2aV1TaskPushNotificationConfig.java
+++ b/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/LfA2aV1TaskPushNotificationConfig.java
@@ -53,7 +53,8 @@ public final class LfA2aV1TaskPushNotificationConfig extends com.google.api.clie
private java.lang.String taskId;
/**
- * Optional. Tenant ID.
+ * Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -127,7 +128,8 @@ public LfA2aV1TaskPushNotificationConfig setTaskId(java.lang.String taskId) {
}
/**
- * Optional. Tenant ID.
+ * Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
* @return value or {@code null} for none
*/
public java.lang.String getTenant() {
@@ -135,7 +137,8 @@ public java.lang.String getTenant() {
}
/**
- * Optional. Tenant ID.
+ * Optional. Opaque routing identifier. Must match the `tenant` value from the selected
+ * `AgentInterface` in the Agent Card when that field is set.
* @param tenant tenant or {@code null} for none
*/
public LfA2aV1TaskPushNotificationConfig setTenant(java.lang.String tenant) {
diff --git a/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/SynthesizeSpeechConfig.java b/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/SynthesizeSpeechConfig.java
index 1e4082f8121..38c91ebd350 100644
--- a/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/SynthesizeSpeechConfig.java
+++ b/clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/SynthesizeSpeechConfig.java
@@ -30,6 +30,13 @@
@SuppressWarnings("javadoc")
public final class SynthesizeSpeechConfig extends com.google.api.client.json.GenericJson {
+ /**
+ * Optional. The Cloud Storage URI to the consent audio for voice cloning.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.lang.String consentAudioGcsUri;
+
/**
* Optional. The instruction used to synthesize speech when using a generative model.
* The value may be {@code null}.
@@ -74,6 +81,23 @@ public final class SynthesizeSpeechConfig extends com.google.api.client.json.Gen
@com.google.api.client.util.Key
private java.lang.String voiceSampleGcsUri;
+ /**
+ * Optional. The Cloud Storage URI to the consent audio for voice cloning.
+ * @return value or {@code null} for none
+ */
+ public java.lang.String getConsentAudioGcsUri() {
+ return consentAudioGcsUri;
+ }
+
+ /**
+ * Optional. The Cloud Storage URI to the consent audio for voice cloning.
+ * @param consentAudioGcsUri consentAudioGcsUri or {@code null} for none
+ */
+ public SynthesizeSpeechConfig setConsentAudioGcsUri(java.lang.String consentAudioGcsUri) {
+ this.consentAudioGcsUri = consentAudioGcsUri;
+ return this;
+ }
+
/**
* Optional. The instruction used to synthesize speech when using a generative model.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-ces/v1/2.0.0/pom.xml b/clients/google-api-services-ces/v1/2.0.0/pom.xml
index bf0f6290882..0595e42a006 100644
--- a/clients/google-api-services-ces/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-ces/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-ces
- v1-rev20260708-2.0.0
- Gemini Enterprise for Customer Experience API v1-rev20260708-2.0.0
+ v1-rev20260715-2.0.0
+ Gemini Enterprise for Customer Experience API v1-rev20260715-2.0.0
jar
2011
diff --git a/clients/google-api-services-ces/v1/README.md b/clients/google-api-services-ces/v1/README.md
index ffb0716da72..94f2c6dca2a 100644
--- a/clients/google-api-services-ces/v1/README.md
+++ b/clients/google-api-services-ces/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-ces
- v1-rev20260708-2.0.0
+ v1-rev20260715-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-ces:v1-rev20260708-2.0.0'
+ implementation 'com.google.apis:google-api-services-ces:v1-rev20260715-2.0.0'
}
```