google-apis-dataform_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/dataform_v1/classes.rb +3846 -0
- data/lib/google/apis/dataform_v1/gem_version.rb +28 -0
- data/lib/google/apis/dataform_v1/representations.rb +1817 -0
- data/lib/google/apis/dataform_v1/service.rb +2744 -0
- data/lib/google/apis/dataform_v1.rb +40 -0
- data/lib/google-apis-dataform_v1.rb +15 -0
- metadata +79 -0
|
@@ -0,0 +1,1817 @@
|
|
|
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 DataformV1
|
|
24
|
+
|
|
25
|
+
class ActionErrorTable
|
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
+
|
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
class ActionIncrementalLoadMode
|
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
+
|
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
class ActionLoadConfig
|
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
|
+
|
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
class ActionSimpleLoadMode
|
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
|
+
|
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
class ActionSqlDefinition
|
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
+
|
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
class Assertion
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
|
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
class BigQueryAction
|
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
+
|
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
class Binding
|
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
|
+
|
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
class CancelOperationRequest
|
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
+
|
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
class CancelWorkflowInvocationRequest
|
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
81
|
+
|
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
class CancelWorkflowInvocationResponse
|
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
87
|
+
|
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
class CodeCompilationConfig
|
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
|
+
|
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
class ColumnDescriptor
|
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
+
|
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
class CommitAuthor
|
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
|
+
|
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
class CommitLogEntry
|
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
111
|
+
|
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
class CommitMetadata
|
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
|
+
|
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
class CommitRepositoryChangesRequest
|
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
123
|
+
|
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
class CommitRepositoryChangesResponse
|
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
129
|
+
|
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
class CommitWorkspaceChangesRequest
|
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
|
+
|
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
class CommitWorkspaceChangesResponse
|
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
141
|
+
|
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
class CompilationError
|
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
147
|
+
|
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
class CompilationResult
|
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
153
|
+
|
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
class CompilationResultAction
|
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
159
|
+
|
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
class ComputeRepositoryAccessTokenStatusResponse
|
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
165
|
+
|
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
class Config
|
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
171
|
+
|
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
class DataEncryptionState
|
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
|
+
|
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
class DataPreparation
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
class DataPreparationAction
|
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
|
+
|
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
191
|
+
end
|
|
192
|
+
|
|
193
|
+
class Declaration
|
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
195
|
+
|
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
class DeleteFile
|
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
201
|
+
|
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
class DirectoryEntry
|
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
207
|
+
|
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
class DirectorySearchResult
|
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
213
|
+
|
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
class Empty
|
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
219
|
+
|
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
221
|
+
end
|
|
222
|
+
|
|
223
|
+
class ErrorTable
|
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
225
|
+
|
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
class Expr
|
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
231
|
+
|
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
233
|
+
end
|
|
234
|
+
|
|
235
|
+
class FetchFileDiffResponse
|
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
237
|
+
|
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
239
|
+
end
|
|
240
|
+
|
|
241
|
+
class FetchFileGitStatusesResponse
|
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
|
+
|
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
245
|
+
end
|
|
246
|
+
|
|
247
|
+
class FetchGitAheadBehindResponse
|
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
249
|
+
|
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
251
|
+
end
|
|
252
|
+
|
|
253
|
+
class FetchRemoteBranchesResponse
|
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
255
|
+
|
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
class FetchRepositoryHistoryResponse
|
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
|
+
|
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
263
|
+
end
|
|
264
|
+
|
|
265
|
+
class FileOperation
|
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
267
|
+
|
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
269
|
+
end
|
|
270
|
+
|
|
271
|
+
class FileSearchResult
|
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
273
|
+
|
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
275
|
+
end
|
|
276
|
+
|
|
277
|
+
class GitRemoteSettings
|
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
279
|
+
|
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
281
|
+
end
|
|
282
|
+
|
|
283
|
+
class IamPolicyOverrideView
|
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
285
|
+
|
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
class IncrementalLoadMode
|
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
291
|
+
|
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
293
|
+
end
|
|
294
|
+
|
|
295
|
+
class IncrementalTableConfig
|
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
297
|
+
|
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
299
|
+
end
|
|
300
|
+
|
|
301
|
+
class InstallNpmPackagesRequest
|
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
303
|
+
|
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
305
|
+
end
|
|
306
|
+
|
|
307
|
+
class InstallNpmPackagesResponse
|
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
309
|
+
|
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
311
|
+
end
|
|
312
|
+
|
|
313
|
+
class Interval
|
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
315
|
+
|
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
class InvocationConfig
|
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
321
|
+
|
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
323
|
+
end
|
|
324
|
+
|
|
325
|
+
class ListCompilationResultsResponse
|
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
327
|
+
|
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
329
|
+
end
|
|
330
|
+
|
|
331
|
+
class ListLocationsResponse
|
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
333
|
+
|
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
335
|
+
end
|
|
336
|
+
|
|
337
|
+
class ListOperationsResponse
|
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
339
|
+
|
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
341
|
+
end
|
|
342
|
+
|
|
343
|
+
class ListReleaseConfigsResponse
|
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
345
|
+
|
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
347
|
+
end
|
|
348
|
+
|
|
349
|
+
class ListRepositoriesResponse
|
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
351
|
+
|
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
353
|
+
end
|
|
354
|
+
|
|
355
|
+
class ListWorkflowConfigsResponse
|
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
357
|
+
|
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
359
|
+
end
|
|
360
|
+
|
|
361
|
+
class ListWorkflowInvocationsResponse
|
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
363
|
+
|
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
365
|
+
end
|
|
366
|
+
|
|
367
|
+
class ListWorkspacesResponse
|
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
369
|
+
|
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
371
|
+
end
|
|
372
|
+
|
|
373
|
+
class LoadConfig
|
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
375
|
+
|
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
377
|
+
end
|
|
378
|
+
|
|
379
|
+
class Location
|
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
381
|
+
|
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
383
|
+
end
|
|
384
|
+
|
|
385
|
+
class MakeDirectoryRequest
|
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
387
|
+
|
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
389
|
+
end
|
|
390
|
+
|
|
391
|
+
class MakeDirectoryResponse
|
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
393
|
+
|
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
395
|
+
end
|
|
396
|
+
|
|
397
|
+
class MoveDirectoryRequest
|
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
399
|
+
|
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
401
|
+
end
|
|
402
|
+
|
|
403
|
+
class MoveDirectoryResponse
|
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
405
|
+
|
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
407
|
+
end
|
|
408
|
+
|
|
409
|
+
class MoveFileRequest
|
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
411
|
+
|
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
413
|
+
end
|
|
414
|
+
|
|
415
|
+
class MoveFileResponse
|
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
417
|
+
|
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
419
|
+
end
|
|
420
|
+
|
|
421
|
+
class Notebook
|
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
423
|
+
|
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
425
|
+
end
|
|
426
|
+
|
|
427
|
+
class NotebookAction
|
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
429
|
+
|
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
431
|
+
end
|
|
432
|
+
|
|
433
|
+
class NotebookRuntimeOptions
|
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
435
|
+
|
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
437
|
+
end
|
|
438
|
+
|
|
439
|
+
class Operation
|
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
441
|
+
|
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
class OperationMetadata
|
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
447
|
+
|
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
449
|
+
end
|
|
450
|
+
|
|
451
|
+
class Operations
|
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
453
|
+
|
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
455
|
+
end
|
|
456
|
+
|
|
457
|
+
class Policy
|
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
459
|
+
|
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
461
|
+
end
|
|
462
|
+
|
|
463
|
+
class PolicyName
|
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
465
|
+
|
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
467
|
+
end
|
|
468
|
+
|
|
469
|
+
class PullGitCommitsRequest
|
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
471
|
+
|
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
473
|
+
end
|
|
474
|
+
|
|
475
|
+
class PullGitCommitsResponse
|
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
477
|
+
|
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
479
|
+
end
|
|
480
|
+
|
|
481
|
+
class PushGitCommitsRequest
|
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
483
|
+
|
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
485
|
+
end
|
|
486
|
+
|
|
487
|
+
class PushGitCommitsResponse
|
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
489
|
+
|
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
491
|
+
end
|
|
492
|
+
|
|
493
|
+
class QueryCompilationResultActionsResponse
|
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
495
|
+
|
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
497
|
+
end
|
|
498
|
+
|
|
499
|
+
class QueryDirectoryContentsResponse
|
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
501
|
+
|
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
503
|
+
end
|
|
504
|
+
|
|
505
|
+
class QueryRepositoryDirectoryContentsResponse
|
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
507
|
+
|
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
509
|
+
end
|
|
510
|
+
|
|
511
|
+
class QueryWorkflowInvocationActionsResponse
|
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
513
|
+
|
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
515
|
+
end
|
|
516
|
+
|
|
517
|
+
class ReadFileResponse
|
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
519
|
+
|
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
521
|
+
end
|
|
522
|
+
|
|
523
|
+
class ReadRepositoryFileResponse
|
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
525
|
+
|
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
527
|
+
end
|
|
528
|
+
|
|
529
|
+
class Relation
|
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
531
|
+
|
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
533
|
+
end
|
|
534
|
+
|
|
535
|
+
class RelationDescriptor
|
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
537
|
+
|
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
539
|
+
end
|
|
540
|
+
|
|
541
|
+
class ReleaseConfig
|
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
543
|
+
|
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
545
|
+
end
|
|
546
|
+
|
|
547
|
+
class RemoveDirectoryRequest
|
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
549
|
+
|
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
551
|
+
end
|
|
552
|
+
|
|
553
|
+
class RemoveDirectoryResponse
|
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
555
|
+
|
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
557
|
+
end
|
|
558
|
+
|
|
559
|
+
class RemoveFileRequest
|
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
561
|
+
|
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
563
|
+
end
|
|
564
|
+
|
|
565
|
+
class RemoveFileResponse
|
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
567
|
+
|
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
569
|
+
end
|
|
570
|
+
|
|
571
|
+
class Repository
|
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
573
|
+
|
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
575
|
+
end
|
|
576
|
+
|
|
577
|
+
class ResetWorkspaceChangesRequest
|
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
579
|
+
|
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
581
|
+
end
|
|
582
|
+
|
|
583
|
+
class ResetWorkspaceChangesResponse
|
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
585
|
+
|
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
587
|
+
end
|
|
588
|
+
|
|
589
|
+
class ScheduledExecutionRecord
|
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
591
|
+
|
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
593
|
+
end
|
|
594
|
+
|
|
595
|
+
class ScheduledReleaseRecord
|
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
597
|
+
|
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
599
|
+
end
|
|
600
|
+
|
|
601
|
+
class SearchFilesResponse
|
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
603
|
+
|
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
605
|
+
end
|
|
606
|
+
|
|
607
|
+
class SearchResult
|
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
609
|
+
|
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
611
|
+
end
|
|
612
|
+
|
|
613
|
+
class SetIamPolicyRequest
|
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
615
|
+
|
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
617
|
+
end
|
|
618
|
+
|
|
619
|
+
class SimpleLoadMode
|
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
621
|
+
|
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
623
|
+
end
|
|
624
|
+
|
|
625
|
+
class SqlDefinition
|
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
627
|
+
|
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
629
|
+
end
|
|
630
|
+
|
|
631
|
+
class SshAuthenticationConfig
|
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
633
|
+
|
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
635
|
+
end
|
|
636
|
+
|
|
637
|
+
class Status
|
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
639
|
+
|
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
641
|
+
end
|
|
642
|
+
|
|
643
|
+
class Target
|
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
645
|
+
|
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
647
|
+
end
|
|
648
|
+
|
|
649
|
+
class TestIamPermissionsRequest
|
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
651
|
+
|
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
653
|
+
end
|
|
654
|
+
|
|
655
|
+
class TestIamPermissionsResponse
|
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
657
|
+
|
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
659
|
+
end
|
|
660
|
+
|
|
661
|
+
class UncommittedFileChange
|
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
663
|
+
|
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
665
|
+
end
|
|
666
|
+
|
|
667
|
+
class WorkflowConfig
|
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
669
|
+
|
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
671
|
+
end
|
|
672
|
+
|
|
673
|
+
class WorkflowInvocation
|
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
675
|
+
|
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
677
|
+
end
|
|
678
|
+
|
|
679
|
+
class WorkflowInvocationAction
|
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
681
|
+
|
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
683
|
+
end
|
|
684
|
+
|
|
685
|
+
class Workspace
|
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
687
|
+
|
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
689
|
+
end
|
|
690
|
+
|
|
691
|
+
class WorkspaceCompilationOverrides
|
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
693
|
+
|
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
695
|
+
end
|
|
696
|
+
|
|
697
|
+
class WriteFile
|
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
699
|
+
|
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
701
|
+
end
|
|
702
|
+
|
|
703
|
+
class WriteFileRequest
|
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
705
|
+
|
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
707
|
+
end
|
|
708
|
+
|
|
709
|
+
class WriteFileResponse
|
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
711
|
+
|
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
713
|
+
end
|
|
714
|
+
|
|
715
|
+
class ActionErrorTable
|
|
716
|
+
# @private
|
|
717
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
718
|
+
property :retention_days, as: 'retentionDays'
|
|
719
|
+
property :target, as: 'target', class: Google::Apis::DataformV1::Target, decorator: Google::Apis::DataformV1::Target::Representation
|
|
720
|
+
|
|
721
|
+
end
|
|
722
|
+
end
|
|
723
|
+
|
|
724
|
+
class ActionIncrementalLoadMode
|
|
725
|
+
# @private
|
|
726
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
727
|
+
property :column, as: 'column'
|
|
728
|
+
end
|
|
729
|
+
end
|
|
730
|
+
|
|
731
|
+
class ActionLoadConfig
|
|
732
|
+
# @private
|
|
733
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
734
|
+
property :append, as: 'append', class: Google::Apis::DataformV1::ActionSimpleLoadMode, decorator: Google::Apis::DataformV1::ActionSimpleLoadMode::Representation
|
|
735
|
+
|
|
736
|
+
property :maximum, as: 'maximum', class: Google::Apis::DataformV1::ActionIncrementalLoadMode, decorator: Google::Apis::DataformV1::ActionIncrementalLoadMode::Representation
|
|
737
|
+
|
|
738
|
+
property :replace, as: 'replace', class: Google::Apis::DataformV1::ActionSimpleLoadMode, decorator: Google::Apis::DataformV1::ActionSimpleLoadMode::Representation
|
|
739
|
+
|
|
740
|
+
property :unique, as: 'unique', class: Google::Apis::DataformV1::ActionIncrementalLoadMode, decorator: Google::Apis::DataformV1::ActionIncrementalLoadMode::Representation
|
|
741
|
+
|
|
742
|
+
end
|
|
743
|
+
end
|
|
744
|
+
|
|
745
|
+
class ActionSimpleLoadMode
|
|
746
|
+
# @private
|
|
747
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
748
|
+
end
|
|
749
|
+
end
|
|
750
|
+
|
|
751
|
+
class ActionSqlDefinition
|
|
752
|
+
# @private
|
|
753
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
754
|
+
property :error_table, as: 'errorTable', class: Google::Apis::DataformV1::ActionErrorTable, decorator: Google::Apis::DataformV1::ActionErrorTable::Representation
|
|
755
|
+
|
|
756
|
+
property :load_config, as: 'loadConfig', class: Google::Apis::DataformV1::ActionLoadConfig, decorator: Google::Apis::DataformV1::ActionLoadConfig::Representation
|
|
757
|
+
|
|
758
|
+
property :query, as: 'query'
|
|
759
|
+
end
|
|
760
|
+
end
|
|
761
|
+
|
|
762
|
+
class Assertion
|
|
763
|
+
# @private
|
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
765
|
+
collection :dependency_targets, as: 'dependencyTargets', class: Google::Apis::DataformV1::Target, decorator: Google::Apis::DataformV1::Target::Representation
|
|
766
|
+
|
|
767
|
+
property :disabled, as: 'disabled'
|
|
768
|
+
property :parent_action, as: 'parentAction', class: Google::Apis::DataformV1::Target, decorator: Google::Apis::DataformV1::Target::Representation
|
|
769
|
+
|
|
770
|
+
property :relation_descriptor, as: 'relationDescriptor', class: Google::Apis::DataformV1::RelationDescriptor, decorator: Google::Apis::DataformV1::RelationDescriptor::Representation
|
|
771
|
+
|
|
772
|
+
property :select_query, as: 'selectQuery'
|
|
773
|
+
collection :tags, as: 'tags'
|
|
774
|
+
end
|
|
775
|
+
end
|
|
776
|
+
|
|
777
|
+
class BigQueryAction
|
|
778
|
+
# @private
|
|
779
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
780
|
+
property :job_id, as: 'jobId'
|
|
781
|
+
property :sql_script, as: 'sqlScript'
|
|
782
|
+
end
|
|
783
|
+
end
|
|
784
|
+
|
|
785
|
+
class Binding
|
|
786
|
+
# @private
|
|
787
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
788
|
+
property :condition, as: 'condition', class: Google::Apis::DataformV1::Expr, decorator: Google::Apis::DataformV1::Expr::Representation
|
|
789
|
+
|
|
790
|
+
collection :members, as: 'members'
|
|
791
|
+
property :role, as: 'role'
|
|
792
|
+
end
|
|
793
|
+
end
|
|
794
|
+
|
|
795
|
+
class CancelOperationRequest
|
|
796
|
+
# @private
|
|
797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
798
|
+
end
|
|
799
|
+
end
|
|
800
|
+
|
|
801
|
+
class CancelWorkflowInvocationRequest
|
|
802
|
+
# @private
|
|
803
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
804
|
+
end
|
|
805
|
+
end
|
|
806
|
+
|
|
807
|
+
class CancelWorkflowInvocationResponse
|
|
808
|
+
# @private
|
|
809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
810
|
+
end
|
|
811
|
+
end
|
|
812
|
+
|
|
813
|
+
class CodeCompilationConfig
|
|
814
|
+
# @private
|
|
815
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
816
|
+
property :assertion_schema, as: 'assertionSchema'
|
|
817
|
+
property :builtin_assertion_name_prefix, as: 'builtinAssertionNamePrefix'
|
|
818
|
+
property :database_suffix, as: 'databaseSuffix'
|
|
819
|
+
property :default_database, as: 'defaultDatabase'
|
|
820
|
+
property :default_location, as: 'defaultLocation'
|
|
821
|
+
property :default_notebook_runtime_options, as: 'defaultNotebookRuntimeOptions', class: Google::Apis::DataformV1::NotebookRuntimeOptions, decorator: Google::Apis::DataformV1::NotebookRuntimeOptions::Representation
|
|
822
|
+
|
|
823
|
+
property :default_schema, as: 'defaultSchema'
|
|
824
|
+
property :schema_suffix, as: 'schemaSuffix'
|
|
825
|
+
property :table_prefix, as: 'tablePrefix'
|
|
826
|
+
hash :vars, as: 'vars'
|
|
827
|
+
end
|
|
828
|
+
end
|
|
829
|
+
|
|
830
|
+
class ColumnDescriptor
|
|
831
|
+
# @private
|
|
832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
833
|
+
collection :bigquery_policy_tags, as: 'bigqueryPolicyTags'
|
|
834
|
+
property :description, as: 'description'
|
|
835
|
+
collection :path, as: 'path'
|
|
836
|
+
end
|
|
837
|
+
end
|
|
838
|
+
|
|
839
|
+
class CommitAuthor
|
|
840
|
+
# @private
|
|
841
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
842
|
+
property :email_address, as: 'emailAddress'
|
|
843
|
+
property :name, as: 'name'
|
|
844
|
+
end
|
|
845
|
+
end
|
|
846
|
+
|
|
847
|
+
class CommitLogEntry
|
|
848
|
+
# @private
|
|
849
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
850
|
+
property :author, as: 'author', class: Google::Apis::DataformV1::CommitAuthor, decorator: Google::Apis::DataformV1::CommitAuthor::Representation
|
|
851
|
+
|
|
852
|
+
property :commit_message, as: 'commitMessage'
|
|
853
|
+
property :commit_sha, as: 'commitSha'
|
|
854
|
+
property :commit_time, as: 'commitTime'
|
|
855
|
+
end
|
|
856
|
+
end
|
|
857
|
+
|
|
858
|
+
class CommitMetadata
|
|
859
|
+
# @private
|
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
861
|
+
property :author, as: 'author', class: Google::Apis::DataformV1::CommitAuthor, decorator: Google::Apis::DataformV1::CommitAuthor::Representation
|
|
862
|
+
|
|
863
|
+
property :commit_message, as: 'commitMessage'
|
|
864
|
+
end
|
|
865
|
+
end
|
|
866
|
+
|
|
867
|
+
class CommitRepositoryChangesRequest
|
|
868
|
+
# @private
|
|
869
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
870
|
+
property :commit_metadata, as: 'commitMetadata', class: Google::Apis::DataformV1::CommitMetadata, decorator: Google::Apis::DataformV1::CommitMetadata::Representation
|
|
871
|
+
|
|
872
|
+
hash :file_operations, as: 'fileOperations', class: Google::Apis::DataformV1::FileOperation, decorator: Google::Apis::DataformV1::FileOperation::Representation
|
|
873
|
+
|
|
874
|
+
property :required_head_commit_sha, as: 'requiredHeadCommitSha'
|
|
875
|
+
end
|
|
876
|
+
end
|
|
877
|
+
|
|
878
|
+
class CommitRepositoryChangesResponse
|
|
879
|
+
# @private
|
|
880
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
881
|
+
property :commit_sha, as: 'commitSha'
|
|
882
|
+
end
|
|
883
|
+
end
|
|
884
|
+
|
|
885
|
+
class CommitWorkspaceChangesRequest
|
|
886
|
+
# @private
|
|
887
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
888
|
+
property :author, as: 'author', class: Google::Apis::DataformV1::CommitAuthor, decorator: Google::Apis::DataformV1::CommitAuthor::Representation
|
|
889
|
+
|
|
890
|
+
property :commit_message, as: 'commitMessage'
|
|
891
|
+
collection :paths, as: 'paths'
|
|
892
|
+
end
|
|
893
|
+
end
|
|
894
|
+
|
|
895
|
+
class CommitWorkspaceChangesResponse
|
|
896
|
+
# @private
|
|
897
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
898
|
+
end
|
|
899
|
+
end
|
|
900
|
+
|
|
901
|
+
class CompilationError
|
|
902
|
+
# @private
|
|
903
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
904
|
+
property :action_target, as: 'actionTarget', class: Google::Apis::DataformV1::Target, decorator: Google::Apis::DataformV1::Target::Representation
|
|
905
|
+
|
|
906
|
+
property :message, as: 'message'
|
|
907
|
+
property :path, as: 'path'
|
|
908
|
+
property :stack, as: 'stack'
|
|
909
|
+
end
|
|
910
|
+
end
|
|
911
|
+
|
|
912
|
+
class CompilationResult
|
|
913
|
+
# @private
|
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
915
|
+
property :code_compilation_config, as: 'codeCompilationConfig', class: Google::Apis::DataformV1::CodeCompilationConfig, decorator: Google::Apis::DataformV1::CodeCompilationConfig::Representation
|
|
916
|
+
|
|
917
|
+
collection :compilation_errors, as: 'compilationErrors', class: Google::Apis::DataformV1::CompilationError, decorator: Google::Apis::DataformV1::CompilationError::Representation
|
|
918
|
+
|
|
919
|
+
property :create_time, as: 'createTime'
|
|
920
|
+
property :data_encryption_state, as: 'dataEncryptionState', class: Google::Apis::DataformV1::DataEncryptionState, decorator: Google::Apis::DataformV1::DataEncryptionState::Representation
|
|
921
|
+
|
|
922
|
+
property :dataform_core_version, as: 'dataformCoreVersion'
|
|
923
|
+
property :git_commitish, as: 'gitCommitish'
|
|
924
|
+
property :internal_metadata, as: 'internalMetadata'
|
|
925
|
+
property :name, as: 'name'
|
|
926
|
+
property :release_config, as: 'releaseConfig'
|
|
927
|
+
property :resolved_git_commit_sha, as: 'resolvedGitCommitSha'
|
|
928
|
+
property :workspace, as: 'workspace'
|
|
929
|
+
end
|
|
930
|
+
end
|
|
931
|
+
|
|
932
|
+
class CompilationResultAction
|
|
933
|
+
# @private
|
|
934
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
935
|
+
property :assertion, as: 'assertion', class: Google::Apis::DataformV1::Assertion, decorator: Google::Apis::DataformV1::Assertion::Representation
|
|
936
|
+
|
|
937
|
+
property :canonical_target, as: 'canonicalTarget', class: Google::Apis::DataformV1::Target, decorator: Google::Apis::DataformV1::Target::Representation
|
|
938
|
+
|
|
939
|
+
property :data_preparation, as: 'dataPreparation', class: Google::Apis::DataformV1::DataPreparation, decorator: Google::Apis::DataformV1::DataPreparation::Representation
|
|
940
|
+
|
|
941
|
+
property :declaration, as: 'declaration', class: Google::Apis::DataformV1::Declaration, decorator: Google::Apis::DataformV1::Declaration::Representation
|
|
942
|
+
|
|
943
|
+
property :file_path, as: 'filePath'
|
|
944
|
+
property :internal_metadata, as: 'internalMetadata'
|
|
945
|
+
property :notebook, as: 'notebook', class: Google::Apis::DataformV1::Notebook, decorator: Google::Apis::DataformV1::Notebook::Representation
|
|
946
|
+
|
|
947
|
+
property :operations, as: 'operations', class: Google::Apis::DataformV1::Operations, decorator: Google::Apis::DataformV1::Operations::Representation
|
|
948
|
+
|
|
949
|
+
property :relation, as: 'relation', class: Google::Apis::DataformV1::Relation, decorator: Google::Apis::DataformV1::Relation::Representation
|
|
950
|
+
|
|
951
|
+
property :target, as: 'target', class: Google::Apis::DataformV1::Target, decorator: Google::Apis::DataformV1::Target::Representation
|
|
952
|
+
|
|
953
|
+
end
|
|
954
|
+
end
|
|
955
|
+
|
|
956
|
+
class ComputeRepositoryAccessTokenStatusResponse
|
|
957
|
+
# @private
|
|
958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
959
|
+
property :token_status, as: 'tokenStatus'
|
|
960
|
+
end
|
|
961
|
+
end
|
|
962
|
+
|
|
963
|
+
class Config
|
|
964
|
+
# @private
|
|
965
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
966
|
+
property :default_kms_key_name, as: 'defaultKmsKeyName'
|
|
967
|
+
property :internal_metadata, as: 'internalMetadata'
|
|
968
|
+
property :name, as: 'name'
|
|
969
|
+
end
|
|
970
|
+
end
|
|
971
|
+
|
|
972
|
+
class DataEncryptionState
|
|
973
|
+
# @private
|
|
974
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
975
|
+
property :kms_key_version_name, as: 'kmsKeyVersionName'
|
|
976
|
+
end
|
|
977
|
+
end
|
|
978
|
+
|
|
979
|
+
class DataPreparation
|
|
980
|
+
# @private
|
|
981
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
982
|
+
property :contents_sql, as: 'contentsSql', class: Google::Apis::DataformV1::SqlDefinition, decorator: Google::Apis::DataformV1::SqlDefinition::Representation
|
|
983
|
+
|
|
984
|
+
property :contents_yaml, as: 'contentsYaml'
|
|
985
|
+
collection :dependency_targets, as: 'dependencyTargets', class: Google::Apis::DataformV1::Target, decorator: Google::Apis::DataformV1::Target::Representation
|
|
986
|
+
|
|
987
|
+
property :disabled, as: 'disabled'
|
|
988
|
+
collection :tags, as: 'tags'
|
|
989
|
+
end
|
|
990
|
+
end
|
|
991
|
+
|
|
992
|
+
class DataPreparationAction
|
|
993
|
+
# @private
|
|
994
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
995
|
+
property :contents_sql, as: 'contentsSql', class: Google::Apis::DataformV1::ActionSqlDefinition, decorator: Google::Apis::DataformV1::ActionSqlDefinition::Representation
|
|
996
|
+
|
|
997
|
+
property :contents_yaml, as: 'contentsYaml'
|
|
998
|
+
property :generated_sql, as: 'generatedSql'
|
|
999
|
+
property :job_id, as: 'jobId'
|
|
1000
|
+
end
|
|
1001
|
+
end
|
|
1002
|
+
|
|
1003
|
+
class Declaration
|
|
1004
|
+
# @private
|
|
1005
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1006
|
+
property :relation_descriptor, as: 'relationDescriptor', class: Google::Apis::DataformV1::RelationDescriptor, decorator: Google::Apis::DataformV1::RelationDescriptor::Representation
|
|
1007
|
+
|
|
1008
|
+
end
|
|
1009
|
+
end
|
|
1010
|
+
|
|
1011
|
+
class DeleteFile
|
|
1012
|
+
# @private
|
|
1013
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1014
|
+
end
|
|
1015
|
+
end
|
|
1016
|
+
|
|
1017
|
+
class DirectoryEntry
|
|
1018
|
+
# @private
|
|
1019
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1020
|
+
property :directory, as: 'directory'
|
|
1021
|
+
property :file, as: 'file'
|
|
1022
|
+
end
|
|
1023
|
+
end
|
|
1024
|
+
|
|
1025
|
+
class DirectorySearchResult
|
|
1026
|
+
# @private
|
|
1027
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1028
|
+
property :path, as: 'path'
|
|
1029
|
+
end
|
|
1030
|
+
end
|
|
1031
|
+
|
|
1032
|
+
class Empty
|
|
1033
|
+
# @private
|
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1035
|
+
end
|
|
1036
|
+
end
|
|
1037
|
+
|
|
1038
|
+
class ErrorTable
|
|
1039
|
+
# @private
|
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1041
|
+
property :retention_days, as: 'retentionDays'
|
|
1042
|
+
property :target, as: 'target', class: Google::Apis::DataformV1::Target, decorator: Google::Apis::DataformV1::Target::Representation
|
|
1043
|
+
|
|
1044
|
+
end
|
|
1045
|
+
end
|
|
1046
|
+
|
|
1047
|
+
class Expr
|
|
1048
|
+
# @private
|
|
1049
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1050
|
+
property :description, as: 'description'
|
|
1051
|
+
property :expression, as: 'expression'
|
|
1052
|
+
property :location, as: 'location'
|
|
1053
|
+
property :title, as: 'title'
|
|
1054
|
+
end
|
|
1055
|
+
end
|
|
1056
|
+
|
|
1057
|
+
class FetchFileDiffResponse
|
|
1058
|
+
# @private
|
|
1059
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1060
|
+
property :formatted_diff, as: 'formattedDiff'
|
|
1061
|
+
end
|
|
1062
|
+
end
|
|
1063
|
+
|
|
1064
|
+
class FetchFileGitStatusesResponse
|
|
1065
|
+
# @private
|
|
1066
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1067
|
+
collection :uncommitted_file_changes, as: 'uncommittedFileChanges', class: Google::Apis::DataformV1::UncommittedFileChange, decorator: Google::Apis::DataformV1::UncommittedFileChange::Representation
|
|
1068
|
+
|
|
1069
|
+
end
|
|
1070
|
+
end
|
|
1071
|
+
|
|
1072
|
+
class FetchGitAheadBehindResponse
|
|
1073
|
+
# @private
|
|
1074
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1075
|
+
property :commits_ahead, as: 'commitsAhead'
|
|
1076
|
+
property :commits_behind, as: 'commitsBehind'
|
|
1077
|
+
end
|
|
1078
|
+
end
|
|
1079
|
+
|
|
1080
|
+
class FetchRemoteBranchesResponse
|
|
1081
|
+
# @private
|
|
1082
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1083
|
+
collection :branches, as: 'branches'
|
|
1084
|
+
end
|
|
1085
|
+
end
|
|
1086
|
+
|
|
1087
|
+
class FetchRepositoryHistoryResponse
|
|
1088
|
+
# @private
|
|
1089
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1090
|
+
collection :commits, as: 'commits', class: Google::Apis::DataformV1::CommitLogEntry, decorator: Google::Apis::DataformV1::CommitLogEntry::Representation
|
|
1091
|
+
|
|
1092
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1093
|
+
end
|
|
1094
|
+
end
|
|
1095
|
+
|
|
1096
|
+
class FileOperation
|
|
1097
|
+
# @private
|
|
1098
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1099
|
+
property :delete_file, as: 'deleteFile', class: Google::Apis::DataformV1::DeleteFile, decorator: Google::Apis::DataformV1::DeleteFile::Representation
|
|
1100
|
+
|
|
1101
|
+
property :write_file, as: 'writeFile', class: Google::Apis::DataformV1::WriteFile, decorator: Google::Apis::DataformV1::WriteFile::Representation
|
|
1102
|
+
|
|
1103
|
+
end
|
|
1104
|
+
end
|
|
1105
|
+
|
|
1106
|
+
class FileSearchResult
|
|
1107
|
+
# @private
|
|
1108
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1109
|
+
property :path, as: 'path'
|
|
1110
|
+
end
|
|
1111
|
+
end
|
|
1112
|
+
|
|
1113
|
+
class GitRemoteSettings
|
|
1114
|
+
# @private
|
|
1115
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1116
|
+
property :authentication_token_secret_version, as: 'authenticationTokenSecretVersion'
|
|
1117
|
+
property :default_branch, as: 'defaultBranch'
|
|
1118
|
+
property :ssh_authentication_config, as: 'sshAuthenticationConfig', class: Google::Apis::DataformV1::SshAuthenticationConfig, decorator: Google::Apis::DataformV1::SshAuthenticationConfig::Representation
|
|
1119
|
+
|
|
1120
|
+
property :token_status, as: 'tokenStatus'
|
|
1121
|
+
property :url, as: 'url'
|
|
1122
|
+
end
|
|
1123
|
+
end
|
|
1124
|
+
|
|
1125
|
+
class IamPolicyOverrideView
|
|
1126
|
+
# @private
|
|
1127
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1128
|
+
property :iam_policy_name, as: 'iamPolicyName', class: Google::Apis::DataformV1::PolicyName, decorator: Google::Apis::DataformV1::PolicyName::Representation
|
|
1129
|
+
|
|
1130
|
+
property :is_active, as: 'isActive'
|
|
1131
|
+
end
|
|
1132
|
+
end
|
|
1133
|
+
|
|
1134
|
+
class IncrementalLoadMode
|
|
1135
|
+
# @private
|
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1137
|
+
property :column, as: 'column'
|
|
1138
|
+
end
|
|
1139
|
+
end
|
|
1140
|
+
|
|
1141
|
+
class IncrementalTableConfig
|
|
1142
|
+
# @private
|
|
1143
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1144
|
+
collection :incremental_post_operations, as: 'incrementalPostOperations'
|
|
1145
|
+
collection :incremental_pre_operations, as: 'incrementalPreOperations'
|
|
1146
|
+
property :incremental_select_query, as: 'incrementalSelectQuery'
|
|
1147
|
+
property :refresh_disabled, as: 'refreshDisabled'
|
|
1148
|
+
collection :unique_key_parts, as: 'uniqueKeyParts'
|
|
1149
|
+
property :update_partition_filter, as: 'updatePartitionFilter'
|
|
1150
|
+
end
|
|
1151
|
+
end
|
|
1152
|
+
|
|
1153
|
+
class InstallNpmPackagesRequest
|
|
1154
|
+
# @private
|
|
1155
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1156
|
+
end
|
|
1157
|
+
end
|
|
1158
|
+
|
|
1159
|
+
class InstallNpmPackagesResponse
|
|
1160
|
+
# @private
|
|
1161
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1162
|
+
end
|
|
1163
|
+
end
|
|
1164
|
+
|
|
1165
|
+
class Interval
|
|
1166
|
+
# @private
|
|
1167
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1168
|
+
property :end_time, as: 'endTime'
|
|
1169
|
+
property :start_time, as: 'startTime'
|
|
1170
|
+
end
|
|
1171
|
+
end
|
|
1172
|
+
|
|
1173
|
+
class InvocationConfig
|
|
1174
|
+
# @private
|
|
1175
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1176
|
+
property :fully_refresh_incremental_tables_enabled, as: 'fullyRefreshIncrementalTablesEnabled'
|
|
1177
|
+
collection :included_tags, as: 'includedTags'
|
|
1178
|
+
collection :included_targets, as: 'includedTargets', class: Google::Apis::DataformV1::Target, decorator: Google::Apis::DataformV1::Target::Representation
|
|
1179
|
+
|
|
1180
|
+
property :query_priority, as: 'queryPriority'
|
|
1181
|
+
property :service_account, as: 'serviceAccount'
|
|
1182
|
+
property :transitive_dependencies_included, as: 'transitiveDependenciesIncluded'
|
|
1183
|
+
property :transitive_dependents_included, as: 'transitiveDependentsIncluded'
|
|
1184
|
+
end
|
|
1185
|
+
end
|
|
1186
|
+
|
|
1187
|
+
class ListCompilationResultsResponse
|
|
1188
|
+
# @private
|
|
1189
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1190
|
+
collection :compilation_results, as: 'compilationResults', class: Google::Apis::DataformV1::CompilationResult, decorator: Google::Apis::DataformV1::CompilationResult::Representation
|
|
1191
|
+
|
|
1192
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1193
|
+
collection :unreachable, as: 'unreachable'
|
|
1194
|
+
end
|
|
1195
|
+
end
|
|
1196
|
+
|
|
1197
|
+
class ListLocationsResponse
|
|
1198
|
+
# @private
|
|
1199
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1200
|
+
collection :locations, as: 'locations', class: Google::Apis::DataformV1::Location, decorator: Google::Apis::DataformV1::Location::Representation
|
|
1201
|
+
|
|
1202
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1203
|
+
end
|
|
1204
|
+
end
|
|
1205
|
+
|
|
1206
|
+
class ListOperationsResponse
|
|
1207
|
+
# @private
|
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1209
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1210
|
+
collection :operations, as: 'operations', class: Google::Apis::DataformV1::Operation, decorator: Google::Apis::DataformV1::Operation::Representation
|
|
1211
|
+
|
|
1212
|
+
collection :unreachable, as: 'unreachable'
|
|
1213
|
+
end
|
|
1214
|
+
end
|
|
1215
|
+
|
|
1216
|
+
class ListReleaseConfigsResponse
|
|
1217
|
+
# @private
|
|
1218
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1219
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1220
|
+
collection :release_configs, as: 'releaseConfigs', class: Google::Apis::DataformV1::ReleaseConfig, decorator: Google::Apis::DataformV1::ReleaseConfig::Representation
|
|
1221
|
+
|
|
1222
|
+
collection :unreachable, as: 'unreachable'
|
|
1223
|
+
end
|
|
1224
|
+
end
|
|
1225
|
+
|
|
1226
|
+
class ListRepositoriesResponse
|
|
1227
|
+
# @private
|
|
1228
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1229
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1230
|
+
collection :repositories, as: 'repositories', class: Google::Apis::DataformV1::Repository, decorator: Google::Apis::DataformV1::Repository::Representation
|
|
1231
|
+
|
|
1232
|
+
collection :unreachable, as: 'unreachable'
|
|
1233
|
+
end
|
|
1234
|
+
end
|
|
1235
|
+
|
|
1236
|
+
class ListWorkflowConfigsResponse
|
|
1237
|
+
# @private
|
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1239
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1240
|
+
collection :unreachable, as: 'unreachable'
|
|
1241
|
+
collection :workflow_configs, as: 'workflowConfigs', class: Google::Apis::DataformV1::WorkflowConfig, decorator: Google::Apis::DataformV1::WorkflowConfig::Representation
|
|
1242
|
+
|
|
1243
|
+
end
|
|
1244
|
+
end
|
|
1245
|
+
|
|
1246
|
+
class ListWorkflowInvocationsResponse
|
|
1247
|
+
# @private
|
|
1248
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1249
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1250
|
+
collection :unreachable, as: 'unreachable'
|
|
1251
|
+
collection :workflow_invocations, as: 'workflowInvocations', class: Google::Apis::DataformV1::WorkflowInvocation, decorator: Google::Apis::DataformV1::WorkflowInvocation::Representation
|
|
1252
|
+
|
|
1253
|
+
end
|
|
1254
|
+
end
|
|
1255
|
+
|
|
1256
|
+
class ListWorkspacesResponse
|
|
1257
|
+
# @private
|
|
1258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1259
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1260
|
+
collection :unreachable, as: 'unreachable'
|
|
1261
|
+
collection :workspaces, as: 'workspaces', class: Google::Apis::DataformV1::Workspace, decorator: Google::Apis::DataformV1::Workspace::Representation
|
|
1262
|
+
|
|
1263
|
+
end
|
|
1264
|
+
end
|
|
1265
|
+
|
|
1266
|
+
class LoadConfig
|
|
1267
|
+
# @private
|
|
1268
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1269
|
+
property :append, as: 'append', class: Google::Apis::DataformV1::SimpleLoadMode, decorator: Google::Apis::DataformV1::SimpleLoadMode::Representation
|
|
1270
|
+
|
|
1271
|
+
property :maximum, as: 'maximum', class: Google::Apis::DataformV1::IncrementalLoadMode, decorator: Google::Apis::DataformV1::IncrementalLoadMode::Representation
|
|
1272
|
+
|
|
1273
|
+
property :replace, as: 'replace', class: Google::Apis::DataformV1::SimpleLoadMode, decorator: Google::Apis::DataformV1::SimpleLoadMode::Representation
|
|
1274
|
+
|
|
1275
|
+
property :unique, as: 'unique', class: Google::Apis::DataformV1::IncrementalLoadMode, decorator: Google::Apis::DataformV1::IncrementalLoadMode::Representation
|
|
1276
|
+
|
|
1277
|
+
end
|
|
1278
|
+
end
|
|
1279
|
+
|
|
1280
|
+
class Location
|
|
1281
|
+
# @private
|
|
1282
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1283
|
+
property :display_name, as: 'displayName'
|
|
1284
|
+
hash :labels, as: 'labels'
|
|
1285
|
+
property :location_id, as: 'locationId'
|
|
1286
|
+
hash :metadata, as: 'metadata'
|
|
1287
|
+
property :name, as: 'name'
|
|
1288
|
+
end
|
|
1289
|
+
end
|
|
1290
|
+
|
|
1291
|
+
class MakeDirectoryRequest
|
|
1292
|
+
# @private
|
|
1293
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1294
|
+
property :path, as: 'path'
|
|
1295
|
+
end
|
|
1296
|
+
end
|
|
1297
|
+
|
|
1298
|
+
class MakeDirectoryResponse
|
|
1299
|
+
# @private
|
|
1300
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1301
|
+
end
|
|
1302
|
+
end
|
|
1303
|
+
|
|
1304
|
+
class MoveDirectoryRequest
|
|
1305
|
+
# @private
|
|
1306
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1307
|
+
property :new_path, as: 'newPath'
|
|
1308
|
+
property :path, as: 'path'
|
|
1309
|
+
end
|
|
1310
|
+
end
|
|
1311
|
+
|
|
1312
|
+
class MoveDirectoryResponse
|
|
1313
|
+
# @private
|
|
1314
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1315
|
+
end
|
|
1316
|
+
end
|
|
1317
|
+
|
|
1318
|
+
class MoveFileRequest
|
|
1319
|
+
# @private
|
|
1320
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1321
|
+
property :new_path, as: 'newPath'
|
|
1322
|
+
property :path, as: 'path'
|
|
1323
|
+
end
|
|
1324
|
+
end
|
|
1325
|
+
|
|
1326
|
+
class MoveFileResponse
|
|
1327
|
+
# @private
|
|
1328
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1329
|
+
end
|
|
1330
|
+
end
|
|
1331
|
+
|
|
1332
|
+
class Notebook
|
|
1333
|
+
# @private
|
|
1334
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1335
|
+
property :contents, as: 'contents'
|
|
1336
|
+
collection :dependency_targets, as: 'dependencyTargets', class: Google::Apis::DataformV1::Target, decorator: Google::Apis::DataformV1::Target::Representation
|
|
1337
|
+
|
|
1338
|
+
property :disabled, as: 'disabled'
|
|
1339
|
+
collection :tags, as: 'tags'
|
|
1340
|
+
end
|
|
1341
|
+
end
|
|
1342
|
+
|
|
1343
|
+
class NotebookAction
|
|
1344
|
+
# @private
|
|
1345
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1346
|
+
property :contents, as: 'contents'
|
|
1347
|
+
property :job_id, as: 'jobId'
|
|
1348
|
+
end
|
|
1349
|
+
end
|
|
1350
|
+
|
|
1351
|
+
class NotebookRuntimeOptions
|
|
1352
|
+
# @private
|
|
1353
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1354
|
+
property :ai_platform_notebook_runtime_template, as: 'aiPlatformNotebookRuntimeTemplate'
|
|
1355
|
+
property :gcs_output_bucket, as: 'gcsOutputBucket'
|
|
1356
|
+
end
|
|
1357
|
+
end
|
|
1358
|
+
|
|
1359
|
+
class Operation
|
|
1360
|
+
# @private
|
|
1361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1362
|
+
property :done, as: 'done'
|
|
1363
|
+
property :error, as: 'error', class: Google::Apis::DataformV1::Status, decorator: Google::Apis::DataformV1::Status::Representation
|
|
1364
|
+
|
|
1365
|
+
hash :metadata, as: 'metadata'
|
|
1366
|
+
property :name, as: 'name'
|
|
1367
|
+
hash :response, as: 'response'
|
|
1368
|
+
end
|
|
1369
|
+
end
|
|
1370
|
+
|
|
1371
|
+
class OperationMetadata
|
|
1372
|
+
# @private
|
|
1373
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1374
|
+
property :api_version, as: 'apiVersion'
|
|
1375
|
+
property :cancel_requested, as: 'cancelRequested'
|
|
1376
|
+
property :create_time, as: 'createTime'
|
|
1377
|
+
property :end_time, as: 'endTime'
|
|
1378
|
+
property :status_detail, as: 'statusDetail'
|
|
1379
|
+
property :target, as: 'target'
|
|
1380
|
+
property :verb, as: 'verb'
|
|
1381
|
+
end
|
|
1382
|
+
end
|
|
1383
|
+
|
|
1384
|
+
class Operations
|
|
1385
|
+
# @private
|
|
1386
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1387
|
+
collection :dependency_targets, as: 'dependencyTargets', class: Google::Apis::DataformV1::Target, decorator: Google::Apis::DataformV1::Target::Representation
|
|
1388
|
+
|
|
1389
|
+
property :disabled, as: 'disabled'
|
|
1390
|
+
property :has_output, as: 'hasOutput'
|
|
1391
|
+
collection :queries, as: 'queries'
|
|
1392
|
+
property :relation_descriptor, as: 'relationDescriptor', class: Google::Apis::DataformV1::RelationDescriptor, decorator: Google::Apis::DataformV1::RelationDescriptor::Representation
|
|
1393
|
+
|
|
1394
|
+
collection :tags, as: 'tags'
|
|
1395
|
+
end
|
|
1396
|
+
end
|
|
1397
|
+
|
|
1398
|
+
class Policy
|
|
1399
|
+
# @private
|
|
1400
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1401
|
+
collection :bindings, as: 'bindings', class: Google::Apis::DataformV1::Binding, decorator: Google::Apis::DataformV1::Binding::Representation
|
|
1402
|
+
|
|
1403
|
+
property :etag, :base64 => true, as: 'etag'
|
|
1404
|
+
property :version, as: 'version'
|
|
1405
|
+
end
|
|
1406
|
+
end
|
|
1407
|
+
|
|
1408
|
+
class PolicyName
|
|
1409
|
+
# @private
|
|
1410
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1411
|
+
property :id, as: 'id'
|
|
1412
|
+
property :region, as: 'region'
|
|
1413
|
+
property :type, as: 'type'
|
|
1414
|
+
end
|
|
1415
|
+
end
|
|
1416
|
+
|
|
1417
|
+
class PullGitCommitsRequest
|
|
1418
|
+
# @private
|
|
1419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1420
|
+
property :author, as: 'author', class: Google::Apis::DataformV1::CommitAuthor, decorator: Google::Apis::DataformV1::CommitAuthor::Representation
|
|
1421
|
+
|
|
1422
|
+
property :remote_branch, as: 'remoteBranch'
|
|
1423
|
+
end
|
|
1424
|
+
end
|
|
1425
|
+
|
|
1426
|
+
class PullGitCommitsResponse
|
|
1427
|
+
# @private
|
|
1428
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1429
|
+
end
|
|
1430
|
+
end
|
|
1431
|
+
|
|
1432
|
+
class PushGitCommitsRequest
|
|
1433
|
+
# @private
|
|
1434
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1435
|
+
property :remote_branch, as: 'remoteBranch'
|
|
1436
|
+
end
|
|
1437
|
+
end
|
|
1438
|
+
|
|
1439
|
+
class PushGitCommitsResponse
|
|
1440
|
+
# @private
|
|
1441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1442
|
+
end
|
|
1443
|
+
end
|
|
1444
|
+
|
|
1445
|
+
class QueryCompilationResultActionsResponse
|
|
1446
|
+
# @private
|
|
1447
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1448
|
+
collection :compilation_result_actions, as: 'compilationResultActions', class: Google::Apis::DataformV1::CompilationResultAction, decorator: Google::Apis::DataformV1::CompilationResultAction::Representation
|
|
1449
|
+
|
|
1450
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1451
|
+
end
|
|
1452
|
+
end
|
|
1453
|
+
|
|
1454
|
+
class QueryDirectoryContentsResponse
|
|
1455
|
+
# @private
|
|
1456
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1457
|
+
collection :directory_entries, as: 'directoryEntries', class: Google::Apis::DataformV1::DirectoryEntry, decorator: Google::Apis::DataformV1::DirectoryEntry::Representation
|
|
1458
|
+
|
|
1459
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1460
|
+
end
|
|
1461
|
+
end
|
|
1462
|
+
|
|
1463
|
+
class QueryRepositoryDirectoryContentsResponse
|
|
1464
|
+
# @private
|
|
1465
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1466
|
+
collection :directory_entries, as: 'directoryEntries', class: Google::Apis::DataformV1::DirectoryEntry, decorator: Google::Apis::DataformV1::DirectoryEntry::Representation
|
|
1467
|
+
|
|
1468
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1469
|
+
end
|
|
1470
|
+
end
|
|
1471
|
+
|
|
1472
|
+
class QueryWorkflowInvocationActionsResponse
|
|
1473
|
+
# @private
|
|
1474
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1475
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1476
|
+
collection :workflow_invocation_actions, as: 'workflowInvocationActions', class: Google::Apis::DataformV1::WorkflowInvocationAction, decorator: Google::Apis::DataformV1::WorkflowInvocationAction::Representation
|
|
1477
|
+
|
|
1478
|
+
end
|
|
1479
|
+
end
|
|
1480
|
+
|
|
1481
|
+
class ReadFileResponse
|
|
1482
|
+
# @private
|
|
1483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1484
|
+
property :file_contents, :base64 => true, as: 'fileContents'
|
|
1485
|
+
end
|
|
1486
|
+
end
|
|
1487
|
+
|
|
1488
|
+
class ReadRepositoryFileResponse
|
|
1489
|
+
# @private
|
|
1490
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1491
|
+
property :contents, :base64 => true, as: 'contents'
|
|
1492
|
+
end
|
|
1493
|
+
end
|
|
1494
|
+
|
|
1495
|
+
class Relation
|
|
1496
|
+
# @private
|
|
1497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1498
|
+
hash :additional_options, as: 'additionalOptions'
|
|
1499
|
+
collection :cluster_expressions, as: 'clusterExpressions'
|
|
1500
|
+
collection :dependency_targets, as: 'dependencyTargets', class: Google::Apis::DataformV1::Target, decorator: Google::Apis::DataformV1::Target::Representation
|
|
1501
|
+
|
|
1502
|
+
property :disabled, as: 'disabled'
|
|
1503
|
+
property :incremental_table_config, as: 'incrementalTableConfig', class: Google::Apis::DataformV1::IncrementalTableConfig, decorator: Google::Apis::DataformV1::IncrementalTableConfig::Representation
|
|
1504
|
+
|
|
1505
|
+
property :partition_expiration_days, as: 'partitionExpirationDays'
|
|
1506
|
+
property :partition_expression, as: 'partitionExpression'
|
|
1507
|
+
collection :post_operations, as: 'postOperations'
|
|
1508
|
+
collection :pre_operations, as: 'preOperations'
|
|
1509
|
+
property :relation_descriptor, as: 'relationDescriptor', class: Google::Apis::DataformV1::RelationDescriptor, decorator: Google::Apis::DataformV1::RelationDescriptor::Representation
|
|
1510
|
+
|
|
1511
|
+
property :relation_type, as: 'relationType'
|
|
1512
|
+
property :require_partition_filter, as: 'requirePartitionFilter'
|
|
1513
|
+
property :select_query, as: 'selectQuery'
|
|
1514
|
+
collection :tags, as: 'tags'
|
|
1515
|
+
end
|
|
1516
|
+
end
|
|
1517
|
+
|
|
1518
|
+
class RelationDescriptor
|
|
1519
|
+
# @private
|
|
1520
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1521
|
+
hash :bigquery_labels, as: 'bigqueryLabels'
|
|
1522
|
+
collection :columns, as: 'columns', class: Google::Apis::DataformV1::ColumnDescriptor, decorator: Google::Apis::DataformV1::ColumnDescriptor::Representation
|
|
1523
|
+
|
|
1524
|
+
property :description, as: 'description'
|
|
1525
|
+
end
|
|
1526
|
+
end
|
|
1527
|
+
|
|
1528
|
+
class ReleaseConfig
|
|
1529
|
+
# @private
|
|
1530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1531
|
+
property :code_compilation_config, as: 'codeCompilationConfig', class: Google::Apis::DataformV1::CodeCompilationConfig, decorator: Google::Apis::DataformV1::CodeCompilationConfig::Representation
|
|
1532
|
+
|
|
1533
|
+
property :cron_schedule, as: 'cronSchedule'
|
|
1534
|
+
property :disabled, as: 'disabled'
|
|
1535
|
+
property :git_commitish, as: 'gitCommitish'
|
|
1536
|
+
property :internal_metadata, as: 'internalMetadata'
|
|
1537
|
+
property :name, as: 'name'
|
|
1538
|
+
collection :recent_scheduled_release_records, as: 'recentScheduledReleaseRecords', class: Google::Apis::DataformV1::ScheduledReleaseRecord, decorator: Google::Apis::DataformV1::ScheduledReleaseRecord::Representation
|
|
1539
|
+
|
|
1540
|
+
property :release_compilation_result, as: 'releaseCompilationResult'
|
|
1541
|
+
property :time_zone, as: 'timeZone'
|
|
1542
|
+
end
|
|
1543
|
+
end
|
|
1544
|
+
|
|
1545
|
+
class RemoveDirectoryRequest
|
|
1546
|
+
# @private
|
|
1547
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1548
|
+
property :path, as: 'path'
|
|
1549
|
+
end
|
|
1550
|
+
end
|
|
1551
|
+
|
|
1552
|
+
class RemoveDirectoryResponse
|
|
1553
|
+
# @private
|
|
1554
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1555
|
+
end
|
|
1556
|
+
end
|
|
1557
|
+
|
|
1558
|
+
class RemoveFileRequest
|
|
1559
|
+
# @private
|
|
1560
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1561
|
+
property :path, as: 'path'
|
|
1562
|
+
end
|
|
1563
|
+
end
|
|
1564
|
+
|
|
1565
|
+
class RemoveFileResponse
|
|
1566
|
+
# @private
|
|
1567
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1568
|
+
end
|
|
1569
|
+
end
|
|
1570
|
+
|
|
1571
|
+
class Repository
|
|
1572
|
+
# @private
|
|
1573
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1574
|
+
property :create_time, as: 'createTime'
|
|
1575
|
+
property :data_encryption_state, as: 'dataEncryptionState', class: Google::Apis::DataformV1::DataEncryptionState, decorator: Google::Apis::DataformV1::DataEncryptionState::Representation
|
|
1576
|
+
|
|
1577
|
+
property :display_name, as: 'displayName'
|
|
1578
|
+
property :git_remote_settings, as: 'gitRemoteSettings', class: Google::Apis::DataformV1::GitRemoteSettings, decorator: Google::Apis::DataformV1::GitRemoteSettings::Representation
|
|
1579
|
+
|
|
1580
|
+
property :internal_metadata, as: 'internalMetadata'
|
|
1581
|
+
property :kms_key_name, as: 'kmsKeyName'
|
|
1582
|
+
hash :labels, as: 'labels'
|
|
1583
|
+
property :name, as: 'name'
|
|
1584
|
+
property :npmrc_environment_variables_secret_version, as: 'npmrcEnvironmentVariablesSecretVersion'
|
|
1585
|
+
property :service_account, as: 'serviceAccount'
|
|
1586
|
+
property :set_authenticated_user_admin, as: 'setAuthenticatedUserAdmin'
|
|
1587
|
+
property :workspace_compilation_overrides, as: 'workspaceCompilationOverrides', class: Google::Apis::DataformV1::WorkspaceCompilationOverrides, decorator: Google::Apis::DataformV1::WorkspaceCompilationOverrides::Representation
|
|
1588
|
+
|
|
1589
|
+
end
|
|
1590
|
+
end
|
|
1591
|
+
|
|
1592
|
+
class ResetWorkspaceChangesRequest
|
|
1593
|
+
# @private
|
|
1594
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1595
|
+
property :clean, as: 'clean'
|
|
1596
|
+
collection :paths, as: 'paths'
|
|
1597
|
+
end
|
|
1598
|
+
end
|
|
1599
|
+
|
|
1600
|
+
class ResetWorkspaceChangesResponse
|
|
1601
|
+
# @private
|
|
1602
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1603
|
+
end
|
|
1604
|
+
end
|
|
1605
|
+
|
|
1606
|
+
class ScheduledExecutionRecord
|
|
1607
|
+
# @private
|
|
1608
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1609
|
+
property :error_status, as: 'errorStatus', class: Google::Apis::DataformV1::Status, decorator: Google::Apis::DataformV1::Status::Representation
|
|
1610
|
+
|
|
1611
|
+
property :execution_time, as: 'executionTime'
|
|
1612
|
+
property :workflow_invocation, as: 'workflowInvocation'
|
|
1613
|
+
end
|
|
1614
|
+
end
|
|
1615
|
+
|
|
1616
|
+
class ScheduledReleaseRecord
|
|
1617
|
+
# @private
|
|
1618
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1619
|
+
property :compilation_result, as: 'compilationResult'
|
|
1620
|
+
property :error_status, as: 'errorStatus', class: Google::Apis::DataformV1::Status, decorator: Google::Apis::DataformV1::Status::Representation
|
|
1621
|
+
|
|
1622
|
+
property :release_time, as: 'releaseTime'
|
|
1623
|
+
end
|
|
1624
|
+
end
|
|
1625
|
+
|
|
1626
|
+
class SearchFilesResponse
|
|
1627
|
+
# @private
|
|
1628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1629
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1630
|
+
collection :search_results, as: 'searchResults', class: Google::Apis::DataformV1::SearchResult, decorator: Google::Apis::DataformV1::SearchResult::Representation
|
|
1631
|
+
|
|
1632
|
+
end
|
|
1633
|
+
end
|
|
1634
|
+
|
|
1635
|
+
class SearchResult
|
|
1636
|
+
# @private
|
|
1637
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1638
|
+
property :directory, as: 'directory', class: Google::Apis::DataformV1::DirectorySearchResult, decorator: Google::Apis::DataformV1::DirectorySearchResult::Representation
|
|
1639
|
+
|
|
1640
|
+
property :file, as: 'file', class: Google::Apis::DataformV1::FileSearchResult, decorator: Google::Apis::DataformV1::FileSearchResult::Representation
|
|
1641
|
+
|
|
1642
|
+
end
|
|
1643
|
+
end
|
|
1644
|
+
|
|
1645
|
+
class SetIamPolicyRequest
|
|
1646
|
+
# @private
|
|
1647
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1648
|
+
property :policy, as: 'policy', class: Google::Apis::DataformV1::Policy, decorator: Google::Apis::DataformV1::Policy::Representation
|
|
1649
|
+
|
|
1650
|
+
end
|
|
1651
|
+
end
|
|
1652
|
+
|
|
1653
|
+
class SimpleLoadMode
|
|
1654
|
+
# @private
|
|
1655
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1656
|
+
end
|
|
1657
|
+
end
|
|
1658
|
+
|
|
1659
|
+
class SqlDefinition
|
|
1660
|
+
# @private
|
|
1661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1662
|
+
property :error_table, as: 'errorTable', class: Google::Apis::DataformV1::ErrorTable, decorator: Google::Apis::DataformV1::ErrorTable::Representation
|
|
1663
|
+
|
|
1664
|
+
property :load, as: 'load', class: Google::Apis::DataformV1::LoadConfig, decorator: Google::Apis::DataformV1::LoadConfig::Representation
|
|
1665
|
+
|
|
1666
|
+
property :query, as: 'query'
|
|
1667
|
+
end
|
|
1668
|
+
end
|
|
1669
|
+
|
|
1670
|
+
class SshAuthenticationConfig
|
|
1671
|
+
# @private
|
|
1672
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1673
|
+
property :host_public_key, as: 'hostPublicKey'
|
|
1674
|
+
property :user_private_key_secret_version, as: 'userPrivateKeySecretVersion'
|
|
1675
|
+
end
|
|
1676
|
+
end
|
|
1677
|
+
|
|
1678
|
+
class Status
|
|
1679
|
+
# @private
|
|
1680
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1681
|
+
property :code, as: 'code'
|
|
1682
|
+
collection :details, as: 'details'
|
|
1683
|
+
property :message, as: 'message'
|
|
1684
|
+
end
|
|
1685
|
+
end
|
|
1686
|
+
|
|
1687
|
+
class Target
|
|
1688
|
+
# @private
|
|
1689
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1690
|
+
property :database, as: 'database'
|
|
1691
|
+
property :name, as: 'name'
|
|
1692
|
+
property :schema, as: 'schema'
|
|
1693
|
+
end
|
|
1694
|
+
end
|
|
1695
|
+
|
|
1696
|
+
class TestIamPermissionsRequest
|
|
1697
|
+
# @private
|
|
1698
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1699
|
+
collection :permissions, as: 'permissions'
|
|
1700
|
+
end
|
|
1701
|
+
end
|
|
1702
|
+
|
|
1703
|
+
class TestIamPermissionsResponse
|
|
1704
|
+
# @private
|
|
1705
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1706
|
+
collection :permissions, as: 'permissions'
|
|
1707
|
+
end
|
|
1708
|
+
end
|
|
1709
|
+
|
|
1710
|
+
class UncommittedFileChange
|
|
1711
|
+
# @private
|
|
1712
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1713
|
+
property :path, as: 'path'
|
|
1714
|
+
property :state, as: 'state'
|
|
1715
|
+
end
|
|
1716
|
+
end
|
|
1717
|
+
|
|
1718
|
+
class WorkflowConfig
|
|
1719
|
+
# @private
|
|
1720
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1721
|
+
property :create_time, as: 'createTime'
|
|
1722
|
+
property :cron_schedule, as: 'cronSchedule'
|
|
1723
|
+
property :disabled, as: 'disabled'
|
|
1724
|
+
property :internal_metadata, as: 'internalMetadata'
|
|
1725
|
+
property :invocation_config, as: 'invocationConfig', class: Google::Apis::DataformV1::InvocationConfig, decorator: Google::Apis::DataformV1::InvocationConfig::Representation
|
|
1726
|
+
|
|
1727
|
+
property :name, as: 'name'
|
|
1728
|
+
collection :recent_scheduled_execution_records, as: 'recentScheduledExecutionRecords', class: Google::Apis::DataformV1::ScheduledExecutionRecord, decorator: Google::Apis::DataformV1::ScheduledExecutionRecord::Representation
|
|
1729
|
+
|
|
1730
|
+
property :release_config, as: 'releaseConfig'
|
|
1731
|
+
property :time_zone, as: 'timeZone'
|
|
1732
|
+
property :update_time, as: 'updateTime'
|
|
1733
|
+
end
|
|
1734
|
+
end
|
|
1735
|
+
|
|
1736
|
+
class WorkflowInvocation
|
|
1737
|
+
# @private
|
|
1738
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1739
|
+
property :compilation_result, as: 'compilationResult'
|
|
1740
|
+
property :data_encryption_state, as: 'dataEncryptionState', class: Google::Apis::DataformV1::DataEncryptionState, decorator: Google::Apis::DataformV1::DataEncryptionState::Representation
|
|
1741
|
+
|
|
1742
|
+
property :internal_metadata, as: 'internalMetadata'
|
|
1743
|
+
property :invocation_config, as: 'invocationConfig', class: Google::Apis::DataformV1::InvocationConfig, decorator: Google::Apis::DataformV1::InvocationConfig::Representation
|
|
1744
|
+
|
|
1745
|
+
property :invocation_timing, as: 'invocationTiming', class: Google::Apis::DataformV1::Interval, decorator: Google::Apis::DataformV1::Interval::Representation
|
|
1746
|
+
|
|
1747
|
+
property :name, as: 'name'
|
|
1748
|
+
property :resolved_compilation_result, as: 'resolvedCompilationResult'
|
|
1749
|
+
property :state, as: 'state'
|
|
1750
|
+
property :workflow_config, as: 'workflowConfig'
|
|
1751
|
+
end
|
|
1752
|
+
end
|
|
1753
|
+
|
|
1754
|
+
class WorkflowInvocationAction
|
|
1755
|
+
# @private
|
|
1756
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1757
|
+
property :bigquery_action, as: 'bigqueryAction', class: Google::Apis::DataformV1::BigQueryAction, decorator: Google::Apis::DataformV1::BigQueryAction::Representation
|
|
1758
|
+
|
|
1759
|
+
property :canonical_target, as: 'canonicalTarget', class: Google::Apis::DataformV1::Target, decorator: Google::Apis::DataformV1::Target::Representation
|
|
1760
|
+
|
|
1761
|
+
property :data_preparation_action, as: 'dataPreparationAction', class: Google::Apis::DataformV1::DataPreparationAction, decorator: Google::Apis::DataformV1::DataPreparationAction::Representation
|
|
1762
|
+
|
|
1763
|
+
property :failure_reason, as: 'failureReason'
|
|
1764
|
+
property :internal_metadata, as: 'internalMetadata'
|
|
1765
|
+
property :invocation_timing, as: 'invocationTiming', class: Google::Apis::DataformV1::Interval, decorator: Google::Apis::DataformV1::Interval::Representation
|
|
1766
|
+
|
|
1767
|
+
property :notebook_action, as: 'notebookAction', class: Google::Apis::DataformV1::NotebookAction, decorator: Google::Apis::DataformV1::NotebookAction::Representation
|
|
1768
|
+
|
|
1769
|
+
property :state, as: 'state'
|
|
1770
|
+
property :target, as: 'target', class: Google::Apis::DataformV1::Target, decorator: Google::Apis::DataformV1::Target::Representation
|
|
1771
|
+
|
|
1772
|
+
end
|
|
1773
|
+
end
|
|
1774
|
+
|
|
1775
|
+
class Workspace
|
|
1776
|
+
# @private
|
|
1777
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1778
|
+
property :create_time, as: 'createTime'
|
|
1779
|
+
property :data_encryption_state, as: 'dataEncryptionState', class: Google::Apis::DataformV1::DataEncryptionState, decorator: Google::Apis::DataformV1::DataEncryptionState::Representation
|
|
1780
|
+
|
|
1781
|
+
property :internal_metadata, as: 'internalMetadata'
|
|
1782
|
+
property :name, as: 'name'
|
|
1783
|
+
end
|
|
1784
|
+
end
|
|
1785
|
+
|
|
1786
|
+
class WorkspaceCompilationOverrides
|
|
1787
|
+
# @private
|
|
1788
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1789
|
+
property :default_database, as: 'defaultDatabase'
|
|
1790
|
+
property :schema_suffix, as: 'schemaSuffix'
|
|
1791
|
+
property :table_prefix, as: 'tablePrefix'
|
|
1792
|
+
end
|
|
1793
|
+
end
|
|
1794
|
+
|
|
1795
|
+
class WriteFile
|
|
1796
|
+
# @private
|
|
1797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1798
|
+
property :contents, :base64 => true, as: 'contents'
|
|
1799
|
+
end
|
|
1800
|
+
end
|
|
1801
|
+
|
|
1802
|
+
class WriteFileRequest
|
|
1803
|
+
# @private
|
|
1804
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1805
|
+
property :contents, :base64 => true, as: 'contents'
|
|
1806
|
+
property :path, as: 'path'
|
|
1807
|
+
end
|
|
1808
|
+
end
|
|
1809
|
+
|
|
1810
|
+
class WriteFileResponse
|
|
1811
|
+
# @private
|
|
1812
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1813
|
+
end
|
|
1814
|
+
end
|
|
1815
|
+
end
|
|
1816
|
+
end
|
|
1817
|
+
end
|