google-apis-healthcare_v1 0.15.0 → 0.16.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: 98652121566257e018eca80e376a00cd67ba0a6463e6659f2c0e300803ebb75f
4
- data.tar.gz: 3ce1650516a7f412c7c7708476502cc816a52259bb2612439dd20fd78a81d4b3
3
+ metadata.gz: 650e93b015ace20853e8ae6b6e704acd8b6cf4796c047112904e5efb6c3d2746
4
+ data.tar.gz: 4cd35b5be806b9392ce3136627141a8975d300e156bfc46cccc33ddf873aceb3
5
5
  SHA512:
6
- metadata.gz: 737f751a46d1e201e53ac36ae7782a3078263a085b424ea6d5ba18c2c05bfca7346e3d018722935c704436a32c441ff062313a1d9f976e5a4bc4fa3a245107d4
7
- data.tar.gz: a197a0a28a142a416f2c3fdb9e5a4834f039efdc12559a389e4021a25a3f8ff6eb02033fa6774165068f9cc193644fd222540f75895a71ca3f03fa0eaf009fb7
6
+ metadata.gz: 6f7e7374246dd5174b81d66d9d698a8c736475332eb9f1e7f956f5104eb66dd48322ac3425b8ad5482f3494742db5d8461533ff10636f585d8c497dfcc2d861a
7
+ data.tar.gz: baa6d4e80b1ff44235cdf9fa17ed149454c071ea175fe9f1de5df36c76aa8f561b51a6cbd53676d5f9a5cf1fca5a78f48e6670ba341416c19b5e7c0f0f4bdffc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.16.0 (2021-10-12)
4
+
5
+ * Regenerated from discovery document revision 20211004
6
+
3
7
  ### v0.15.0 (2021-10-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210917
@@ -3451,7 +3451,12 @@ module Google
3451
3451
 
3452
3452
  # Associates a list of `members` to a `role`. Optionally, may specify a `
3453
3453
  # condition` that determines how and when the `bindings` are applied. Each of
3454
- # the `bindings` must contain at least one member.
3454
+ # the `bindings` must contain at least one member. The `bindings` in a `Policy`
3455
+ # can refer to up to 1,500 members; up to 250 of these members can be Google
3456
+ # groups. Each occurrence of a member counts towards these limits. For example,
3457
+ # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
3458
+ # not to any other member, then you can add another 1,450 members to the `
3459
+ # bindings` in the `Policy`.
3455
3460
  # Corresponds to the JSON property `bindings`
3456
3461
  # @return [Array<Google::Apis::HealthcareV1::Binding>]
3457
3462
  attr_accessor :bindings
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module HealthcareV1
18
18
  # Version of the google-apis-healthcare_v1 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210917"
25
+ REVISION = "20211004"
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-healthcare_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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: 2021-10-04 00:00:00.000000000 Z
11
+ date: 2021-10-18 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/master/generated/google-apis-healthcare_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1
63
63
  post_install_message:
64
64
  rdoc_options: []