google-apis-cloudresourcemanager_v1beta1 0.14.0 → 0.17.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: 57d3151cabe91d5b4f8e2d3f70a7d282694b4882907dea69a777a3d192133b91
4
- data.tar.gz: 89316ee4ab7c57150a445e1c48d89ea17addc1a4e1167a45f53e99656dcadbee
3
+ metadata.gz: 40047a003f79e3e4d9024db63549d5ec5f63de47b66bbe93e4d75379e0d5dbf5
4
+ data.tar.gz: 7419db264c45129ba6144cef0a2f54c2cdfcbd321d1f3eed5a1a79782c2e595d
5
5
  SHA512:
6
- metadata.gz: 6f74187f7c1129b9d3d073e5993c5217c5962e3dae6586abadea7b89c8ff78245fec623b58531412a0974a91014d2225516cfcb3ad5b68aeb36092dbb1a06359
7
- data.tar.gz: 263fac7bb89dc9e0b46b7d4f7dd7d61e51f23149471f1838e111f1cb7fbdcb20287370813aea5045acdb1b8ff7d0bbb13f381020606e27ac9ccea087b2ba5824
6
+ metadata.gz: 4e739aef87709f75e712a2fe1f9ff30ece647aae5a9544c99426041a91c27b21739060db474510b60a6c76e83c1d4155fc5e3c351b8807f21f4711e49d8bb336
7
+ data.tar.gz: ae0708303b710b02cca76b6907c428c21a3408ffe9a7ddbf78e28f08f4a91a490552e4cfe5c7a01698929aec8dd2f263b047f950c7382983b68dffe2ad809acd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1beta1
2
2
 
3
+ ### v0.17.0 (2022-03-24)
4
+
5
+ * Regenerated from discovery document revision 20220320
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.16.0 (2021-12-16)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.15.0 (2021-11-09)
13
+
14
+ * Regenerated from discovery document revision 20211107
15
+
3
16
  ### v0.14.0 (2021-10-20)
4
17
 
5
18
  * Regenerated from discovery document revision 20211017
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/cloudresourcemanager_v1beta1"
51
51
  client = Google::Apis::CloudresourcemanagerV1beta1::CloudResourceManagerService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -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
 
@@ -449,8 +449,7 @@ module Google
449
449
  # A generic empty message that you can re-use to avoid defining duplicated empty
450
450
  # messages in your APIs. A typical example is to use it as the request or the
451
451
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
452
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
453
- # `Empty` is empty JSON object ````.
452
+ # protobuf.Empty) returns (google.protobuf.Empty); `
454
453
  class Empty
455
454
  include Google::Apis::Core::Hashable
456
455
 
@@ -632,13 +631,16 @@ module Google
632
631
  class GetPolicyOptions
633
632
  include Google::Apis::Core::Hashable
634
633
 
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).
634
+ # Optional. The maximum policy version that will be used to format the policy.
635
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
636
+ # rejected. Requests for policies with any conditional role bindings must
637
+ # specify version 3. Policies with no conditional role bindings may specify any
638
+ # valid value or leave the field unset. The policy in the response might use the
639
+ # policy version that you specified, or it might use a lower policy version. For
640
+ # example, if you specify version 3, but the policy has no conditional role
641
+ # bindings, the response uses version 1. To learn which resources support
642
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
643
+ # google.com/iam/help/conditions/resource-policies).
642
644
  # Corresponds to the JSON property `requestedPolicyVersion`
643
645
  # @return [Fixnum]
644
646
  attr_accessor :requested_policy_version
@@ -1178,8 +1180,8 @@ module Google
1178
1180
  end
1179
1181
  end
1180
1182
 
1181
- # LINT.IfChange A status object which is used as the `metadata` field for the
1182
- # Operation returned by UndeleteOrganization.
1183
+ # A status object which is used as the `metadata` field for the Operation
1184
+ # returned by UndeleteOrganization.
1183
1185
  class UndeleteOrganizationMetadata
1184
1186
  include Google::Apis::Core::Hashable
1185
1187
 
@@ -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.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211017"
25
+ REVISION = "20220320"
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.17.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: 2022-03-28 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.17.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Resource Manager API V1beta1