google-apis-apigee_v1 0.23.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: 7a9394258c01fb9dc8e3c732504b2071b3eaac1fd93d1e1cccb921c1ea51d087
4
- data.tar.gz: 9aa8794ff6a1e1de4ce0ef6b23c348649359e6470c7b6d333acae4bce9eb2c5a
3
+ metadata.gz: 65d16b3e25861d8fd4f487163a5745432140cb1ed9bf84845ea5486aa12c4af9
4
+ data.tar.gz: 5301163d45ddeba7a8cd725ec877c20e01f933791d8e9b5e935a64f154c7fd51
5
5
  SHA512:
6
- metadata.gz: d7f6fef0fa3baa9d8a06c35d7591e54573e4c21a96c5b4c75d9940cd15d9ba0ba814edd8308525fbd2e416284c2542c0c18133e794e06afc0b7148d606a72032
7
- data.tar.gz: d1e6f39061cf361a3aa9b4214bcb75ba9d0d0ba6bd13acb185f13891962ba1e35d5b89956769d4349f99cf67043ee9eb3f0c4cd3abc9c961f3adc3eef5c3174b
6
+ metadata.gz: b173fe8dbb0676549335acfe31ceb6dcf018ab1b139cff575490c7b210752aa9dbe9958f54abc6a0460c7826a1037c98ef7e694f0c1faf537f709bd3aa29dc19
7
+ data.tar.gz: 75c587f446243e5a50d4a59fa80e916c6ae3ad1b8774fbfdb13a212d2d21a837f774e9d7f2f29611a242810eb566dafa85b872f3175bcb21046a63b5416e849a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigee_v1
2
2
 
3
+ ### v0.24.0 (2021-10-05)
4
+
5
+ * Regenerated from discovery document revision 20211002
6
+
3
7
  ### v0.23.0 (2021-09-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20210924
@@ -7573,7 +7573,12 @@ module Google
7573
7573
 
7574
7574
  # Associates a list of `members` to a `role`. Optionally, may specify a `
7575
7575
  # condition` that determines how and when the `bindings` are applied. Each of
7576
- # the `bindings` must contain at least one member.
7576
+ # the `bindings` must contain at least one member. The `bindings` in a `Policy`
7577
+ # can refer to up to 1,500 members; up to 250 of these members can be Google
7578
+ # groups. Each occurrence of a member counts towards these limits. For example,
7579
+ # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
7580
+ # not to any other member, then you can add another 1,450 members to the `
7581
+ # bindings` in the `Policy`.
7577
7582
  # Corresponds to the JSON property `bindings`
7578
7583
  # @return [Array<Google::Apis::ApigeeV1::GoogleIamV1Binding>]
7579
7584
  attr_accessor :bindings
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigeeV1
18
18
  # Version of the google-apis-apigee_v1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.24.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 = "20210924"
25
+ REVISION = "20211002"
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-apigee_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.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: 2021-10-04 00:00:00.000000000 Z
11
+ date: 2021-10-11 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-apigee_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigee_v1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigee_v1
63
63
  post_install_message:
64
64
  rdoc_options: []