google-cloud-alloy_db-v1beta 0.8.1 → 0.10.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/alloy_db/v1beta/alloy_db_admin/client.rb +509 -146
- data/lib/google/cloud/alloy_db/v1beta/alloy_db_admin/rest/client.rb +488 -146
- data/lib/google/cloud/alloy_db/v1beta/alloy_db_admin/rest/service_stub.rb +180 -0
- data/lib/google/cloud/alloy_db/v1beta/version.rb +1 -1
- data/lib/google/cloud/alloydb/v1beta/csql_resources_pb.rb +44 -0
- data/lib/google/cloud/alloydb/v1beta/data_model_pb.rb +45 -0
- data/lib/google/cloud/alloydb/v1beta/gemini_pb.rb +45 -0
- data/lib/google/cloud/alloydb/v1beta/resources_pb.rb +12 -2
- data/lib/google/cloud/alloydb/v1beta/service_pb.rb +22 -1
- data/lib/google/cloud/alloydb/v1beta/service_services_pb.rb +9 -0
- data/proto_docs/google/api/client.rb +37 -0
- data/proto_docs/google/cloud/alloydb/v1beta/csql_resources.rb +42 -0
- data/proto_docs/google/cloud/alloydb/v1beta/data_model.rb +75 -0
- data/proto_docs/google/cloud/alloydb/v1beta/gemini.rb +52 -0
- data/proto_docs/google/cloud/alloydb/v1beta/resources.rb +214 -48
- data/proto_docs/google/cloud/alloydb/v1beta/service.rb +540 -146
- metadata +9 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-alloy_db-v1beta
|
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-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -119,6 +119,9 @@ files:
|
|
119
119
|
- lib/google/cloud/alloy_db/v1beta/bindings_override.rb
|
120
120
|
- lib/google/cloud/alloy_db/v1beta/rest.rb
|
121
121
|
- lib/google/cloud/alloy_db/v1beta/version.rb
|
122
|
+
- lib/google/cloud/alloydb/v1beta/csql_resources_pb.rb
|
123
|
+
- lib/google/cloud/alloydb/v1beta/data_model_pb.rb
|
124
|
+
- lib/google/cloud/alloydb/v1beta/gemini_pb.rb
|
122
125
|
- lib/google/cloud/alloydb/v1beta/resources_pb.rb
|
123
126
|
- lib/google/cloud/alloydb/v1beta/service_pb.rb
|
124
127
|
- lib/google/cloud/alloydb/v1beta/service_services_pb.rb
|
@@ -128,6 +131,9 @@ files:
|
|
128
131
|
- proto_docs/google/api/field_info.rb
|
129
132
|
- proto_docs/google/api/launch_stage.rb
|
130
133
|
- proto_docs/google/api/resource.rb
|
134
|
+
- proto_docs/google/cloud/alloydb/v1beta/csql_resources.rb
|
135
|
+
- proto_docs/google/cloud/alloydb/v1beta/data_model.rb
|
136
|
+
- proto_docs/google/cloud/alloydb/v1beta/gemini.rb
|
131
137
|
- proto_docs/google/cloud/alloydb/v1beta/resources.rb
|
132
138
|
- proto_docs/google/cloud/alloydb/v1beta/service.rb
|
133
139
|
- proto_docs/google/longrunning/operations.rb
|
@@ -160,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
160
166
|
- !ruby/object:Gem::Version
|
161
167
|
version: '0'
|
162
168
|
requirements: []
|
163
|
-
rubygems_version: 3.5.
|
169
|
+
rubygems_version: 3.5.22
|
164
170
|
signing_key:
|
165
171
|
specification_version: 4
|
166
172
|
summary: AlloyDB for PostgreSQL is an open source-compatible database service that
|