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: e15f16a65052ce3c3e5fc703efd91b5b854fb979269fe4c3dfc9ad432d282972
4
- data.tar.gz: 4762ea24d0b44b2f66073cfab8998d39d26a70909938eff5a0fec519357864ab
3
+ metadata.gz: 1b453abd89b23605e2e2dfaabec7b898b3cae01055cc6e90a314cd1659650470
4
+ data.tar.gz: 4496049b86bb318f6fe1bccadd3d6eb692baff43c0b4b145c4fa9ded3c16ea75
5
5
  SHA512:
6
- metadata.gz: e084657e061f184f832e09e69a5d971f810b2dbc7eba7b8b6a3385d1f612ce38c7d0383774f190076ad3170932593f8ad76542d84418f9acc5eddf800ab4c7cd
7
- data.tar.gz: 3a01ded4265f0e6f35c33368213cfcc088d65bc7be8946ae026769d91b2a1033dcaee99171570d2482b34a66f0d89219e1cff1b82e7015d7a1d2a87e9b54188e
6
+ metadata.gz: 5c23a8cf72982dd8ff55768a3e7f35c888b03a70a2529ba988a51b44217d9e30e8141e3a739f9cc7a90dc66fe64489630899f0b4eaf67997694c7df1cc2f755d
7
+ data.tar.gz: 7e5d7c46a17125e31941425fefa28fd76fd1ba6c8c3c75d107dccd90c05c1f407de17cc8d545cfc62e808969c64f6752cf2f45d7c5e8d823a3d71dc9c0be623d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1
2
2
 
3
+ ### v0.11.0 (2021-06-17)
4
+
5
+ * Regenerated from discovery document revision 20210613
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.10.0 (2021-05-19)
4
9
 
5
10
  * Unspecified changes
@@ -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.10.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.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210331"
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 strings: | Filter | Description | |------------------|------------------
1125
- # -----------------------------------| | name:how* | The project's name starts
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` | : : has the value `red` and its : : :
1131
- # label`size` has the value : : : `big`. : | lifecycleState:DELETE_REQUESTED |
1132
- # Only show projects that are | : : pending deletion. : If no filter is
1133
- # specified, the call will return projects for which the user has the `
1134
- # resourcemanager.projects.get` permission. NOTE: To perform a by-parent query (
1135
- # eg., what projects are directly in a Folder), the caller must have the `
1136
- # resourcemanager.projects.list` permission on the parent and the filter must
1137
- # contain both a `parent.type` and a `parent.id` restriction (example: "parent.
1138
- # type:folder parent.id:123"). In this case an alternate search index is used
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.10.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-05-24 00:00:00.000000000 Z
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.10.0
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: []