google-cloud-alloy_db-v1 0.9.1 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb +490 -143
- data/lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb +469 -143
- data/lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/service_stub.rb +179 -0
- data/lib/google/cloud/alloy_db/v1/version.rb +1 -1
- data/lib/google/cloud/alloydb/v1/data_model_pb.rb +45 -0
- data/lib/google/cloud/alloydb/v1/resources_pb.rb +12 -1
- data/lib/google/cloud/alloydb/v1/service_pb.rb +11 -1
- data/lib/google/cloud/alloydb/v1/service_services_pb.rb +8 -0
- data/proto_docs/google/api/client.rb +31 -0
- data/proto_docs/google/api/field_info.rb +88 -0
- data/proto_docs/google/cloud/alloydb/v1/data_model.rb +75 -0
- data/proto_docs/google/cloud/alloydb/v1/resources.rb +241 -6
- data/proto_docs/google/cloud/alloydb/v1/service.rb +304 -143
- metadata +6 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-alloy_db-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.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: 2024-
|
11
|
+
date: 2024-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -119,14 +119,17 @@ files:
|
|
119
119
|
- lib/google/cloud/alloy_db/v1/bindings_override.rb
|
120
120
|
- lib/google/cloud/alloy_db/v1/rest.rb
|
121
121
|
- lib/google/cloud/alloy_db/v1/version.rb
|
122
|
+
- lib/google/cloud/alloydb/v1/data_model_pb.rb
|
122
123
|
- lib/google/cloud/alloydb/v1/resources_pb.rb
|
123
124
|
- lib/google/cloud/alloydb/v1/service_pb.rb
|
124
125
|
- lib/google/cloud/alloydb/v1/service_services_pb.rb
|
125
126
|
- proto_docs/README.md
|
126
127
|
- proto_docs/google/api/client.rb
|
127
128
|
- proto_docs/google/api/field_behavior.rb
|
129
|
+
- proto_docs/google/api/field_info.rb
|
128
130
|
- proto_docs/google/api/launch_stage.rb
|
129
131
|
- proto_docs/google/api/resource.rb
|
132
|
+
- proto_docs/google/cloud/alloydb/v1/data_model.rb
|
130
133
|
- proto_docs/google/cloud/alloydb/v1/resources.rb
|
131
134
|
- proto_docs/google/cloud/alloydb/v1/service.rb
|
132
135
|
- proto_docs/google/longrunning/operations.rb
|
@@ -159,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
159
162
|
- !ruby/object:Gem::Version
|
160
163
|
version: '0'
|
161
164
|
requirements: []
|
162
|
-
rubygems_version: 3.5.
|
165
|
+
rubygems_version: 3.5.21
|
163
166
|
signing_key:
|
164
167
|
specification_version: 4
|
165
168
|
summary: AlloyDB for PostgreSQL is an open source-compatible database service that
|