google-apis-cloudresourcemanager_v1beta1 0.2.0 → 0.7.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 +4 -4
- data/CHANGELOG.md +21 -0
- data/lib/google/apis/cloudresourcemanager_v1beta1.rb +1 -1
- data/lib/google/apis/cloudresourcemanager_v1beta1/classes.rb +36 -10
- data/lib/google/apis/cloudresourcemanager_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/cloudresourcemanager_v1beta1/representations.rb +24 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a7a6f789914c006633aa1ae351d88fcb93549eff8f738c8e910e168304d4e014
|
|
4
|
+
data.tar.gz: 0e08e75ad9abde34809c07be9138d2a1c039bd26a32553de49c32270004f170b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9fe97b9b664d4900494e8b45213590fc1f5bf2f9e301508b0698f96913b154612d0d1b487ab55bf6a531791ba9fa0bffa3e17cd3448fe0e39b774bfb48cff1e5
|
|
7
|
+
data.tar.gz: c568859177252bc8b93c961f44d84d3b61320c2b04f3a7858d82909a2ff39f19de6c2f2e31bbbaea1ce950fa3554d586b946f9967edb17968f125984be021094
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Release history for google-apis-cloudresourcemanager_v1beta1
|
|
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 = 'V1beta1'
|
|
32
32
|
|
|
33
|
-
#
|
|
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
|
|
@@ -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
|
|
@@ -326,6 +326,19 @@ module Google
|
|
|
326
326
|
end
|
|
327
327
|
end
|
|
328
328
|
|
|
329
|
+
# Runtime operation information for creating a TagValue.
|
|
330
|
+
class CreateTagBindingMetadata
|
|
331
|
+
include Google::Apis::Core::Hashable
|
|
332
|
+
|
|
333
|
+
def initialize(**args)
|
|
334
|
+
update!(**args)
|
|
335
|
+
end
|
|
336
|
+
|
|
337
|
+
# Update properties of this object
|
|
338
|
+
def update!(**args)
|
|
339
|
+
end
|
|
340
|
+
end
|
|
341
|
+
|
|
329
342
|
# Runtime operation information for creating a TagKey.
|
|
330
343
|
class CreateTagKeyMetadata
|
|
331
344
|
include Google::Apis::Core::Hashable
|
|
@@ -352,8 +365,8 @@ module Google
|
|
|
352
365
|
end
|
|
353
366
|
end
|
|
354
367
|
|
|
355
|
-
# A status object which is used as the `metadata` field for the Operation
|
|
356
|
-
# returned by DeleteFolder
|
|
368
|
+
# A status object which is used as the `metadata` field for the `Operation`
|
|
369
|
+
# returned by `DeleteFolder`.
|
|
357
370
|
class DeleteFolderMetadata
|
|
358
371
|
include Google::Apis::Core::Hashable
|
|
359
372
|
|
|
@@ -366,7 +379,7 @@ module Google
|
|
|
366
379
|
end
|
|
367
380
|
end
|
|
368
381
|
|
|
369
|
-
# A status object which is used as the `metadata` field for the
|
|
382
|
+
# A status object which is used as the `metadata` field for the operation
|
|
370
383
|
# returned by DeleteOrganization.
|
|
371
384
|
class DeleteOrganizationMetadata
|
|
372
385
|
include Google::Apis::Core::Hashable
|
|
@@ -381,7 +394,7 @@ module Google
|
|
|
381
394
|
end
|
|
382
395
|
|
|
383
396
|
# A status object which is used as the `metadata` field for the Operation
|
|
384
|
-
# returned by DeleteProject
|
|
397
|
+
# returned by `DeleteProject`.
|
|
385
398
|
class DeleteProjectMetadata
|
|
386
399
|
include Google::Apis::Core::Hashable
|
|
387
400
|
|
|
@@ -394,6 +407,19 @@ module Google
|
|
|
394
407
|
end
|
|
395
408
|
end
|
|
396
409
|
|
|
410
|
+
# Runtime operation information for deleting a TagBinding.
|
|
411
|
+
class DeleteTagBindingMetadata
|
|
412
|
+
include Google::Apis::Core::Hashable
|
|
413
|
+
|
|
414
|
+
def initialize(**args)
|
|
415
|
+
update!(**args)
|
|
416
|
+
end
|
|
417
|
+
|
|
418
|
+
# Update properties of this object
|
|
419
|
+
def update!(**args)
|
|
420
|
+
end
|
|
421
|
+
end
|
|
422
|
+
|
|
397
423
|
# Runtime operation information for deleting a TagKey.
|
|
398
424
|
class DeleteTagKeyMetadata
|
|
399
425
|
include Google::Apis::Core::Hashable
|
|
@@ -688,7 +714,7 @@ module Google
|
|
|
688
714
|
end
|
|
689
715
|
end
|
|
690
716
|
|
|
691
|
-
# Metadata pertaining to the
|
|
717
|
+
# Metadata pertaining to the folder move process.
|
|
692
718
|
class MoveFolderMetadata
|
|
693
719
|
include Google::Apis::Core::Hashable
|
|
694
720
|
|
|
@@ -1133,8 +1159,8 @@ module Google
|
|
|
1133
1159
|
end
|
|
1134
1160
|
end
|
|
1135
1161
|
|
|
1136
|
-
# A status object which is used as the `metadata` field for the Operation
|
|
1137
|
-
# returned by UndeleteFolder
|
|
1162
|
+
# A status object which is used as the `metadata` field for the `Operation`
|
|
1163
|
+
# returned by `UndeleteFolder`.
|
|
1138
1164
|
class UndeleteFolderMetadata
|
|
1139
1165
|
include Google::Apis::Core::Hashable
|
|
1140
1166
|
|
|
@@ -1162,7 +1188,7 @@ module Google
|
|
|
1162
1188
|
end
|
|
1163
1189
|
|
|
1164
1190
|
# A status object which is used as the `metadata` field for the Operation
|
|
1165
|
-
# returned by UndeleteProject
|
|
1191
|
+
# returned by `UndeleteProject`.
|
|
1166
1192
|
class UndeleteProjectMetadata
|
|
1167
1193
|
include Google::Apis::Core::Hashable
|
|
1168
1194
|
|
|
@@ -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.7.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210331"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -70,6 +70,12 @@ module Google
|
|
|
70
70
|
include Google::Apis::Core::JsonObjectSupport
|
|
71
71
|
end
|
|
72
72
|
|
|
73
|
+
class CreateTagBindingMetadata
|
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
+
|
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
77
|
+
end
|
|
78
|
+
|
|
73
79
|
class CreateTagKeyMetadata
|
|
74
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
81
|
|
|
@@ -100,6 +106,12 @@ module Google
|
|
|
100
106
|
include Google::Apis::Core::JsonObjectSupport
|
|
101
107
|
end
|
|
102
108
|
|
|
109
|
+
class DeleteTagBindingMetadata
|
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
111
|
+
|
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
113
|
+
end
|
|
114
|
+
|
|
103
115
|
class DeleteTagKeyMetadata
|
|
104
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
117
|
|
|
@@ -358,6 +370,12 @@ module Google
|
|
|
358
370
|
end
|
|
359
371
|
end
|
|
360
372
|
|
|
373
|
+
class CreateTagBindingMetadata
|
|
374
|
+
# @private
|
|
375
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
376
|
+
end
|
|
377
|
+
end
|
|
378
|
+
|
|
361
379
|
class CreateTagKeyMetadata
|
|
362
380
|
# @private
|
|
363
381
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -388,6 +406,12 @@ module Google
|
|
|
388
406
|
end
|
|
389
407
|
end
|
|
390
408
|
|
|
409
|
+
class DeleteTagBindingMetadata
|
|
410
|
+
# @private
|
|
411
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
412
|
+
end
|
|
413
|
+
end
|
|
414
|
+
|
|
391
415
|
class DeleteTagKeyMetadata
|
|
392
416
|
# @private
|
|
393
417
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.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-
|
|
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_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.7.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: []
|
|
@@ -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.
|
|
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.
|
|
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 V1beta1
|