google-apis-connectors_v1 0.55.0 → 0.56.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/connectors_v1/gem_version.rb +2 -2
- data/lib/google/apis/connectors_v1/service.rb +2 -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: 43c6201aad25c175e4826dd1c6fc29c835f1eb2f2af632a28c93ab241395798a
|
4
|
+
data.tar.gz: d377b5a5c73463dfb0b5d407a3be321396b358ac733553b78f4508a58899b164
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af4427125bc1fac6111b17c02d9402516337f3240fac5b8fdde33f4d430e5c09d8087381840a4b6ec42278a74fd668cf276bd3e772070e96344e49a30f167dd3
|
7
|
+
data.tar.gz: 3a3257a04f29127b5f3d629113d06885c257139eb5ce2a2ca03b42769675bfa39410764099e8e26996e57fa8114161383c83e0d9508804e2fd41f0087f49941e
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ConnectorsV1
|
18
18
|
# Version of the google-apis-connectors_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.56.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240320"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -493,7 +493,8 @@ module Google
|
|
493
493
|
# connection: * `lock_config` To suspend/resume a connection: * `suspended` To
|
494
494
|
# update the connection details: * `description` * `labels` * `connector_version`
|
495
495
|
# * `config_variables` * `auth_config` * `destination_configs` * `node_config` *
|
496
|
-
# `log_config` * `ssl_config` * `eventing_enablement_type` * `eventing_config`
|
496
|
+
# `log_config` * `ssl_config` * `eventing_enablement_type` * `eventing_config` *
|
497
|
+
# `auth_override_enabled`
|
497
498
|
# @param [String] fields
|
498
499
|
# Selector specifying which fields to include in a partial response.
|
499
500
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-connectors_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.56.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-03-
|
11
|
+
date: 2024-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.56.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|