google-apis-connectors_v2 0.20.0 → 0.22.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: ca95c1dbefe4c49f0616ba2be6aa80f88f30b597ae56449d53999067d6f813c4
4
- data.tar.gz: 7add59768ff3cfef63227028a98e175bb6348d8f9dced0346dba5cf316def155
3
+ metadata.gz: de705f680c7334556964c2e51198e37d373f55a02593d669ef97269f69665de5
4
+ data.tar.gz: 50a2f1377fd69e1489e50e12cac3aa840ef866ecb9e3fb19481645ce4ac7574d
5
5
  SHA512:
6
- metadata.gz: 75e16b4e51967d226576ca94d96fcd526f61dd64b10c0da11b89fd29614ee0959a76915ebafc7c7cc616db4e69e5e7c753e0c870ade49be08a4a842b38138a92
7
- data.tar.gz: 6d2bc471e68a160e325d1ab38c25a1912490da0405e3a989ec1488a7c95737fdea6d300a8827aad91902be2fed6bdb67fd060907e168f24be3e20c87dcc0f7b2
6
+ metadata.gz: 8a3a1c2126a5f48b463cfe8e71cbcaae8ba7ec495164925702f319eb964a93583c4200007aae3f1a52f3e70b31d6473cc4e0312e69a6e2704aaf2b83a996cbf3
7
+ data.tar.gz: 0d28d96390fe1bd1815862e87779ff749b740507468294cfe2a8a7f9ba4b34664968a47f3d6beb6fd5c4ca8a01ee74b6f4b23fa16683bf953f2730fc4bad83f0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-connectors_v2
2
2
 
3
+ ### v0.22.0 (2025-04-06)
4
+
5
+ * Regenerated from discovery document revision 20250327
6
+
7
+ ### v0.21.0 (2025-03-16)
8
+
9
+ * Regenerated from discovery document revision 20250304
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.20.0 (2024-10-27)
4
13
 
5
14
  * Regenerated from discovery document revision 20241015
@@ -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.20.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241015"
25
+ REVISION = "20250327"
26
26
  end
27
27
  end
28
28
  end
@@ -257,6 +257,8 @@ module Google
257
257
  # @param [String] name
258
258
  # Required. Resource name of the Action. Format: projects/`project`/locations/`
259
259
  # location`/connections/`connection`/actions/`action`
260
+ # @param [String] view
261
+ # Specified view of the action schema.
260
262
  # @param [String] fields
261
263
  # Selector specifying which fields to include in a partial response.
262
264
  # @param [String] quota_user
@@ -274,11 +276,12 @@ module Google
274
276
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
275
277
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
276
278
  # @raise [Google::Apis::AuthorizationError] Authorization is required
277
- def get_project_location_connection_action(name, fields: nil, quota_user: nil, options: nil, &block)
279
+ def get_project_location_connection_action(name, view: nil, fields: nil, quota_user: nil, options: nil, &block)
278
280
  command = make_simple_command(:get, 'v2/{+name}', options)
279
281
  command.response_representation = Google::Apis::ConnectorsV2::Action::Representation
280
282
  command.response_class = Google::Apis::ConnectorsV2::Action
281
283
  command.params['name'] = name unless name.nil?
284
+ command.query['view'] = view unless view.nil?
282
285
  command.query['fields'] = fields unless fields.nil?
283
286
  command.query['quotaUser'] = quota_user unless quota_user.nil?
284
287
  execute_or_queue_command(command, &block)
@@ -330,6 +333,8 @@ module Google
330
333
  # @param [String] name
331
334
  # Required. Resource name of the Entity Type. Format: projects/`project`/
332
335
  # locations/`location`/connections/`connection`/entityTypes/`entityType`
336
+ # @param [String] view
337
+ # Specifies view for entity type schema.
333
338
  # @param [String] fields
334
339
  # Selector specifying which fields to include in a partial response.
335
340
  # @param [String] quota_user
@@ -347,11 +352,12 @@ module Google
347
352
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
348
353
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
349
354
  # @raise [Google::Apis::AuthorizationError] Authorization is required
350
- def get_project_location_connection_entity_type(name, fields: nil, quota_user: nil, options: nil, &block)
355
+ def get_project_location_connection_entity_type(name, view: nil, fields: nil, quota_user: nil, options: nil, &block)
351
356
  command = make_simple_command(:get, 'v2/{+name}', options)
352
357
  command.response_representation = Google::Apis::ConnectorsV2::EntityType::Representation
353
358
  command.response_class = Google::Apis::ConnectorsV2::EntityType
354
359
  command.params['name'] = name unless name.nil?
360
+ command.query['view'] = view unless view.nil?
355
361
  command.query['fields'] = fields unless fields.nil?
356
362
  command.query['quotaUser'] = quota_user unless quota_user.nil?
357
363
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-connectors_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-10-27 00:00:00.000000000 Z
10
+ date: 2025-04-16 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v2/v0.20.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v2/v0.22.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.21
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Connectors API V2
82
79
  test_files: []