google-apis-cloudresourcemanager_v1 0.8.0 → 0.9.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: 786cb29f376119672aa1debc5ba291fb18700d6fbddce759c7ae9d263f29c28a
|
|
4
|
+
data.tar.gz: 80bc97b9bf9e44beeb564ec9ac910c34228d834948de24ff0b6e81911ee608fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4814a7b0cc77c3bf6028cd91b5d34136762ebb061115a297d6bb86c217ebc8f9e2863d93b6fd4f4fa153530b9124e74a64435db7eb7b5d87b58277008ee5ce10
|
|
7
|
+
data.tar.gz: a7e4c12159ac31bea6f5efd29c141119584cd2402ddf542a9f2f8d9271b996257a48045d827d8c0de166ffe75a3a0619945d6f60c18c03541a6c6eb075ebf887
|
data/CHANGELOG.md
CHANGED
|
@@ -482,6 +482,19 @@ module Google
|
|
|
482
482
|
end
|
|
483
483
|
end
|
|
484
484
|
|
|
485
|
+
# Runtime operation information for creating a TagValue.
|
|
486
|
+
class CreateTagBindingMetadata
|
|
487
|
+
include Google::Apis::Core::Hashable
|
|
488
|
+
|
|
489
|
+
def initialize(**args)
|
|
490
|
+
update!(**args)
|
|
491
|
+
end
|
|
492
|
+
|
|
493
|
+
# Update properties of this object
|
|
494
|
+
def update!(**args)
|
|
495
|
+
end
|
|
496
|
+
end
|
|
497
|
+
|
|
485
498
|
# Runtime operation information for creating a TagKey.
|
|
486
499
|
class CreateTagKeyMetadata
|
|
487
500
|
include Google::Apis::Core::Hashable
|
|
@@ -550,6 +563,19 @@ module Google
|
|
|
550
563
|
end
|
|
551
564
|
end
|
|
552
565
|
|
|
566
|
+
# Runtime operation information for deleting a TagBinding.
|
|
567
|
+
class DeleteTagBindingMetadata
|
|
568
|
+
include Google::Apis::Core::Hashable
|
|
569
|
+
|
|
570
|
+
def initialize(**args)
|
|
571
|
+
update!(**args)
|
|
572
|
+
end
|
|
573
|
+
|
|
574
|
+
# Update properties of this object
|
|
575
|
+
def update!(**args)
|
|
576
|
+
end
|
|
577
|
+
end
|
|
578
|
+
|
|
553
579
|
# Runtime operation information for deleting a TagKey.
|
|
554
580
|
class DeleteTagKeyMetadata
|
|
555
581
|
include Google::Apis::Core::Hashable
|
|
@@ -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.9.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
|
|
@@ -94,6 +94,12 @@ module Google
|
|
|
94
94
|
include Google::Apis::Core::JsonObjectSupport
|
|
95
95
|
end
|
|
96
96
|
|
|
97
|
+
class CreateTagBindingMetadata
|
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
+
|
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
+
end
|
|
102
|
+
|
|
97
103
|
class CreateTagKeyMetadata
|
|
98
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
105
|
|
|
@@ -124,6 +130,12 @@ module Google
|
|
|
124
130
|
include Google::Apis::Core::JsonObjectSupport
|
|
125
131
|
end
|
|
126
132
|
|
|
133
|
+
class DeleteTagBindingMetadata
|
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
|
+
|
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
137
|
+
end
|
|
138
|
+
|
|
127
139
|
class DeleteTagKeyMetadata
|
|
128
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
129
141
|
|
|
@@ -514,6 +526,12 @@ module Google
|
|
|
514
526
|
end
|
|
515
527
|
end
|
|
516
528
|
|
|
529
|
+
class CreateTagBindingMetadata
|
|
530
|
+
# @private
|
|
531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
532
|
+
end
|
|
533
|
+
end
|
|
534
|
+
|
|
517
535
|
class CreateTagKeyMetadata
|
|
518
536
|
# @private
|
|
519
537
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -544,6 +562,12 @@ module Google
|
|
|
544
562
|
end
|
|
545
563
|
end
|
|
546
564
|
|
|
565
|
+
class DeleteTagBindingMetadata
|
|
566
|
+
# @private
|
|
567
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
568
|
+
end
|
|
569
|
+
end
|
|
570
|
+
|
|
547
571
|
class DeleteTagKeyMetadata
|
|
548
572
|
# @private
|
|
549
573
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.9.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_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.9.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: []
|
|
@@ -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 V1
|