google-apis-agentregistry_v1 0.1.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 +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google/apis/agentregistry_v1/classes.rb +1392 -0
- data/lib/google/apis/agentregistry_v1/gem_version.rb +28 -0
- data/lib/google/apis/agentregistry_v1/representations.rb +598 -0
- data/lib/google/apis/agentregistry_v1/service.rb +1091 -0
- data/lib/google/apis/agentregistry_v1.rb +47 -0
- data/lib/google-apis-agentregistry_v1.rb +15 -0
- metadata +79 -0
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# Copyright 2020 Google LLC
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
require 'google/apis/agentregistry_v1/service.rb'
|
|
16
|
+
require 'google/apis/agentregistry_v1/classes.rb'
|
|
17
|
+
require 'google/apis/agentregistry_v1/representations.rb'
|
|
18
|
+
require 'google/apis/agentregistry_v1/gem_version.rb'
|
|
19
|
+
|
|
20
|
+
module Google
|
|
21
|
+
module Apis
|
|
22
|
+
# Agent Registry API
|
|
23
|
+
#
|
|
24
|
+
# Agent Registry is a centralized, unified catalog that lets you store, discover,
|
|
25
|
+
# and govern Model Context Protocol (MCP) servers, tools, and AI agents within
|
|
26
|
+
# Google Cloud.
|
|
27
|
+
#
|
|
28
|
+
# @see https://docs.cloud.google.com/agent-registry/overview
|
|
29
|
+
module AgentregistryV1
|
|
30
|
+
# Version of the Agent Registry API this client connects to.
|
|
31
|
+
# This is NOT the gem version.
|
|
32
|
+
VERSION = 'V1'
|
|
33
|
+
|
|
34
|
+
# See your Google Cloud Agent Registry data and the email address of your Google Account
|
|
35
|
+
AUTH_AGENTREGISTRY_READ_ONLY = 'https://www.googleapis.com/auth/agentregistry.read-only'
|
|
36
|
+
|
|
37
|
+
# See, edit, configure, and delete your Google Cloud Agent Registry data and see the email address for your Google Account
|
|
38
|
+
AUTH_AGENTREGISTRY_READ_WRITE = 'https://www.googleapis.com/auth/agentregistry.read-write'
|
|
39
|
+
|
|
40
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
|
41
|
+
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
|
42
|
+
|
|
43
|
+
# View your data across Google Cloud services and see the email address of your Google Account
|
|
44
|
+
AUTH_CLOUD_PLATFORM_READ_ONLY = 'https://www.googleapis.com/auth/cloud-platform.read-only'
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
end
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Copyright 2020 Google LLC
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
require "google/apis/agentregistry_v1"
|
metadata
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: google-apis-agentregistry_v1
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Google LLC
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies:
|
|
12
|
+
- !ruby/object:Gem::Dependency
|
|
13
|
+
name: google-apis-core
|
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
|
15
|
+
requirements:
|
|
16
|
+
- - ">="
|
|
17
|
+
- !ruby/object:Gem::Version
|
|
18
|
+
version: 0.15.0
|
|
19
|
+
- - "<"
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: 2.a
|
|
22
|
+
type: :runtime
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
requirements:
|
|
26
|
+
- - ">="
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
version: 0.15.0
|
|
29
|
+
- - "<"
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
version: 2.a
|
|
32
|
+
description: This is the simple REST client for Agent Registry API V1. Simple REST
|
|
33
|
+
clients are Ruby client libraries that provide access to Google services via their
|
|
34
|
+
HTTP REST API endpoints. These libraries are generated and updated automatically
|
|
35
|
+
based on the discovery documents published by the service, and they handle most
|
|
36
|
+
concerns such as authentication, pagination, retry, timeouts, and logging. You can
|
|
37
|
+
use this client to access the Agent Registry API, but note that some services may
|
|
38
|
+
provide a separate modern client that is easier to use.
|
|
39
|
+
email: googleapis-packages@google.com
|
|
40
|
+
executables: []
|
|
41
|
+
extensions: []
|
|
42
|
+
extra_rdoc_files: []
|
|
43
|
+
files:
|
|
44
|
+
- ".yardopts"
|
|
45
|
+
- CHANGELOG.md
|
|
46
|
+
- LICENSE.md
|
|
47
|
+
- OVERVIEW.md
|
|
48
|
+
- lib/google-apis-agentregistry_v1.rb
|
|
49
|
+
- lib/google/apis/agentregistry_v1.rb
|
|
50
|
+
- lib/google/apis/agentregistry_v1/classes.rb
|
|
51
|
+
- lib/google/apis/agentregistry_v1/gem_version.rb
|
|
52
|
+
- lib/google/apis/agentregistry_v1/representations.rb
|
|
53
|
+
- lib/google/apis/agentregistry_v1/service.rb
|
|
54
|
+
homepage: https://github.com/google/google-api-ruby-client
|
|
55
|
+
licenses:
|
|
56
|
+
- Apache-2.0
|
|
57
|
+
metadata:
|
|
58
|
+
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
|
+
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-agentregistry_v1/CHANGELOG.md
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-agentregistry_v1/v0.1.0
|
|
61
|
+
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-agentregistry_v1
|
|
62
|
+
rdoc_options: []
|
|
63
|
+
require_paths:
|
|
64
|
+
- lib
|
|
65
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
|
+
requirements:
|
|
67
|
+
- - ">="
|
|
68
|
+
- !ruby/object:Gem::Version
|
|
69
|
+
version: '3.2'
|
|
70
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
|
+
requirements:
|
|
72
|
+
- - ">="
|
|
73
|
+
- !ruby/object:Gem::Version
|
|
74
|
+
version: '0'
|
|
75
|
+
requirements: []
|
|
76
|
+
rubygems_version: 3.6.9
|
|
77
|
+
specification_version: 4
|
|
78
|
+
summary: Simple REST client for Agent Registry API V1
|
|
79
|
+
test_files: []
|