google-apis-cloudresourcemanager_v2 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: ae02059d0fcb54e2633fe54b1d44affe0734cd25fac9b8881fb327858f8d87b0
4
- data.tar.gz: 6a5deff630cb7a1fa70c4a942a6d4bb714b87f4c243e3119a7118dd9658c1f61
3
+ metadata.gz: 9f1596493d9b0fa6848e3ab4f0c547143442ce325f00b42c03bc3575db9c2245
4
+ data.tar.gz: f4e62a456c51637cc3df0f108f2886ace30f116e861c4c4f4b16da9be7d84c9e
5
5
  SHA512:
6
- metadata.gz: 8c3ffcf171319a9e07696eea3ff22be97a88f78b4acc71484662bd05e2c4007528785573e670c303631f6320d857c8d04099d757d77d3691de1e21e81b3c4652
7
- data.tar.gz: 863fa5d56286615868d50f3455310d90ce4ec9f75a612f7e5a54b206e3502e1521ada440a10edd7e76dfa2781387c914b8e1076887c16e2392970a99c2decf48
6
+ metadata.gz: 8a5c136f350be5e9b59fb88e2ec46c86af593fd31b7c5e2ac7cbc8b8352dc250f2439e8ea9f045990ac3cb8fc2af7987b8c5088a5f7fab04cadeb37db801b8cc
7
+ data.tar.gz: e1aa2c7cb2307ee4b4345d04e4ec55325156a924620fbe15c3f366c733d9a4247ce21ed9a6bec8f7a2ef59a1d6d2764c9c8ebce74d8b6575ef5c1279c1d63ca1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v2
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
@@ -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
@@ -330,8 +330,8 @@ module Google
330
330
  end
331
331
  end
332
332
 
333
- # A status object which is used as the `metadata` field for the Operation
334
- # returned by DeleteFolder.
333
+ # A status object which is used as the `metadata` field for the `Operation`
334
+ # returned by `DeleteFolder`.
335
335
  class DeleteFolderMetadata
336
336
  include Google::Apis::Core::Hashable
337
337
 
@@ -344,7 +344,7 @@ module Google
344
344
  end
345
345
  end
346
346
 
347
- # A status object which is used as the `metadata` field for the Operation
347
+ # A status object which is used as the `metadata` field for the operation
348
348
  # returned by DeleteOrganization.
349
349
  class DeleteOrganizationMetadata
350
350
  include Google::Apis::Core::Hashable
@@ -359,7 +359,7 @@ module Google
359
359
  end
360
360
 
361
361
  # A status object which is used as the `metadata` field for the Operation
362
- # returned by DeleteProject.
362
+ # returned by `DeleteProject`.
363
363
  class DeleteProjectMetadata
364
364
  include Google::Apis::Core::Hashable
365
365
 
@@ -633,7 +633,7 @@ module Google
633
633
  end
634
634
  end
635
635
 
636
- # Metadata pertaining to the Folder move process.
636
+ # Metadata pertaining to the folder move process.
637
637
  class MoveFolderMetadata
638
638
  include Google::Apis::Core::Hashable
639
639
 
@@ -1090,8 +1090,8 @@ module Google
1090
1090
  end
1091
1091
  end
1092
1092
 
1093
- # A status object which is used as the `metadata` field for the Operation
1094
- # returned by UndeleteFolder.
1093
+ # A status object which is used as the `metadata` field for the `Operation`
1094
+ # returned by `UndeleteFolder`.
1095
1095
  class UndeleteFolderMetadata
1096
1096
  include Google::Apis::Core::Hashable
1097
1097
 
@@ -1132,7 +1132,7 @@ module Google
1132
1132
  end
1133
1133
 
1134
1134
  # A status object which is used as the `metadata` field for the Operation
1135
- # returned by UndeleteProject.
1135
+ # returned by `UndeleteProject`.
1136
1136
  class UndeleteProjectMetadata
1137
1137
  include Google::Apis::Core::Hashable
1138
1138
 
@@ -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.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_v2
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_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2/v0.6.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: []