google-apis-dataform_v1 0.5.0 → 0.7.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.
@@ -202,6 +202,18 @@ module Google
202
202
  include Google::Apis::Core::JsonObjectSupport
203
203
  end
204
204
 
205
+ class DeleteFolderTreeRequest
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class DeleteTeamFolderTreeRequest
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
205
217
  class DirectoryEntry
206
218
  class Representation < Google::Apis::Core::JsonRepresentation; end
207
219
 
@@ -274,6 +286,24 @@ module Google
274
286
  include Google::Apis::Core::JsonObjectSupport
275
287
  end
276
288
 
289
+ class FilesystemEntryMetadata
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class Folder
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class FolderContentsEntry
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
277
307
  class GitRemoteSettings
278
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
279
309
 
@@ -418,6 +448,18 @@ module Google
418
448
  include Google::Apis::Core::JsonObjectSupport
419
449
  end
420
450
 
451
+ class MoveFolderRequest
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class MoveRepositoryRequest
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
421
463
  class Notebook
422
464
  class Representation < Google::Apis::Core::JsonRepresentation; end
423
465
 
@@ -508,12 +550,30 @@ module Google
508
550
  include Google::Apis::Core::JsonObjectSupport
509
551
  end
510
552
 
553
+ class QueryFolderContentsResponse
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
511
559
  class QueryRepositoryDirectoryContentsResponse
512
560
  class Representation < Google::Apis::Core::JsonRepresentation; end
513
561
 
514
562
  include Google::Apis::Core::JsonObjectSupport
515
563
  end
516
564
 
565
+ class QueryTeamFolderContentsResponse
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
571
+ class QueryUserRootContentsResponse
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
517
577
  class QueryWorkflowInvocationActionsResponse
518
578
  class Representation < Google::Apis::Core::JsonRepresentation; end
519
579
 
@@ -592,6 +652,12 @@ module Google
592
652
  include Google::Apis::Core::JsonObjectSupport
593
653
  end
594
654
 
655
+ class RootContentsEntry
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
595
661
  class ScheduledExecutionRecord
596
662
  class Representation < Google::Apis::Core::JsonRepresentation; end
597
663
 
@@ -616,6 +682,12 @@ module Google
616
682
  include Google::Apis::Core::JsonObjectSupport
617
683
  end
618
684
 
685
+ class SearchTeamFoldersResponse
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
619
691
  class SetIamPolicyRequest
620
692
  class Representation < Google::Apis::Core::JsonRepresentation; end
621
693
 
@@ -652,6 +724,24 @@ module Google
652
724
  include Google::Apis::Core::JsonObjectSupport
653
725
  end
654
726
 
727
+ class TeamFolder
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class TeamFolderContentsEntry
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
739
+ class TeamFolderSearchResult
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
655
745
  class TestIamPermissionsRequest
656
746
  class Representation < Google::Apis::Core::JsonRepresentation; end
657
747
 
@@ -1022,11 +1112,27 @@ module Google
1022
1112
  end
1023
1113
  end
1024
1114
 
1115
+ class DeleteFolderTreeRequest
1116
+ # @private
1117
+ class Representation < Google::Apis::Core::JsonRepresentation
1118
+ property :force, as: 'force'
1119
+ end
1120
+ end
1121
+
1122
+ class DeleteTeamFolderTreeRequest
1123
+ # @private
1124
+ class Representation < Google::Apis::Core::JsonRepresentation
1125
+ property :force, as: 'force'
1126
+ end
1127
+ end
1128
+
1025
1129
  class DirectoryEntry
1026
1130
  # @private
1027
1131
  class Representation < Google::Apis::Core::JsonRepresentation
1028
1132
  property :directory, as: 'directory'
1029
1133
  property :file, as: 'file'
1134
+ property :metadata, as: 'metadata', class: Google::Apis::DataformV1::FilesystemEntryMetadata, decorator: Google::Apis::DataformV1::FilesystemEntryMetadata::Representation
1135
+
1030
1136
  end
1031
1137
  end
1032
1138
 
@@ -1118,6 +1224,38 @@ module Google
1118
1224
  end
1119
1225
  end
1120
1226
 
1227
+ class FilesystemEntryMetadata
1228
+ # @private
1229
+ class Representation < Google::Apis::Core::JsonRepresentation
1230
+ property :size_bytes, :numeric_string => true, as: 'sizeBytes'
1231
+ property :update_time, as: 'updateTime'
1232
+ end
1233
+ end
1234
+
1235
+ class Folder
1236
+ # @private
1237
+ class Representation < Google::Apis::Core::JsonRepresentation
1238
+ property :containing_folder, as: 'containingFolder'
1239
+ property :create_time, as: 'createTime'
1240
+ property :creator_iam_principal, as: 'creatorIamPrincipal'
1241
+ property :display_name, as: 'displayName'
1242
+ property :internal_metadata, as: 'internalMetadata'
1243
+ property :name, as: 'name'
1244
+ property :team_folder_name, as: 'teamFolderName'
1245
+ property :update_time, as: 'updateTime'
1246
+ end
1247
+ end
1248
+
1249
+ class FolderContentsEntry
1250
+ # @private
1251
+ class Representation < Google::Apis::Core::JsonRepresentation
1252
+ property :folder, as: 'folder', class: Google::Apis::DataformV1::Folder, decorator: Google::Apis::DataformV1::Folder::Representation
1253
+
1254
+ property :repository, as: 'repository', class: Google::Apis::DataformV1::Repository, decorator: Google::Apis::DataformV1::Repository::Representation
1255
+
1256
+ end
1257
+ end
1258
+
1121
1259
  class GitRemoteSettings
1122
1260
  # @private
1123
1261
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1337,6 +1475,20 @@ module Google
1337
1475
  end
1338
1476
  end
1339
1477
 
1478
+ class MoveFolderRequest
1479
+ # @private
1480
+ class Representation < Google::Apis::Core::JsonRepresentation
1481
+ property :destination_containing_folder, as: 'destinationContainingFolder'
1482
+ end
1483
+ end
1484
+
1485
+ class MoveRepositoryRequest
1486
+ # @private
1487
+ class Representation < Google::Apis::Core::JsonRepresentation
1488
+ property :destination_containing_folder, as: 'destinationContainingFolder'
1489
+ end
1490
+ end
1491
+
1340
1492
  class Notebook
1341
1493
  # @private
1342
1494
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1475,6 +1627,15 @@ module Google
1475
1627
  end
1476
1628
  end
1477
1629
 
1630
+ class QueryFolderContentsResponse
1631
+ # @private
1632
+ class Representation < Google::Apis::Core::JsonRepresentation
1633
+ collection :entries, as: 'entries', class: Google::Apis::DataformV1::FolderContentsEntry, decorator: Google::Apis::DataformV1::FolderContentsEntry::Representation
1634
+
1635
+ property :next_page_token, as: 'nextPageToken'
1636
+ end
1637
+ end
1638
+
1478
1639
  class QueryRepositoryDirectoryContentsResponse
1479
1640
  # @private
1480
1641
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1484,6 +1645,24 @@ module Google
1484
1645
  end
1485
1646
  end
1486
1647
 
1648
+ class QueryTeamFolderContentsResponse
1649
+ # @private
1650
+ class Representation < Google::Apis::Core::JsonRepresentation
1651
+ collection :entries, as: 'entries', class: Google::Apis::DataformV1::TeamFolderContentsEntry, decorator: Google::Apis::DataformV1::TeamFolderContentsEntry::Representation
1652
+
1653
+ property :next_page_token, as: 'nextPageToken'
1654
+ end
1655
+ end
1656
+
1657
+ class QueryUserRootContentsResponse
1658
+ # @private
1659
+ class Representation < Google::Apis::Core::JsonRepresentation
1660
+ collection :entries, as: 'entries', class: Google::Apis::DataformV1::RootContentsEntry, decorator: Google::Apis::DataformV1::RootContentsEntry::Representation
1661
+
1662
+ property :next_page_token, as: 'nextPageToken'
1663
+ end
1664
+ end
1665
+
1487
1666
  class QueryWorkflowInvocationActionsResponse
1488
1667
  # @private
1489
1668
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1590,6 +1769,7 @@ module Google
1590
1769
  class Repository
1591
1770
  # @private
1592
1771
  class Representation < Google::Apis::Core::JsonRepresentation
1772
+ property :containing_folder, as: 'containingFolder'
1593
1773
  property :create_time, as: 'createTime'
1594
1774
  property :data_encryption_state, as: 'dataEncryptionState', class: Google::Apis::DataformV1::DataEncryptionState, decorator: Google::Apis::DataformV1::DataEncryptionState::Representation
1595
1775
 
@@ -1603,6 +1783,7 @@ module Google
1603
1783
  property :npmrc_environment_variables_secret_version, as: 'npmrcEnvironmentVariablesSecretVersion'
1604
1784
  property :service_account, as: 'serviceAccount'
1605
1785
  property :set_authenticated_user_admin, as: 'setAuthenticatedUserAdmin'
1786
+ property :team_folder_name, as: 'teamFolderName'
1606
1787
  property :workspace_compilation_overrides, as: 'workspaceCompilationOverrides', class: Google::Apis::DataformV1::WorkspaceCompilationOverrides, decorator: Google::Apis::DataformV1::WorkspaceCompilationOverrides::Representation
1607
1788
 
1608
1789
  end
@@ -1622,6 +1803,16 @@ module Google
1622
1803
  end
1623
1804
  end
1624
1805
 
1806
+ class RootContentsEntry
1807
+ # @private
1808
+ class Representation < Google::Apis::Core::JsonRepresentation
1809
+ property :folder, as: 'folder', class: Google::Apis::DataformV1::Folder, decorator: Google::Apis::DataformV1::Folder::Representation
1810
+
1811
+ property :repository, as: 'repository', class: Google::Apis::DataformV1::Repository, decorator: Google::Apis::DataformV1::Repository::Representation
1812
+
1813
+ end
1814
+ end
1815
+
1625
1816
  class ScheduledExecutionRecord
1626
1817
  # @private
1627
1818
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1661,6 +1852,15 @@ module Google
1661
1852
  end
1662
1853
  end
1663
1854
 
1855
+ class SearchTeamFoldersResponse
1856
+ # @private
1857
+ class Representation < Google::Apis::Core::JsonRepresentation
1858
+ property :next_page_token, as: 'nextPageToken'
1859
+ collection :results, as: 'results', class: Google::Apis::DataformV1::TeamFolderSearchResult, decorator: Google::Apis::DataformV1::TeamFolderSearchResult::Representation
1860
+
1861
+ end
1862
+ end
1863
+
1664
1864
  class SetIamPolicyRequest
1665
1865
  # @private
1666
1866
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1712,6 +1912,36 @@ module Google
1712
1912
  end
1713
1913
  end
1714
1914
 
1915
+ class TeamFolder
1916
+ # @private
1917
+ class Representation < Google::Apis::Core::JsonRepresentation
1918
+ property :create_time, as: 'createTime'
1919
+ property :creator_iam_principal, as: 'creatorIamPrincipal'
1920
+ property :display_name, as: 'displayName'
1921
+ property :internal_metadata, as: 'internalMetadata'
1922
+ property :name, as: 'name'
1923
+ property :update_time, as: 'updateTime'
1924
+ end
1925
+ end
1926
+
1927
+ class TeamFolderContentsEntry
1928
+ # @private
1929
+ class Representation < Google::Apis::Core::JsonRepresentation
1930
+ property :folder, as: 'folder', class: Google::Apis::DataformV1::Folder, decorator: Google::Apis::DataformV1::Folder::Representation
1931
+
1932
+ property :repository, as: 'repository', class: Google::Apis::DataformV1::Repository, decorator: Google::Apis::DataformV1::Repository::Representation
1933
+
1934
+ end
1935
+ end
1936
+
1937
+ class TeamFolderSearchResult
1938
+ # @private
1939
+ class Representation < Google::Apis::Core::JsonRepresentation
1940
+ property :team_folder, as: 'teamFolder', class: Google::Apis::DataformV1::TeamFolder, decorator: Google::Apis::DataformV1::TeamFolder::Representation
1941
+
1942
+ end
1943
+ end
1944
+
1715
1945
  class TestIamPermissionsRequest
1716
1946
  # @private
1717
1947
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1799,6 +2029,7 @@ module Google
1799
2029
  property :create_time, as: 'createTime'
1800
2030
  property :data_encryption_state, as: 'dataEncryptionState', class: Google::Apis::DataformV1::DataEncryptionState, decorator: Google::Apis::DataformV1::DataEncryptionState::Representation
1801
2031
 
2032
+ property :disable_moves, as: 'disableMoves'
1802
2033
  property :internal_metadata, as: 'internalMetadata'
1803
2034
  property :name, as: 'name'
1804
2035
  property :private_resource_metadata, as: 'privateResourceMetadata', class: Google::Apis::DataformV1::PrivateResourceMetadata, decorator: Google::Apis::DataformV1::PrivateResourceMetadata::Representation