google-apis-cloudresourcemanager_v3 0.7.0 → 0.8.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: e6388aadea374b5da741c1ffc6e777afe141de6a2dda2e725433e7f57dcff95a
4
- data.tar.gz: f3d562fc117be6c0213cdaf696d3d42c9df33d686999264f2f9ea2ad46d178ba
3
+ metadata.gz: d8ea01523084456816005a4284de78cc28bdc6885503196e2f425f25cd076d16
4
+ data.tar.gz: 49fe9c56cab3eb1ce921b9cc78b00f92a01bbcc4cc7fb6dce24a1bc6c7cc087b
5
5
  SHA512:
6
- metadata.gz: ad5ce9abafb39afe1ee3eb04f1e1335c122abbd2b2bba846351074e5448522d60bfa6d2ecd369fa2217fe07374dbe1a7a8c6f88ee00b84590666c07e01f9932e
7
- data.tar.gz: fac4a0a9a893cb9602b86410625c3964ec5ca64af65b3ac5e3e88e96d76865cee9c7adb047dcbdc67c5bf4ac148de4eca81bc2ce68d4f2ffac9cd85cbc214d06
6
+ metadata.gz: 77d4c30ef5665cfa30960e622db05fc61b0e247140ba8f05d0bb92823331ce01a7fadb380837e3cc638d7b39c0da3395ab9725042f6bbd918fd24a4ca67c4ca1
7
+ data.tar.gz: 3529083ae263aca6396487ff235862b5acd50bd57d7d3125838d494498d6ba7f31498797c7a547b63afae86ee08a7b2ed8b515825ea046149349202f1b8aab55
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v3
2
2
 
3
+ ### v0.8.0 (2021-04-20)
4
+
5
+ * Regenerated from discovery document revision 20210411
6
+
3
7
  ### v0.7.0 (2021-04-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20210328
@@ -304,6 +304,19 @@ module Google
304
304
  end
305
305
  end
306
306
 
307
+ # Runtime operation information for creating a TagValue.
308
+ class CreateTagBindingMetadata
309
+ include Google::Apis::Core::Hashable
310
+
311
+ def initialize(**args)
312
+ update!(**args)
313
+ end
314
+
315
+ # Update properties of this object
316
+ def update!(**args)
317
+ end
318
+ end
319
+
307
320
  # Runtime operation information for creating a TagKey.
308
321
  class CreateTagKeyMetadata
309
322
  include Google::Apis::Core::Hashable
@@ -372,6 +385,19 @@ module Google
372
385
  end
373
386
  end
374
387
 
388
+ # Runtime operation information for deleting a TagBinding.
389
+ class DeleteTagBindingMetadata
390
+ include Google::Apis::Core::Hashable
391
+
392
+ def initialize(**args)
393
+ update!(**args)
394
+ end
395
+
396
+ # Update properties of this object
397
+ def update!(**args)
398
+ end
399
+ end
400
+
375
401
  # Runtime operation information for deleting a TagKey.
376
402
  class DeleteTagKeyMetadata
377
403
  include Google::Apis::Core::Hashable
@@ -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.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210328"
25
+ REVISION = "20210411"
26
26
  end
27
27
  end
28
28
  end
@@ -64,6 +64,12 @@ module Google
64
64
  include Google::Apis::Core::JsonObjectSupport
65
65
  end
66
66
 
67
+ class CreateTagBindingMetadata
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
67
73
  class CreateTagKeyMetadata
68
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
69
75
 
@@ -94,6 +100,12 @@ module Google
94
100
  include Google::Apis::Core::JsonObjectSupport
95
101
  end
96
102
 
103
+ class DeleteTagBindingMetadata
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
97
109
  class DeleteTagKeyMetadata
98
110
  class Representation < Google::Apis::Core::JsonRepresentation; end
99
111
 
@@ -422,6 +434,12 @@ module Google
422
434
  end
423
435
  end
424
436
 
437
+ class CreateTagBindingMetadata
438
+ # @private
439
+ class Representation < Google::Apis::Core::JsonRepresentation
440
+ end
441
+ end
442
+
425
443
  class CreateTagKeyMetadata
426
444
  # @private
427
445
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -452,6 +470,12 @@ module Google
452
470
  end
453
471
  end
454
472
 
473
+ class DeleteTagBindingMetadata
474
+ # @private
475
+ class Representation < Google::Apis::Core::JsonRepresentation
476
+ end
477
+ end
478
+
455
479
  class DeleteTagKeyMetadata
456
480
  # @private
457
481
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1078,7 +1078,9 @@ module Google
1078
1078
  # will be populated with the moved project. The caller must have `
1079
1079
  # resourcemanager.projects.update` permission on the project and have `
1080
1080
  # resourcemanager.projects.move` permission on the project's current and
1081
- # proposed new parent.
1081
+ # proposed new parent. If project has no current parent, or it currently does
1082
+ # not have an associated organization resource, you will also need the `
1083
+ # resourcemanager.projects.setIamPolicy` permission in the project.
1082
1084
  # @param [String] name
1083
1085
  # Required. The name of the project to move.
1084
1086
  # @param [Google::Apis::CloudresourcemanagerV3::MoveProjectRequest] move_project_request_object
@@ -1171,22 +1173,22 @@ module Google
1171
1173
  # in the query, the it will return results that match any of the fields. Some
1172
1174
  # eligible fields are: | Field | Description | |-------------------------|-------
1173
1175
  # ---------------------------------------| | displayName, name | Filters by
1174
- # displayName. | | parent | Project's parent. (for example: folders/123,
1175
- # organizations/*) Prefer parent field over parent.type and parent.id. | |
1176
+ # displayName. | | parent | Project's parent (for example: folders/123,
1177
+ # organizations/*). Prefer parent field over parent.type and parent.id.| |
1176
1178
  # parent.type | Parent's type: `folder` or `organization`. | | parent.id |
1177
1179
  # Parent's id number (for example: 123) | | id, projectId | Filters by projectId.
1178
1180
  # | | state, lifecycleState | Filters by state. | | labels | Filters by label
1179
- # name or value. | | labels. (where *key* is the name of a label) | Filters by
1180
- # label name. | Search expressions are case insensitive. Some examples queries: |
1181
- # Query | Description | |------------------|------------------------------------
1182
- # -----------------| | name:how* | The project's name starts with "how". | |
1183
- # name:Howl | The project's name is `Howl` or `howl`. | | name:HOWL | Equivalent
1184
- # to above. | | NAME:howl | Equivalent to above. | | labels.color:* | The
1185
- # project has the label `color`. | | labels.color:red | The project's label `
1186
- # color` has the value `red`. | | labels.color:red labels.size:big | The project'
1187
- # s label `color` has the value `red` and its label `size` has the value `big`. |
1188
- # If no query is specified, the call will return projects for which the user
1189
- # has the `resourcemanager.projects.get` permission.
1181
+ # name or value. | | labels.\ (where *key* is the name of a label) | Filters by
1182
+ # label name.| Search expressions are case insensitive. Some examples queries: |
1183
+ # Query | Description | |------------------|-------------------------------------
1184
+ # ----------------| | name:how* | The project's name starts with "how". | | name:
1185
+ # Howl | The project's name is `Howl` or `howl`. | | name:HOWL | Equivalent to
1186
+ # above. | | NAME:howl | Equivalent to above. | | labels.color:* | The project
1187
+ # has the label `color`. | | labels.color:red | The project's label `color` has
1188
+ # the value `red`. | | labels.color:red labels.size:big | The project's label `
1189
+ # color` has the value `red` and its label `size` has the value `big`.| If no
1190
+ # query is specified, the call will return projects for which the user has the `
1191
+ # resourcemanager.projects.get` permission.
1190
1192
  # @param [String] fields
1191
1193
  # Selector specifying which fields to include in a partial response.
1192
1194
  # @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.7.0
4
+ version: 0.8.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-04-05 00:00:00.000000000 Z
11
+ date: 2021-05-18 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_v3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.7.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v3/v0.8.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v3
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Resource Manager API V3