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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44580b9f0bdcf43ee233063f08cbf36b74cec874061c963f840a5bf594e1c145
4
- data.tar.gz: 559af933e0da3fa1b1d063c26c038a7147fa6484091a480a81d8137b7c5488f3
3
+ metadata.gz: 97722765fe377738544a3d7cbbb337d544ce21dfccdce2377b1bad38cecc0675
4
+ data.tar.gz: 8bdaacf01c7bcd1f5f92eedd0d340994f3497a5b2dcebc5035c2917396c490fa
5
5
  SHA512:
6
- metadata.gz: 2771b0b31682b09c1f7d7d4e0c3bba9118bb679ff5ae77dcf2d176420dff2f504f4150f1979d199af6ca0df3e7c56641d5f9c79f9844040fb0876d2a4eb1d28c
7
- data.tar.gz: 8c0950824b2f05eb037948ddbd8947e61396451891cafba168dcba5a3423420ea48b7823365af2e0a4c38927eec9d515f11d89b0e2fad014385ec333dc3464d1
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.1+.
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.33.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.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260427"
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.33.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.33.0
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.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="