google-apis-cloudresourcemanager_v1beta1 0.15.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: dada1d7af453e426869ae76267a8c9ead15adf77907e448cb52175db94151a65
4
- data.tar.gz: e28b425be1856a7160a32b3c049c290520cc057c21e3a66b8d336c813413d07f
3
+ metadata.gz: a532c4c4b57412b18ae0ef533b7e188ca623ee9d63f3f9a5a15fbb1812be65f9
4
+ data.tar.gz: 02f646af8c25e079bca921f442a2744bd1ca9410567480367a05e72422e51d2e
5
5
  SHA512:
6
- metadata.gz: 215a114564f422c8d3f4001db56719119dcf00ae2e51aa722379139064cdb29a0b7f06f3e8baebd16126ec6b33bfebb2b7f0c697d18ad81f3b3934eb0f53e3e2
7
- data.tar.gz: 42615911eb95211b20e570275afb6cb6f622ce6d2ddb0e937cd2afd0cc0f90709d9aec2a80dab42ef5c5a4db49a98b6fd971b8a798d6a35bc64db48854626d0e
6
+ metadata.gz: 60ff4dc3b53d180982c52a974732cf8df8ed04068c9fc44db5ced074f995590642286dee17ba5847885ccb5d8e2a4243e9be3d46ed43119f4e64d5bbb9ad1526
7
+ data.tar.gz: 198f2ade28f1255909135167c833a3ff4808d43dc3d0d450f63580c6b5d64217a84e4c3257ffbbcdcd3decce3d9b99debeffd28c17e1d1d9a323a4417dca08c8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1beta1
2
2
 
3
+ ### v0.18.0 (2022-04-07)
4
+
5
+ * Regenerated from discovery document revision 20220403
6
+
7
+ ### v0.17.0 (2022-03-24)
8
+
9
+ * Regenerated from discovery document revision 20220320
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.16.0 (2021-12-16)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.15.0 (2021-11-09)
4
17
 
5
18
  * Regenerated from discovery document revision 20211107
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.
@@ -138,7 +138,7 @@ module Google
138
138
  # @return [Google::Apis::CloudresourcemanagerV1beta1::Expr]
139
139
  attr_accessor :condition
140
140
 
141
- # Specifies the principals requesting access for a Cloud Platform resource. `
141
+ # Specifies the principals requesting access for a Google Cloud resource. `
142
142
  # members` can have the following values: * `allUsers`: A special identifier
143
143
  # that represents anyone who is on the internet; with or without a Google
144
144
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -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
 
@@ -1132,7 +1131,7 @@ module Google
1132
1131
  include Google::Apis::Core::Hashable
1133
1132
 
1134
1133
  # The set of permissions to check for the `resource`. Permissions with wildcards
1135
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
1134
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
1136
1135
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1137
1136
  # Corresponds to the JSON property `permissions`
1138
1137
  # @return [Array<String>]
@@ -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.15.0"
19
+ GEM_VERSION = "0.18.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 = "20211107"
25
+ REVISION = "20220403"
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.15.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-11-15 00:00:00.000000000 Z
11
+ date: 2022-04-11 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.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1beta1/v0.18.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