google-apis-cloudresourcemanager_v1 0.10.0 → 0.11.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b453abd89b23605e2e2dfaabec7b898b3cae01055cc6e90a314cd1659650470
|
4
|
+
data.tar.gz: 4496049b86bb318f6fe1bccadd3d6eb692baff43c0b4b145c4fa9ded3c16ea75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c23a8cf72982dd8ff55768a3e7f35c888b03a70a2529ba988a51b44217d9e30e8141e3a739f9cc7a90dc66fe64489630899f0b4eaf67997694c7df1cc2f755d
|
7
|
+
data.tar.gz: 7e5d7c46a17125e31941425fefa28fd76fd1ba6c8c3c75d107dccd90c05c1f407de17cc8d545cfc62e808969c64f6752cf2f45d7c5e8d823a3d71dc9c0be623d
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudresourcemanagerV1
|
18
18
|
# Version of the google-apis-cloudresourcemanager_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.11.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 = "20210613"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1121,22 +1121,21 @@ module Google
|
|
1121
1121
|
# query will return results that match any of the fields. Some eligible fields
|
1122
1122
|
# for filtering are: + `name` + `id` + `labels.` (where *key* is the name of a
|
1123
1123
|
# label) + `parent.type` + `parent.id` + `lifecycleState` Some examples of
|
1124
|
-
# filter
|
1125
|
-
#
|
1124
|
+
# filter queries: | Query | Description | |------------------|-------------------
|
1125
|
+
# ----------------------------------| | name:how* | The project's name starts
|
1126
1126
|
# with "how". | | name:Howl | The project's name is `Howl` or `howl`. | | name:
|
1127
1127
|
# HOWL | Equivalent to above. | | NAME:howl | Equivalent to above. | | labels.
|
1128
1128
|
# color:* | The project has the label `color`. | | labels.color:red | The
|
1129
1129
|
# project's label `color` has the value `red`. | | labels.color:red labels.size:
|
1130
|
-
# big | The project's label `color`
|
1131
|
-
#
|
1132
|
-
#
|
1133
|
-
#
|
1134
|
-
#
|
1135
|
-
#
|
1136
|
-
#
|
1137
|
-
#
|
1138
|
-
#
|
1139
|
-
# which provides more consistent results.
|
1130
|
+
# big | The project's label `color` has the value `red` and its label `size` has
|
1131
|
+
# the value `big`.| | lifecycleState:DELETE_REQUESTED | Only show projects that
|
1132
|
+
# are pending deletion.| If no filter is specified, the call will return
|
1133
|
+
# projects for which the user has the `resourcemanager.projects.get` permission.
|
1134
|
+
# NOTE: To perform a by-parent query (eg., what projects are directly in a
|
1135
|
+
# Folder), the caller must have the `resourcemanager.projects.list` permission
|
1136
|
+
# on the parent and the filter must contain both a `parent.type` and a `parent.
|
1137
|
+
# id` restriction (example: "parent.type:folder parent.id:123"). In this case an
|
1138
|
+
# alternate search index is used which provides more consistent results.
|
1140
1139
|
# @param [Fixnum] page_size
|
1141
1140
|
# Optional. The maximum number of Projects to return in the response. The server
|
1142
1141
|
# can return fewer Projects than requested. If unspecified, server picks an
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudresourcemanager_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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-21 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_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.11.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|