google-apis-cloudresourcemanager_v1beta1 0.5.0 → 0.6.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: 69ed81683caf45f44fd1d625f1179a432ee2cef34236c5d12aa4a3fbd6f87e82
4
- data.tar.gz: dd9e27cdb725f33b3a91abd73a33df97192e55c38c2bfe2c20073cabb13bd04d
3
+ metadata.gz: f98a88bcefb3c2038078cfaa837a5307644741cf7a9600cfc7454dfbf9495142
4
+ data.tar.gz: 33727b6dbdddec5a189b0670b98bb939887aa2c857660e06d0deb08e04f40100
5
5
  SHA512:
6
- metadata.gz: c62bf037d04b7ac2b82cf557de28500706600cdbcd20d582ee3197badf1b7f4c41aba6626cea5a5f1e48eeba1f5165c2cf6b4701ccf4cc956dc310493d9ed231
7
- data.tar.gz: a2a5575c234177a9d5f8160ddb5e203b8756a74ea7ffbb5ab2bdf18423d29309d4d7dcb66c880ed22e47a21c7fa09e6dc952a0e51f96c3ea229a502d0e8712c0
6
+ metadata.gz: e9e89c3588c83c8e2196a2f34c0574a2e44071efc08c03971f423821907903e9c6845111de58ff8b224d49beaae894f4668cba15314096908bec6525d3b9b540
7
+ data.tar.gz: 5ad76eab52abf3a91b12ee2e207643b848506ff644f81a91d732be46ea80a7a2e943e1ccb2d3c9b7214b1b9c1fcb8f7a18f9c742553bb44b67a1360eea20b70f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1beta1
2
2
 
3
+ ### v0.6.0 (2021-04-02)
4
+
5
+ * Regenerated from discovery document revision 20210328
6
+
3
7
  ### v0.5.0 (2021-03-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20210314
@@ -301,8 +301,8 @@ module Google
301
301
  # @return [String]
302
302
  attr_accessor :create_time
303
303
 
304
- # True if the project can be retrieved using GetProject. No other operations on
305
- # the project are guaranteed to work until the project creation is complete.
304
+ # True if the project can be retrieved using `GetProject`. No other operations
305
+ # on the project are guaranteed to work until the project creation is complete.
306
306
  # Corresponds to the JSON property `gettable`
307
307
  # @return [Boolean]
308
308
  attr_accessor :gettable
@@ -352,8 +352,8 @@ module Google
352
352
  end
353
353
  end
354
354
 
355
- # A status object which is used as the `metadata` field for the Operation
356
- # returned by DeleteFolder.
355
+ # A status object which is used as the `metadata` field for the `Operation`
356
+ # returned by `DeleteFolder`.
357
357
  class DeleteFolderMetadata
358
358
  include Google::Apis::Core::Hashable
359
359
 
@@ -366,7 +366,7 @@ module Google
366
366
  end
367
367
  end
368
368
 
369
- # A status object which is used as the `metadata` field for the Operation
369
+ # A status object which is used as the `metadata` field for the operation
370
370
  # returned by DeleteOrganization.
371
371
  class DeleteOrganizationMetadata
372
372
  include Google::Apis::Core::Hashable
@@ -381,7 +381,7 @@ module Google
381
381
  end
382
382
 
383
383
  # A status object which is used as the `metadata` field for the Operation
384
- # returned by DeleteProject.
384
+ # returned by `DeleteProject`.
385
385
  class DeleteProjectMetadata
386
386
  include Google::Apis::Core::Hashable
387
387
 
@@ -688,7 +688,7 @@ module Google
688
688
  end
689
689
  end
690
690
 
691
- # Metadata pertaining to the Folder move process.
691
+ # Metadata pertaining to the folder move process.
692
692
  class MoveFolderMetadata
693
693
  include Google::Apis::Core::Hashable
694
694
 
@@ -1133,8 +1133,8 @@ module Google
1133
1133
  end
1134
1134
  end
1135
1135
 
1136
- # A status object which is used as the `metadata` field for the Operation
1137
- # returned by UndeleteFolder.
1136
+ # A status object which is used as the `metadata` field for the `Operation`
1137
+ # returned by `UndeleteFolder`.
1138
1138
  class UndeleteFolderMetadata
1139
1139
  include Google::Apis::Core::Hashable
1140
1140
 
@@ -1162,7 +1162,7 @@ module Google
1162
1162
  end
1163
1163
 
1164
1164
  # A status object which is used as the `metadata` field for the Operation
1165
- # returned by UndeleteProject.
1165
+ # returned by `UndeleteProject`.
1166
1166
  class UndeleteProjectMetadata
1167
1167
  include Google::Apis::Core::Hashable
1168
1168
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV1beta1
18
18
  # Version of the google-apis-cloudresourcemanager_v1beta1 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.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 = "20210314"
25
+ REVISION = "20210328"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudresourcemanager_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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-03-22 00:00:00.000000000 Z
11
+ date: 2021-04-05 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_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1beta1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1beta1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []