google-apis-servicemanagement_v1 0.17.0 → 0.18.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: 46614cd37b2d1400da8efcbd939a1a2722abcdd7df93c491585993beee01e850
4
- data.tar.gz: b1af71e1532fb8f2d3c017486f96b0112ce3303b6be81f917e115ecb3012ef89
3
+ metadata.gz: 43f1a5a2bebd22020a9dab20a0bc2f058f62377126440011062570d2ba5b5cde
4
+ data.tar.gz: 8b4db06d89d2420d1d1aa6a3c3d9beafa5dfe44a2c0b3ed933a7a5f3454a0e74
5
5
  SHA512:
6
- metadata.gz: cc422c22cd6cd3517a7eadc661e530716d8b3bad07ab7cc54badf1f2cdd09935a4017a284508cbbf837eea48e7dbeee27c51abc29d60b456de8b6b12cf06ba33
7
- data.tar.gz: f78d88af9e5011db376a61eec16dbea709bb3da36e9ba44750dd04e042c1408ed6592839343f968961f13d45b9366a0ba0b2143b470a77db3ed1d6e477d7ace1
6
+ metadata.gz: aa8eb25cb8fed784e9bc78593bd651cfca6a750fb4b43e722b37773a6939eee8834ade38df3fb0555b12015127c538d12d37eb45d2bc476eda83f00d70ba7f64
7
+ data.tar.gz: dc3e4fcc9c196e72e3d890f633237958d0f06086cc85ebac1dcb88295a70f55ba025a069baac647f15177b7b53caf43b106295c2ceec6e10404433dc9b483920
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicemanagement_v1
2
2
 
3
+ ### v0.18.0 (2021-11-10)
4
+
5
+ * Regenerated from discovery document revision 20211105
6
+
3
7
  ### v0.17.0 (2021-10-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20211015
@@ -1525,13 +1525,16 @@ module Google
1525
1525
  class GetPolicyOptions
1526
1526
  include Google::Apis::Core::Hashable
1527
1527
 
1528
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
1529
- # 3. Requests specifying an invalid value will be rejected. Requests for
1530
- # policies with any conditional bindings must specify version 3. Policies
1531
- # without any conditional bindings may specify any valid value or leave the
1532
- # field unset. To learn which resources support conditions in their IAM policies,
1533
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1534
- # resource-policies).
1528
+ # Optional. The maximum policy version that will be used to format the policy.
1529
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
1530
+ # rejected. Requests for policies with any conditional role bindings must
1531
+ # specify version 3. Policies with no conditional role bindings may specify any
1532
+ # valid value or leave the field unset. The policy in the response might use the
1533
+ # policy version that you specified, or it might use a lower policy version. For
1534
+ # example, if you specify version 3, but the policy has no conditional role
1535
+ # bindings, the response uses version 1. To learn which resources support
1536
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1537
+ # google.com/iam/help/conditions/resource-policies).
1535
1538
  # Corresponds to the JSON property `requestedPolicyVersion`
1536
1539
  # @return [Fixnum]
1537
1540
  attr_accessor :requested_policy_version
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServicemanagementV1
18
18
  # Version of the google-apis-servicemanagement_v1 gem
19
- GEM_VERSION = "0.17.0"
19
+ GEM_VERSION = "0.18.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 = "20211015"
25
+ REVISION = "20211105"
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-servicemanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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-27 00:00:00.000000000 Z
11
+ date: 2021-11-15 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/main/generated/google-apis-servicemanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-servicemanagement_v1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicemanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []