google-apis-firebasedataconnect_v1 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 +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google/apis/firebasedataconnect_v1/classes.rb +1119 -0
- data/lib/google/apis/firebasedataconnect_v1/gem_version.rb +28 -0
- data/lib/google/apis/firebasedataconnect_v1/representations.rb +502 -0
- data/lib/google/apis/firebasedataconnect_v1/service.rb +1200 -0
- data/lib/google/apis/firebasedataconnect_v1.rb +39 -0
- data/lib/google-apis-firebasedataconnect_v1.rb +15 -0
- metadata +79 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
module Google
|
16
|
+
module Apis
|
17
|
+
module FirebasedataconnectV1
|
18
|
+
# Version of the google-apis-firebasedataconnect_v1 gem
|
19
|
+
GEM_VERSION = "0.1.0"
|
20
|
+
|
21
|
+
# Version of the code generator used to generate this client
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
|
+
|
24
|
+
# Revision of the discovery document this client was generated from
|
25
|
+
REVISION = "20250323"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,502 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module FirebasedataconnectV1
|
24
|
+
|
25
|
+
class CancelOperationRequest
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class CloudSqlInstance
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class Connector
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class Datasource
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class Empty
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class ExecuteMutationRequest
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class ExecuteMutationResponse
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class ExecuteQueryRequest
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class ExecuteQueryResponse
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class File
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class GraphqlError
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class GraphqlErrorExtensions
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class GraphqlRequest
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class GraphqlRequestExtensions
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GraphqlResponse
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class Impersonation
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class ListConnectorsResponse
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class ListLocationsResponse
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class ListOperationsResponse
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class ListSchemasResponse
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class ListServicesResponse
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class Location
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class Operation
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class OperationMetadata
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class PostgreSql
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class Schema
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class Service
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class Source
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class SourceLocation
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class Status
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class CancelOperationRequest
|
206
|
+
# @private
|
207
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
208
|
+
end
|
209
|
+
end
|
210
|
+
|
211
|
+
class CloudSqlInstance
|
212
|
+
# @private
|
213
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
214
|
+
property :instance, as: 'instance'
|
215
|
+
end
|
216
|
+
end
|
217
|
+
|
218
|
+
class Connector
|
219
|
+
# @private
|
220
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
221
|
+
hash :annotations, as: 'annotations'
|
222
|
+
property :create_time, as: 'createTime'
|
223
|
+
property :display_name, as: 'displayName'
|
224
|
+
property :etag, as: 'etag'
|
225
|
+
hash :labels, as: 'labels'
|
226
|
+
property :name, as: 'name'
|
227
|
+
property :reconciling, as: 'reconciling'
|
228
|
+
property :source, as: 'source', class: Google::Apis::FirebasedataconnectV1::Source, decorator: Google::Apis::FirebasedataconnectV1::Source::Representation
|
229
|
+
|
230
|
+
property :uid, as: 'uid'
|
231
|
+
property :update_time, as: 'updateTime'
|
232
|
+
end
|
233
|
+
end
|
234
|
+
|
235
|
+
class Datasource
|
236
|
+
# @private
|
237
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
238
|
+
property :postgresql, as: 'postgresql', class: Google::Apis::FirebasedataconnectV1::PostgreSql, decorator: Google::Apis::FirebasedataconnectV1::PostgreSql::Representation
|
239
|
+
|
240
|
+
end
|
241
|
+
end
|
242
|
+
|
243
|
+
class Empty
|
244
|
+
# @private
|
245
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
246
|
+
end
|
247
|
+
end
|
248
|
+
|
249
|
+
class ExecuteMutationRequest
|
250
|
+
# @private
|
251
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
252
|
+
property :operation_name, as: 'operationName'
|
253
|
+
hash :variables, as: 'variables'
|
254
|
+
end
|
255
|
+
end
|
256
|
+
|
257
|
+
class ExecuteMutationResponse
|
258
|
+
# @private
|
259
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
260
|
+
hash :data, as: 'data'
|
261
|
+
collection :errors, as: 'errors', class: Google::Apis::FirebasedataconnectV1::GraphqlError, decorator: Google::Apis::FirebasedataconnectV1::GraphqlError::Representation
|
262
|
+
|
263
|
+
end
|
264
|
+
end
|
265
|
+
|
266
|
+
class ExecuteQueryRequest
|
267
|
+
# @private
|
268
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
269
|
+
property :operation_name, as: 'operationName'
|
270
|
+
hash :variables, as: 'variables'
|
271
|
+
end
|
272
|
+
end
|
273
|
+
|
274
|
+
class ExecuteQueryResponse
|
275
|
+
# @private
|
276
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
277
|
+
hash :data, as: 'data'
|
278
|
+
collection :errors, as: 'errors', class: Google::Apis::FirebasedataconnectV1::GraphqlError, decorator: Google::Apis::FirebasedataconnectV1::GraphqlError::Representation
|
279
|
+
|
280
|
+
end
|
281
|
+
end
|
282
|
+
|
283
|
+
class File
|
284
|
+
# @private
|
285
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
286
|
+
property :content, as: 'content'
|
287
|
+
property :path, as: 'path'
|
288
|
+
end
|
289
|
+
end
|
290
|
+
|
291
|
+
class GraphqlError
|
292
|
+
# @private
|
293
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
294
|
+
property :extensions, as: 'extensions', class: Google::Apis::FirebasedataconnectV1::GraphqlErrorExtensions, decorator: Google::Apis::FirebasedataconnectV1::GraphqlErrorExtensions::Representation
|
295
|
+
|
296
|
+
collection :locations, as: 'locations', class: Google::Apis::FirebasedataconnectV1::SourceLocation, decorator: Google::Apis::FirebasedataconnectV1::SourceLocation::Representation
|
297
|
+
|
298
|
+
property :message, as: 'message'
|
299
|
+
collection :path, as: 'path'
|
300
|
+
end
|
301
|
+
end
|
302
|
+
|
303
|
+
class GraphqlErrorExtensions
|
304
|
+
# @private
|
305
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
306
|
+
property :file, as: 'file'
|
307
|
+
end
|
308
|
+
end
|
309
|
+
|
310
|
+
class GraphqlRequest
|
311
|
+
# @private
|
312
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
313
|
+
property :extensions, as: 'extensions', class: Google::Apis::FirebasedataconnectV1::GraphqlRequestExtensions, decorator: Google::Apis::FirebasedataconnectV1::GraphqlRequestExtensions::Representation
|
314
|
+
|
315
|
+
property :operation_name, as: 'operationName'
|
316
|
+
property :query, as: 'query'
|
317
|
+
hash :variables, as: 'variables'
|
318
|
+
end
|
319
|
+
end
|
320
|
+
|
321
|
+
class GraphqlRequestExtensions
|
322
|
+
# @private
|
323
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
324
|
+
property :impersonate, as: 'impersonate', class: Google::Apis::FirebasedataconnectV1::Impersonation, decorator: Google::Apis::FirebasedataconnectV1::Impersonation::Representation
|
325
|
+
|
326
|
+
end
|
327
|
+
end
|
328
|
+
|
329
|
+
class GraphqlResponse
|
330
|
+
# @private
|
331
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
332
|
+
hash :data, as: 'data'
|
333
|
+
collection :errors, as: 'errors', class: Google::Apis::FirebasedataconnectV1::GraphqlError, decorator: Google::Apis::FirebasedataconnectV1::GraphqlError::Representation
|
334
|
+
|
335
|
+
end
|
336
|
+
end
|
337
|
+
|
338
|
+
class Impersonation
|
339
|
+
# @private
|
340
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
341
|
+
hash :auth_claims, as: 'authClaims'
|
342
|
+
property :unauthenticated, as: 'unauthenticated'
|
343
|
+
end
|
344
|
+
end
|
345
|
+
|
346
|
+
class ListConnectorsResponse
|
347
|
+
# @private
|
348
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
349
|
+
collection :connectors, as: 'connectors', class: Google::Apis::FirebasedataconnectV1::Connector, decorator: Google::Apis::FirebasedataconnectV1::Connector::Representation
|
350
|
+
|
351
|
+
property :next_page_token, as: 'nextPageToken'
|
352
|
+
collection :unreachable, as: 'unreachable'
|
353
|
+
end
|
354
|
+
end
|
355
|
+
|
356
|
+
class ListLocationsResponse
|
357
|
+
# @private
|
358
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
359
|
+
collection :locations, as: 'locations', class: Google::Apis::FirebasedataconnectV1::Location, decorator: Google::Apis::FirebasedataconnectV1::Location::Representation
|
360
|
+
|
361
|
+
property :next_page_token, as: 'nextPageToken'
|
362
|
+
end
|
363
|
+
end
|
364
|
+
|
365
|
+
class ListOperationsResponse
|
366
|
+
# @private
|
367
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
368
|
+
property :next_page_token, as: 'nextPageToken'
|
369
|
+
collection :operations, as: 'operations', class: Google::Apis::FirebasedataconnectV1::Operation, decorator: Google::Apis::FirebasedataconnectV1::Operation::Representation
|
370
|
+
|
371
|
+
end
|
372
|
+
end
|
373
|
+
|
374
|
+
class ListSchemasResponse
|
375
|
+
# @private
|
376
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
377
|
+
property :next_page_token, as: 'nextPageToken'
|
378
|
+
collection :schemas, as: 'schemas', class: Google::Apis::FirebasedataconnectV1::Schema, decorator: Google::Apis::FirebasedataconnectV1::Schema::Representation
|
379
|
+
|
380
|
+
collection :unreachable, as: 'unreachable'
|
381
|
+
end
|
382
|
+
end
|
383
|
+
|
384
|
+
class ListServicesResponse
|
385
|
+
# @private
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
387
|
+
property :next_page_token, as: 'nextPageToken'
|
388
|
+
collection :services, as: 'services', class: Google::Apis::FirebasedataconnectV1::Service, decorator: Google::Apis::FirebasedataconnectV1::Service::Representation
|
389
|
+
|
390
|
+
collection :unreachable, as: 'unreachable'
|
391
|
+
end
|
392
|
+
end
|
393
|
+
|
394
|
+
class Location
|
395
|
+
# @private
|
396
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
397
|
+
property :display_name, as: 'displayName'
|
398
|
+
hash :labels, as: 'labels'
|
399
|
+
property :location_id, as: 'locationId'
|
400
|
+
hash :metadata, as: 'metadata'
|
401
|
+
property :name, as: 'name'
|
402
|
+
end
|
403
|
+
end
|
404
|
+
|
405
|
+
class Operation
|
406
|
+
# @private
|
407
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
408
|
+
property :done, as: 'done'
|
409
|
+
property :error, as: 'error', class: Google::Apis::FirebasedataconnectV1::Status, decorator: Google::Apis::FirebasedataconnectV1::Status::Representation
|
410
|
+
|
411
|
+
hash :metadata, as: 'metadata'
|
412
|
+
property :name, as: 'name'
|
413
|
+
hash :response, as: 'response'
|
414
|
+
end
|
415
|
+
end
|
416
|
+
|
417
|
+
class OperationMetadata
|
418
|
+
# @private
|
419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
420
|
+
property :api_version, as: 'apiVersion'
|
421
|
+
property :create_time, as: 'createTime'
|
422
|
+
property :end_time, as: 'endTime'
|
423
|
+
property :requested_cancellation, as: 'requestedCancellation'
|
424
|
+
property :status_message, as: 'statusMessage'
|
425
|
+
property :target, as: 'target'
|
426
|
+
property :verb, as: 'verb'
|
427
|
+
end
|
428
|
+
end
|
429
|
+
|
430
|
+
class PostgreSql
|
431
|
+
# @private
|
432
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
433
|
+
property :cloud_sql, as: 'cloudSql', class: Google::Apis::FirebasedataconnectV1::CloudSqlInstance, decorator: Google::Apis::FirebasedataconnectV1::CloudSqlInstance::Representation
|
434
|
+
|
435
|
+
property :database, as: 'database'
|
436
|
+
property :schema_migration, as: 'schemaMigration'
|
437
|
+
property :schema_validation, as: 'schemaValidation'
|
438
|
+
property :unlinked, as: 'unlinked'
|
439
|
+
end
|
440
|
+
end
|
441
|
+
|
442
|
+
class Schema
|
443
|
+
# @private
|
444
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
445
|
+
hash :annotations, as: 'annotations'
|
446
|
+
property :create_time, as: 'createTime'
|
447
|
+
collection :datasources, as: 'datasources', class: Google::Apis::FirebasedataconnectV1::Datasource, decorator: Google::Apis::FirebasedataconnectV1::Datasource::Representation
|
448
|
+
|
449
|
+
property :display_name, as: 'displayName'
|
450
|
+
property :etag, as: 'etag'
|
451
|
+
hash :labels, as: 'labels'
|
452
|
+
property :name, as: 'name'
|
453
|
+
property :reconciling, as: 'reconciling'
|
454
|
+
property :source, as: 'source', class: Google::Apis::FirebasedataconnectV1::Source, decorator: Google::Apis::FirebasedataconnectV1::Source::Representation
|
455
|
+
|
456
|
+
property :uid, as: 'uid'
|
457
|
+
property :update_time, as: 'updateTime'
|
458
|
+
end
|
459
|
+
end
|
460
|
+
|
461
|
+
class Service
|
462
|
+
# @private
|
463
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
464
|
+
hash :annotations, as: 'annotations'
|
465
|
+
property :create_time, as: 'createTime'
|
466
|
+
property :display_name, as: 'displayName'
|
467
|
+
property :etag, as: 'etag'
|
468
|
+
hash :labels, as: 'labels'
|
469
|
+
property :name, as: 'name'
|
470
|
+
property :reconciling, as: 'reconciling'
|
471
|
+
property :uid, as: 'uid'
|
472
|
+
property :update_time, as: 'updateTime'
|
473
|
+
end
|
474
|
+
end
|
475
|
+
|
476
|
+
class Source
|
477
|
+
# @private
|
478
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
479
|
+
collection :files, as: 'files', class: Google::Apis::FirebasedataconnectV1::File, decorator: Google::Apis::FirebasedataconnectV1::File::Representation
|
480
|
+
|
481
|
+
end
|
482
|
+
end
|
483
|
+
|
484
|
+
class SourceLocation
|
485
|
+
# @private
|
486
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
487
|
+
property :column, as: 'column'
|
488
|
+
property :line, as: 'line'
|
489
|
+
end
|
490
|
+
end
|
491
|
+
|
492
|
+
class Status
|
493
|
+
# @private
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
495
|
+
property :code, as: 'code'
|
496
|
+
collection :details, as: 'details'
|
497
|
+
property :message, as: 'message'
|
498
|
+
end
|
499
|
+
end
|
500
|
+
end
|
501
|
+
end
|
502
|
+
end
|