google-apis-cloudresourcemanager_v2 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f1596493d9b0fa6848e3ab4f0c547143442ce325f00b42c03bc3575db9c2245
4
- data.tar.gz: f4e62a456c51637cc3df0f108f2886ace30f116e861c4c4f4b16da9be7d84c9e
3
+ metadata.gz: 553551d65d8799b7f23876ee5f56b36dcfdbbd62d959796967d8c3d43eb68914
4
+ data.tar.gz: 89dbb90831a297ac413651b5b59ffc144c0838b5352b10f2e172646ac8202ffd
5
5
  SHA512:
6
- metadata.gz: 8a5c136f350be5e9b59fb88e2ec46c86af593fd31b7c5e2ac7cbc8b8352dc250f2439e8ea9f045990ac3cb8fc2af7987b8c5088a5f7fab04cadeb37db801b8cc
7
- data.tar.gz: e1aa2c7cb2307ee4b4345d04e4ec55325156a924620fbe15c3f366c733d9a4247ce21ed9a6bec8f7a2ef59a1d6d2764c9c8ebce74d8b6575ef5c1279c1d63ca1
6
+ metadata.gz: 5eab44c5c8c28c573457495ce6de911acfc5d6e0fc95475eb38b85fbb17245ef24ca7b7cde4d98f4451ce20c1857336335be4e9843f21287251d77b867546c18
7
+ data.tar.gz: 967febde7e6d47c71950b62bdeb2418ad944e4594f13ecf2e6e6ea2fe61683e85969c0ad918720641756def0065ba28f5798f570194652afd1d4be8dd391de53
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v2
2
2
 
3
+ ### v0.7.0 (2021-04-08)
4
+
5
+ * Regenerated from discovery document revision 20210331
6
+
3
7
  ### v0.6.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 CloudresourcemanagerV2
18
18
  # Version of the google-apis-cloudresourcemanager_v2 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.7.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 = "20210331"
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
 
@@ -332,6 +344,12 @@ module Google
332
344
  end
333
345
  end
334
346
 
347
+ class CreateTagBindingMetadata
348
+ # @private
349
+ class Representation < Google::Apis::Core::JsonRepresentation
350
+ end
351
+ end
352
+
335
353
  class CreateTagKeyMetadata
336
354
  # @private
337
355
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -362,6 +380,12 @@ module Google
362
380
  end
363
381
  end
364
382
 
383
+ class DeleteTagBindingMetadata
384
+ # @private
385
+ class Representation < Google::Apis::Core::JsonRepresentation
386
+ end
387
+ end
388
+
365
389
  class DeleteTagKeyMetadata
366
390
  # @private
367
391
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudresourcemanager_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.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_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2/v0.6.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2/v0.7.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v2
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 V2