google-apis-cloudresourcemanager_v1beta1 0.6.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
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
|
@@ -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
|
|
@@ -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
|
|
@@ -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
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: []
|
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
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
|