Skip to content

Commit 341eb6f

Browse files
1 parent ed4f471 commit 341eb6f

File tree

12 files changed

+192
-12
lines changed

12 files changed

+192
-12
lines changed

clients/google-api-services-ces/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-ces</artifactId>
25-
<version>v1-rev20260304-2.0.0</version>
25+
<version>v1-rev20260312-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-ces:v1-rev20260304-2.0.0'
38+
implementation 'com.google.apis:google-api-services-ces:v1-rev20260312-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/GenerateChatTokenRequest.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ public final class GenerateChatTokenRequest extends com.google.api.client.json.G
3838
@com.google.api.client.util.Key
3939
private java.lang.String deployment;
4040

41+
/**
42+
* Optional. Indicates if live handoff is enabled for the session.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.Boolean liveHandoffEnabled;
47+
4148
/**
4249
* Optional. The reCAPTCHA token generated by the client-side chat widget.
4350
* The value may be {@code null}.
@@ -64,6 +71,23 @@ public GenerateChatTokenRequest setDeployment(java.lang.String deployment) {
6471
return this;
6572
}
6673

74+
/**
75+
* Optional. Indicates if live handoff is enabled for the session.
76+
* @return value or {@code null} for none
77+
*/
78+
public java.lang.Boolean getLiveHandoffEnabled() {
79+
return liveHandoffEnabled;
80+
}
81+
82+
/**
83+
* Optional. Indicates if live handoff is enabled for the session.
84+
* @param liveHandoffEnabled liveHandoffEnabled or {@code null} for none
85+
*/
86+
public GenerateChatTokenRequest setLiveHandoffEnabled(java.lang.Boolean liveHandoffEnabled) {
87+
this.liveHandoffEnabled = liveHandoffEnabled;
88+
return this;
89+
}
90+
6791
/**
6892
* Optional. The reCAPTCHA token generated by the client-side chat widget.
6993
* @return value or {@code null} for none

clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/McpTool.java

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ public final class McpTool extends com.google.api.client.json.GenericJson {
4040
@com.google.api.client.util.Key
4141
private ApiAuthentication apiAuthentication;
4242

43+
/**
44+
* Optional. The custom headers to send in the request to the MCP server. The values must be in
45+
* the format `$context.variables.` and can be set in the session variables. See
46+
* https://docs.cloud.google.com/customer-engagement-ai/conversational-agents/ps/tool/open-
47+
* api#openapi-injection for more details.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private java.util.Map<String, java.lang.String> customHeaders;
52+
4353
/**
4454
* Optional. The description of the MCP tool.
4555
* The value may be {@code null}.
@@ -117,6 +127,29 @@ public McpTool setApiAuthentication(ApiAuthentication apiAuthentication) {
117127
return this;
118128
}
119129

130+
/**
131+
* Optional. The custom headers to send in the request to the MCP server. The values must be in
132+
* the format `$context.variables.` and can be set in the session variables. See
133+
* https://docs.cloud.google.com/customer-engagement-ai/conversational-agents/ps/tool/open-
134+
* api#openapi-injection for more details.
135+
* @return value or {@code null} for none
136+
*/
137+
public java.util.Map<String, java.lang.String> getCustomHeaders() {
138+
return customHeaders;
139+
}
140+
141+
/**
142+
* Optional. The custom headers to send in the request to the MCP server. The values must be in
143+
* the format `$context.variables.` and can be set in the session variables. See
144+
* https://docs.cloud.google.com/customer-engagement-ai/conversational-agents/ps/tool/open-
145+
* api#openapi-injection for more details.
146+
* @param customHeaders customHeaders or {@code null} for none
147+
*/
148+
public McpTool setCustomHeaders(java.util.Map<String, java.lang.String> customHeaders) {
149+
this.customHeaders = customHeaders;
150+
return this;
151+
}
152+
120153
/**
121154
* Optional. The description of the MCP tool.
122155
* @return value or {@code null} for none

clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/McpToolset.java

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ public final class McpToolset extends com.google.api.client.json.GenericJson {
3939
@com.google.api.client.util.Key
4040
private ApiAuthentication apiAuthentication;
4141

42+
/**
43+
* Optional. The custom headers to send in the request to the MCP server. The values must be in
44+
* the format `$context.variables.` and can be set in the session variables. See
45+
* https://docs.cloud.google.com/customer-engagement-ai/conversational-agents/ps/tool/open-
46+
* api#openapi-injection for more details.
47+
* The value may be {@code null}.
48+
*/
49+
@com.google.api.client.util.Key
50+
private java.util.Map<String, java.lang.String> customHeaders;
51+
4252
/**
4353
* Required. The address of the MCP server, for example, "https://example.com/mcp/". If the server
4454
* is built with the MCP SDK, the url should be suffixed with "/mcp/". Only Streamable HTTP
@@ -87,6 +97,29 @@ public McpToolset setApiAuthentication(ApiAuthentication apiAuthentication) {
8797
return this;
8898
}
8999

100+
/**
101+
* Optional. The custom headers to send in the request to the MCP server. The values must be in
102+
* the format `$context.variables.` and can be set in the session variables. See
103+
* https://docs.cloud.google.com/customer-engagement-ai/conversational-agents/ps/tool/open-
104+
* api#openapi-injection for more details.
105+
* @return value or {@code null} for none
106+
*/
107+
public java.util.Map<String, java.lang.String> getCustomHeaders() {
108+
return customHeaders;
109+
}
110+
111+
/**
112+
* Optional. The custom headers to send in the request to the MCP server. The values must be in
113+
* the format `$context.variables.` and can be set in the session variables. See
114+
* https://docs.cloud.google.com/customer-engagement-ai/conversational-agents/ps/tool/open-
115+
* api#openapi-injection for more details.
116+
* @param customHeaders customHeaders or {@code null} for none
117+
*/
118+
public McpToolset setCustomHeaders(java.util.Map<String, java.lang.String> customHeaders) {
119+
this.customHeaders = customHeaders;
120+
return this;
121+
}
122+
90123
/**
91124
* Required. The address of the MCP server, for example, "https://example.com/mcp/". If the server
92125
* is built with the MCP SDK, the url should be suffixed with "/mcp/". Only Streamable HTTP

clients/google-api-services-ces/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-ces</artifactId>
11-
<version>v1-rev20260304-2.0.0</version>
12-
<name>Gemini Enterprise for Customer Experience API v1-rev20260304-2.0.0</name>
11+
<version>v1-rev20260312-2.0.0</version>
12+
<name>Gemini Enterprise for Customer Experience API v1-rev20260312-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-ces/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-ces</artifactId>
25-
<version>v1-rev20260304-2.0.0</version>
25+
<version>v1-rev20260312-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-ces:v1-rev20260304-2.0.0'
38+
implementation 'com.google.apis:google-api-services-ces:v1-rev20260312-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-ces/v1beta/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-ces</artifactId>
25-
<version>v1beta-rev20260304-2.0.0</version>
25+
<version>v1beta-rev20260312-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-ces:v1beta-rev20260304-2.0.0'
38+
implementation 'com.google.apis:google-api-services-ces:v1beta-rev20260312-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-ces/v1beta/2.0.0/com/google/api/services/ces/v1beta/model/GenerateChatTokenRequest.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ public final class GenerateChatTokenRequest extends com.google.api.client.json.G
3838
@com.google.api.client.util.Key
3939
private java.lang.String deployment;
4040

41+
/**
42+
* Optional. Indicates if live handoff is enabled for the session.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.Boolean liveHandoffEnabled;
47+
4148
/**
4249
* Optional. The reCAPTCHA token generated by the client-side chat widget.
4350
* The value may be {@code null}.
@@ -64,6 +71,23 @@ public GenerateChatTokenRequest setDeployment(java.lang.String deployment) {
6471
return this;
6572
}
6673

74+
/**
75+
* Optional. Indicates if live handoff is enabled for the session.
76+
* @return value or {@code null} for none
77+
*/
78+
public java.lang.Boolean getLiveHandoffEnabled() {
79+
return liveHandoffEnabled;
80+
}
81+
82+
/**
83+
* Optional. Indicates if live handoff is enabled for the session.
84+
* @param liveHandoffEnabled liveHandoffEnabled or {@code null} for none
85+
*/
86+
public GenerateChatTokenRequest setLiveHandoffEnabled(java.lang.Boolean liveHandoffEnabled) {
87+
this.liveHandoffEnabled = liveHandoffEnabled;
88+
return this;
89+
}
90+
6791
/**
6892
* Optional. The reCAPTCHA token generated by the client-side chat widget.
6993
* @return value or {@code null} for none

clients/google-api-services-ces/v1beta/2.0.0/com/google/api/services/ces/v1beta/model/McpTool.java

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ public final class McpTool extends com.google.api.client.json.GenericJson {
4040
@com.google.api.client.util.Key
4141
private ApiAuthentication apiAuthentication;
4242

43+
/**
44+
* Optional. The custom headers to send in the request to the MCP server. The values must be in
45+
* the format `$context.variables.` and can be set in the session variables. See
46+
* https://docs.cloud.google.com/customer-engagement-ai/conversational-agents/ps/tool/open-
47+
* api#openapi-injection for more details.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private java.util.Map<String, java.lang.String> customHeaders;
52+
4353
/**
4454
* Optional. The description of the MCP tool.
4555
* The value may be {@code null}.
@@ -117,6 +127,29 @@ public McpTool setApiAuthentication(ApiAuthentication apiAuthentication) {
117127
return this;
118128
}
119129

130+
/**
131+
* Optional. The custom headers to send in the request to the MCP server. The values must be in
132+
* the format `$context.variables.` and can be set in the session variables. See
133+
* https://docs.cloud.google.com/customer-engagement-ai/conversational-agents/ps/tool/open-
134+
* api#openapi-injection for more details.
135+
* @return value or {@code null} for none
136+
*/
137+
public java.util.Map<String, java.lang.String> getCustomHeaders() {
138+
return customHeaders;
139+
}
140+
141+
/**
142+
* Optional. The custom headers to send in the request to the MCP server. The values must be in
143+
* the format `$context.variables.` and can be set in the session variables. See
144+
* https://docs.cloud.google.com/customer-engagement-ai/conversational-agents/ps/tool/open-
145+
* api#openapi-injection for more details.
146+
* @param customHeaders customHeaders or {@code null} for none
147+
*/
148+
public McpTool setCustomHeaders(java.util.Map<String, java.lang.String> customHeaders) {
149+
this.customHeaders = customHeaders;
150+
return this;
151+
}
152+
120153
/**
121154
* Optional. The description of the MCP tool.
122155
* @return value or {@code null} for none

clients/google-api-services-ces/v1beta/2.0.0/com/google/api/services/ces/v1beta/model/McpToolset.java

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ public final class McpToolset extends com.google.api.client.json.GenericJson {
3939
@com.google.api.client.util.Key
4040
private ApiAuthentication apiAuthentication;
4141

42+
/**
43+
* Optional. The custom headers to send in the request to the MCP server. The values must be in
44+
* the format `$context.variables.` and can be set in the session variables. See
45+
* https://docs.cloud.google.com/customer-engagement-ai/conversational-agents/ps/tool/open-
46+
* api#openapi-injection for more details.
47+
* The value may be {@code null}.
48+
*/
49+
@com.google.api.client.util.Key
50+
private java.util.Map<String, java.lang.String> customHeaders;
51+
4252
/**
4353
* Required. The address of the MCP server, for example, "https://example.com/mcp/". If the server
4454
* is built with the MCP SDK, the url should be suffixed with "/mcp/". Only Streamable HTTP
@@ -87,6 +97,29 @@ public McpToolset setApiAuthentication(ApiAuthentication apiAuthentication) {
8797
return this;
8898
}
8999

100+
/**
101+
* Optional. The custom headers to send in the request to the MCP server. The values must be in
102+
* the format `$context.variables.` and can be set in the session variables. See
103+
* https://docs.cloud.google.com/customer-engagement-ai/conversational-agents/ps/tool/open-
104+
* api#openapi-injection for more details.
105+
* @return value or {@code null} for none
106+
*/
107+
public java.util.Map<String, java.lang.String> getCustomHeaders() {
108+
return customHeaders;
109+
}
110+
111+
/**
112+
* Optional. The custom headers to send in the request to the MCP server. The values must be in
113+
* the format `$context.variables.` and can be set in the session variables. See
114+
* https://docs.cloud.google.com/customer-engagement-ai/conversational-agents/ps/tool/open-
115+
* api#openapi-injection for more details.
116+
* @param customHeaders customHeaders or {@code null} for none
117+
*/
118+
public McpToolset setCustomHeaders(java.util.Map<String, java.lang.String> customHeaders) {
119+
this.customHeaders = customHeaders;
120+
return this;
121+
}
122+
90123
/**
91124
* Required. The address of the MCP server, for example, "https://example.com/mcp/". If the server
92125
* is built with the MCP SDK, the url should be suffixed with "/mcp/". Only Streamable HTTP

0 commit comments

Comments
 (0)