Skip to content

Commit e36c883

Browse files
feat(all): auto-regenerate discovery clients (#3584)
1 parent 76b1187 commit e36c883

278 files changed

Lines changed: 34883 additions & 11335 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.

accesscontextmanager/v1/accesscontextmanager-api.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@
896896
]
897897
},
898898
"replaceAll": {
899-
"description": "Replace all existing service perimeters in an access policy with the service perimeters provided. This is done atomically. The long-running operation from this RPC has a successful status after all replacements propagate to long-lasting storage. Replacements containing errors result in an error response for the first error encountered. Upon an error, replacement are cancelled and existing service perimeters are not affected. The Operation.response field contains ReplaceServicePerimetersResponse.",
899+
"description": "Replace all existing service perimeters in an access policy with the service perimeters provided. This is done atomically. The long-running operation from this RPC has a successful status after all replacements propagate to long-lasting storage. Replacements containing errors result in an error response for the first error encountered. Upon an error, replacements are cancelled and existing service perimeters are not affected. The Operation.response field contains ReplaceServicePerimetersResponse.",
900900
"flatPath": "v1/accessPolicies/{accessPoliciesId}/servicePerimeters:replaceAll",
901901
"httpMethod": "POST",
902902
"id": "accesscontextmanager.accessPolicies.servicePerimeters.replaceAll",
@@ -1247,20 +1247,20 @@
12471247
"permissions": {
12481248
"methods": {
12491249
"list": {
1250-
"description": "Lists all supported permissions in VPCSC Granular Controls.",
1250+
"description": "Lists all supported permissions in VPC Service Controls ingress and egress rules for Granular Controls.",
12511251
"flatPath": "v1/permissions",
12521252
"httpMethod": "GET",
12531253
"id": "accesscontextmanager.permissions.list",
12541254
"parameterOrder": [],
12551255
"parameters": {
12561256
"pageSize": {
1257-
"description": "Optional. This flag specifies the maximum number of services to return per page. Default is 100.",
1257+
"description": "Optional. This flag specifies the maximum number of services to return per page. Default value is 100.",
12581258
"format": "int32",
12591259
"location": "query",
12601260
"type": "integer"
12611261
},
12621262
"pageToken": {
1263-
"description": "Optional. Token to start on a later page. Default is the first page.",
1263+
"description": "Optional. Use this token to retrieve a specific page of results. Default is the first page.",
12641264
"location": "query",
12651265
"type": "string"
12661266
}
@@ -1309,13 +1309,13 @@
13091309
"parameterOrder": [],
13101310
"parameters": {
13111311
"pageSize": {
1312-
"description": "This flag specifies the maximum number of services to return per page. Default is 100.",
1312+
"description": "This flag specifies the maximum number of services to return per page. Default value is 100.",
13131313
"format": "int32",
13141314
"location": "query",
13151315
"type": "integer"
13161316
},
13171317
"pageToken": {
1318-
"description": "Token to start on a later page. Default is the first page.",
1318+
"description": "Use this token to retrieve a specific page of results. Default is the first page.",
13191319
"location": "query",
13201320
"type": "string"
13211321
}
@@ -1331,7 +1331,7 @@
13311331
}
13321332
}
13331333
},
1334-
"revision": "20260329",
1334+
"revision": "20260426",
13351335
"rootUrl": "https://accesscontextmanager.googleapis.com/",
13361336
"schemas": {
13371337
"AccessContextManagerOperationMetadata": {
@@ -2225,11 +2225,11 @@
22252225
"id": "ListSupportedPermissionsResponse",
22262226
"properties": {
22272227
"nextPageToken": {
2228-
"description": "The pagination token to retrieve the next page of results. If the value is empty, no further results remain.",
2228+
"description": "Use this pagination token to retrieve the next page of results. An empty value indicates that no further results are available.",
22292229
"type": "string"
22302230
},
22312231
"supportedPermissions": {
2232-
"description": "List of VPC-SC supported permissions.",
2232+
"description": "List of VPC Service Controls supported permissions.",
22332233
"items": {
22342234
"type": "string"
22352235
},
@@ -2243,7 +2243,7 @@
22432243
"id": "ListSupportedServicesResponse",
22442244
"properties": {
22452245
"nextPageToken": {
2246-
"description": "The pagination token to retrieve the next page of results. If the value is empty, no further results remain.",
2246+
"description": "Use this pagination token to retrieve the next page of results. An empty value indicates that no further results are available.",
22472247
"type": "string"
22482248
},
22492249
"supportedServices": {

accesscontextmanager/v1/accesscontextmanager-gen.go

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agentregistry/v1alpha/agentregistry-api.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
]
146146
},
147147
"list": {
148-
"description": "Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.",
148+
"description": "Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.",
149149
"flatPath": "v1alpha/projects/{projectsId}/locations",
150150
"httpMethod": "GET",
151151
"id": "agentregistry.projects.locations.list",
@@ -154,7 +154,7 @@
154154
],
155155
"parameters": {
156156
"extraLocationTypes": {
157-
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
157+
"description": "Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage.",
158158
"location": "query",
159159
"repeated": true,
160160
"type": "string"
@@ -421,8 +421,10 @@
421421
"$ref": "FetchAvailableBindingsResponse"
422422
},
423423
"scopes": [
424+
"https://www.googleapis.com/auth/agentregistry.read-only",
424425
"https://www.googleapis.com/auth/agentregistry.read-write",
425-
"https://www.googleapis.com/auth/cloud-platform"
426+
"https://www.googleapis.com/auth/cloud-platform",
427+
"https://www.googleapis.com/auth/cloud-platform.read-only"
426428
]
427429
},
428430
"get": {
@@ -447,8 +449,10 @@
447449
"$ref": "Binding"
448450
},
449451
"scopes": [
452+
"https://www.googleapis.com/auth/agentregistry.read-only",
450453
"https://www.googleapis.com/auth/agentregistry.read-write",
451-
"https://www.googleapis.com/auth/cloud-platform"
454+
"https://www.googleapis.com/auth/cloud-platform",
455+
"https://www.googleapis.com/auth/cloud-platform.read-only"
452456
]
453457
},
454458
"list": {
@@ -494,8 +498,10 @@
494498
"$ref": "ListBindingsResponse"
495499
},
496500
"scopes": [
501+
"https://www.googleapis.com/auth/agentregistry.read-only",
497502
"https://www.googleapis.com/auth/agentregistry.read-write",
498-
"https://www.googleapis.com/auth/cloud-platform"
503+
"https://www.googleapis.com/auth/cloud-platform",
504+
"https://www.googleapis.com/auth/cloud-platform.read-only"
499505
]
500506
},
501507
"patch": {
@@ -1053,7 +1059,7 @@
10531059
}
10541060
}
10551061
},
1056-
"revision": "20260408",
1062+
"revision": "20260430",
10571063
"rootUrl": "https://agentregistry.googleapis.com/",
10581064
"schemas": {
10591065
"Agent": {
@@ -1828,7 +1834,7 @@
18281834
"type": "string"
18291835
},
18301836
"searchString": {
1831-
"description": "Optional. Search criteria used to select the Agents to return. If no search criteria is specified then all accessible Agents will be returned. Search expressions can be used to restrict results based upon searchable fields, where the operators can be used along with the suffix wildcard symbol `*`. See [instructions](https://docs.cloud.google.com/agent-registry/search-agents-and-tools) for more details. Allowed operators: `=`, `:`, `NOT`, `AND`, `OR`, and `()`. Searchable fields: | Field | `=` | `:` | `*` | Keyword Search | |--------------------|-----|-----|-----|----------------| | agentId | Yes | Yes | Yes | Included | | name | No | Yes | Yes | Included | | displayName | No | Yes | Yes | Included | | description | No | Yes | No | Included | | skills | No | Yes | No | Included | | skills.id | No | Yes | No | Included | | skills.name | No | Yes | No | Included | | skills.description | No | Yes | No | Included | | skills.tags | No | Yes | No | Included | | skills.examples | No | Yes | No | Included | Examples: * `agentId=urn:agent:projects-123:projects:123:locations:us-central1:reasoningEngines:1234` to find the agent with the specified agent ID. * `name:important` to find agents whose name contains `important` as a word. * `displayName:works*` to find agents whose display name contains words that start with `works`. * `skills.tags:test` to find agents whose skills tags contain `test`. * `planner OR booking` to find agents whose metadata contains the words `planner` or `booking`.",
1837+
"description": "Optional. Search criteria used to select the Agents to return. If no search criteria is specified then all accessible Agents will be returned. Search expressions can be used to restrict results based upon searchable fields, where the operators can be used along with the suffix wildcard symbol `*`. See [instructions](https://docs.cloud.google.com/agent-registry/search-agents-and-tools) for more details. Allowed operators: `=`, `:`, `NOT`, `AND`, `OR`, and `()`. Searchable fields: | Field | `=` | `:` | `*` | Keyword Search | |--------------------|-----|-----|-----|----------------| | agentId | Yes | Yes | Yes | Included | | name | No | Yes | Yes | Included | | displayName | No | Yes | Yes | Included | | description | No | Yes | No | Included | | skills | No | Yes | No | Included | | skills.id | No | Yes | No | Included | | skills.name | No | Yes | No | Included | | skills.description | No | Yes | No | Included | | skills.tags | No | Yes | No | Included | | skills.examples | No | Yes | No | Included | Examples: * `agentId=\"urn:agent:projects-123:projects:123:locations:us-central1:reasoningEngines:1234\"` to find the agent with the specified agent ID. * `name:important` to find agents whose name contains `important` as a word. * `displayName:works*` to find agents whose display name contains words that start with `works`. * `skills.tags:test` to find agents whose skills tags contain `test`. * `planner OR booking` to find agents whose metadata contains the words `planner` or `booking`.",
18321838
"type": "string"
18331839
}
18341840
},
@@ -1866,7 +1872,7 @@
18661872
"type": "string"
18671873
},
18681874
"searchString": {
1869-
"description": "Optional. Search criteria used to select the MCP Servers to return. If no search criteria is specified then all accessible MCP Servers will be returned. Search expressions can be used to restrict results based upon searchable fields, where the operators can be used along with the suffix wildcard symbol `*`. See [instructions](https://docs.cloud.google.com/agent-registry/search-agents-and-tools) for more details. Allowed operators: `=`, `:`, `NOT`, `AND`, `OR`, and `()`. Searchable fields: | Field | `=` | `:` | `*` | Keyword Search | |--------------------|-----|-----|-----|----------------| | mcpServerId | Yes | Yes | Yes | Included | | name | No | Yes | Yes | Included | | displayName | No | Yes | Yes | Included | Examples: * `mcpServerId=urn:mcp:projects-123:projects:123:locations:us-central1:agentregistry:services:service-id` to find the MCP Server with the specified MCP Server ID. * `name:important` to find MCP Servers whose name contains `important` as a word. * `displayName:works*` to find MCP Servers whose display name contains words that start with `works`. * `planner OR booking` to find MCP Servers whose metadata contains the words `planner` or `booking`. * `mcpServerId:service-id AND (displayName:planner OR displayName:booking)` to find MCP Servers whose MCP Server ID contains `service-id` and whose display name contains `planner` or `booking`.",
1875+
"description": "Optional. Search criteria used to select the MCP Servers to return. If no search criteria is specified then all accessible MCP Servers will be returned. Search expressions can be used to restrict results based upon searchable fields, where the operators can be used along with the suffix wildcard symbol `*`. See [instructions](https://docs.cloud.google.com/agent-registry/search-agents-and-tools) for more details. Allowed operators: `=`, `:`, `NOT`, `AND`, `OR`, and `()`. Searchable fields: | Field | `=` | `:` | `*` | Keyword Search | |--------------------|-----|-----|-----|----------------| | mcpServerId | Yes | Yes | Yes | Included | | name | No | Yes | Yes | Included | | displayName | No | Yes | Yes | Included | Examples: * `mcpServerId=\"urn:mcp:projects-123:projects:123:locations:us-central1:agentregistry:services:service-id\"` to find the MCP Server with the specified MCP Server ID. * `name:important` to find MCP Servers whose name contains `important` as a word. * `displayName:works*` to find MCP Servers whose display name contains words that start with `works`. * `planner OR booking` to find MCP Servers whose metadata contains the words `planner` or `booking`. * `mcpServerId:service-id AND (displayName:planner OR displayName:booking)` to find MCP Servers whose MCP Server ID contains `service-id` and whose display name contains `planner` or `booking`.",
18701876
"type": "string"
18711877
}
18721878
},

0 commit comments

Comments
 (0)