google-apis-connectors_v1 0.22.0 → 0.24.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: 15c511246858afd53c979cd66c66191a51a5cbfa0fd406e84379fa4c67385d0a
4
- data.tar.gz: 3619077541df7c944e4e5b07c37d9a9fff34d684279da039df8a1b25b8c86297
3
+ metadata.gz: 5e76fe7ded51533af9ebc0075e9e8590221d8978d0f96a72bf4fe1ef400c8daa
4
+ data.tar.gz: 81c080cf81ac4489063ae24ee81409c8598fcf5ff765c6fe241539b60b248b7f
5
5
  SHA512:
6
- metadata.gz: bfee27e22226704d29fb8b3c09d541f62250d747c464e750447183bee3529599c2753414c0000b09698a9ca39ec75db3696e0fab83a61468aeef8e69fcc2cc93
7
- data.tar.gz: d8aa66a11626854d5711ddec7cdf6f36fdcd2e4a840cb4a01dd966a5672641174dcd6d255412e556e940ddff688ee1a8585dd0f64ebb9871da06c9312acbc9ee
6
+ metadata.gz: 5c880056623a64d86ca911be2a723f4144d10207fa7a8db8ffe2e5a66964a33e780991fe67019c84bc2855f7c71a7caf3d3ebb08a3b5f97c45c3fcb5b7850bbf
7
+ data.tar.gz: 7c92119b085ab262fd1e942cc35160575ad0f8321073c6bade34f9210d2de94e368e009f54c9f4e42e4b7db9855783fa3c94dfc196cb6b90cd7ec348db1e1777
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.24.0 (2023-02-15)
4
+
5
+ * Regenerated from discovery document revision 20230208
6
+ * Regenerated using generator version 0.12.0
7
+
8
+ ### v0.23.0 (2023-02-05)
9
+
10
+ * Regenerated from discovery document revision 20230125
11
+
3
12
  ### v0.22.0 (2023-01-15)
4
13
 
5
14
  * Regenerated from discovery document revision 20230103
@@ -159,6 +159,16 @@ module Google
159
159
  # @return [Array<Google::Apis::ConnectorsV1::ConfigVariableTemplate>]
160
160
  attr_accessor :config_variable_templates
161
161
 
162
+ # Connector specific description for an authentication template.
163
+ # Corresponds to the JSON property `description`
164
+ # @return [String]
165
+ attr_accessor :description
166
+
167
+ # Display name for authentication template.
168
+ # Corresponds to the JSON property `displayName`
169
+ # @return [String]
170
+ attr_accessor :display_name
171
+
162
172
  def initialize(**args)
163
173
  update!(**args)
164
174
  end
@@ -167,6 +177,8 @@ module Google
167
177
  def update!(**args)
168
178
  @auth_type = args[:auth_type] if args.key?(:auth_type)
169
179
  @config_variable_templates = args[:config_variable_templates] if args.key?(:config_variable_templates)
180
+ @description = args[:description] if args.key?(:description)
181
+ @display_name = args[:display_name] if args.key?(:display_name)
170
182
  end
171
183
  end
172
184
 
@@ -249,22 +261,22 @@ module Google
249
261
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
250
262
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
251
263
  # email address that represents a Google group. For example, `admins@example.com`
252
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
253
- # identifier) representing a user that has been recently deleted. For example, `
254
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
255
- # value reverts to `user:`emailid`` and the recovered user retains the role in
256
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
257
- # address (plus unique identifier) representing a service account that has been
258
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
264
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
265
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
266
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
267
+ # representing a user that has been recently deleted. For example, `alice@
268
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
269
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
270
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
271
+ # (plus unique identifier) representing a service account that has been recently
272
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
259
273
  # 123456789012345678901`. If the service account is undeleted, this value
260
274
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
261
275
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
262
276
  # An email address (plus unique identifier) representing a Google group that has
263
277
  # been recently deleted. For example, `admins@example.com?uid=
264
278
  # 123456789012345678901`. If the group is recovered, this value reverts to `
265
- # group:`emailid`` and the recovered group retains the role in the binding. * `
266
- # domain:`domain``: The G Suite domain (primary) that represents all the users
267
- # of that domain. For example, `google.com` or `example.com`.
279
+ # group:`emailid`` and the recovered group retains the role in the binding.
268
280
  # Corresponds to the JSON property `members`
269
281
  # @return [Array<String>]
270
282
  attr_accessor :members
@@ -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.22.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230103"
25
+ REVISION = "20230208"
26
26
  end
27
27
  end
28
28
  end
@@ -410,6 +410,8 @@ module Google
410
410
  property :auth_type, as: 'authType'
411
411
  collection :config_variable_templates, as: 'configVariableTemplates', class: Google::Apis::ConnectorsV1::ConfigVariableTemplate, decorator: Google::Apis::ConnectorsV1::ConfigVariableTemplate::Representation
412
412
 
413
+ property :description, as: 'description'
414
+ property :display_name, as: 'displayName'
413
415
  end
414
416
  end
415
417
 
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.22.0
4
+ version: 0.24.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-01-15 00:00:00.000000000 Z
11
+ date: 2023-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.24.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: []