google-apis-agentregistry_v1alpha 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 621fcb5973192e710573ecc7d11345f7f1f8a3503f6179b75d284db70936b54b
|
|
4
|
+
data.tar.gz: 46590696592e8856d5cbea1eb76b5cf9a2752cd6a19707c1bc99af3d7e14167a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11573a8619116db59caf0585b1e3359619e7251c5e50585b3cab6f43775286b8ad686a7565e049b80104483f548df736e279a95370c77f8c3b4f628942dce341
|
|
7
|
+
data.tar.gz: b5a061365a6d9d2235708d0b06fc2a5b8c7a88cef0e13e8c92bb7f88150265393ef9e0d000e946c1d6326250e1153f235b708ae0659305941588114c2dfb365d
|
data/CHANGELOG.md
CHANGED
|
@@ -1023,8 +1023,8 @@ module Google
|
|
|
1023
1023
|
# No | Included | | skills.id | No | Yes | No | Included | | skills.name | No |
|
|
1024
1024
|
# Yes | No | Included | | skills.description | No | Yes | No | Included | |
|
|
1025
1025
|
# skills.tags | No | Yes | No | Included | | skills.examples | No | Yes | No |
|
|
1026
|
-
# Included | Examples: * `agentId=urn:agent:projects-123:projects:123:locations:
|
|
1027
|
-
# us-central1:reasoningEngines:1234` to find the agent with the specified agent
|
|
1026
|
+
# Included | Examples: * `agentId="urn:agent:projects-123:projects:123:locations:
|
|
1027
|
+
# us-central1:reasoningEngines:1234"` to find the agent with the specified agent
|
|
1028
1028
|
# ID. * `name:important` to find agents whose name contains `important` as a
|
|
1029
1029
|
# word. * `displayName:works*` to find agents whose display name contains words
|
|
1030
1030
|
# that start with `works`. * `skills.tags:test` to find agents whose skills tags
|
|
@@ -1103,8 +1103,8 @@ module Google
|
|
|
1103
1103
|
# `OR`, and `()`. Searchable fields: | Field | `=` | `:` | `*` | Keyword Search |
|
|
1104
1104
|
# |--------------------|-----|-----|-----|----------------| | mcpServerId | Yes
|
|
1105
1105
|
# | Yes | Yes | Included | | name | No | Yes | Yes | Included | | displayName |
|
|
1106
|
-
# No | Yes | Yes | Included | Examples: * `mcpServerId=urn:mcp:projects-123:
|
|
1107
|
-
# projects:123:locations:us-central1:agentregistry:services:service-id` to find
|
|
1106
|
+
# No | Yes | Yes | Included | Examples: * `mcpServerId="urn:mcp:projects-123:
|
|
1107
|
+
# projects:123:locations:us-central1:agentregistry:services:service-id"` to find
|
|
1108
1108
|
# the MCP Server with the specified MCP Server ID. * `name:important` to find
|
|
1109
1109
|
# MCP Servers whose name contains `important` as a word. * `displayName:works*`
|
|
1110
1110
|
# to find MCP Servers whose display name contains words that start with `works`.
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AgentregistryV1alpha
|
|
18
18
|
# Version of the google-apis-agentregistry_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260430"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -84,8 +84,8 @@ module Google
|
|
|
84
84
|
end
|
|
85
85
|
|
|
86
86
|
# Lists information about the supported locations for this service. This method
|
|
87
|
-
# lists locations based on the resource scope provided in the
|
|
88
|
-
# ListLocationsRequest.name
|
|
87
|
+
# lists locations based on the resource scope provided in the
|
|
88
|
+
# ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
|
|
89
89
|
# the method lists the public locations available to all projects. * **Project-
|
|
90
90
|
# specific locations**: If `name` follows the format `projects/`project``, the
|
|
91
91
|
# method lists locations visible to that specific project. This includes public,
|
|
@@ -96,8 +96,8 @@ module Google
|
|
|
96
96
|
# @param [String] name
|
|
97
97
|
# The resource that owns the locations collection, if applicable.
|
|
98
98
|
# @param [Array<String>, String] extra_location_types
|
|
99
|
-
# Optional. Do not use this field
|
|
100
|
-
#
|
|
99
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
100
|
+
# is primarily for internal usage.
|
|
101
101
|
# @param [String] filter
|
|
102
102
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
103
103
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-agentregistry_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-agentregistry_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-agentregistry_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-agentregistry_v1alpha/v0.3.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-agentregistry_v1alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|