Skip to content

Commit 71a256e

Browse files
1 parent 00fd5ca commit 71a256e

109 files changed

Lines changed: 56050 additions & 48933 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

clients/google-api-services-aiplatform/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-aiplatform</artifactId>
25-
<version>v1-rev20260605-2.0.0</version>
25+
<version>v1-rev20260609-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-aiplatform:v1-rev20260605-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20260609-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-aiplatform/v1/2.0.0/com/google/api/services/aiplatform/v1/model/GoogleCloudAiplatformV1GoogleMaps.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,28 @@
3030
public final class GoogleCloudAiplatformV1GoogleMaps extends com.google.api.client.json.GenericJson {
3131

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

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

4751
/**
48-
* Optional. If true, include the widget context token in the response.
52+
* Optional. Deprecated: The Google Maps contextual widget behavior in Grounding with Google Maps
53+
* is being deprecated; this field is planned for removal and no longer has any effect once
54+
* removed. If true, include the widget context token in the response.
4955
* @param enableWidget enableWidget or {@code null} for none
5056
*/
5157
public GoogleCloudAiplatformV1GoogleMaps setEnableWidget(java.lang.Boolean enableWidget) {

clients/google-api-services-aiplatform/v1/2.0.0/com/google/api/services/aiplatform/v1/model/GoogleCloudAiplatformV1GroundingMetadata.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
public final class GoogleCloudAiplatformV1GroundingMetadata extends com.google.api.client.json.GenericJson {
3333

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

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

113117
/**
114-
* Optional. Output only. A token that can be used to render a Google Maps widget with the
118+
* Optional. Output only. Deprecated: The Google Maps contextual widget behavior in Grounding with
119+
* Google Maps is being deprecated; this field is planned for removal and will no longer be
120+
* populated once removed. A token that can be used to render a Google Maps widget with the
115121
* contextual data. This field is populated only when the grounding source is Google Maps.
116122
* @param googleMapsWidgetContextToken googleMapsWidgetContextToken or {@code null} for none
117123
*/

clients/google-api-services-aiplatform/v1/2.0.0/com/google/api/services/aiplatform/v1/model/GoogleCloudAiplatformV1ToolComputerUse.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
@SuppressWarnings("javadoc")
3030
public final class GoogleCloudAiplatformV1ToolComputerUse extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Optional. Enables the prompt injection detection check on computer-use request.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.Boolean enablePromptInjectionDetection;
38+
3239
/**
3340
* Required. The environment being operated.
3441
* The value may be {@code null}.
@@ -47,6 +54,23 @@ public final class GoogleCloudAiplatformV1ToolComputerUse extends com.google.api
4754
@com.google.api.client.util.Key
4855
private java.util.List<java.lang.String> excludedPredefinedFunctions;
4956

57+
/**
58+
* Optional. Enables the prompt injection detection check on computer-use request.
59+
* @return value or {@code null} for none
60+
*/
61+
public java.lang.Boolean getEnablePromptInjectionDetection() {
62+
return enablePromptInjectionDetection;
63+
}
64+
65+
/**
66+
* Optional. Enables the prompt injection detection check on computer-use request.
67+
* @param enablePromptInjectionDetection enablePromptInjectionDetection or {@code null} for none
68+
*/
69+
public GoogleCloudAiplatformV1ToolComputerUse setEnablePromptInjectionDetection(java.lang.Boolean enablePromptInjectionDetection) {
70+
this.enablePromptInjectionDetection = enablePromptInjectionDetection;
71+
return this;
72+
}
73+
5074
/**
5175
* Required. The environment being operated.
5276
* @return value or {@code null} for none

clients/google-api-services-aiplatform/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-aiplatform</artifactId>
11-
<version>v1-rev20260605-2.0.0</version>
12-
<name>Agent Platform API v1-rev20260605-2.0.0</name>
11+
<version>v1-rev20260609-2.0.0</version>
12+
<name>Agent Platform API v1-rev20260609-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-aiplatform/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-aiplatform</artifactId>
25-
<version>v1-rev20260605-2.0.0</version>
25+
<version>v1-rev20260609-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-aiplatform:v1-rev20260605-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20260609-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-aiplatform/v1beta1/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-aiplatform</artifactId>
25-
<version>v1beta1-rev20260605-2.0.0</version>
25+
<version>v1beta1-rev20260609-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-aiplatform:v1beta1-rev20260605-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1beta1-rev20260609-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)