google-apis-cloudresourcemanager_v2 0.2.0 → 0.7.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: 6f9b33fe048fdc836b445d81209e6530614d85e7612cff3267ed8c154bd56543
4
- data.tar.gz: 349d584b5e359f8b40864e472f5dc0defc9c3995cc759b8e361154209690e78f
3
+ metadata.gz: 553551d65d8799b7f23876ee5f56b36dcfdbbd62d959796967d8c3d43eb68914
4
+ data.tar.gz: 89dbb90831a297ac413651b5b59ffc144c0838b5352b10f2e172646ac8202ffd
5
5
  SHA512:
6
- metadata.gz: 608117f7a5d65f2a82f06964d015ba23c8ca4c25008ac66fc1dda825277025e81d3b71d1a8dc005fe21341e8565be203afb1cd067780401426af9e8280395389
7
- data.tar.gz: 58a4df3fbfbba9285fd6b0d93e9e4510d7865b2669849b9f9a40b7eb55d22f04bf871325eccfb3ac20d17fdf7de63e40254fb42795bfd3e261dd1ad89aa5f461
6
+ metadata.gz: 5eab44c5c8c28c573457495ce6de911acfc5d6e0fc95475eb38b85fbb17245ef24ca7b7cde4d98f4451ce20c1857336335be4e9843f21287251d77b867546c18
7
+ data.tar.gz: 967febde7e6d47c71950b62bdeb2418ad944e4594f13ecf2e6e6ea2fe61683e85969c0ad918720641756def0065ba28f5798f570194652afd1d4be8dd391de53
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
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
+
7
+ ### v0.6.0 (2021-04-02)
8
+
9
+ * Regenerated from discovery document revision 20210328
10
+
11
+ ### v0.5.0 (2021-03-19)
12
+
13
+ * Regenerated from discovery document revision 20210314
14
+ * Regenerated using generator version 0.2.0
15
+
16
+ ### v0.4.0 (2021-03-04)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.3.0 (2021-02-19)
21
+
22
+ * Regenerated from discovery document revision 20210215
23
+
3
24
  ### v0.2.0 (2021-01-23)
4
25
 
5
26
  * Regenerated from discovery document revision 20210114
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V2'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
36
  # View your data across Google Cloud Platform services
@@ -279,8 +279,8 @@ module Google
279
279
  # @return [String]
280
280
  attr_accessor :create_time
281
281
 
282
- # True if the project can be retrieved using GetProject. No other operations on
283
- # the project are guaranteed to work until the project creation is complete.
282
+ # True if the project can be retrieved using `GetProject`. No other operations
283
+ # on the project are guaranteed to work until the project creation is complete.
284
284
  # Corresponds to the JSON property `gettable`
285
285
  # @return [Boolean]
286
286
  attr_accessor :gettable
@@ -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
@@ -330,8 +343,8 @@ module Google
330
343
  end
331
344
  end
332
345
 
333
- # A status object which is used as the `metadata` field for the Operation
334
- # returned by DeleteFolder.
346
+ # A status object which is used as the `metadata` field for the `Operation`
347
+ # returned by `DeleteFolder`.
335
348
  class DeleteFolderMetadata
336
349
  include Google::Apis::Core::Hashable
337
350
 
@@ -344,7 +357,7 @@ module Google
344
357
  end
345
358
  end
346
359
 
347
- # A status object which is used as the `metadata` field for the Operation
360
+ # A status object which is used as the `metadata` field for the operation
348
361
  # returned by DeleteOrganization.
349
362
  class DeleteOrganizationMetadata
350
363
  include Google::Apis::Core::Hashable
@@ -359,7 +372,7 @@ module Google
359
372
  end
360
373
 
361
374
  # A status object which is used as the `metadata` field for the Operation
362
- # returned by DeleteProject.
375
+ # returned by `DeleteProject`.
363
376
  class DeleteProjectMetadata
364
377
  include Google::Apis::Core::Hashable
365
378
 
@@ -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
@@ -633,7 +659,7 @@ module Google
633
659
  end
634
660
  end
635
661
 
636
- # Metadata pertaining to the Folder move process.
662
+ # Metadata pertaining to the folder move process.
637
663
  class MoveFolderMetadata
638
664
  include Google::Apis::Core::Hashable
639
665
 
@@ -1090,8 +1116,8 @@ module Google
1090
1116
  end
1091
1117
  end
1092
1118
 
1093
- # A status object which is used as the `metadata` field for the Operation
1094
- # returned by UndeleteFolder.
1119
+ # A status object which is used as the `metadata` field for the `Operation`
1120
+ # returned by `UndeleteFolder`.
1095
1121
  class UndeleteFolderMetadata
1096
1122
  include Google::Apis::Core::Hashable
1097
1123
 
@@ -1132,7 +1158,7 @@ module Google
1132
1158
  end
1133
1159
 
1134
1160
  # A status object which is used as the `metadata` field for the Operation
1135
- # returned by UndeleteProject.
1161
+ # returned by `UndeleteProject`.
1136
1162
  class UndeleteProjectMetadata
1137
1163
  include Google::Apis::Core::Hashable
1138
1164
 
@@ -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.2.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210114"
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.2.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-02-08 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.2.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: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.6
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