google-apis-cloudresourcemanager_v3 0.16.0 → 0.17.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: 93fda78f00da32001405bc5e76ea1102d07b2687f71e7d095816d6033a7c49be
4
- data.tar.gz: 940bb5266ad5547c07d1b6e9028e0a5de6096951e4f811c359d9fffd55601359
3
+ metadata.gz: b50efb867e70a60f75fa0827860010596450fd59d570b6900c5445a9b5bcd998
4
+ data.tar.gz: a2809dad601edd5be3743d95910663fb6ff362326022699f0595303af0591bea
5
5
  SHA512:
6
- metadata.gz: afad77f6dde5621c8c6b05468c63e37aaeefd805face6f1daba1827767e2fc58821cc3ea8d0b8d4fadb4c9f7132787c672e8889bcc495cd713548a301d8f7895
7
- data.tar.gz: ec059c5482f047a2d2f819673f0fc17f2382124374828d189db3048de12613e2df832df26c06ef2e43785a749d5f675b5bd7d2e8ed962f1dcb6c3eeef429f104
6
+ metadata.gz: 66b0e36c5541cc515eea98c19787c6440cbb1d90d83c5f088c5541d8f8cef5296e5c9822e49cb395ce13d25de65aeaf364616530a55bbdabf9b6a0024e9c731c
7
+ data.tar.gz: eaaea92a5af92a784737a68445ec521191254e38a6c708879857a1b9573402221476ded038741a4b203fdc313550f7d76dbb81af49315dfea82b87a22c02199e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.17.0 (2021-11-02)
4
+
5
+ * Regenerated from discovery document revision 20211029
6
+
3
7
  ### v0.16.0 (2021-10-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20211017
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211017"
25
+ REVISION = "20211029"
26
26
  end
27
27
  end
28
28
  end
@@ -364,13 +364,13 @@ module Google
364
364
  # parent, where the operators `=` (`:`) `NOT`, `AND` and `OR` can be used along
365
365
  # with the suffix wildcard symbol `*`. The `displayName` field in a query
366
366
  # expression should use escaped quotes for values that include whitespace to
367
- # prevent unexpected behavior. | Field | Description | |-------------------------
368
- # |----------------------------------------| | displayName | Filters by
367
+ # prevent unexpected behavior. ``` | Field | Description | |---------------------
368
+ # ----|----------------------------------------| | displayName | Filters by
369
369
  # displayName. | | parent | Filters by parent (for example: folders/123). | |
370
- # state, lifecycleState | Filters by state. | Some example queries are: * Query `
371
- # displayName=Test*` returns Folder resources whose display name starts with "
372
- # Test". * Query `state=ACTIVE` returns Folder resources with `state` set to `
373
- # ACTIVE`. * Query `parent=folders/123` returns Folder resources that have `
370
+ # state, lifecycleState | Filters by state. | ``` Some example queries are: *
371
+ # Query `displayName=Test*` returns Folder resources whose display name starts
372
+ # with "Test". * Query `state=ACTIVE` returns Folder resources with `state` set
373
+ # to `ACTIVE`. * Query `parent=folders/123` returns Folder resources that have `
374
374
  # folders/123` as a parent resource. * Query `parent=folders/123 AND state=
375
375
  # ACTIVE` returns active Folder resources that have `folders/123` as a parent
376
376
  # resource. * Query `displayName=\\"Test String\\"` returns Folder resources
@@ -773,10 +773,10 @@ module Google
773
773
  # SearchOrganizations` that indicates from where listing should continue.
774
774
  # @param [String] query
775
775
  # Optional. An optional query string used to filter the Organizations to return
776
- # in the response. Query rules are case-insensitive. | Field | Description | |---
777
- # ---------------|--------------------------------------------| |
776
+ # in the response. Query rules are case-insensitive. ``` | Field | Description |
777
+ # |------------------|--------------------------------------------| |
778
778
  # directoryCustomerId, owner.directoryCustomerId | Filters by directory customer
779
- # id. | | domain | Filters by domain. | Organizations may be queried by `
779
+ # id. | | domain | Filters by domain. | ``` Organizations may be queried by `
780
780
  # directoryCustomerId` or by `domain`, where the domain is a G Suite domain, for
781
781
  # example: * Query `directorycustomerid:123456789` returns Organization
782
782
  # resources with `owner.directory_customer_id` equal to `123456789`. * Query `
@@ -1176,24 +1176,24 @@ module Google
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
1178
  # in the query, the it will return results that match any of the fields. Some
1179
- # eligible fields are: | Field | Description | |-------------------------|-------
1180
- # ---------------------------------------| | displayName, name | Filters by
1179
+ # eligible fields are: ``` | Field | Description | |-------------------------|---
1180
+ # -------------------------------------------| | displayName, name | Filters by
1181
1181
  # displayName. | | parent | Project's parent (for example: folders/123,
1182
1182
  # organizations/*). Prefer parent field over parent.type and parent.id.| |
1183
1183
  # parent.type | Parent's type: `folder` or `organization`. | | parent.id |
1184
1184
  # Parent's id number (for example: 123) | | id, projectId | Filters by projectId.
1185
1185
  # | | state, lifecycleState | Filters by state. | | labels | Filters by label
1186
1186
  # name or value. | | labels.\ (where *key* is the name of a label) | Filters by
1187
- # label name.| Search expressions are case insensitive. Some examples queries: |
1188
- # Query | Description | |------------------|-------------------------------------
1189
- # ----------------| | name:how* | The project's name starts with "how". | | name:
1190
- # Howl | The project's name is `Howl` or `howl`. | | name:HOWL | Equivalent to
1191
- # above. | | NAME:howl | Equivalent to above. | | labels.color:* | The project
1192
- # has the label `color`. | | labels.color:red | The project's label `color` has
1193
- # the value `red`. | | labels.color:red labels.size:big | The project's label `
1194
- # color` has the value `red` and its label `size` has the value `big`.| If no
1195
- # query is specified, the call will return projects for which the user has the `
1196
- # resourcemanager.projects.get` permission.
1187
+ # label name.| ``` Search expressions are case insensitive. Some examples
1188
+ # queries: ``` | Query | Description | |------------------|----------------------
1189
+ # -------------------------------| | name:how* | The project's name starts with "
1190
+ # how". | | name:Howl | The project's name is `Howl` or `howl`. | | name:HOWL |
1191
+ # Equivalent to above. | | NAME:howl | Equivalent to above. | | labels.color:* |
1192
+ # The project has the label `color`. | | labels.color:red | The project's label `
1193
+ # color` has the value `red`. | | labels.color:red labels.size:big | The project'
1194
+ # s label `color` has the value `red` and its label `size` has the value `big`.|
1195
+ # ``` If no query is specified, the call will return projects for which the user
1196
+ # has the `resourcemanager.projects.get` permission.
1197
1197
  # @param [String] fields
1198
1198
  # Selector specifying which fields to include in a partial response.
1199
1199
  # @param [String] quota_user
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.16.0
4
+ version: 0.17.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-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-08 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.17.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: []