google-apis-connectors_v1 0.33.0 → 0.34.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f176a965e66b1d0c7d1a390e1b724ea18dbf9678b00a11dff04eec95d1abe8f1
4
- data.tar.gz: 5b5837b1013ebca606ab78ac7bf0c07d29324c8c1596f46e4b5859bd6b31b1f2
3
+ metadata.gz: aca29780f160e5b0b0d62d2e2cbdd11de67a7d115bbbacf98020449531011b62
4
+ data.tar.gz: fe1e988ec92a5035bf36887e688239c4f4dbc603a02a408129f1d0c022dca511
5
5
  SHA512:
6
- metadata.gz: db32db0dcc170518117ffec13da02644a79fd352a543d0b5a171058f7d8559f6b5f06035b575912f80846e56acd2a063a7eea790fe8217e736f8f8d6027ff4ca
7
- data.tar.gz: 370a5bf6a6964332b236208339780fd818242aa7ecba8840b5f0b065230da5a087b209a533929432d7cbc0d47382c5a39f4dc2aae6a3f7361608914b29555384
6
+ metadata.gz: 7f4284b1c00208cb3c90778028e42178c1c4423cbd20cb94655f08c84d438767492e2eab9c0c9eef0e4c3278f5f0cc234a6a19ad7d8cce5c6626824720be5271
7
+ data.tar.gz: 3da2f218d30ef47ba3348a060283b0635d6e9840460f751429726d3e844347f46b2471f573eaab031f1d6a93a65b3e290c35aa379a5ccf5f23f901b159a5b403
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.34.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230712
6
+
3
7
  ### v0.33.0 (2023-07-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20230706
@@ -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.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230706"
25
+ REVISION = "20230712"
26
26
  end
27
27
  end
28
28
  end
@@ -389,7 +389,8 @@ module Google
389
389
  # Required. You can modify only the fields listed below. To lock/unlock a
390
390
  # connection: * `lock_config` To suspend/resume a connection: * `suspended` To
391
391
  # update the connection details: * `description` * `labels` * `connector_version`
392
- # * `config_variables` * `auth_config` * `destination_configs` * `node_config`
392
+ # * `config_variables` * `auth_config` * `destination_configs` * `node_config` *
393
+ # `log_config` * `ssl_config` * `eventing_enablement_type` * `eventing_config`
393
394
  # @param [String] fields
394
395
  # Selector specifying which fields to include in a partial response.
395
396
  # @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.33.0
4
+ version: 0.34.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: 2023-07-09 00:00:00.000000000 Z
11
+ date: 2023-07-23 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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.34.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: []