google-apis-managedidentities_v1 0.14.0 → 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16f7cc5a49196e2e3ae933bc54a0e1f21614b37e1d107cd3fa614a8e5eecc172
4
- data.tar.gz: 15d3885c89a8b55f6a3ea1739e49af5f207487210522e63dea742f1c4c17fd6f
3
+ metadata.gz: bb16a32b499f887e13e456f43ca23ecb3e958c76f6f3eb9d232c1e30d1ef36ed
4
+ data.tar.gz: d7ffd1e2420a29764d48ea6675e2548617d86f48d7c2cbb35f74ab33a350b032
5
5
  SHA512:
6
- metadata.gz: bca7366460baf5688d21f76af8340dc76e81321b50c38286221b604b20b92918cf1b9d843a68f0099ae8b1db67e225b488c72952d79432f675c550f865ffbd19
7
- data.tar.gz: ac8de207493b883930969ccadf330bbd652647a2ecae343fbbcff784a1a6d3c8d7403f5db982da9fc9876b1f5817cc34b3d1a02d4b5a0abb129439db29d2f6ec
6
+ metadata.gz: c76eca613a3c59d81433849e9aa2721aaaf30e90db51fb1f48707549215a02198c6f5c2bb9286c03ace0a707c8a1b00645b0a49fd5361396a173c29d79e7a0c2
7
+ data.tar.gz: b456b44ed84020e6a04381b7302ccdcc46f3fbd47be2cf54e2de67035f21e166db93453f8942703911ddb2f2aee92afc27bc7df95bc90eca56e2841ef6541cc0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-managedidentities_v1
2
2
 
3
+ ### v0.15.0 (2021-10-10)
4
+
5
+ * Regenerated from discovery document revision 20211004
6
+
3
7
  ### v0.14.0 (2021-09-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20210824
@@ -1598,7 +1598,12 @@ module Google
1598
1598
 
1599
1599
  # Associates a list of `members` to a `role`. Optionally, may specify a `
1600
1600
  # condition` that determines how and when the `bindings` are applied. Each of
1601
- # the `bindings` must contain at least one member.
1601
+ # the `bindings` must contain at least one member. The `bindings` in a `Policy`
1602
+ # can refer to up to 1,500 members; up to 250 of these members can be Google
1603
+ # groups. Each occurrence of a member counts towards these limits. For example,
1604
+ # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
1605
+ # not to any other member, then you can add another 1,450 members to the `
1606
+ # bindings` in the `Policy`.
1602
1607
  # Corresponds to the JSON property `bindings`
1603
1608
  # @return [Array<Google::Apis::ManagedidentitiesV1::Binding>]
1604
1609
  attr_accessor :bindings
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ManagedidentitiesV1
18
18
  # Version of the google-apis-managedidentities_v1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.15.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 = "20210824"
25
+ REVISION = "20211004"
26
26
  end
27
27
  end
28
28
  end
@@ -909,7 +909,8 @@ module Google
909
909
  # project_id`/locations/global`
910
910
  # @param [Google::Apis::ManagedidentitiesV1::Peering] peering_object
911
911
  # @param [String] peering_id
912
- # Required. Peering Id, unique name to identify peering.
912
+ # Required. Peering Id, unique name to identify peering. It should follow the
913
+ # regex format "^(?:[a-z](?:[-a-z0-9]`0,61`[a-z0-9])?)$"
913
914
  # @param [String] fields
914
915
  # Selector specifying which fields to include in a partial response.
915
916
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-managedidentities_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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-09-06 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
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-managedidentities_v1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.14.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-managedidentities_v1/v0.15.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-managedidentities_v1
64
64
  post_install_message:
65
65
  rdoc_options: []