Skip to content

Commit b7f1166

Browse files
feat: Automated regeneration of agentregistry v1alpha client
1 parent f4409d0 commit b7f1166

4 files changed

Lines changed: 25 additions & 31 deletions

File tree

generated/google-apis-agentregistry_v1alpha/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-agentregistry_v1alpha
22

3+
### v0.8.0 (2026-09-06)
4+
5+
* Regenerated from discovery document revision 20260827
6+
37
### v0.7.0 (2026-08-30)
48

59
* Regenerated from discovery document revision 20260821

generated/google-apis-agentregistry_v1alpha/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
google-apis-agentregistry_v1alpha (0.7.0)
4+
google-apis-agentregistry_v1alpha (0.8.0)
55
google-apis-core (>= 0.15.0, < 2.a)
66

77
GEM
@@ -105,7 +105,7 @@ CHECKSUMS
105105
faraday (2.14.3) sha256=1882247e6766615c8220b4392bf1d27f6ebb63d8e28267587cef1fb0bf37f278
106106
faraday-follow_redirects (0.5.0) sha256=5cde93c894b30943a5d2b93c2fe9284216a6b756f7af406a1e55f211d97d10ad
107107
faraday-net_http (3.4.4) sha256=0e78af151747ed1b00f33e25973b4bc220d7f16c00c39676817c8b12331eb588
108-
google-apis-agentregistry_v1alpha (0.7.0)
108+
google-apis-agentregistry_v1alpha (0.8.0)
109109
google-apis-core (1.2.5) sha256=e21562b5627a0fc6a0c3165e429c3afed0f6a628eaa514e83f7204dda1adff69
110110
google-cloud-env (2.4.0) sha256=01cb35ecee5d1c4d1cd4deaed8bb5bddc838e296bcc2a35c5d1ddd07ce40d28d
111111
google-logging-utils (0.2.0) sha256=675462b4ea5affa825a3442694ca2d75d0069455a1d0956127207498fca3df7b

generated/google-apis-agentregistry_v1alpha/lib/google/apis/agentregistry_v1alpha/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AgentregistryV1alpha
1818
# Version of the google-apis-agentregistry_v1alpha gem
19-
GEM_VERSION = "0.7.0"
19+
GEM_VERSION = "0.8.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.19.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260821"
25+
REVISION = "20260827"
2626
end
2727
end
2828
end

generated/google-apis-agentregistry_v1alpha/lib/google/apis/agentregistry_v1alpha/service.rb

Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,12 +1274,9 @@ def get_project_location_skill(name, fields: nil, quota_user: nil, download_dest
12741274
# where equality operators can be used. See [instructions](https://docs.cloud.
12751275
# google.com/agent-registry/search-agents-and-tools) for more details. Allowed
12761276
# operators: `=`, `<`, `>`, `NOT`, `AND`, `OR`, and `()`. | Field | `=` | `<`, `>
1277-
# ` | |----------------------------|-----|----------| | state | Yes | No | |
1278-
# targetState | Yes | No | | createTime | Yes | Yes | | updateTime | Yes | Yes |
1279-
# | publisher | Yes | No | | frontmatter.metadata. | Yes | No | | attributes.. |
1280-
# Yes | No | Examples: * `state=ACTIVE` to restrict results to skills in the `
1281-
# ACTIVE` state. * `frontmatter.metadata.version=10` to restrict results to
1282-
# skills with a frontmatter metadata `version` equal to `10`.
1277+
# ` | |--------------|-----|----------| | state | Yes | No | | targetState | Yes
1278+
# | No | | createTime | Yes | Yes | | updateTime | Yes | Yes | Examples: * `
1279+
# state=ACTIVE` to restrict results to skills in the `ACTIVE` state.
12831280
# @param [String] order_by
12841281
# Optional. Hint for how to order the results
12851282
# @param [Fixnum] page_size
@@ -1373,13 +1370,10 @@ def patch_project_location_skill(name, skill_object = nil, request_id: nil, upda
13731370
# filterable fields, where equality operators can be used. See [instructions](
13741371
# https://docs.cloud.google.com/agent-registry/search-agents-and-tools) for more
13751372
# details. Allowed operators: `=`, `<`, `>`, `NOT`, `AND`, `OR`, and `()`. |
1376-
# Field | `=` | `<`, `>` | |----------------------------|-----|----------| |
1377-
# state | Yes | No | | targetState | Yes | No | | createTime | Yes | Yes | |
1378-
# updateTime | Yes | Yes | | publisher | Yes | No | | frontmatter.metadata. |
1379-
# Yes | No | | attributes.. | Yes | No | Examples: * `state=ACTIVE` to restrict
1380-
# results to skills in the `ACTIVE` state. * `frontmatter.metadata.version=10`
1381-
# to restrict results to skills with a frontmatter metadata `version` equal to `
1382-
# 10`.
1373+
# Field | `=` | `<`, `>` | |--------------|-----|----------| | state | Yes | No |
1374+
# | targetState | Yes | No | | createTime | Yes | Yes | | updateTime | Yes |
1375+
# Yes | Examples: * `state=ACTIVE` to restrict results to skills in the `ACTIVE`
1376+
# state.
13831377
# @param [Fixnum] page_size
13841378
# Optional. The maximum number of search results to return per page. The page
13851379
# size is capped at `100`, even if a larger value is specified. A negative value
@@ -1399,20 +1393,16 @@ def patch_project_location_skill(name, skill_object = nil, request_id: nil, upda
13991393
# [instructions](https://docs.cloud.google.com/agent-registry/search-agents-and-
14001394
# tools) for more details. Allowed operators: `=`, `:`, `NOT`, `AND`, `OR`, and `
14011395
# ()`. Searchable fields: | Field | `=` | `:` | `*` | Keyword Search | |---------
1402-
# -------------------|-----|-----|-----|----------------| | skillId | Yes | Yes |
1403-
# Yes | Included | | name | No | Yes | Yes | Included | | displayName | No |
1404-
# Yes | Yes | Included | | description | No | Yes | No | Included | | publisher |
1405-
# No | Yes | Yes | Excluded | | frontmatter.name | No | Yes | No | Included | |
1406-
# frontmatter.description | No | Yes | No | Included | | frontmatter.
1407-
# compatibility | No | Yes | No | Included | | frontmatter.license | No | Yes |
1408-
# No | Included | | frontmatter.metadata. | No | Yes | No | Excluded | |
1409-
# attributes.. | No | Yes | No | Excluded | Examples: * `skillId="urn:skill:
1410-
# projects-1234:locations:global:private-important-skill"` to find the skill
1411-
# with the specified skill ID. * `name:important` to find skills whose name
1412-
# contains `important` as a word. * `displayName:works*` to find skills whose
1413-
# display name contains words that start with `works`. * `frontmatter.metadata.
1414-
# author:alice` to find skills whose frontmatter metadata `author` contains
1415-
# words that start with `alice`.
1396+
# ------------------|-----|-----|-----|----------------| | skillId | Yes | Yes |
1397+
# Yes | Included | | name | No | Yes | Yes | Included | | displayName | No | Yes
1398+
# | Yes | Included | | description | No | Yes | No | Included | | frontmatter.
1399+
# name | No | Yes | No | Included | | frontmatter.description | No | Yes | No |
1400+
# Included | | frontmatter.compatibility | No | Yes | No | Included | |
1401+
# frontmatter.license | No | Yes | No | Included | Examples: * `skillId="urn:
1402+
# skill:projects-1234:locations:global:private-important-skill"` to find the
1403+
# skill with the specified skill ID. * `name:important` to find skills whose
1404+
# name contains `important` as a word. * `displayName:works*` to find skills
1405+
# whose display name contains words that start with `works`.
14161406
# @param [String] search_type
14171407
# Optional. The type of search.
14181408
# @param [String] fields

0 commit comments

Comments
 (0)