google-apis-cloudresourcemanager_v3 0.16.0 → 0.20.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: be82084390f3c4f6b3117f1a235a8c635c25cdf9ab6dd2a145d6e259ebb30b7a
4
+ data.tar.gz: 8211f1edabe35a54898051169f0aeec14db5bc72459e5fe53bdf926873d5705c
5
5
  SHA512:
6
- metadata.gz: afad77f6dde5621c8c6b05468c63e37aaeefd805face6f1daba1827767e2fc58821cc3ea8d0b8d4fadb4c9f7132787c672e8889bcc495cd713548a301d8f7895
7
- data.tar.gz: ec059c5482f047a2d2f819673f0fc17f2382124374828d189db3048de12613e2df832df26c06ef2e43785a749d5f675b5bd7d2e8ed962f1dcb6c3eeef429f104
6
+ metadata.gz: f210642d2b0f0f2b3cc150931d50d50ba72d4aaeb2ea1fc00192e10f44593b6982feb576e74c246d14b6242cafe3f264df1095f8766ee18936249b1045933d6b
7
+ data.tar.gz: 30209de95db9d4ac8804dabf048075d8f154b54822e4d4355144dfa2c4cfc14fe31d984e467c1e2e0ab8ef270338061b195a5c63ea97519a34c4e8c46f7d0a61
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.20.0 (2022-01-13)
4
+
5
+ * Regenerated from discovery document revision 20220109
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.19.0 (2021-12-16)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.18.0 (2021-11-09)
13
+
14
+ * Regenerated from discovery document revision 20211107
15
+
16
+ ### v0.17.0 (2021-11-02)
17
+
18
+ * Regenerated from discovery document revision 20211029
19
+
3
20
  ### v0.16.0 (2021-10-20)
4
21
 
5
22
  * Regenerated from discovery document revision 20211017
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/cloudresourcemanager_v3"
51
51
  client = Google::Apis::CloudresourcemanagerV3::CloudResourceManagerService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -357,8 +357,8 @@ module Google
357
357
  end
358
358
  end
359
359
 
360
- # LINT.IfChange A status object which is used as the `metadata` field for the
361
- # operation returned by DeleteOrganization.
360
+ # A status object which is used as the `metadata` field for the operation
361
+ # returned by DeleteOrganization.
362
362
  class DeleteOrganizationMetadata
363
363
  include Google::Apis::Core::Hashable
364
364
 
@@ -648,13 +648,16 @@ module Google
648
648
  class GetPolicyOptions
649
649
  include Google::Apis::Core::Hashable
650
650
 
651
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
652
- # 3. Requests specifying an invalid value will be rejected. Requests for
653
- # policies with any conditional bindings must specify version 3. Policies
654
- # without any conditional bindings may specify any valid value or leave the
655
- # field unset. To learn which resources support conditions in their IAM policies,
656
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
657
- # resource-policies).
651
+ # Optional. The maximum policy version that will be used to format the policy.
652
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
653
+ # rejected. Requests for policies with any conditional role bindings must
654
+ # specify version 3. Policies with no conditional role bindings may specify any
655
+ # valid value or leave the field unset. The policy in the response might use the
656
+ # policy version that you specified, or it might use a lower policy version. For
657
+ # example, if you specify version 3, but the policy has no conditional role
658
+ # bindings, the response uses version 1. To learn which resources support
659
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
660
+ # google.com/iam/help/conditions/resource-policies).
658
661
  # Corresponds to the JSON property `requestedPolicyVersion`
659
662
  # @return [Fixnum]
660
663
  attr_accessor :requested_policy_version
@@ -1757,8 +1760,8 @@ module Google
1757
1760
  end
1758
1761
  end
1759
1762
 
1760
- # LINT.IfChange A status object which is used as the `metadata` field for the
1761
- # Operation returned by UndeleteOrganization.
1763
+ # A status object which is used as the `metadata` field for the Operation
1764
+ # returned by UndeleteOrganization.
1762
1765
  class UndeleteOrganizationMetadata
1763
1766
  include Google::Apis::Core::Hashable
1764
1767
 
@@ -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.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211017"
25
+ REVISION = "20220109"
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
@@ -1242,15 +1242,15 @@ module Google
1242
1242
  # granted the owner role using the Cloud Platform Console and must explicitly
1243
1243
  # accept the invitation. + Invitations to grant the owner role cannot be sent
1244
1244
  # using `setIamPolicy()`; they must be sent only using the Cloud Platform
1245
- # Console. + Membership changes that leave the project without any owners that
1246
- # have accepted the Terms of Service (ToS) will be rejected. + If the project is
1247
- # not part of an organization, there must be at least one owner who has accepted
1248
- # the Terms of Service (ToS) agreement in the policy. Calling `setIamPolicy()`
1249
- # to remove the last ToS-accepted owner from the policy will fail. This
1250
- # restriction also applies to legacy projects that no longer have owners who
1251
- # have accepted the ToS. Edits to IAM policies will be rejected until the lack
1252
- # of a ToS-accepting owner is rectified. + Calling this method requires enabling
1253
- # the App Engine Admin API.
1245
+ # Console. + If the project is not part of an organization, there must be at
1246
+ # least one owner who has accepted the Terms of Service (ToS) agreement in the
1247
+ # policy. Calling `setIamPolicy()` to remove the last ToS-accepted owner from
1248
+ # the policy will fail. This restriction also applies to legacy projects that no
1249
+ # longer have owners who have accepted the ToS. Edits to IAM policies will be
1250
+ # rejected until the lack of a ToS-accepting owner is rectified. If the project
1251
+ # is part of an organization, you can remove all owners, potentially making the
1252
+ # organization inaccessible. + Calling this method requires enabling the App
1253
+ # Engine Admin API.
1254
1254
  # @param [String] resource
1255
1255
  # REQUIRED: The resource for which the policy is being specified. See the
1256
1256
  # operation documentation for the appropriate value for this field.
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.20.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: 2022-01-17 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.20.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Resource Manager API V3