Skip to content

Commit 5b2beaa

Browse files
1 parent 53fb3e7 commit 5b2beaa

47 files changed

Lines changed: 1539 additions & 3685 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-rev20260831-2.0.0</version>
25+
<version>v1-rev20260904-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-rev20260831-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20260904-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public final class GoogleCloudAiplatformV1AgentTool extends com.google.api.clien
3838
private java.util.Map<String, java.lang.String> headers;
3939

4040
/**
41-
* Optional. The tool's GCP resource name, used to resolve the tool. Applicable when `type` is
42-
* `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example
41+
* Optional. The tool's Google Cloud resource name, used to resolve the tool. Applicable when
42+
* `type` is `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example
4343
* `projects/{project}/locations/{location}/.../mcpServers/{id}` or
4444
* `projects/{project}/locations/{location}/.../endpoints/{id}`.
4545
* The value may be {@code null}.
@@ -86,8 +86,8 @@ public GoogleCloudAiplatformV1AgentTool setHeaders(java.util.Map<String, java.la
8686
}
8787

8888
/**
89-
* Optional. The tool's GCP resource name, used to resolve the tool. Applicable when `type` is
90-
* `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example
89+
* Optional. The tool's Google Cloud resource name, used to resolve the tool. Applicable when
90+
* `type` is `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example
9191
* `projects/{project}/locations/{location}/.../mcpServers/{id}` or
9292
* `projects/{project}/locations/{location}/.../endpoints/{id}`.
9393
* @return value or {@code null} for none
@@ -97,8 +97,8 @@ public java.lang.String getName() {
9797
}
9898

9999
/**
100-
* Optional. The tool's GCP resource name, used to resolve the tool. Applicable when `type` is
101-
* `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example
100+
* Optional. The tool's Google Cloud resource name, used to resolve the tool. Applicable when
101+
* `type` is `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example
102102
* `projects/{project}/locations/{location}/.../mcpServers/{id}` or
103103
* `projects/{project}/locations/{location}/.../endpoints/{id}`.
104104
* @param name name 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-rev20260831-2.0.0</version>
12-
<name>Agent Platform API v1-rev20260831-2.0.0</name>
11+
<version>v1-rev20260904-2.0.0</version>
12+
<name>Agent Platform API v1-rev20260904-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-rev20260831-2.0.0</version>
25+
<version>v1-rev20260904-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-rev20260831-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20260904-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-rev20260831-2.0.0</version>
25+
<version>v1beta1-rev20260904-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-rev20260831-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1beta1-rev20260904-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)