google-apis-artifactregistry_v1beta2 0.12.0 → 0.13.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: d9dadf68362c89246fbcce79898852e3cd6233a87ff70da2638b0756727ad662
4
- data.tar.gz: 66d71dfb9b7afdac87963f866d7ca7e185a7a25259ba2b650034eac54c71c1b9
3
+ metadata.gz: 440e350341a22e7b105975d1c77b0f8a58b350f11cbd37863081063e09aa2732
4
+ data.tar.gz: d3b59e64f61a31c83d7dfa7954abcb295e0a9c8770ed24f6cd4c3201901bc515
5
5
  SHA512:
6
- metadata.gz: 17267180a9615286962d1023ed9cd8c7ffd4764349eecc4c578722ac83cc7c023bd7a6fa4420261cf19aa4897658f6028f9b2dcbd64bbc03dedaafefbff54d52
7
- data.tar.gz: e96eecc487e39eb034cc9d1d2df74146682f1d1b5c6cba3c7d46ed75ea5a6936aa3ea436ad7f886629fa01f5d06916b9e64ab34b73631d87c4ea8a5d24632e91
6
+ metadata.gz: 9625bd4113c3bc6736115b9535615570e81116fa2903ecbb7e1033c7d396383f473bb09c114bdb819f8b0b157bdbecac117aecb403ac6b3585b17c3b13927932
7
+ data.tar.gz: ffa3f8337e42fb6aabef2ec2be96950dec08d5ac5318f50dfad431dc332bb477de46f2df8fd78bdb0f1cb08d9378769743ff45419d7582111f790535108e9386
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-artifactregistry_v1beta2
2
2
 
3
+ ### v0.13.0 (2021-10-11)
4
+
5
+ * Regenerated from discovery document revision 20211002
6
+
3
7
  ### v0.12.0 (2021-10-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210925
@@ -856,7 +856,12 @@ module Google
856
856
 
857
857
  # Associates a list of `members` to a `role`. Optionally, may specify a `
858
858
  # condition` that determines how and when the `bindings` are applied. Each of
859
- # the `bindings` must contain at least one member.
859
+ # the `bindings` must contain at least one member. The `bindings` in a `Policy`
860
+ # can refer to up to 1,500 members; up to 250 of these members can be Google
861
+ # groups. Each occurrence of a member counts towards these limits. For example,
862
+ # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
863
+ # not to any other member, then you can add another 1,450 members to the `
864
+ # bindings` in the `Policy`.
860
865
  # Corresponds to the JSON property `bindings`
861
866
  # @return [Array<Google::Apis::ArtifactregistryV1beta2::Binding>]
862
867
  attr_accessor :bindings
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ArtifactregistryV1beta2
18
18
  # Version of the google-apis-artifactregistry_v1beta2 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.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 = "20210925"
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-artifactregistry_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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-artifactregistry_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta2/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-artifactregistry_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []