google-apis-dataform_v1beta1 0.4.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,6 +34,12 @@ module Google
34
34
  include Google::Apis::Core::JsonObjectSupport
35
35
  end
36
36
 
37
+ class Binding
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
37
43
  class CancelWorkflowInvocationRequest
38
44
  class Representation < Google::Apis::Core::JsonRepresentation; end
39
45
 
@@ -58,6 +64,24 @@ module Google
58
64
  include Google::Apis::Core::JsonObjectSupport
59
65
  end
60
66
 
67
+ class CommitLogEntry
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class CommitMetadata
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class CommitRepositoryChangesRequest
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
61
85
  class CommitWorkspaceChangesRequest
62
86
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
87
 
@@ -88,6 +112,12 @@ module Google
88
112
  include Google::Apis::Core::JsonObjectSupport
89
113
  end
90
114
 
115
+ class DeleteFile
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
91
121
  class DirectoryEntry
92
122
  class Representation < Google::Apis::Core::JsonRepresentation; end
93
123
 
@@ -100,6 +130,12 @@ module Google
100
130
  include Google::Apis::Core::JsonObjectSupport
101
131
  end
102
132
 
133
+ class Expr
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
103
139
  class FetchFileDiffResponse
104
140
  class Representation < Google::Apis::Core::JsonRepresentation; end
105
141
 
@@ -124,6 +160,18 @@ module Google
124
160
  include Google::Apis::Core::JsonObjectSupport
125
161
  end
126
162
 
163
+ class FetchRepositoryHistoryResponse
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class FileOperation
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
127
175
  class GitRemoteSettings
128
176
  class Representation < Google::Apis::Core::JsonRepresentation; end
129
177
 
@@ -256,6 +304,12 @@ module Google
256
304
  include Google::Apis::Core::JsonObjectSupport
257
305
  end
258
306
 
307
+ class Policy
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
259
313
  class PullGitCommitsRequest
260
314
  class Representation < Google::Apis::Core::JsonRepresentation; end
261
315
 
@@ -280,6 +334,12 @@ module Google
280
334
  include Google::Apis::Core::JsonObjectSupport
281
335
  end
282
336
 
337
+ class QueryRepositoryDirectoryContentsResponse
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
283
343
  class QueryWorkflowInvocationActionsResponse
284
344
  class Representation < Google::Apis::Core::JsonRepresentation; end
285
345
 
@@ -292,6 +352,12 @@ module Google
292
352
  include Google::Apis::Core::JsonObjectSupport
293
353
  end
294
354
 
355
+ class ReadRepositoryFileResponse
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
295
361
  class Relation
296
362
  class Representation < Google::Apis::Core::JsonRepresentation; end
297
363
 
@@ -346,6 +412,12 @@ module Google
346
412
  include Google::Apis::Core::JsonObjectSupport
347
413
  end
348
414
 
415
+ class SetIamPolicyRequest
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
349
421
  class Status
350
422
  class Representation < Google::Apis::Core::JsonRepresentation; end
351
423
 
@@ -358,6 +430,18 @@ module Google
358
430
  include Google::Apis::Core::JsonObjectSupport
359
431
  end
360
432
 
433
+ class TestIamPermissionsRequest
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class TestIamPermissionsResponse
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
361
445
  class UncommittedFileChange
362
446
  class Representation < Google::Apis::Core::JsonRepresentation; end
363
447
 
@@ -394,6 +478,12 @@ module Google
394
478
  include Google::Apis::Core::JsonObjectSupport
395
479
  end
396
480
 
481
+ class WriteFile
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
397
487
  class WriteFileRequest
398
488
  class Representation < Google::Apis::Core::JsonRepresentation; end
399
489
 
@@ -428,6 +518,16 @@ module Google
428
518
  end
429
519
  end
430
520
 
521
+ class Binding
522
+ # @private
523
+ class Representation < Google::Apis::Core::JsonRepresentation
524
+ property :condition, as: 'condition', class: Google::Apis::DataformV1beta1::Expr, decorator: Google::Apis::DataformV1beta1::Expr::Representation
525
+
526
+ collection :members, as: 'members'
527
+ property :role, as: 'role'
528
+ end
529
+ end
530
+
431
531
  class CancelWorkflowInvocationRequest
432
532
  # @private
433
533
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -465,6 +565,36 @@ module Google
465
565
  end
466
566
  end
467
567
 
568
+ class CommitLogEntry
569
+ # @private
570
+ class Representation < Google::Apis::Core::JsonRepresentation
571
+ property :author, as: 'author', class: Google::Apis::DataformV1beta1::CommitAuthor, decorator: Google::Apis::DataformV1beta1::CommitAuthor::Representation
572
+
573
+ property :commit_message, as: 'commitMessage'
574
+ property :commit_sha, as: 'commitSha'
575
+ property :commit_time, as: 'commitTime'
576
+ end
577
+ end
578
+
579
+ class CommitMetadata
580
+ # @private
581
+ class Representation < Google::Apis::Core::JsonRepresentation
582
+ property :author, as: 'author', class: Google::Apis::DataformV1beta1::CommitAuthor, decorator: Google::Apis::DataformV1beta1::CommitAuthor::Representation
583
+
584
+ property :commit_message, as: 'commitMessage'
585
+ end
586
+ end
587
+
588
+ class CommitRepositoryChangesRequest
589
+ # @private
590
+ class Representation < Google::Apis::Core::JsonRepresentation
591
+ property :commit_metadata, as: 'commitMetadata', class: Google::Apis::DataformV1beta1::CommitMetadata, decorator: Google::Apis::DataformV1beta1::CommitMetadata::Representation
592
+
593
+ hash :file_operations, as: 'fileOperations', class: Google::Apis::DataformV1beta1::FileOperation, decorator: Google::Apis::DataformV1beta1::FileOperation::Representation
594
+
595
+ end
596
+ end
597
+
468
598
  class CommitWorkspaceChangesRequest
469
599
  # @private
470
600
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -529,6 +659,12 @@ module Google
529
659
  end
530
660
  end
531
661
 
662
+ class DeleteFile
663
+ # @private
664
+ class Representation < Google::Apis::Core::JsonRepresentation
665
+ end
666
+ end
667
+
532
668
  class DirectoryEntry
533
669
  # @private
534
670
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -543,6 +679,16 @@ module Google
543
679
  end
544
680
  end
545
681
 
682
+ class Expr
683
+ # @private
684
+ class Representation < Google::Apis::Core::JsonRepresentation
685
+ property :description, as: 'description'
686
+ property :expression, as: 'expression'
687
+ property :location, as: 'location'
688
+ property :title, as: 'title'
689
+ end
690
+ end
691
+
546
692
  class FetchFileDiffResponse
547
693
  # @private
548
694
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -573,6 +719,25 @@ module Google
573
719
  end
574
720
  end
575
721
 
722
+ class FetchRepositoryHistoryResponse
723
+ # @private
724
+ class Representation < Google::Apis::Core::JsonRepresentation
725
+ collection :commits, as: 'commits', class: Google::Apis::DataformV1beta1::CommitLogEntry, decorator: Google::Apis::DataformV1beta1::CommitLogEntry::Representation
726
+
727
+ property :next_page_token, as: 'nextPageToken'
728
+ end
729
+ end
730
+
731
+ class FileOperation
732
+ # @private
733
+ class Representation < Google::Apis::Core::JsonRepresentation
734
+ property :delete_file, as: 'deleteFile', class: Google::Apis::DataformV1beta1::DeleteFile, decorator: Google::Apis::DataformV1beta1::DeleteFile::Representation
735
+
736
+ property :write_file, as: 'writeFile', class: Google::Apis::DataformV1beta1::WriteFile, decorator: Google::Apis::DataformV1beta1::WriteFile::Representation
737
+
738
+ end
739
+ end
740
+
576
741
  class GitRemoteSettings
577
742
  # @private
578
743
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -775,6 +940,16 @@ module Google
775
940
  end
776
941
  end
777
942
 
943
+ class Policy
944
+ # @private
945
+ class Representation < Google::Apis::Core::JsonRepresentation
946
+ collection :bindings, as: 'bindings', class: Google::Apis::DataformV1beta1::Binding, decorator: Google::Apis::DataformV1beta1::Binding::Representation
947
+
948
+ property :etag, :base64 => true, as: 'etag'
949
+ property :version, as: 'version'
950
+ end
951
+ end
952
+
778
953
  class PullGitCommitsRequest
779
954
  # @private
780
955
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -809,6 +984,15 @@ module Google
809
984
  end
810
985
  end
811
986
 
987
+ class QueryRepositoryDirectoryContentsResponse
988
+ # @private
989
+ class Representation < Google::Apis::Core::JsonRepresentation
990
+ collection :directory_entries, as: 'directoryEntries', class: Google::Apis::DataformV1beta1::DirectoryEntry, decorator: Google::Apis::DataformV1beta1::DirectoryEntry::Representation
991
+
992
+ property :next_page_token, as: 'nextPageToken'
993
+ end
994
+ end
995
+
812
996
  class QueryWorkflowInvocationActionsResponse
813
997
  # @private
814
998
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -825,6 +1009,13 @@ module Google
825
1009
  end
826
1010
  end
827
1011
 
1012
+ class ReadRepositoryFileResponse
1013
+ # @private
1014
+ class Representation < Google::Apis::Core::JsonRepresentation
1015
+ property :contents, :base64 => true, as: 'contents'
1016
+ end
1017
+ end
1018
+
828
1019
  class Relation
829
1020
  # @private
830
1021
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -892,6 +1083,10 @@ module Google
892
1083
  class Representation < Google::Apis::Core::JsonRepresentation
893
1084
  property :git_remote_settings, as: 'gitRemoteSettings', class: Google::Apis::DataformV1beta1::GitRemoteSettings, decorator: Google::Apis::DataformV1beta1::GitRemoteSettings::Representation
894
1085
 
1086
+ hash :initial_commit_file_contents, as: 'initialCommitFileContents'
1087
+ property :initial_commit_metadata, as: 'initialCommitMetadata', class: Google::Apis::DataformV1beta1::CommitMetadata, decorator: Google::Apis::DataformV1beta1::CommitMetadata::Representation
1088
+
1089
+ hash :labels, as: 'labels'
895
1090
  property :name, as: 'name'
896
1091
  property :npmrc_environment_variables_secret_version, as: 'npmrcEnvironmentVariablesSecretVersion'
897
1092
  property :workspace_compilation_overrides, as: 'workspaceCompilationOverrides', class: Google::Apis::DataformV1beta1::WorkspaceCompilationOverrides, decorator: Google::Apis::DataformV1beta1::WorkspaceCompilationOverrides::Representation
@@ -927,6 +1122,14 @@ module Google
927
1122
  end
928
1123
  end
929
1124
 
1125
+ class SetIamPolicyRequest
1126
+ # @private
1127
+ class Representation < Google::Apis::Core::JsonRepresentation
1128
+ property :policy, as: 'policy', class: Google::Apis::DataformV1beta1::Policy, decorator: Google::Apis::DataformV1beta1::Policy::Representation
1129
+
1130
+ end
1131
+ end
1132
+
930
1133
  class Status
931
1134
  # @private
932
1135
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -945,6 +1148,20 @@ module Google
945
1148
  end
946
1149
  end
947
1150
 
1151
+ class TestIamPermissionsRequest
1152
+ # @private
1153
+ class Representation < Google::Apis::Core::JsonRepresentation
1154
+ collection :permissions, as: 'permissions'
1155
+ end
1156
+ end
1157
+
1158
+ class TestIamPermissionsResponse
1159
+ # @private
1160
+ class Representation < Google::Apis::Core::JsonRepresentation
1161
+ collection :permissions, as: 'permissions'
1162
+ end
1163
+ end
1164
+
948
1165
  class UncommittedFileChange
949
1166
  # @private
950
1167
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1013,6 +1230,13 @@ module Google
1013
1230
  end
1014
1231
  end
1015
1232
 
1233
+ class WriteFile
1234
+ # @private
1235
+ class Representation < Google::Apis::Core::JsonRepresentation
1236
+ property :contents, :base64 => true, as: 'contents'
1237
+ end
1238
+ end
1239
+
1016
1240
  class WriteFileRequest
1017
1241
  # @private
1018
1242
  class Representation < Google::Apis::Core::JsonRepresentation