google-apis-dataform_v1 0.6.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
 
@@ -280,6 +292,18 @@ module Google
280
292
  include Google::Apis::Core::JsonObjectSupport
281
293
  end
282
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
+
283
307
  class GitRemoteSettings
284
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
285
309
 
@@ -424,6 +448,18 @@ module Google
424
448
  include Google::Apis::Core::JsonObjectSupport
425
449
  end
426
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
+
427
463
  class Notebook
428
464
  class Representation < Google::Apis::Core::JsonRepresentation; end
429
465
 
@@ -514,12 +550,30 @@ module Google
514
550
  include Google::Apis::Core::JsonObjectSupport
515
551
  end
516
552
 
553
+ class QueryFolderContentsResponse
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
517
559
  class QueryRepositoryDirectoryContentsResponse
518
560
  class Representation < Google::Apis::Core::JsonRepresentation; end
519
561
 
520
562
  include Google::Apis::Core::JsonObjectSupport
521
563
  end
522
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
+
523
577
  class QueryWorkflowInvocationActionsResponse
524
578
  class Representation < Google::Apis::Core::JsonRepresentation; end
525
579
 
@@ -598,6 +652,12 @@ module Google
598
652
  include Google::Apis::Core::JsonObjectSupport
599
653
  end
600
654
 
655
+ class RootContentsEntry
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
601
661
  class ScheduledExecutionRecord
602
662
  class Representation < Google::Apis::Core::JsonRepresentation; end
603
663
 
@@ -622,6 +682,12 @@ module Google
622
682
  include Google::Apis::Core::JsonObjectSupport
623
683
  end
624
684
 
685
+ class SearchTeamFoldersResponse
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
625
691
  class SetIamPolicyRequest
626
692
  class Representation < Google::Apis::Core::JsonRepresentation; end
627
693
 
@@ -658,6 +724,24 @@ module Google
658
724
  include Google::Apis::Core::JsonObjectSupport
659
725
  end
660
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
+
661
745
  class TestIamPermissionsRequest
662
746
  class Representation < Google::Apis::Core::JsonRepresentation; end
663
747
 
@@ -1028,6 +1112,20 @@ module Google
1028
1112
  end
1029
1113
  end
1030
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
+
1031
1129
  class DirectoryEntry
1032
1130
  # @private
1033
1131
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1134,6 +1232,30 @@ module Google
1134
1232
  end
1135
1233
  end
1136
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
+
1137
1259
  class GitRemoteSettings
1138
1260
  # @private
1139
1261
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1353,6 +1475,20 @@ module Google
1353
1475
  end
1354
1476
  end
1355
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
+
1356
1492
  class Notebook
1357
1493
  # @private
1358
1494
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1491,6 +1627,15 @@ module Google
1491
1627
  end
1492
1628
  end
1493
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
+
1494
1639
  class QueryRepositoryDirectoryContentsResponse
1495
1640
  # @private
1496
1641
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1500,6 +1645,24 @@ module Google
1500
1645
  end
1501
1646
  end
1502
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
+
1503
1666
  class QueryWorkflowInvocationActionsResponse
1504
1667
  # @private
1505
1668
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1606,6 +1769,7 @@ module Google
1606
1769
  class Repository
1607
1770
  # @private
1608
1771
  class Representation < Google::Apis::Core::JsonRepresentation
1772
+ property :containing_folder, as: 'containingFolder'
1609
1773
  property :create_time, as: 'createTime'
1610
1774
  property :data_encryption_state, as: 'dataEncryptionState', class: Google::Apis::DataformV1::DataEncryptionState, decorator: Google::Apis::DataformV1::DataEncryptionState::Representation
1611
1775
 
@@ -1619,6 +1783,7 @@ module Google
1619
1783
  property :npmrc_environment_variables_secret_version, as: 'npmrcEnvironmentVariablesSecretVersion'
1620
1784
  property :service_account, as: 'serviceAccount'
1621
1785
  property :set_authenticated_user_admin, as: 'setAuthenticatedUserAdmin'
1786
+ property :team_folder_name, as: 'teamFolderName'
1622
1787
  property :workspace_compilation_overrides, as: 'workspaceCompilationOverrides', class: Google::Apis::DataformV1::WorkspaceCompilationOverrides, decorator: Google::Apis::DataformV1::WorkspaceCompilationOverrides::Representation
1623
1788
 
1624
1789
  end
@@ -1638,6 +1803,16 @@ module Google
1638
1803
  end
1639
1804
  end
1640
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
+
1641
1816
  class ScheduledExecutionRecord
1642
1817
  # @private
1643
1818
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1677,6 +1852,15 @@ module Google
1677
1852
  end
1678
1853
  end
1679
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
+
1680
1864
  class SetIamPolicyRequest
1681
1865
  # @private
1682
1866
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1728,6 +1912,36 @@ module Google
1728
1912
  end
1729
1913
  end
1730
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
+
1731
1945
  class TestIamPermissionsRequest
1732
1946
  # @private
1733
1947
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1815,6 +2029,7 @@ module Google
1815
2029
  property :create_time, as: 'createTime'
1816
2030
  property :data_encryption_state, as: 'dataEncryptionState', class: Google::Apis::DataformV1::DataEncryptionState, decorator: Google::Apis::DataformV1::DataEncryptionState::Representation
1817
2031
 
2032
+ property :disable_moves, as: 'disableMoves'
1818
2033
  property :internal_metadata, as: 'internalMetadata'
1819
2034
  property :name, as: 'name'
1820
2035
  property :private_resource_metadata, as: 'privateResourceMetadata', class: Google::Apis::DataformV1::PrivateResourceMetadata, decorator: Google::Apis::DataformV1::PrivateResourceMetadata::Representation