google-cloud-config_service-v1 2.1.0 → 2.3.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/lib/google/cloud/config/v1/config_pb.rb +16 -1
- data/lib/google/cloud/config/v1/config_services_pb.rb +8 -0
- data/lib/google/cloud/config_service/v1/bindings_override.rb +2 -29
- data/lib/google/cloud/config_service/v1/config/client.rb +442 -4
- data/lib/google/cloud/config_service/v1/config/paths.rb +42 -0
- data/lib/google/cloud/config_service/v1/config/rest/client.rb +414 -4
- data/lib/google/cloud/config_service/v1/config/rest/service_stub.rb +244 -0
- data/lib/google/cloud/config_service/v1/version.rb +1 -1
- data/proto_docs/google/cloud/config/v1/config.rb +319 -11
- metadata +4 -4
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-config_service-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - "~>"
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: '1.
|
18
|
+
version: '1.1'
|
19
19
|
type: :runtime
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
23
23
|
- - "~>"
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: '1.
|
25
|
+
version: '1.1'
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: google-cloud-errors
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
128
|
- !ruby/object:Gem::Version
|
129
129
|
version: '0'
|
130
130
|
requirements: []
|
131
|
-
rubygems_version: 3.6.
|
131
|
+
rubygems_version: 3.6.9
|
132
132
|
specification_version: 4
|
133
133
|
summary: Creates and manages Google Cloud Platform resources and infrastructure.
|
134
134
|
test_files: []
|