google-apis-connectors_v1 0.22.0 → 0.23.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: bd2d4f6a7a01854f30e1adf7f91c65915c911cccfd2a3cc4200c1a7c6a3a2392
4
+ data.tar.gz: 2d4448a369889610da68c3d56d8d59437d142ca68eca138f0e8fd6bac71519ee
5
5
  SHA512:
6
- metadata.gz: bfee27e22226704d29fb8b3c09d541f62250d747c464e750447183bee3529599c2753414c0000b09698a9ca39ec75db3696e0fab83a61468aeef8e69fcc2cc93
7
- data.tar.gz: d8aa66a11626854d5711ddec7cdf6f36fdcd2e4a840cb4a01dd966a5672641174dcd6d255412e556e940ddff688ee1a8585dd0f64ebb9871da06c9312acbc9ee
6
+ metadata.gz: 5a5887ba24b4b431a829a6151bda3e6dd8894566d74f10a4f1fa78973ccd6b9a641dd749a9f95fb4f991a18e4705298ecb0bee9c5bb1e2962c7062fd7ff77262
7
+ data.tar.gz: 9002a4baab9a2981930b7ef2fce090a3d5906133346dc038e38cfa1340c9baf3a022f127532f7087fc384ade17c31a428b95802c9ff4df9a29fc96a4475389fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.23.0 (2023-02-05)
4
+
5
+ * Regenerated from discovery document revision 20230125
6
+
3
7
  ### v0.22.0 (2023-01-15)
4
8
 
5
9
  * 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.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230103"
25
+ REVISION = "20230125"
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.23.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-05 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.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.23.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: []