google-apis-cloudresourcemanager_v3 0.20.0 → 0.21.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: 79a1173cc13819a2df192f2c3748cf7b8218b725c6cea2770eb5ae2a0adcce14
|
|
4
|
+
data.tar.gz: cc655aea5f4eaf6baccb71d1f789aaa58be67e83dcad3cd6b063a7403fa39a19
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5fb0a07be6c5d8fa12a96c3aa49ae47ac2f8b3ffbb979b4354c92001d069e0e02479390264bd44bd21a08361e404e2c2e9c20626621c706362131dbae902dfb3
|
|
7
|
+
data.tar.gz: 4634ed06d5a8549a430e1a9293499bff5aa6b6b57f549b7799c3508fc95fdd6ce4e7ecc82c17c24265b3b10ab4a407fda684bcc0a7c4a1e570827778625f3451
|
data/CHANGELOG.md
CHANGED
|
@@ -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.21.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220219"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1175,7 +1175,7 @@ module Google
|
|
|
1175
1175
|
# @param [String] query
|
|
1176
1176
|
# Optional. A query string for searching for projects that the caller has `
|
|
1177
1177
|
# resourcemanager.projects.get` permission to. If multiple fields are included
|
|
1178
|
-
# in the query,
|
|
1178
|
+
# in the query, then it will return results that match any of the fields. Some
|
|
1179
1179
|
# eligible fields are: ``` | Field | Description | |-------------------------|---
|
|
1180
1180
|
# -------------------------------------------| | displayName, name | Filters by
|
|
1181
1181
|
# displayName. | | parent | Project's parent (for example: folders/123,
|
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.21.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: 2022-
|
|
11
|
+
date: 2022-02-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_v3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.21.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|