google-apis-cloudresourcemanager_v1beta1 0.5.0 → 0.6.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f98a88bcefb3c2038078cfaa837a5307644741cf7a9600cfc7454dfbf9495142
|
4
|
+
data.tar.gz: 33727b6dbdddec5a189b0670b98bb939887aa2c857660e06d0deb08e04f40100
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9e89c3588c83c8e2196a2f34c0574a2e44071efc08c03971f423821907903e9c6845111de58ff8b224d49beaae894f4668cba15314096908bec6525d3b9b540
|
7
|
+
data.tar.gz: 5ad76eab52abf3a91b12ee2e207643b848506ff644f81a91d732be46ea80a7a2e943e1ccb2d3c9b7214b1b9c1fcb8f7a18f9c742553bb44b67a1360eea20b70f
|
data/CHANGELOG.md
CHANGED
@@ -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
|
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
|
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
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|