google-apis-artifactregistry_v1beta1 0.11.0 → 0.12.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27282d8df15231d54aa5f2eb8286d30b18d16e64b367043d234d7665ef448525
|
4
|
+
data.tar.gz: 14d4da496f235eac3631f97e38288697c41dd05dbe20cff40a0c02c171ece5bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4cfd9c604ad7c9cf483a7e3eb092c3513e6a7550874e3e3d49d4b6f7afeee809e6735e7a560210254189861d62f33caa99a00a5910628ecfa7b15ab5668bcf42
|
7
|
+
data.tar.gz: 33e595d6a8aa760c987f8f74345c22285687bf4c96a254744fc9509d2f02745a5082ae7129675980c5ead823e9d619a885425157fb1ad906a0bd45497c0e80b3
|
data/CHANGELOG.md
CHANGED
@@ -791,7 +791,12 @@ module Google
|
|
791
791
|
|
792
792
|
# Associates a list of `members` to a `role`. Optionally, may specify a `
|
793
793
|
# condition` that determines how and when the `bindings` are applied. Each of
|
794
|
-
# the `bindings` must contain at least one member.
|
794
|
+
# the `bindings` must contain at least one member. The `bindings` in a `Policy`
|
795
|
+
# can refer to up to 1,500 members; up to 250 of these members can be Google
|
796
|
+
# groups. Each occurrence of a member counts towards these limits. For example,
|
797
|
+
# if the `bindings` grant 50 different roles to `user:alice@example.com`, and
|
798
|
+
# not to any other member, then you can add another 1,450 members to the `
|
799
|
+
# bindings` in the `Policy`.
|
795
800
|
# Corresponds to the JSON property `bindings`
|
796
801
|
# @return [Array<Google::Apis::ArtifactregistryV1beta1::Binding>]
|
797
802
|
attr_accessor :bindings
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ArtifactregistryV1beta1
|
18
18
|
# Version of the google-apis-artifactregistry_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.12.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 = "
|
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_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.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-
|
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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-artifactregistry_v1beta1/v0.12.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-artifactregistry_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|