google-apis-cloudresourcemanager_v1 0.10.0 → 0.14.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: 347a62673a8c562f4606d427c16f674b12af6d998cbd10d8d859f9490cb42f6d
4
+ data.tar.gz: 7458511b0a15bb6a919a36c1adb2b14195c1125ac81a31218d1be0e21768b47b
5
5
  SHA512:
6
- metadata.gz: e084657e061f184f832e09e69a5d971f810b2dbc7eba7b8b6a3385d1f612ce38c7d0383774f190076ad3170932593f8ad76542d84418f9acc5eddf800ab4c7cd
7
- data.tar.gz: 3a01ded4265f0e6f35c33368213cfcc088d65bc7be8946ae026769d91b2a1033dcaee99171570d2482b34a66f0d89219e1cff1b82e7015d7a1d2a87e9b54188e
6
+ metadata.gz: c26698b28437c40284da7b9d27a8d69abeeec021163a1a47d74c48806c4ba65dd30dfc43c9eb3aa627d858b56a7f7dcf0ffcb16afcccd105e8a0a24446232972
7
+ data.tar.gz: dcf47fee1c87b7414a6f0ccd9f892c320155feea2d1a6c84babf3ec2f7dc6a26e4335df3323506e6a14186bd64a1c763e36763e25464b16a4505b7ac87f745f0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1
2
2
 
3
+ ### v0.14.0 (2021-08-03)
4
+
5
+ * Regenerated from discovery document revision 20210801
6
+
7
+ ### v0.13.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.12.0 (2021-06-24)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.11.0 (2021-06-17)
16
+
17
+ * Regenerated from discovery document revision 20210613
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.10.0 (2021-05-19)
4
21
 
5
22
  * Unspecified changes
@@ -30,10 +30,10 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
- # View your data across Google Cloud Platform services
36
+ # View your data across Google Cloud services and see the email address of your Google Account
37
37
  AUTH_CLOUD_PLATFORM_READ_ONLY = 'https://www.googleapis.com/auth/cloud-platform.read-only'
38
38
  end
39
39
  end
@@ -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.14.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.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210331"
25
+ REVISION = "20210801"
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,29 +1,35 @@
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.14.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-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Resource Manager API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.14.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v1
57
63
  post_install_message:
58
64
  rdoc_options: []