google-apis-connectors_v1 0.18.0 → 0.19.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: 3b02109d060e3231fa82bca8df3f48b5ba95a4a486fcde6c693fa02ef457d21d
4
- data.tar.gz: 01b8ba4b861f2d071a22c31409cd00130800338e49180922a87895f74a201fa8
3
+ metadata.gz: 4004d745cc59740e164ebda26b3a3ee640048e25c1461da822dda3c5e0fe5c09
4
+ data.tar.gz: 7a2f658152efb1ee8689413627d07bd9a8a17571dad5bb1c9a74d1b85b1301a6
5
5
  SHA512:
6
- metadata.gz: 2053187033288d10c760efafbdd310cc94f0f8e54187f89ac409fafffbbe503e5d3b3bf66f9a0fc6dabd7a80159ade2ae3421621d9c0d15d14279e07c6f59230
7
- data.tar.gz: 0c0960caa92efb2946516d28b7b61c3b442726ebd14906396c41949ee337a36f2429a6004a4b232171c6284d9485295d256863541774ca1cbcd43ab7a35a5322
6
+ metadata.gz: 6c4d5abc01a6b93559d4d082817386014af852d1abcb6212c2b292eb8b97248bcc2285d196e5e36c8d8dfdf714d77f88ee3c0ef07b4a85469f5bd16f8de77a0f
7
+ data.tar.gz: c3bb189add9a81cb8898f2b4c194b9248125dbc9b129e96d686a537437461086fc95c77108c7b6c88416fa6f5d55bdbbbef3b46b3a556d2719f8573ecdd9584f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.19.0 (2022-09-30)
4
+
5
+ * Regenerated from discovery document revision 20220912
6
+ * Regenerated using generator version 0.10.0
7
+
3
8
  ### v0.18.0 (2022-08-14)
4
9
 
5
10
  * Regenerated from discovery document revision 20220808
@@ -238,31 +238,33 @@ module Google
238
238
  # members` can have the following values: * `allUsers`: A special identifier
239
239
  # that represents anyone who is on the internet; with or without a Google
240
240
  # account. * `allAuthenticatedUsers`: A special identifier that represents
241
- # anyone who is authenticated with a Google account or a service account. * `
242
- # user:`emailid``: An email address that represents a specific Google account.
243
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
244
- # address that represents a Google service account. For example, `my-other-app@
245
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
246
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
247
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
248
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
249
- # . * `group:`emailid``: An email address that represents a Google group. For
250
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
251
- # email address (plus unique identifier) representing a user that has been
252
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
253
- # If the user is recovered, this value reverts to `user:`emailid`` and the
254
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
255
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
256
- # representing a service account that has been recently deleted. For example, `
257
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
258
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
259
- # and the undeleted service account retains the role in the binding. * `deleted:
260
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
261
- # representing a Google group that has been recently deleted. For example, `
262
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
263
- # value reverts to `group:`emailid`` and the recovered group retains the role in
264
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
265
- # all the users of that domain. For example, `google.com` or `example.com`.
241
+ # anyone who is authenticated with a Google account or a service account. Does
242
+ # not include identities that come from external identity providers (IdPs)
243
+ # through identity federation. * `user:`emailid``: An email address that
244
+ # represents a specific Google account. For example, `alice@example.com` . * `
245
+ # serviceAccount:`emailid``: An email address that represents a Google service
246
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
247
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
248
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
249
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
250
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
251
+ # 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=
259
+ # 123456789012345678901`. If the service account is undeleted, this value
260
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
261
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
262
+ # An email address (plus unique identifier) representing a Google group that has
263
+ # been recently deleted. For example, `admins@example.com?uid=
264
+ # 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`.
266
268
  # Corresponds to the JSON property `members`
267
269
  # @return [Array<String>]
268
270
  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.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220808"
25
+ REVISION = "20220912"
26
26
  end
27
27
  end
28
28
  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.18.0
4
+ version: 0.19.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-15 00:00:00.000000000 Z
11
+ date: 2022-10-03 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.7'
19
+ version: 0.9.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.7'
29
+ version: 0.9.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.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.19.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: []