google-apis-cloudresourcemanager_v1beta1 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: 57d3151cabe91d5b4f8e2d3f70a7d282694b4882907dea69a777a3d192133b91
4
- data.tar.gz: 89316ee4ab7c57150a445e1c48d89ea17addc1a4e1167a45f53e99656dcadbee
3
+ metadata.gz: dada1d7af453e426869ae76267a8c9ead15adf77907e448cb52175db94151a65
4
+ data.tar.gz: e28b425be1856a7160a32b3c049c290520cc057c21e3a66b8d336c813413d07f
5
5
  SHA512:
6
- metadata.gz: 6f74187f7c1129b9d3d073e5993c5217c5962e3dae6586abadea7b89c8ff78245fec623b58531412a0974a91014d2225516cfcb3ad5b68aeb36092dbb1a06359
7
- data.tar.gz: 263fac7bb89dc9e0b46b7d4f7dd7d61e51f23149471f1838e111f1cb7fbdcb20287370813aea5045acdb1b8ff7d0bbb13f381020606e27ac9ccea087b2ba5824
6
+ metadata.gz: 215a114564f422c8d3f4001db56719119dcf00ae2e51aa722379139064cdb29a0b7f06f3e8baebd16126ec6b33bfebb2b7f0c697d18ad81f3b3934eb0f53e3e2
7
+ data.tar.gz: 42615911eb95211b20e570275afb6cb6f622ce6d2ddb0e937cd2afd0cc0f90709d9aec2a80dab42ef5c5a4db49a98b6fd971b8a798d6a35bc64db48854626d0e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1beta1
2
2
 
3
+ ### v0.15.0 (2021-11-09)
4
+
5
+ * Regenerated from discovery document revision 20211107
6
+
3
7
  ### v0.14.0 (2021-10-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20211017
@@ -379,8 +379,8 @@ module Google
379
379
  end
380
380
  end
381
381
 
382
- # LINT.IfChange A status object which is used as the `metadata` field for the
383
- # operation returned by DeleteOrganization.
382
+ # A status object which is used as the `metadata` field for the operation
383
+ # returned by DeleteOrganization.
384
384
  class DeleteOrganizationMetadata
385
385
  include Google::Apis::Core::Hashable
386
386
 
@@ -632,13 +632,16 @@ module Google
632
632
  class GetPolicyOptions
633
633
  include Google::Apis::Core::Hashable
634
634
 
635
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
636
- # 3. Requests specifying an invalid value will be rejected. Requests for
637
- # policies with any conditional bindings must specify version 3. Policies
638
- # without any conditional bindings may specify any valid value or leave the
639
- # field unset. To learn which resources support conditions in their IAM policies,
640
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
641
- # resource-policies).
635
+ # Optional. The maximum policy version that will be used to format the policy.
636
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
637
+ # rejected. Requests for policies with any conditional role bindings must
638
+ # specify version 3. Policies with no conditional role bindings may specify any
639
+ # valid value or leave the field unset. The policy in the response might use the
640
+ # policy version that you specified, or it might use a lower policy version. For
641
+ # example, if you specify version 3, but the policy has no conditional role
642
+ # bindings, the response uses version 1. To learn which resources support
643
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
644
+ # google.com/iam/help/conditions/resource-policies).
642
645
  # Corresponds to the JSON property `requestedPolicyVersion`
643
646
  # @return [Fixnum]
644
647
  attr_accessor :requested_policy_version
@@ -1178,8 +1181,8 @@ module Google
1178
1181
  end
1179
1182
  end
1180
1183
 
1181
- # LINT.IfChange A status object which is used as the `metadata` field for the
1182
- # Operation returned by UndeleteOrganization.
1184
+ # A status object which is used as the `metadata` field for the Operation
1185
+ # returned by UndeleteOrganization.
1183
1186
  class UndeleteOrganizationMetadata
1184
1187
  include Google::Apis::Core::Hashable
1185
1188
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV1beta1
18
18
  # Version of the google-apis-cloudresourcemanager_v1beta1 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 = "20211017"
25
+ REVISION = "20211107"
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-cloudresourcemanager_v1beta1
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-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-cloudresourcemanager_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1beta1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1beta1/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []