google-apis-dataform_v1beta1 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_v1beta1/classes.rb +2096 -0
- data/lib/google/apis/dataform_v1beta1/gem_version.rb +28 -0
- data/lib/google/apis/dataform_v1beta1/representations.rb +1013 -0
- data/lib/google/apis/dataform_v1beta1/service.rb +1768 -0
- data/lib/google/apis/dataform_v1beta1.rb +36 -0
- data/lib/google-apis-dataform_v1beta1.rb +15 -0
- metadata +82 -0
@@ -0,0 +1,1013 @@
|
|
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 DataformV1beta1
|
24
|
+
|
25
|
+
class Assertion
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class BigQueryAction
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class CancelWorkflowInvocationRequest
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class CodeCompilationConfig
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class ColumnDescriptor
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class CommitAuthor
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class CommitWorkspaceChangesRequest
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class CompilationError
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class CompilationResult
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class CompilationResultAction
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class Declaration
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class DirectoryEntry
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class Empty
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class FetchFileDiffResponse
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class FetchFileGitStatusesResponse
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class FetchGitAheadBehindResponse
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class FetchRemoteBranchesResponse
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class GitRemoteSettings
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class IncrementalTableConfig
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class InstallNpmPackagesRequest
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class InstallNpmPackagesResponse
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class Interval
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class InvocationConfig
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class ListCompilationResultsResponse
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class ListLocationsResponse
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class ListReleaseConfigsResponse
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class ListRepositoriesResponse
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class ListWorkflowConfigsResponse
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class ListWorkflowInvocationsResponse
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class ListWorkspacesResponse
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class Location
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class MakeDirectoryRequest
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class MakeDirectoryResponse
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class MoveDirectoryRequest
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class MoveDirectoryResponse
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class MoveFileRequest
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class MoveFileResponse
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class OperationMetadata
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class Operations
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class PullGitCommitsRequest
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class PushGitCommitsRequest
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class QueryCompilationResultActionsResponse
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class QueryDirectoryContentsResponse
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class QueryWorkflowInvocationActionsResponse
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class ReadFileResponse
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class Relation
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class RelationDescriptor
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class ReleaseConfig
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class RemoveDirectoryRequest
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class RemoveFileRequest
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class Repository
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class ResetWorkspaceChangesRequest
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class ScheduledExecutionRecord
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class ScheduledReleaseRecord
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class Status
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class Target
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class UncommittedFileChange
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class WorkflowConfig
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class WorkflowInvocation
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class WorkflowInvocationAction
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class Workspace
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class WriteFileRequest
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class WriteFileResponse
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class Assertion
|
404
|
+
# @private
|
405
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
406
|
+
collection :dependency_targets, as: 'dependencyTargets', class: Google::Apis::DataformV1beta1::Target, decorator: Google::Apis::DataformV1beta1::Target::Representation
|
407
|
+
|
408
|
+
property :disabled, as: 'disabled'
|
409
|
+
property :parent_action, as: 'parentAction', class: Google::Apis::DataformV1beta1::Target, decorator: Google::Apis::DataformV1beta1::Target::Representation
|
410
|
+
|
411
|
+
property :relation_descriptor, as: 'relationDescriptor', class: Google::Apis::DataformV1beta1::RelationDescriptor, decorator: Google::Apis::DataformV1beta1::RelationDescriptor::Representation
|
412
|
+
|
413
|
+
property :select_query, as: 'selectQuery'
|
414
|
+
collection :tags, as: 'tags'
|
415
|
+
end
|
416
|
+
end
|
417
|
+
|
418
|
+
class BigQueryAction
|
419
|
+
# @private
|
420
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
421
|
+
property :sql_script, as: 'sqlScript'
|
422
|
+
end
|
423
|
+
end
|
424
|
+
|
425
|
+
class CancelWorkflowInvocationRequest
|
426
|
+
# @private
|
427
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
428
|
+
end
|
429
|
+
end
|
430
|
+
|
431
|
+
class CodeCompilationConfig
|
432
|
+
# @private
|
433
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
434
|
+
property :assertion_schema, as: 'assertionSchema'
|
435
|
+
property :database_suffix, as: 'databaseSuffix'
|
436
|
+
property :default_database, as: 'defaultDatabase'
|
437
|
+
property :default_location, as: 'defaultLocation'
|
438
|
+
property :default_schema, as: 'defaultSchema'
|
439
|
+
property :schema_suffix, as: 'schemaSuffix'
|
440
|
+
property :table_prefix, as: 'tablePrefix'
|
441
|
+
hash :vars, as: 'vars'
|
442
|
+
end
|
443
|
+
end
|
444
|
+
|
445
|
+
class ColumnDescriptor
|
446
|
+
# @private
|
447
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
448
|
+
collection :bigquery_policy_tags, as: 'bigqueryPolicyTags'
|
449
|
+
property :description, as: 'description'
|
450
|
+
collection :path, as: 'path'
|
451
|
+
end
|
452
|
+
end
|
453
|
+
|
454
|
+
class CommitAuthor
|
455
|
+
# @private
|
456
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
457
|
+
property :email_address, as: 'emailAddress'
|
458
|
+
property :name, as: 'name'
|
459
|
+
end
|
460
|
+
end
|
461
|
+
|
462
|
+
class CommitWorkspaceChangesRequest
|
463
|
+
# @private
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
465
|
+
property :author, as: 'author', class: Google::Apis::DataformV1beta1::CommitAuthor, decorator: Google::Apis::DataformV1beta1::CommitAuthor::Representation
|
466
|
+
|
467
|
+
property :commit_message, as: 'commitMessage'
|
468
|
+
collection :paths, as: 'paths'
|
469
|
+
end
|
470
|
+
end
|
471
|
+
|
472
|
+
class CompilationError
|
473
|
+
# @private
|
474
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
475
|
+
property :action_target, as: 'actionTarget', class: Google::Apis::DataformV1beta1::Target, decorator: Google::Apis::DataformV1beta1::Target::Representation
|
476
|
+
|
477
|
+
property :message, as: 'message'
|
478
|
+
property :path, as: 'path'
|
479
|
+
property :stack, as: 'stack'
|
480
|
+
end
|
481
|
+
end
|
482
|
+
|
483
|
+
class CompilationResult
|
484
|
+
# @private
|
485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
486
|
+
property :code_compilation_config, as: 'codeCompilationConfig', class: Google::Apis::DataformV1beta1::CodeCompilationConfig, decorator: Google::Apis::DataformV1beta1::CodeCompilationConfig::Representation
|
487
|
+
|
488
|
+
collection :compilation_errors, as: 'compilationErrors', class: Google::Apis::DataformV1beta1::CompilationError, decorator: Google::Apis::DataformV1beta1::CompilationError::Representation
|
489
|
+
|
490
|
+
property :dataform_core_version, as: 'dataformCoreVersion'
|
491
|
+
property :git_commitish, as: 'gitCommitish'
|
492
|
+
property :name, as: 'name'
|
493
|
+
property :release_config, as: 'releaseConfig'
|
494
|
+
property :resolved_git_commit_sha, as: 'resolvedGitCommitSha'
|
495
|
+
property :workspace, as: 'workspace'
|
496
|
+
end
|
497
|
+
end
|
498
|
+
|
499
|
+
class CompilationResultAction
|
500
|
+
# @private
|
501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
502
|
+
property :assertion, as: 'assertion', class: Google::Apis::DataformV1beta1::Assertion, decorator: Google::Apis::DataformV1beta1::Assertion::Representation
|
503
|
+
|
504
|
+
property :canonical_target, as: 'canonicalTarget', class: Google::Apis::DataformV1beta1::Target, decorator: Google::Apis::DataformV1beta1::Target::Representation
|
505
|
+
|
506
|
+
property :declaration, as: 'declaration', class: Google::Apis::DataformV1beta1::Declaration, decorator: Google::Apis::DataformV1beta1::Declaration::Representation
|
507
|
+
|
508
|
+
property :file_path, as: 'filePath'
|
509
|
+
property :operations, as: 'operations', class: Google::Apis::DataformV1beta1::Operations, decorator: Google::Apis::DataformV1beta1::Operations::Representation
|
510
|
+
|
511
|
+
property :relation, as: 'relation', class: Google::Apis::DataformV1beta1::Relation, decorator: Google::Apis::DataformV1beta1::Relation::Representation
|
512
|
+
|
513
|
+
property :target, as: 'target', class: Google::Apis::DataformV1beta1::Target, decorator: Google::Apis::DataformV1beta1::Target::Representation
|
514
|
+
|
515
|
+
end
|
516
|
+
end
|
517
|
+
|
518
|
+
class Declaration
|
519
|
+
# @private
|
520
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
521
|
+
property :relation_descriptor, as: 'relationDescriptor', class: Google::Apis::DataformV1beta1::RelationDescriptor, decorator: Google::Apis::DataformV1beta1::RelationDescriptor::Representation
|
522
|
+
|
523
|
+
end
|
524
|
+
end
|
525
|
+
|
526
|
+
class DirectoryEntry
|
527
|
+
# @private
|
528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
529
|
+
property :directory, as: 'directory'
|
530
|
+
property :file, as: 'file'
|
531
|
+
end
|
532
|
+
end
|
533
|
+
|
534
|
+
class Empty
|
535
|
+
# @private
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
537
|
+
end
|
538
|
+
end
|
539
|
+
|
540
|
+
class FetchFileDiffResponse
|
541
|
+
# @private
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
543
|
+
property :formatted_diff, as: 'formattedDiff'
|
544
|
+
end
|
545
|
+
end
|
546
|
+
|
547
|
+
class FetchFileGitStatusesResponse
|
548
|
+
# @private
|
549
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
550
|
+
collection :uncommitted_file_changes, as: 'uncommittedFileChanges', class: Google::Apis::DataformV1beta1::UncommittedFileChange, decorator: Google::Apis::DataformV1beta1::UncommittedFileChange::Representation
|
551
|
+
|
552
|
+
end
|
553
|
+
end
|
554
|
+
|
555
|
+
class FetchGitAheadBehindResponse
|
556
|
+
# @private
|
557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
558
|
+
property :commits_ahead, as: 'commitsAhead'
|
559
|
+
property :commits_behind, as: 'commitsBehind'
|
560
|
+
end
|
561
|
+
end
|
562
|
+
|
563
|
+
class FetchRemoteBranchesResponse
|
564
|
+
# @private
|
565
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
566
|
+
collection :branches, as: 'branches'
|
567
|
+
end
|
568
|
+
end
|
569
|
+
|
570
|
+
class GitRemoteSettings
|
571
|
+
# @private
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
573
|
+
property :authentication_token_secret_version, as: 'authenticationTokenSecretVersion'
|
574
|
+
property :default_branch, as: 'defaultBranch'
|
575
|
+
property :token_status, as: 'tokenStatus'
|
576
|
+
property :url, as: 'url'
|
577
|
+
end
|
578
|
+
end
|
579
|
+
|
580
|
+
class IncrementalTableConfig
|
581
|
+
# @private
|
582
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
583
|
+
collection :incremental_post_operations, as: 'incrementalPostOperations'
|
584
|
+
collection :incremental_pre_operations, as: 'incrementalPreOperations'
|
585
|
+
property :incremental_select_query, as: 'incrementalSelectQuery'
|
586
|
+
property :refresh_disabled, as: 'refreshDisabled'
|
587
|
+
collection :unique_key_parts, as: 'uniqueKeyParts'
|
588
|
+
property :update_partition_filter, as: 'updatePartitionFilter'
|
589
|
+
end
|
590
|
+
end
|
591
|
+
|
592
|
+
class InstallNpmPackagesRequest
|
593
|
+
# @private
|
594
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
595
|
+
end
|
596
|
+
end
|
597
|
+
|
598
|
+
class InstallNpmPackagesResponse
|
599
|
+
# @private
|
600
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
601
|
+
end
|
602
|
+
end
|
603
|
+
|
604
|
+
class Interval
|
605
|
+
# @private
|
606
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
607
|
+
property :end_time, as: 'endTime'
|
608
|
+
property :start_time, as: 'startTime'
|
609
|
+
end
|
610
|
+
end
|
611
|
+
|
612
|
+
class InvocationConfig
|
613
|
+
# @private
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
615
|
+
property :fully_refresh_incremental_tables_enabled, as: 'fullyRefreshIncrementalTablesEnabled'
|
616
|
+
collection :included_tags, as: 'includedTags'
|
617
|
+
collection :included_targets, as: 'includedTargets', class: Google::Apis::DataformV1beta1::Target, decorator: Google::Apis::DataformV1beta1::Target::Representation
|
618
|
+
|
619
|
+
property :transitive_dependencies_included, as: 'transitiveDependenciesIncluded'
|
620
|
+
property :transitive_dependents_included, as: 'transitiveDependentsIncluded'
|
621
|
+
end
|
622
|
+
end
|
623
|
+
|
624
|
+
class ListCompilationResultsResponse
|
625
|
+
# @private
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
627
|
+
collection :compilation_results, as: 'compilationResults', class: Google::Apis::DataformV1beta1::CompilationResult, decorator: Google::Apis::DataformV1beta1::CompilationResult::Representation
|
628
|
+
|
629
|
+
property :next_page_token, as: 'nextPageToken'
|
630
|
+
collection :unreachable, as: 'unreachable'
|
631
|
+
end
|
632
|
+
end
|
633
|
+
|
634
|
+
class ListLocationsResponse
|
635
|
+
# @private
|
636
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
637
|
+
collection :locations, as: 'locations', class: Google::Apis::DataformV1beta1::Location, decorator: Google::Apis::DataformV1beta1::Location::Representation
|
638
|
+
|
639
|
+
property :next_page_token, as: 'nextPageToken'
|
640
|
+
end
|
641
|
+
end
|
642
|
+
|
643
|
+
class ListReleaseConfigsResponse
|
644
|
+
# @private
|
645
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
646
|
+
property :next_page_token, as: 'nextPageToken'
|
647
|
+
collection :release_configs, as: 'releaseConfigs', class: Google::Apis::DataformV1beta1::ReleaseConfig, decorator: Google::Apis::DataformV1beta1::ReleaseConfig::Representation
|
648
|
+
|
649
|
+
collection :unreachable, as: 'unreachable'
|
650
|
+
end
|
651
|
+
end
|
652
|
+
|
653
|
+
class ListRepositoriesResponse
|
654
|
+
# @private
|
655
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
656
|
+
property :next_page_token, as: 'nextPageToken'
|
657
|
+
collection :repositories, as: 'repositories', class: Google::Apis::DataformV1beta1::Repository, decorator: Google::Apis::DataformV1beta1::Repository::Representation
|
658
|
+
|
659
|
+
collection :unreachable, as: 'unreachable'
|
660
|
+
end
|
661
|
+
end
|
662
|
+
|
663
|
+
class ListWorkflowConfigsResponse
|
664
|
+
# @private
|
665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
666
|
+
property :next_page_token, as: 'nextPageToken'
|
667
|
+
collection :unreachable, as: 'unreachable'
|
668
|
+
collection :workflow_configs, as: 'workflowConfigs', class: Google::Apis::DataformV1beta1::WorkflowConfig, decorator: Google::Apis::DataformV1beta1::WorkflowConfig::Representation
|
669
|
+
|
670
|
+
end
|
671
|
+
end
|
672
|
+
|
673
|
+
class ListWorkflowInvocationsResponse
|
674
|
+
# @private
|
675
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
676
|
+
property :next_page_token, as: 'nextPageToken'
|
677
|
+
collection :unreachable, as: 'unreachable'
|
678
|
+
collection :workflow_invocations, as: 'workflowInvocations', class: Google::Apis::DataformV1beta1::WorkflowInvocation, decorator: Google::Apis::DataformV1beta1::WorkflowInvocation::Representation
|
679
|
+
|
680
|
+
end
|
681
|
+
end
|
682
|
+
|
683
|
+
class ListWorkspacesResponse
|
684
|
+
# @private
|
685
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
686
|
+
property :next_page_token, as: 'nextPageToken'
|
687
|
+
collection :unreachable, as: 'unreachable'
|
688
|
+
collection :workspaces, as: 'workspaces', class: Google::Apis::DataformV1beta1::Workspace, decorator: Google::Apis::DataformV1beta1::Workspace::Representation
|
689
|
+
|
690
|
+
end
|
691
|
+
end
|
692
|
+
|
693
|
+
class Location
|
694
|
+
# @private
|
695
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
696
|
+
property :display_name, as: 'displayName'
|
697
|
+
hash :labels, as: 'labels'
|
698
|
+
property :location_id, as: 'locationId'
|
699
|
+
hash :metadata, as: 'metadata'
|
700
|
+
property :name, as: 'name'
|
701
|
+
end
|
702
|
+
end
|
703
|
+
|
704
|
+
class MakeDirectoryRequest
|
705
|
+
# @private
|
706
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
707
|
+
property :path, as: 'path'
|
708
|
+
end
|
709
|
+
end
|
710
|
+
|
711
|
+
class MakeDirectoryResponse
|
712
|
+
# @private
|
713
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
714
|
+
end
|
715
|
+
end
|
716
|
+
|
717
|
+
class MoveDirectoryRequest
|
718
|
+
# @private
|
719
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
720
|
+
property :new_path, as: 'newPath'
|
721
|
+
property :path, as: 'path'
|
722
|
+
end
|
723
|
+
end
|
724
|
+
|
725
|
+
class MoveDirectoryResponse
|
726
|
+
# @private
|
727
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
728
|
+
end
|
729
|
+
end
|
730
|
+
|
731
|
+
class MoveFileRequest
|
732
|
+
# @private
|
733
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
734
|
+
property :new_path, as: 'newPath'
|
735
|
+
property :path, as: 'path'
|
736
|
+
end
|
737
|
+
end
|
738
|
+
|
739
|
+
class MoveFileResponse
|
740
|
+
# @private
|
741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
742
|
+
end
|
743
|
+
end
|
744
|
+
|
745
|
+
class OperationMetadata
|
746
|
+
# @private
|
747
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
748
|
+
property :api_version, as: 'apiVersion'
|
749
|
+
property :cancel_requested, as: 'cancelRequested'
|
750
|
+
property :create_time, as: 'createTime'
|
751
|
+
property :end_time, as: 'endTime'
|
752
|
+
property :status_detail, as: 'statusDetail'
|
753
|
+
property :target, as: 'target'
|
754
|
+
property :verb, as: 'verb'
|
755
|
+
end
|
756
|
+
end
|
757
|
+
|
758
|
+
class Operations
|
759
|
+
# @private
|
760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
761
|
+
collection :dependency_targets, as: 'dependencyTargets', class: Google::Apis::DataformV1beta1::Target, decorator: Google::Apis::DataformV1beta1::Target::Representation
|
762
|
+
|
763
|
+
property :disabled, as: 'disabled'
|
764
|
+
property :has_output, as: 'hasOutput'
|
765
|
+
collection :queries, as: 'queries'
|
766
|
+
property :relation_descriptor, as: 'relationDescriptor', class: Google::Apis::DataformV1beta1::RelationDescriptor, decorator: Google::Apis::DataformV1beta1::RelationDescriptor::Representation
|
767
|
+
|
768
|
+
collection :tags, as: 'tags'
|
769
|
+
end
|
770
|
+
end
|
771
|
+
|
772
|
+
class PullGitCommitsRequest
|
773
|
+
# @private
|
774
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
775
|
+
property :author, as: 'author', class: Google::Apis::DataformV1beta1::CommitAuthor, decorator: Google::Apis::DataformV1beta1::CommitAuthor::Representation
|
776
|
+
|
777
|
+
property :remote_branch, as: 'remoteBranch'
|
778
|
+
end
|
779
|
+
end
|
780
|
+
|
781
|
+
class PushGitCommitsRequest
|
782
|
+
# @private
|
783
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
784
|
+
property :remote_branch, as: 'remoteBranch'
|
785
|
+
end
|
786
|
+
end
|
787
|
+
|
788
|
+
class QueryCompilationResultActionsResponse
|
789
|
+
# @private
|
790
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
791
|
+
collection :compilation_result_actions, as: 'compilationResultActions', class: Google::Apis::DataformV1beta1::CompilationResultAction, decorator: Google::Apis::DataformV1beta1::CompilationResultAction::Representation
|
792
|
+
|
793
|
+
property :next_page_token, as: 'nextPageToken'
|
794
|
+
end
|
795
|
+
end
|
796
|
+
|
797
|
+
class QueryDirectoryContentsResponse
|
798
|
+
# @private
|
799
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
800
|
+
collection :directory_entries, as: 'directoryEntries', class: Google::Apis::DataformV1beta1::DirectoryEntry, decorator: Google::Apis::DataformV1beta1::DirectoryEntry::Representation
|
801
|
+
|
802
|
+
property :next_page_token, as: 'nextPageToken'
|
803
|
+
end
|
804
|
+
end
|
805
|
+
|
806
|
+
class QueryWorkflowInvocationActionsResponse
|
807
|
+
# @private
|
808
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
809
|
+
property :next_page_token, as: 'nextPageToken'
|
810
|
+
collection :workflow_invocation_actions, as: 'workflowInvocationActions', class: Google::Apis::DataformV1beta1::WorkflowInvocationAction, decorator: Google::Apis::DataformV1beta1::WorkflowInvocationAction::Representation
|
811
|
+
|
812
|
+
end
|
813
|
+
end
|
814
|
+
|
815
|
+
class ReadFileResponse
|
816
|
+
# @private
|
817
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
818
|
+
property :file_contents, :base64 => true, as: 'fileContents'
|
819
|
+
end
|
820
|
+
end
|
821
|
+
|
822
|
+
class Relation
|
823
|
+
# @private
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
825
|
+
hash :additional_options, as: 'additionalOptions'
|
826
|
+
collection :cluster_expressions, as: 'clusterExpressions'
|
827
|
+
collection :dependency_targets, as: 'dependencyTargets', class: Google::Apis::DataformV1beta1::Target, decorator: Google::Apis::DataformV1beta1::Target::Representation
|
828
|
+
|
829
|
+
property :disabled, as: 'disabled'
|
830
|
+
property :incremental_table_config, as: 'incrementalTableConfig', class: Google::Apis::DataformV1beta1::IncrementalTableConfig, decorator: Google::Apis::DataformV1beta1::IncrementalTableConfig::Representation
|
831
|
+
|
832
|
+
property :partition_expiration_days, as: 'partitionExpirationDays'
|
833
|
+
property :partition_expression, as: 'partitionExpression'
|
834
|
+
collection :post_operations, as: 'postOperations'
|
835
|
+
collection :pre_operations, as: 'preOperations'
|
836
|
+
property :relation_descriptor, as: 'relationDescriptor', class: Google::Apis::DataformV1beta1::RelationDescriptor, decorator: Google::Apis::DataformV1beta1::RelationDescriptor::Representation
|
837
|
+
|
838
|
+
property :relation_type, as: 'relationType'
|
839
|
+
property :require_partition_filter, as: 'requirePartitionFilter'
|
840
|
+
property :select_query, as: 'selectQuery'
|
841
|
+
collection :tags, as: 'tags'
|
842
|
+
end
|
843
|
+
end
|
844
|
+
|
845
|
+
class RelationDescriptor
|
846
|
+
# @private
|
847
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
848
|
+
hash :bigquery_labels, as: 'bigqueryLabels'
|
849
|
+
collection :columns, as: 'columns', class: Google::Apis::DataformV1beta1::ColumnDescriptor, decorator: Google::Apis::DataformV1beta1::ColumnDescriptor::Representation
|
850
|
+
|
851
|
+
property :description, as: 'description'
|
852
|
+
end
|
853
|
+
end
|
854
|
+
|
855
|
+
class ReleaseConfig
|
856
|
+
# @private
|
857
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
858
|
+
property :code_compilation_config, as: 'codeCompilationConfig', class: Google::Apis::DataformV1beta1::CodeCompilationConfig, decorator: Google::Apis::DataformV1beta1::CodeCompilationConfig::Representation
|
859
|
+
|
860
|
+
property :cron_schedule, as: 'cronSchedule'
|
861
|
+
property :git_commitish, as: 'gitCommitish'
|
862
|
+
property :name, as: 'name'
|
863
|
+
collection :recent_scheduled_release_records, as: 'recentScheduledReleaseRecords', class: Google::Apis::DataformV1beta1::ScheduledReleaseRecord, decorator: Google::Apis::DataformV1beta1::ScheduledReleaseRecord::Representation
|
864
|
+
|
865
|
+
property :release_compilation_result, as: 'releaseCompilationResult'
|
866
|
+
property :time_zone, as: 'timeZone'
|
867
|
+
end
|
868
|
+
end
|
869
|
+
|
870
|
+
class RemoveDirectoryRequest
|
871
|
+
# @private
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
873
|
+
property :path, as: 'path'
|
874
|
+
end
|
875
|
+
end
|
876
|
+
|
877
|
+
class RemoveFileRequest
|
878
|
+
# @private
|
879
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
880
|
+
property :path, as: 'path'
|
881
|
+
end
|
882
|
+
end
|
883
|
+
|
884
|
+
class Repository
|
885
|
+
# @private
|
886
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
887
|
+
property :git_remote_settings, as: 'gitRemoteSettings', class: Google::Apis::DataformV1beta1::GitRemoteSettings, decorator: Google::Apis::DataformV1beta1::GitRemoteSettings::Representation
|
888
|
+
|
889
|
+
property :name, as: 'name'
|
890
|
+
property :npmrc_environment_variables_secret_version, as: 'npmrcEnvironmentVariablesSecretVersion'
|
891
|
+
end
|
892
|
+
end
|
893
|
+
|
894
|
+
class ResetWorkspaceChangesRequest
|
895
|
+
# @private
|
896
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
897
|
+
property :clean, as: 'clean'
|
898
|
+
collection :paths, as: 'paths'
|
899
|
+
end
|
900
|
+
end
|
901
|
+
|
902
|
+
class ScheduledExecutionRecord
|
903
|
+
# @private
|
904
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
905
|
+
property :error_status, as: 'errorStatus', class: Google::Apis::DataformV1beta1::Status, decorator: Google::Apis::DataformV1beta1::Status::Representation
|
906
|
+
|
907
|
+
property :execution_time, as: 'executionTime'
|
908
|
+
property :workflow_invocation, as: 'workflowInvocation'
|
909
|
+
end
|
910
|
+
end
|
911
|
+
|
912
|
+
class ScheduledReleaseRecord
|
913
|
+
# @private
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
915
|
+
property :compilation_result, as: 'compilationResult'
|
916
|
+
property :error_status, as: 'errorStatus', class: Google::Apis::DataformV1beta1::Status, decorator: Google::Apis::DataformV1beta1::Status::Representation
|
917
|
+
|
918
|
+
property :release_time, as: 'releaseTime'
|
919
|
+
end
|
920
|
+
end
|
921
|
+
|
922
|
+
class Status
|
923
|
+
# @private
|
924
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
925
|
+
property :code, as: 'code'
|
926
|
+
collection :details, as: 'details'
|
927
|
+
property :message, as: 'message'
|
928
|
+
end
|
929
|
+
end
|
930
|
+
|
931
|
+
class Target
|
932
|
+
# @private
|
933
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
934
|
+
property :database, as: 'database'
|
935
|
+
property :name, as: 'name'
|
936
|
+
property :schema, as: 'schema'
|
937
|
+
end
|
938
|
+
end
|
939
|
+
|
940
|
+
class UncommittedFileChange
|
941
|
+
# @private
|
942
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
943
|
+
property :path, as: 'path'
|
944
|
+
property :state, as: 'state'
|
945
|
+
end
|
946
|
+
end
|
947
|
+
|
948
|
+
class WorkflowConfig
|
949
|
+
# @private
|
950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
951
|
+
property :cron_schedule, as: 'cronSchedule'
|
952
|
+
property :invocation_config, as: 'invocationConfig', class: Google::Apis::DataformV1beta1::InvocationConfig, decorator: Google::Apis::DataformV1beta1::InvocationConfig::Representation
|
953
|
+
|
954
|
+
property :name, as: 'name'
|
955
|
+
collection :recent_scheduled_execution_records, as: 'recentScheduledExecutionRecords', class: Google::Apis::DataformV1beta1::ScheduledExecutionRecord, decorator: Google::Apis::DataformV1beta1::ScheduledExecutionRecord::Representation
|
956
|
+
|
957
|
+
property :release_config, as: 'releaseConfig'
|
958
|
+
property :time_zone, as: 'timeZone'
|
959
|
+
end
|
960
|
+
end
|
961
|
+
|
962
|
+
class WorkflowInvocation
|
963
|
+
# @private
|
964
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
965
|
+
property :compilation_result, as: 'compilationResult'
|
966
|
+
property :invocation_config, as: 'invocationConfig', class: Google::Apis::DataformV1beta1::InvocationConfig, decorator: Google::Apis::DataformV1beta1::InvocationConfig::Representation
|
967
|
+
|
968
|
+
property :invocation_timing, as: 'invocationTiming', class: Google::Apis::DataformV1beta1::Interval, decorator: Google::Apis::DataformV1beta1::Interval::Representation
|
969
|
+
|
970
|
+
property :name, as: 'name'
|
971
|
+
property :state, as: 'state'
|
972
|
+
end
|
973
|
+
end
|
974
|
+
|
975
|
+
class WorkflowInvocationAction
|
976
|
+
# @private
|
977
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
978
|
+
property :bigquery_action, as: 'bigqueryAction', class: Google::Apis::DataformV1beta1::BigQueryAction, decorator: Google::Apis::DataformV1beta1::BigQueryAction::Representation
|
979
|
+
|
980
|
+
property :canonical_target, as: 'canonicalTarget', class: Google::Apis::DataformV1beta1::Target, decorator: Google::Apis::DataformV1beta1::Target::Representation
|
981
|
+
|
982
|
+
property :failure_reason, as: 'failureReason'
|
983
|
+
property :invocation_timing, as: 'invocationTiming', class: Google::Apis::DataformV1beta1::Interval, decorator: Google::Apis::DataformV1beta1::Interval::Representation
|
984
|
+
|
985
|
+
property :state, as: 'state'
|
986
|
+
property :target, as: 'target', class: Google::Apis::DataformV1beta1::Target, decorator: Google::Apis::DataformV1beta1::Target::Representation
|
987
|
+
|
988
|
+
end
|
989
|
+
end
|
990
|
+
|
991
|
+
class Workspace
|
992
|
+
# @private
|
993
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
994
|
+
property :name, as: 'name'
|
995
|
+
end
|
996
|
+
end
|
997
|
+
|
998
|
+
class WriteFileRequest
|
999
|
+
# @private
|
1000
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1001
|
+
property :contents, :base64 => true, as: 'contents'
|
1002
|
+
property :path, as: 'path'
|
1003
|
+
end
|
1004
|
+
end
|
1005
|
+
|
1006
|
+
class WriteFileResponse
|
1007
|
+
# @private
|
1008
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1009
|
+
end
|
1010
|
+
end
|
1011
|
+
end
|
1012
|
+
end
|
1013
|
+
end
|