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-aiplatform/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-aiplatform</artifactId>
<version>v1-rev20260605-2.0.0</version>
<version>v1-rev20260609-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20260605-2.0.0'
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20260609-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,28 @@
public final class GoogleCloudAiplatformV1GoogleMaps extends com.google.api.client.json.GenericJson {

/**
* Optional. If true, include the widget context token in the response.
* Optional. Deprecated: The Google Maps contextual widget behavior in Grounding with Google Maps
* is being deprecated; this field is planned for removal and no longer has any effect once
* removed. If true, include the widget context token in the response.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean enableWidget;

/**
* Optional. If true, include the widget context token in the response.
* Optional. Deprecated: The Google Maps contextual widget behavior in Grounding with Google Maps
* is being deprecated; this field is planned for removal and no longer has any effect once
* removed. If true, include the widget context token in the response.
* @return value or {@code null} for none
*/
public java.lang.Boolean getEnableWidget() {
return enableWidget;
}

/**
* Optional. If true, include the widget context token in the response.
* Optional. Deprecated: The Google Maps contextual widget behavior in Grounding with Google Maps
* is being deprecated; this field is planned for removal and no longer has any effect once
* removed. If true, include the widget context token in the response.
* @param enableWidget enableWidget or {@code null} for none
*/
public GoogleCloudAiplatformV1GoogleMaps setEnableWidget(java.lang.Boolean enableWidget) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
public final class GoogleCloudAiplatformV1GroundingMetadata extends com.google.api.client.json.GenericJson {

/**
* Optional. Output only. A token that can be used to render a Google Maps widget with the
* Optional. Output only. Deprecated: The Google Maps contextual widget behavior in Grounding with
* Google Maps is being deprecated; this field is planned for removal and will no longer be
* populated once removed. A token that can be used to render a Google Maps widget with the
* contextual data. This field is populated only when the grounding source is Google Maps.
* The value may be {@code null}.
*/
Expand Down Expand Up @@ -102,7 +104,9 @@ public final class GoogleCloudAiplatformV1GroundingMetadata extends com.google.a
private java.util.List<java.lang.String> webSearchQueries;

/**
* Optional. Output only. A token that can be used to render a Google Maps widget with the
* Optional. Output only. Deprecated: The Google Maps contextual widget behavior in Grounding with
* Google Maps is being deprecated; this field is planned for removal and will no longer be
* populated once removed. A token that can be used to render a Google Maps widget with the
* contextual data. This field is populated only when the grounding source is Google Maps.
* @return value or {@code null} for none
*/
Expand All @@ -111,7 +115,9 @@ public java.lang.String getGoogleMapsWidgetContextToken() {
}

/**
* Optional. Output only. A token that can be used to render a Google Maps widget with the
* Optional. Output only. Deprecated: The Google Maps contextual widget behavior in Grounding with
* Google Maps is being deprecated; this field is planned for removal and will no longer be
* populated once removed. A token that can be used to render a Google Maps widget with the
* contextual data. This field is populated only when the grounding source is Google Maps.
* @param googleMapsWidgetContextToken googleMapsWidgetContextToken or {@code null} for none
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
@SuppressWarnings("javadoc")
public final class GoogleCloudAiplatformV1ToolComputerUse extends com.google.api.client.json.GenericJson {

/**
* Optional. Enables the prompt injection detection check on computer-use request.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean enablePromptInjectionDetection;

/**
* Required. The environment being operated.
* The value may be {@code null}.
Expand All @@ -47,6 +54,23 @@ public final class GoogleCloudAiplatformV1ToolComputerUse extends com.google.api
@com.google.api.client.util.Key
private java.util.List<java.lang.String> excludedPredefinedFunctions;

/**
* Optional. Enables the prompt injection detection check on computer-use request.
* @return value or {@code null} for none
*/
public java.lang.Boolean getEnablePromptInjectionDetection() {
return enablePromptInjectionDetection;
}

/**
* Optional. Enables the prompt injection detection check on computer-use request.
* @param enablePromptInjectionDetection enablePromptInjectionDetection or {@code null} for none
*/
public GoogleCloudAiplatformV1ToolComputerUse setEnablePromptInjectionDetection(java.lang.Boolean enablePromptInjectionDetection) {
this.enablePromptInjectionDetection = enablePromptInjectionDetection;
return this;
}

/**
* Required. The environment being operated.
* @return value or {@code null} for none
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-aiplatform/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-aiplatform</artifactId>
<version>v1-rev20260605-2.0.0</version>
<name>Agent Platform API v1-rev20260605-2.0.0</name>
<version>v1-rev20260609-2.0.0</version>
<name>Agent Platform API v1-rev20260609-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-aiplatform/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-aiplatform</artifactId>
<version>v1-rev20260605-2.0.0</version>
<version>v1-rev20260609-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20260605-2.0.0'
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20260609-2.0.0'
}
```

Expand Down
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-aiplatform</artifactId>
<version>v1beta1-rev20260605-2.0.0</version>
<version>v1beta1-rev20260609-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-aiplatform:v1beta1-rev20260605-2.0.0'
implementation 'com.google.apis:google-api-services-aiplatform:v1beta1-rev20260609-2.0.0'
}
```

Expand Down
Loading
Loading