google-apis-cloudresourcemanager_v3 0.9.0 → 0.10.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0fabe62b3161b86f545fad3695e40d20d0612c5bc9964daf73ac5a391ee2b50a
|
|
4
|
+
data.tar.gz: 8e04ca979aeb5e4be06ce61baad700f4c3977865496f09cb3817f05e6bd45976
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74e9f2b47233dd7cbbfdc0d80e21101e7232d47cb5368627e68f0a6ee5e2e6419c0986e17c148455f035bcc2d2d3845de96307f501f7322cd688656d2ae62edb
|
|
7
|
+
data.tar.gz: 8f0f7683a86cd34400812ff924d568266fc42c8a3cdd305a2e24e5542a01d62908c71a66b4e129bf4c1bb9d1f64f9dd10a6a751aeab42d40f031cb9b13c6c2f8
|
data/CHANGELOG.md
CHANGED
|
@@ -828,8 +828,7 @@ module Google
|
|
|
828
828
|
# @return [String]
|
|
829
829
|
attr_accessor :next_page_token
|
|
830
830
|
|
|
831
|
-
# A possibly paginated list of TagBindings for the specified
|
|
832
|
-
# resource.
|
|
831
|
+
# A possibly paginated list of TagBindings for the specified resource.
|
|
833
832
|
# Corresponds to the JSON property `tagBindings`
|
|
834
833
|
# @return [Array<Google::Apis::CloudresourcemanagerV3::TagBinding>]
|
|
835
834
|
attr_accessor :tag_bindings
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudresourcemanagerV3
|
|
18
18
|
# Version of the google-apis-cloudresourcemanager_v3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.10.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210601"
|
|
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_v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.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
|
+
date: 2021-06-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v3/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.10.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v3
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|