google-cloud-alloy_db-v1 0.a → 0.1.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/.yardopts +12 -0
- data/AUTHENTICATION.md +149 -0
- data/README.md +144 -8
- data/lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb +2693 -0
- data/lib/google/cloud/alloy_db/v1/alloy_db_admin/credentials.rb +47 -0
- data/lib/google/cloud/alloy_db/v1/alloy_db_admin/operations.rb +768 -0
- data/lib/google/cloud/alloy_db/v1/alloy_db_admin/paths.rb +149 -0
- data/lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb +2111 -0
- data/lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/operations.rb +793 -0
- data/lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/service_stub.rb +1238 -0
- data/lib/google/cloud/alloy_db/v1/alloy_db_admin/rest.rb +54 -0
- data/lib/google/cloud/alloy_db/v1/alloy_db_admin.rb +56 -0
- data/lib/google/cloud/alloy_db/v1/bindings_override.rb +102 -0
- data/lib/google/cloud/alloy_db/v1/rest.rb +38 -0
- data/lib/google/cloud/alloy_db/v1/version.rb +8 -3
- data/lib/google/cloud/alloy_db/v1.rb +45 -0
- data/lib/google/cloud/alloydb/v1/resources_pb.rb +312 -0
- data/lib/google/cloud/alloydb/v1/service_pb.rb +237 -0
- data/lib/google/cloud/alloydb/v1/service_services_pb.rb +97 -0
- data/lib/google-cloud-alloy_db-v1.rb +21 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/client.rb +324 -0
- data/proto_docs/google/api/field_behavior.rb +71 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/api/resource.rb +222 -0
- data/proto_docs/google/cloud/alloydb/v1/resources.rb +985 -0
- data/proto_docs/google/cloud/alloydb/v1/service.rb +815 -0
- data/proto_docs/google/longrunning/operations.rb +164 -0
- data/proto_docs/google/protobuf/any.rb +141 -0
- data/proto_docs/google/protobuf/duration.rb +98 -0
- data/proto_docs/google/protobuf/empty.rb +34 -0
- data/proto_docs/google/protobuf/field_mask.rb +229 -0
- data/proto_docs/google/protobuf/timestamp.rb +129 -0
- data/proto_docs/google/protobuf/wrappers.rb +121 -0
- data/proto_docs/google/rpc/status.rb +48 -0
- data/proto_docs/google/type/dayofweek.rb +49 -0
- data/proto_docs/google/type/expr.rb +75 -0
- data/proto_docs/google/type/timeofday.rb +45 -0
- metadata +250 -12
metadata
CHANGED
@@ -1,28 +1,257 @@
|
|
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.1.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: 2023-03-
|
12
|
-
dependencies:
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
11
|
+
date: 2023-03-21 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: gapic-common
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 0.18.0
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
23
|
+
type: :runtime
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
requirements:
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 0.18.0
|
30
|
+
- - "<"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 2.a
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: google-cloud-errors
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - "~>"
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '1.0'
|
40
|
+
type: :runtime
|
41
|
+
prerelease: false
|
42
|
+
version_requirements: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - "~>"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '1.0'
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: google-cloud-location
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - ">="
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: '0.4'
|
54
|
+
- - "<"
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: 2.a
|
57
|
+
type: :runtime
|
58
|
+
prerelease: false
|
59
|
+
version_requirements: !ruby/object:Gem::Requirement
|
60
|
+
requirements:
|
61
|
+
- - ">="
|
62
|
+
- !ruby/object:Gem::Version
|
63
|
+
version: '0.4'
|
64
|
+
- - "<"
|
65
|
+
- !ruby/object:Gem::Version
|
66
|
+
version: 2.a
|
67
|
+
- !ruby/object:Gem::Dependency
|
68
|
+
name: google-iam-v1
|
69
|
+
requirement: !ruby/object:Gem::Requirement
|
70
|
+
requirements:
|
71
|
+
- - ">="
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
version: '0.4'
|
74
|
+
- - "<"
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
version: 2.a
|
77
|
+
type: :runtime
|
78
|
+
prerelease: false
|
79
|
+
version_requirements: !ruby/object:Gem::Requirement
|
80
|
+
requirements:
|
81
|
+
- - ">="
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: '0.4'
|
84
|
+
- - "<"
|
85
|
+
- !ruby/object:Gem::Version
|
86
|
+
version: 2.a
|
87
|
+
- !ruby/object:Gem::Dependency
|
88
|
+
name: google-style
|
89
|
+
requirement: !ruby/object:Gem::Requirement
|
90
|
+
requirements:
|
91
|
+
- - "~>"
|
92
|
+
- !ruby/object:Gem::Version
|
93
|
+
version: 1.26.3
|
94
|
+
type: :development
|
95
|
+
prerelease: false
|
96
|
+
version_requirements: !ruby/object:Gem::Requirement
|
97
|
+
requirements:
|
98
|
+
- - "~>"
|
99
|
+
- !ruby/object:Gem::Version
|
100
|
+
version: 1.26.3
|
101
|
+
- !ruby/object:Gem::Dependency
|
102
|
+
name: minitest
|
103
|
+
requirement: !ruby/object:Gem::Requirement
|
104
|
+
requirements:
|
105
|
+
- - "~>"
|
106
|
+
- !ruby/object:Gem::Version
|
107
|
+
version: '5.16'
|
108
|
+
type: :development
|
109
|
+
prerelease: false
|
110
|
+
version_requirements: !ruby/object:Gem::Requirement
|
111
|
+
requirements:
|
112
|
+
- - "~>"
|
113
|
+
- !ruby/object:Gem::Version
|
114
|
+
version: '5.16'
|
115
|
+
- !ruby/object:Gem::Dependency
|
116
|
+
name: minitest-focus
|
117
|
+
requirement: !ruby/object:Gem::Requirement
|
118
|
+
requirements:
|
119
|
+
- - "~>"
|
120
|
+
- !ruby/object:Gem::Version
|
121
|
+
version: '1.1'
|
122
|
+
type: :development
|
123
|
+
prerelease: false
|
124
|
+
version_requirements: !ruby/object:Gem::Requirement
|
125
|
+
requirements:
|
126
|
+
- - "~>"
|
127
|
+
- !ruby/object:Gem::Version
|
128
|
+
version: '1.1'
|
129
|
+
- !ruby/object:Gem::Dependency
|
130
|
+
name: minitest-rg
|
131
|
+
requirement: !ruby/object:Gem::Requirement
|
132
|
+
requirements:
|
133
|
+
- - "~>"
|
134
|
+
- !ruby/object:Gem::Version
|
135
|
+
version: '5.2'
|
136
|
+
type: :development
|
137
|
+
prerelease: false
|
138
|
+
version_requirements: !ruby/object:Gem::Requirement
|
139
|
+
requirements:
|
140
|
+
- - "~>"
|
141
|
+
- !ruby/object:Gem::Version
|
142
|
+
version: '5.2'
|
143
|
+
- !ruby/object:Gem::Dependency
|
144
|
+
name: rake
|
145
|
+
requirement: !ruby/object:Gem::Requirement
|
146
|
+
requirements:
|
147
|
+
- - ">="
|
148
|
+
- !ruby/object:Gem::Version
|
149
|
+
version: '13.0'
|
150
|
+
type: :development
|
151
|
+
prerelease: false
|
152
|
+
version_requirements: !ruby/object:Gem::Requirement
|
153
|
+
requirements:
|
154
|
+
- - ">="
|
155
|
+
- !ruby/object:Gem::Version
|
156
|
+
version: '13.0'
|
157
|
+
- !ruby/object:Gem::Dependency
|
158
|
+
name: redcarpet
|
159
|
+
requirement: !ruby/object:Gem::Requirement
|
160
|
+
requirements:
|
161
|
+
- - "~>"
|
162
|
+
- !ruby/object:Gem::Version
|
163
|
+
version: '3.0'
|
164
|
+
type: :development
|
165
|
+
prerelease: false
|
166
|
+
version_requirements: !ruby/object:Gem::Requirement
|
167
|
+
requirements:
|
168
|
+
- - "~>"
|
169
|
+
- !ruby/object:Gem::Version
|
170
|
+
version: '3.0'
|
171
|
+
- !ruby/object:Gem::Dependency
|
172
|
+
name: simplecov
|
173
|
+
requirement: !ruby/object:Gem::Requirement
|
174
|
+
requirements:
|
175
|
+
- - "~>"
|
176
|
+
- !ruby/object:Gem::Version
|
177
|
+
version: '0.18'
|
178
|
+
type: :development
|
179
|
+
prerelease: false
|
180
|
+
version_requirements: !ruby/object:Gem::Requirement
|
181
|
+
requirements:
|
182
|
+
- - "~>"
|
183
|
+
- !ruby/object:Gem::Version
|
184
|
+
version: '0.18'
|
185
|
+
- !ruby/object:Gem::Dependency
|
186
|
+
name: yard
|
187
|
+
requirement: !ruby/object:Gem::Requirement
|
188
|
+
requirements:
|
189
|
+
- - "~>"
|
190
|
+
- !ruby/object:Gem::Version
|
191
|
+
version: '0.9'
|
192
|
+
type: :development
|
193
|
+
prerelease: false
|
194
|
+
version_requirements: !ruby/object:Gem::Requirement
|
195
|
+
requirements:
|
196
|
+
- - "~>"
|
197
|
+
- !ruby/object:Gem::Version
|
198
|
+
version: '0.9'
|
199
|
+
description: AlloyDB for PostgreSQL is an open source-compatible database service
|
200
|
+
that provides a powerful option for migrating, modernizing, or building commercial-grade
|
201
|
+
applications. It offers full compatibility with standard PostgreSQL, and is more
|
202
|
+
than 4x faster for transactional workloads and up to 100x faster for analytical
|
203
|
+
queries than standard PostgreSQL in our performance tests. AlloyDB for PostgreSQL
|
204
|
+
offers a 99.99 percent availability SLA inclusive of maintenance. AlloyDB is optimized
|
205
|
+
for the most demanding use cases, allowing you to build new applications that require
|
206
|
+
high transaction throughput, large database sizes, or multiple read resources; scale
|
207
|
+
existing PostgreSQL workloads with no application changes; and modernize legacy
|
208
|
+
proprietary databases. Note that google-cloud-alloy_db-v1 is a version-specific
|
209
|
+
client library. For most uses, we recommend installing the main client library google-cloud-alloy_db
|
210
|
+
instead. See the readme for more details.
|
18
211
|
email: googleapis-packages@google.com
|
19
212
|
executables: []
|
20
213
|
extensions: []
|
21
214
|
extra_rdoc_files: []
|
22
215
|
files:
|
216
|
+
- ".yardopts"
|
217
|
+
- AUTHENTICATION.md
|
23
218
|
- LICENSE.md
|
24
219
|
- README.md
|
220
|
+
- lib/google-cloud-alloy_db-v1.rb
|
221
|
+
- lib/google/cloud/alloy_db/v1.rb
|
222
|
+
- lib/google/cloud/alloy_db/v1/alloy_db_admin.rb
|
223
|
+
- lib/google/cloud/alloy_db/v1/alloy_db_admin/client.rb
|
224
|
+
- lib/google/cloud/alloy_db/v1/alloy_db_admin/credentials.rb
|
225
|
+
- lib/google/cloud/alloy_db/v1/alloy_db_admin/operations.rb
|
226
|
+
- lib/google/cloud/alloy_db/v1/alloy_db_admin/paths.rb
|
227
|
+
- lib/google/cloud/alloy_db/v1/alloy_db_admin/rest.rb
|
228
|
+
- lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/client.rb
|
229
|
+
- lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/operations.rb
|
230
|
+
- lib/google/cloud/alloy_db/v1/alloy_db_admin/rest/service_stub.rb
|
231
|
+
- lib/google/cloud/alloy_db/v1/bindings_override.rb
|
232
|
+
- lib/google/cloud/alloy_db/v1/rest.rb
|
25
233
|
- lib/google/cloud/alloy_db/v1/version.rb
|
234
|
+
- lib/google/cloud/alloydb/v1/resources_pb.rb
|
235
|
+
- lib/google/cloud/alloydb/v1/service_pb.rb
|
236
|
+
- lib/google/cloud/alloydb/v1/service_services_pb.rb
|
237
|
+
- proto_docs/README.md
|
238
|
+
- proto_docs/google/api/client.rb
|
239
|
+
- proto_docs/google/api/field_behavior.rb
|
240
|
+
- proto_docs/google/api/launch_stage.rb
|
241
|
+
- proto_docs/google/api/resource.rb
|
242
|
+
- proto_docs/google/cloud/alloydb/v1/resources.rb
|
243
|
+
- proto_docs/google/cloud/alloydb/v1/service.rb
|
244
|
+
- proto_docs/google/longrunning/operations.rb
|
245
|
+
- proto_docs/google/protobuf/any.rb
|
246
|
+
- proto_docs/google/protobuf/duration.rb
|
247
|
+
- proto_docs/google/protobuf/empty.rb
|
248
|
+
- proto_docs/google/protobuf/field_mask.rb
|
249
|
+
- proto_docs/google/protobuf/timestamp.rb
|
250
|
+
- proto_docs/google/protobuf/wrappers.rb
|
251
|
+
- proto_docs/google/rpc/status.rb
|
252
|
+
- proto_docs/google/type/dayofweek.rb
|
253
|
+
- proto_docs/google/type/expr.rb
|
254
|
+
- proto_docs/google/type/timeofday.rb
|
26
255
|
homepage: https://github.com/googleapis/google-cloud-ruby
|
27
256
|
licenses:
|
28
257
|
- Apache-2.0
|
@@ -35,15 +264,24 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
35
264
|
requirements:
|
36
265
|
- - ">="
|
37
266
|
- !ruby/object:Gem::Version
|
38
|
-
version: '
|
267
|
+
version: '2.6'
|
39
268
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
40
269
|
requirements:
|
41
|
-
- - "
|
270
|
+
- - ">="
|
42
271
|
- !ruby/object:Gem::Version
|
43
|
-
version:
|
272
|
+
version: '0'
|
44
273
|
requirements: []
|
45
274
|
rubygems_version: 3.4.2
|
46
275
|
signing_key:
|
47
276
|
specification_version: 4
|
48
|
-
summary:
|
277
|
+
summary: AlloyDB for PostgreSQL is an open source-compatible database service that
|
278
|
+
provides a powerful option for migrating, modernizing, or building commercial-grade
|
279
|
+
applications. It offers full compatibility with standard PostgreSQL, and is more
|
280
|
+
than 4x faster for transactional workloads and up to 100x faster for analytical
|
281
|
+
queries than standard PostgreSQL in our performance tests. AlloyDB for PostgreSQL
|
282
|
+
offers a 99.99 percent availability SLA inclusive of maintenance. AlloyDB is optimized
|
283
|
+
for the most demanding use cases, allowing you to build new applications that require
|
284
|
+
high transaction throughput, large database sizes, or multiple read resources; scale
|
285
|
+
existing PostgreSQL workloads with no application changes; and modernize legacy
|
286
|
+
proprietary databases.
|
49
287
|
test_files: []
|