Skip to content

Commit c7732c9

Browse files
1 parent 621ac4f commit c7732c9

File tree

4 files changed

+39
-6
lines changed

4 files changed

+39
-6
lines changed

clients/google-api-services-agentregistry/v1alpha/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-agentregistry</artifactId>
25-
<version>v1alpha-rev20260318-2.0.0</version>
25+
<version>v1alpha-rev20260326-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-agentregistry:v1alpha-rev20260318-2.0.0'
38+
implementation 'com.google.apis:google-api-services-agentregistry:v1alpha-rev20260326-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-agentregistry/v1alpha/2.0.0/com/google/api/services/agentregistry/v1alpha/model/Service.java

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@ public final class Service extends com.google.api.client.json.GenericJson {
9696
@com.google.api.client.util.Key
9797
private java.lang.String name;
9898

99+
/**
100+
* Output only. The resource name of the resulting Agent, MCP Server, or Endpoint. Format: *
101+
* `projects/{project}/locations/{location}/mcpServers/{mcp_server}` *
102+
* `projects/{project}/locations/{location}/agents/{agent}` *
103+
* `projects/{project}/locations/{location}/endpoints/{endpoint}`
104+
* The value may be {@code null}.
105+
*/
106+
@com.google.api.client.util.Key
107+
private java.lang.String registryResource;
108+
99109
/**
100110
* Output only. Update time.
101111
* The value may be {@code null}.
@@ -249,6 +259,29 @@ public Service setName(java.lang.String name) {
249259
return this;
250260
}
251261

262+
/**
263+
* Output only. The resource name of the resulting Agent, MCP Server, or Endpoint. Format: *
264+
* `projects/{project}/locations/{location}/mcpServers/{mcp_server}` *
265+
* `projects/{project}/locations/{location}/agents/{agent}` *
266+
* `projects/{project}/locations/{location}/endpoints/{endpoint}`
267+
* @return value or {@code null} for none
268+
*/
269+
public java.lang.String getRegistryResource() {
270+
return registryResource;
271+
}
272+
273+
/**
274+
* Output only. The resource name of the resulting Agent, MCP Server, or Endpoint. Format: *
275+
* `projects/{project}/locations/{location}/mcpServers/{mcp_server}` *
276+
* `projects/{project}/locations/{location}/agents/{agent}` *
277+
* `projects/{project}/locations/{location}/endpoints/{endpoint}`
278+
* @param registryResource registryResource or {@code null} for none
279+
*/
280+
public Service setRegistryResource(java.lang.String registryResource) {
281+
this.registryResource = registryResource;
282+
return this;
283+
}
284+
252285
/**
253286
* Output only. Update time.
254287
* @return value or {@code null} for none

clients/google-api-services-agentregistry/v1alpha/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-agentregistry</artifactId>
11-
<version>v1alpha-rev20260318-2.0.0</version>
12-
<name>Agent Registry API v1alpha-rev20260318-2.0.0</name>
11+
<version>v1alpha-rev20260326-2.0.0</version>
12+
<name>Agent Registry API v1alpha-rev20260326-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-agentregistry/v1alpha/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-agentregistry</artifactId>
25-
<version>v1alpha-rev20260318-2.0.0</version>
25+
<version>v1alpha-rev20260326-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-agentregistry:v1alpha-rev20260318-2.0.0'
38+
implementation 'com.google.apis:google-api-services-agentregistry:v1alpha-rev20260326-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)