Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-ces/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-ces</artifactId>
<version>v1-rev20260903-2.0.0</version>
<version>v1-rev20260914-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-ces:v1-rev20260903-2.0.0'
implementation 'com.google.apis:google-api-services-ces:v1-rev20260914-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ public final class Event extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.String event;

/**
* Optional. Additional variables associated with the event.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.Map<String, java.lang.Object> variables;

/**
* Required. The name of the event.
* @return value or {@code null} for none
Expand All @@ -54,6 +61,23 @@ public Event setEvent(java.lang.String event) {
return this;
}

/**
* Optional. Additional variables associated with the event.
* @return value or {@code null} for none
*/
public java.util.Map<String, java.lang.Object> getVariables() {
return variables;
}

/**
* Optional. Additional variables associated with the event.
* @param variables variables or {@code null} for none
*/
public Event setVariables(java.util.Map<String, java.lang.Object> variables) {
this.variables = variables;
return this;
}

@Override
public Event set(String fieldName, Object value) {
return (Event) super.set(fieldName, value);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ public final class Guardrail extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.String name;

/**
* Optional. Guardrail that runs supervisor intervention.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private GuardrailSupervisor supervisor;

/**
* Output only. Timestamp when the guardrail was last updated.
* The value may be {@code null}.
Expand Down Expand Up @@ -343,6 +350,23 @@ public Guardrail setName(java.lang.String name) {
return this;
}

/**
* Optional. Guardrail that runs supervisor intervention.
* @return value or {@code null} for none
*/
public GuardrailSupervisor getSupervisor() {
return supervisor;
}

/**
* Optional. Guardrail that runs supervisor intervention.
* @param supervisor supervisor or {@code null} for none
*/
public Guardrail setSupervisor(GuardrailSupervisor supervisor) {
this.supervisor = supervisor;
return this;
}

/**
* Output only. Timestamp when the guardrail was last updated.
* @return value or {@code null} for none
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
*/
/*
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
* Modify at your own risk.
*/

package com.google.api.services.ces.v1.model;

/**
* Guardrail that runs supervisor intervention.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Gemini Enterprise for Customer Experience API. For a
* detailed explanation see:
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
* </p>
*
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
public final class GuardrailSupervisor extends com.google.api.client.json.GenericJson {

/**
* Optional. The detection mode of the supervisor.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String detectionMode;

/**
* Optional. The type of the supervisor.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String type;

/**
* Optional. The detection mode of the supervisor.
* @return value or {@code null} for none
*/
public java.lang.String getDetectionMode() {
return detectionMode;
}

/**
* Optional. The detection mode of the supervisor.
* @param detectionMode detectionMode or {@code null} for none
*/
public GuardrailSupervisor setDetectionMode(java.lang.String detectionMode) {
this.detectionMode = detectionMode;
return this;
}

/**
* Optional. The type of the supervisor.
* @return value or {@code null} for none
*/
public java.lang.String getType() {
return type;
}

/**
* Optional. The type of the supervisor.
* @param type type or {@code null} for none
*/
public GuardrailSupervisor setType(java.lang.String type) {
this.type = type;
return this;
}

@Override
public GuardrailSupervisor set(String fieldName, Object value) {
return (GuardrailSupervisor) super.set(fieldName, value);
}

@Override
public GuardrailSupervisor clone() {
return (GuardrailSupervisor) super.clone();
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,36 @@ public final class RemoteAgentTool extends com.google.api.client.json.GenericJso
@com.google.api.client.util.Key
private java.lang.String description;

/**
* Optional. Mapping of input variable names of remote agent to GECX variable names.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.Map<String, java.lang.String> inputVariableMapping;

/**
* Required. The name of the tool.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String name;

/**
* Optional. Mapping of output variable names of remote agent to GECX variable names.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.Map<String, java.lang.String> outputVariableMapping;

/**
* Optional. When enabled, the interaction between the CXAS app and the remote agent will share
* the same context. If the remote agent returns a context_id, it will be persisted for the
* entirety of the session for this remote agent tool.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean statefulAgent;

/**
* Required. The agent card of the remote agent that this tool invokes.
* @return value or {@code null} for none
Expand Down Expand Up @@ -109,6 +132,23 @@ public RemoteAgentTool setDescription(java.lang.String description) {
return this;
}

/**
* Optional. Mapping of input variable names of remote agent to GECX variable names.
* @return value or {@code null} for none
*/
public java.util.Map<String, java.lang.String> getInputVariableMapping() {
return inputVariableMapping;
}

/**
* Optional. Mapping of input variable names of remote agent to GECX variable names.
* @param inputVariableMapping inputVariableMapping or {@code null} for none
*/
public RemoteAgentTool setInputVariableMapping(java.util.Map<String, java.lang.String> inputVariableMapping) {
this.inputVariableMapping = inputVariableMapping;
return this;
}

/**
* Required. The name of the tool.
* @return value or {@code null} for none
Expand All @@ -126,6 +166,44 @@ public RemoteAgentTool setName(java.lang.String name) {
return this;
}

/**
* Optional. Mapping of output variable names of remote agent to GECX variable names.
* @return value or {@code null} for none
*/
public java.util.Map<String, java.lang.String> getOutputVariableMapping() {
return outputVariableMapping;
}

/**
* Optional. Mapping of output variable names of remote agent to GECX variable names.
* @param outputVariableMapping outputVariableMapping or {@code null} for none
*/
public RemoteAgentTool setOutputVariableMapping(java.util.Map<String, java.lang.String> outputVariableMapping) {
this.outputVariableMapping = outputVariableMapping;
return this;
}

/**
* Optional. When enabled, the interaction between the CXAS app and the remote agent will share
* the same context. If the remote agent returns a context_id, it will be persisted for the
* entirety of the session for this remote agent tool.
* @return value or {@code null} for none
*/
public java.lang.Boolean getStatefulAgent() {
return statefulAgent;
}

/**
* Optional. When enabled, the interaction between the CXAS app and the remote agent will share
* the same context. If the remote agent returns a context_id, it will be persisted for the
* entirety of the session for this remote agent tool.
* @param statefulAgent statefulAgent or {@code null} for none
*/
public RemoteAgentTool setStatefulAgent(java.lang.Boolean statefulAgent) {
this.statefulAgent = statefulAgent;
return this;
}

@Override
public RemoteAgentTool set(String fieldName, Object value) {
return (RemoteAgentTool) super.set(fieldName, value);
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-ces/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-ces</artifactId>
<version>v1-rev20260903-2.0.0</version>
<name>Gemini Enterprise for Customer Experience API v1-rev20260903-2.0.0</name>
<version>v1-rev20260914-2.0.0</version>
<name>Gemini Enterprise for Customer Experience API v1-rev20260914-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-ces/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-ces</artifactId>
<version>v1-rev20260903-2.0.0</version>
<version>v1-rev20260914-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-ces:v1-rev20260903-2.0.0'
implementation 'com.google.apis:google-api-services-ces:v1-rev20260914-2.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-ces/v1beta/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-ces</artifactId>
<version>v1beta-rev20260903-2.0.0</version>
<version>v1beta-rev20260914-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-ces:v1beta-rev20260903-2.0.0'
implementation 'com.google.apis:google-api-services-ces:v1beta-rev20260914-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ public final class Event extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.String event;

/**
* Optional. Additional variables associated with the event.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.Map<String, java.lang.Object> variables;

/**
* Required. The name of the event.
* @return value or {@code null} for none
Expand All @@ -54,6 +61,23 @@ public Event setEvent(java.lang.String event) {
return this;
}

/**
* Optional. Additional variables associated with the event.
* @return value or {@code null} for none
*/
public java.util.Map<String, java.lang.Object> getVariables() {
return variables;
}

/**
* Optional. Additional variables associated with the event.
* @param variables variables or {@code null} for none
*/
public Event setVariables(java.util.Map<String, java.lang.Object> variables) {
this.variables = variables;
return this;
}

@Override
public Event set(String fieldName, Object value) {
return (Event) super.set(fieldName, value);
Expand Down
Loading
Loading