google-apis-cloudresourcemanager_v1 0.7.0 → 0.8.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: 3125401feb55a104563e65a5e78598b96767b7295200d483cf879db93f495309
|
4
|
+
data.tar.gz: f59222339acc54bdbb6d8102a48915a92f956feb72bf609c1b665df0e15db59e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c574bbaba26fb268d7d3aa0de3e1701515c664927157d0737baf4a307faaaf52bdb49512c8bceb775edbb4e6e1b7e2294d57697eb54b972c861c80ae079b0085
|
7
|
+
data.tar.gz: d68491829aac7eb393e28e8f1d54d057813a4db22004cb3e3774636affb279a7e937e76fca33b6547a906b00d1fc4ed6e330d0f706f9c1f7f6861562c209aa05
|
data/CHANGELOG.md
CHANGED
@@ -457,8 +457,8 @@ module Google
|
|
457
457
|
# @return [String]
|
458
458
|
attr_accessor :create_time
|
459
459
|
|
460
|
-
# True if the project can be retrieved using GetProject
|
461
|
-
# the project are guaranteed to work until the project creation is complete.
|
460
|
+
# True if the project can be retrieved using `GetProject`. No other operations
|
461
|
+
# on the project are guaranteed to work until the project creation is complete.
|
462
462
|
# Corresponds to the JSON property `gettable`
|
463
463
|
# @return [Boolean]
|
464
464
|
attr_accessor :gettable
|
@@ -508,8 +508,8 @@ module Google
|
|
508
508
|
end
|
509
509
|
end
|
510
510
|
|
511
|
-
# A status object which is used as the `metadata` field for the Operation
|
512
|
-
# returned by DeleteFolder
|
511
|
+
# A status object which is used as the `metadata` field for the `Operation`
|
512
|
+
# returned by `DeleteFolder`.
|
513
513
|
class DeleteFolderMetadata
|
514
514
|
include Google::Apis::Core::Hashable
|
515
515
|
|
@@ -522,7 +522,7 @@ module Google
|
|
522
522
|
end
|
523
523
|
end
|
524
524
|
|
525
|
-
# A status object which is used as the `metadata` field for the
|
525
|
+
# A status object which is used as the `metadata` field for the operation
|
526
526
|
# returned by DeleteOrganization.
|
527
527
|
class DeleteOrganizationMetadata
|
528
528
|
include Google::Apis::Core::Hashable
|
@@ -537,7 +537,7 @@ module Google
|
|
537
537
|
end
|
538
538
|
|
539
539
|
# A status object which is used as the `metadata` field for the Operation
|
540
|
-
# returned by DeleteProject
|
540
|
+
# returned by `DeleteProject`.
|
541
541
|
class DeleteProjectMetadata
|
542
542
|
include Google::Apis::Core::Hashable
|
543
543
|
|
@@ -1196,7 +1196,7 @@ module Google
|
|
1196
1196
|
end
|
1197
1197
|
end
|
1198
1198
|
|
1199
|
-
# Metadata pertaining to the
|
1199
|
+
# Metadata pertaining to the folder move process.
|
1200
1200
|
class MoveFolderMetadata
|
1201
1201
|
include Google::Apis::Core::Hashable
|
1202
1202
|
|
@@ -1939,8 +1939,8 @@ module Google
|
|
1939
1939
|
end
|
1940
1940
|
end
|
1941
1941
|
|
1942
|
-
# A status object which is used as the `metadata` field for the Operation
|
1943
|
-
# returned by UndeleteFolder
|
1942
|
+
# A status object which is used as the `metadata` field for the `Operation`
|
1943
|
+
# returned by `UndeleteFolder`.
|
1944
1944
|
class UndeleteFolderMetadata
|
1945
1945
|
include Google::Apis::Core::Hashable
|
1946
1946
|
|
@@ -1968,7 +1968,7 @@ module Google
|
|
1968
1968
|
end
|
1969
1969
|
|
1970
1970
|
# A status object which is used as the `metadata` field for the Operation
|
1971
|
-
# returned by UndeleteProject
|
1971
|
+
# returned by `UndeleteProject`.
|
1972
1972
|
class UndeleteProjectMetadata
|
1973
1973
|
include Google::Apis::Core::Hashable
|
1974
1974
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudresourcemanagerV1
|
18
18
|
# Version of the google-apis-cloudresourcemanager_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.8.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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.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_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1/v0.8.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|