google-apis-connectors_v2 0.21.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/connectors_v2/gem_version.rb +2 -2
- 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: de705f680c7334556964c2e51198e37d373f55a02593d669ef97269f69665de5
|
4
|
+
data.tar.gz: 50a2f1377fd69e1489e50e12cac3aa840ef866ecb9e3fb19481645ce4ac7574d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a3a1c2126a5f48b463cfe8e71cbcaae8ba7ec495164925702f319eb964a93583c4200007aae3f1a52f3e70b31d6473cc4e0312e69a6e2704aaf2b83a996cbf3
|
7
|
+
data.tar.gz: 0d28d96390fe1bd1815862e87779ff749b740507468294cfe2a8a7f9ba4b34664968a47f3d6beb6fd5c4ca8a01ee74b6f4b23fa16683bf953f2730fc4bad83f0
|
data/CHANGELOG.md
CHANGED
@@ -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.22.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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)
|
metadata
CHANGED
@@ -1,13 +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.
|
4
|
+
version: 0.22.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-16 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.22.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:
|