google-apis-connectors_v2 0.33.0 → 0.34.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/connectors_v2/gem_version.rb +3 -3
- data/lib/google/apis/connectors_v2/service.rb +4 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 97722765fe377738544a3d7cbbb337d544ce21dfccdce2377b1bad38cecc0675
|
|
4
|
+
data.tar.gz: 8bdaacf01c7bcd1f5f92eedd0d340994f3497a5b2dcebc5035c2917396c490fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 388870552d336a9df5b552d516a4d98c06b4529cff7d801dad7325456fa9743b45f6a98466d49e08545d6f8c573bebfd33ebb31acbc6099aa0a0f71e7dd1f3c9
|
|
7
|
+
data.tar.gz: 879df747b3e020ab375d1ebf66fcbd461c29e841f3b3fe54470d6ef81fca25163f3787477b8d3aa97f3457b6727e5324ea5568e3b7079b6fb0d49384c0248827
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-connectors_v2
|
|
2
2
|
|
|
3
|
+
### v0.34.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260527
|
|
6
|
+
* Regenerated using generator version 0.19.0
|
|
7
|
+
|
|
3
8
|
### v0.33.0 (2026-05-03)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20260427
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/apigee/docs/api-platform/co
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ConnectorsV2
|
|
18
18
|
# Version of the google-apis-connectors_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.34.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260527"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1007,6 +1007,8 @@ module Google
|
|
|
1007
1007
|
# Page size.
|
|
1008
1008
|
# @param [String] page_token
|
|
1009
1009
|
# Page token.
|
|
1010
|
+
# @param [Array<String>, String] tool_names
|
|
1011
|
+
# List of tool names for selective tool fetching.
|
|
1010
1012
|
# @param [String] fields
|
|
1011
1013
|
# Selector specifying which fields to include in a partial response.
|
|
1012
1014
|
# @param [String] quota_user
|
|
@@ -1024,7 +1026,7 @@ module Google
|
|
|
1024
1026
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1025
1027
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1026
1028
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1027
|
-
def list_project_location_connection_tools(parent, execution_config_headers: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1029
|
+
def list_project_location_connection_tools(parent, execution_config_headers: nil, page_size: nil, page_token: nil, tool_names: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1028
1030
|
command = make_simple_command(:get, 'v2/{+parent}/tools', options)
|
|
1029
1031
|
command.response_representation = Google::Apis::ConnectorsV2::ListToolsResponse::Representation
|
|
1030
1032
|
command.response_class = Google::Apis::ConnectorsV2::ListToolsResponse
|
|
@@ -1032,6 +1034,7 @@ module Google
|
|
|
1032
1034
|
command.query['executionConfig.headers'] = execution_config_headers unless execution_config_headers.nil?
|
|
1033
1035
|
command.query['pageSize'] = page_size unless page_size.nil?
|
|
1034
1036
|
command.query['pageToken'] = page_token unless page_token.nil?
|
|
1037
|
+
command.query['toolNames'] = tool_names unless tool_names.nil?
|
|
1035
1038
|
command.query['fields'] = fields unless fields.nil?
|
|
1036
1039
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1037
1040
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-connectors_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.34.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-connectors_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v2/v0.34.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|