google-apis-connectors_v1 0.16.0 → 0.17.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: 85529cc6c738ae010e9865eb5633aeb697f977a0003c2ad3f860a9de06a74a2f
4
- data.tar.gz: 3066f314c5ef8dc379f49b91810bed0c8cbd747d335814279aa17cefefafa266
3
+ metadata.gz: ce4d7c9ce0c7fe38192f4cdd7492364a34b432d0da661e4c267e61ee30136b20
4
+ data.tar.gz: c6e6d7023d8bdf4e73e022f84ddd17b9b20a6fcb507f9f040ce54fd62ca3f130
5
5
  SHA512:
6
- metadata.gz: be14033829e539692e9591e11b8ac46b2c788f10bd3a62f49bf5780dc92aa74addc38cfc6d9d21026905ce045b3e0efb057bbd83917de633f380ca6fbb3a5c42
7
- data.tar.gz: e6f8fddbf5fb9070dfacda0df8ca6555449f1da335b560f7289e17e17c55e35ce21a7b161ec0a2a609e6b8bfafc083e08b065c82155900e25551fa41f26df4f2
6
+ metadata.gz: 9c921dbf6061731e76e753039d08aa76a256e529df997388c1002022c7b0317150687ed977bcdcfa97bff4cc6c764143f7316491570f9656764b98ef32669217
7
+ data.tar.gz: cba10965b19bacdcc9f274cf11421bfcf80c8d29d09abc9af513349f5fc8533f5fadad3a40cb4b9167d40866359b6b6c60846c6c59c986366f775a86d230679e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.17.0 (2022-08-07)
4
+
5
+ * Regenerated from discovery document revision 20220724
6
+
3
7
  ### v0.16.0 (2022-07-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20220718
@@ -175,6 +175,18 @@ module Google
175
175
  class AuthorizationCodeLink
176
176
  include Google::Apis::Core::Hashable
177
177
 
178
+ # The client ID assigned to the GCP Connectors OAuth app for the connector data
179
+ # source.
180
+ # Corresponds to the JSON property `clientId`
181
+ # @return [String]
182
+ attr_accessor :client_id
183
+
184
+ # Whether to enable PKCE for the auth code flow.
185
+ # Corresponds to the JSON property `enablePkce`
186
+ # @return [Boolean]
187
+ attr_accessor :enable_pkce
188
+ alias_method :enable_pkce?, :enable_pkce
189
+
178
190
  # The scopes for which the user will authorize GCP Connectors on the connector
179
191
  # data source.
180
192
  # Corresponds to the JSON property `scopes`
@@ -192,6 +204,8 @@ module Google
192
204
 
193
205
  # Update properties of this object
194
206
  def update!(**args)
207
+ @client_id = args[:client_id] if args.key?(:client_id)
208
+ @enable_pkce = args[:enable_pkce] if args.key?(:enable_pkce)
195
209
  @scopes = args[:scopes] if args.key?(:scopes)
196
210
  @uri = args[:uri] if args.key?(:uri)
197
211
  end
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220718"
25
+ REVISION = "20220724"
26
26
  end
27
27
  end
28
28
  end
@@ -392,6 +392,8 @@ module Google
392
392
  class AuthorizationCodeLink
393
393
  # @private
394
394
  class Representation < Google::Apis::Core::JsonRepresentation
395
+ property :client_id, as: 'clientId'
396
+ property :enable_pkce, as: 'enablePkce'
395
397
  collection :scopes, as: 'scopes'
396
398
  property :uri, as: 'uri'
397
399
  end
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.16.0
4
+ version: 0.17.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: 2022-08-01 00:00:00.000000000 Z
11
+ date: 2022-08-08 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.17.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: []