google-apis-dataform_v1beta1 0.53.0 → 0.54.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.
@@ -274,6 +274,18 @@ module Google
274
274
  include Google::Apis::Core::JsonObjectSupport
275
275
  end
276
276
 
277
+ class Folder
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class FolderContentsEntry
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
277
289
  class GitRemoteSettings
278
290
  class Representation < Google::Apis::Core::JsonRepresentation; end
279
291
 
@@ -418,6 +430,18 @@ module Google
418
430
  include Google::Apis::Core::JsonObjectSupport
419
431
  end
420
432
 
433
+ class MoveFolderRequest
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class MoveRepositoryRequest
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
421
445
  class Notebook
422
446
  class Representation < Google::Apis::Core::JsonRepresentation; end
423
447
 
@@ -508,12 +532,30 @@ module Google
508
532
  include Google::Apis::Core::JsonObjectSupport
509
533
  end
510
534
 
535
+ class QueryFolderContentsResponse
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
511
541
  class QueryRepositoryDirectoryContentsResponse
512
542
  class Representation < Google::Apis::Core::JsonRepresentation; end
513
543
 
514
544
  include Google::Apis::Core::JsonObjectSupport
515
545
  end
516
546
 
547
+ class QueryTeamFolderContentsResponse
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class QueryUserRootContentsResponse
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
517
559
  class QueryWorkflowInvocationActionsResponse
518
560
  class Representation < Google::Apis::Core::JsonRepresentation; end
519
561
 
@@ -592,6 +634,12 @@ module Google
592
634
  include Google::Apis::Core::JsonObjectSupport
593
635
  end
594
636
 
637
+ class RootContentsEntry
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
595
643
  class ScheduledExecutionRecord
596
644
  class Representation < Google::Apis::Core::JsonRepresentation; end
597
645
 
@@ -616,6 +664,12 @@ module Google
616
664
  include Google::Apis::Core::JsonObjectSupport
617
665
  end
618
666
 
667
+ class SearchTeamFoldersResponse
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
619
673
  class SetIamPolicyRequest
620
674
  class Representation < Google::Apis::Core::JsonRepresentation; end
621
675
 
@@ -652,6 +706,24 @@ module Google
652
706
  include Google::Apis::Core::JsonObjectSupport
653
707
  end
654
708
 
709
+ class TeamFolder
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
715
+ class TeamFolderContentsEntry
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
721
+ class TeamFolderSearchResult
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
655
727
  class TestIamPermissionsRequest
656
728
  class Representation < Google::Apis::Core::JsonRepresentation; end
657
729
 
@@ -1118,6 +1190,30 @@ module Google
1118
1190
  end
1119
1191
  end
1120
1192
 
1193
+ class Folder
1194
+ # @private
1195
+ class Representation < Google::Apis::Core::JsonRepresentation
1196
+ property :containing_folder, as: 'containingFolder'
1197
+ property :create_time, as: 'createTime'
1198
+ property :creator_iam_principal, as: 'creatorIamPrincipal'
1199
+ property :display_name, as: 'displayName'
1200
+ property :internal_metadata, as: 'internalMetadata'
1201
+ property :name, as: 'name'
1202
+ property :team_folder_name, as: 'teamFolderName'
1203
+ property :update_time, as: 'updateTime'
1204
+ end
1205
+ end
1206
+
1207
+ class FolderContentsEntry
1208
+ # @private
1209
+ class Representation < Google::Apis::Core::JsonRepresentation
1210
+ property :folder, as: 'folder', class: Google::Apis::DataformV1beta1::Folder, decorator: Google::Apis::DataformV1beta1::Folder::Representation
1211
+
1212
+ property :repository, as: 'repository', class: Google::Apis::DataformV1beta1::Repository, decorator: Google::Apis::DataformV1beta1::Repository::Representation
1213
+
1214
+ end
1215
+ end
1216
+
1121
1217
  class GitRemoteSettings
1122
1218
  # @private
1123
1219
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1337,6 +1433,20 @@ module Google
1337
1433
  end
1338
1434
  end
1339
1435
 
1436
+ class MoveFolderRequest
1437
+ # @private
1438
+ class Representation < Google::Apis::Core::JsonRepresentation
1439
+ property :destination_containing_folder, as: 'destinationContainingFolder'
1440
+ end
1441
+ end
1442
+
1443
+ class MoveRepositoryRequest
1444
+ # @private
1445
+ class Representation < Google::Apis::Core::JsonRepresentation
1446
+ property :destination_containing_folder, as: 'destinationContainingFolder'
1447
+ end
1448
+ end
1449
+
1340
1450
  class Notebook
1341
1451
  # @private
1342
1452
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1475,6 +1585,15 @@ module Google
1475
1585
  end
1476
1586
  end
1477
1587
 
1588
+ class QueryFolderContentsResponse
1589
+ # @private
1590
+ class Representation < Google::Apis::Core::JsonRepresentation
1591
+ collection :entries, as: 'entries', class: Google::Apis::DataformV1beta1::FolderContentsEntry, decorator: Google::Apis::DataformV1beta1::FolderContentsEntry::Representation
1592
+
1593
+ property :next_page_token, as: 'nextPageToken'
1594
+ end
1595
+ end
1596
+
1478
1597
  class QueryRepositoryDirectoryContentsResponse
1479
1598
  # @private
1480
1599
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1484,6 +1603,24 @@ module Google
1484
1603
  end
1485
1604
  end
1486
1605
 
1606
+ class QueryTeamFolderContentsResponse
1607
+ # @private
1608
+ class Representation < Google::Apis::Core::JsonRepresentation
1609
+ collection :entries, as: 'entries', class: Google::Apis::DataformV1beta1::TeamFolderContentsEntry, decorator: Google::Apis::DataformV1beta1::TeamFolderContentsEntry::Representation
1610
+
1611
+ property :next_page_token, as: 'nextPageToken'
1612
+ end
1613
+ end
1614
+
1615
+ class QueryUserRootContentsResponse
1616
+ # @private
1617
+ class Representation < Google::Apis::Core::JsonRepresentation
1618
+ collection :entries, as: 'entries', class: Google::Apis::DataformV1beta1::RootContentsEntry, decorator: Google::Apis::DataformV1beta1::RootContentsEntry::Representation
1619
+
1620
+ property :next_page_token, as: 'nextPageToken'
1621
+ end
1622
+ end
1623
+
1487
1624
  class QueryWorkflowInvocationActionsResponse
1488
1625
  # @private
1489
1626
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1590,6 +1727,7 @@ module Google
1590
1727
  class Repository
1591
1728
  # @private
1592
1729
  class Representation < Google::Apis::Core::JsonRepresentation
1730
+ property :containing_folder, as: 'containingFolder'
1593
1731
  property :create_time, as: 'createTime'
1594
1732
  property :data_encryption_state, as: 'dataEncryptionState', class: Google::Apis::DataformV1beta1::DataEncryptionState, decorator: Google::Apis::DataformV1beta1::DataEncryptionState::Representation
1595
1733
 
@@ -1603,6 +1741,7 @@ module Google
1603
1741
  property :npmrc_environment_variables_secret_version, as: 'npmrcEnvironmentVariablesSecretVersion'
1604
1742
  property :service_account, as: 'serviceAccount'
1605
1743
  property :set_authenticated_user_admin, as: 'setAuthenticatedUserAdmin'
1744
+ property :team_folder_name, as: 'teamFolderName'
1606
1745
  property :workspace_compilation_overrides, as: 'workspaceCompilationOverrides', class: Google::Apis::DataformV1beta1::WorkspaceCompilationOverrides, decorator: Google::Apis::DataformV1beta1::WorkspaceCompilationOverrides::Representation
1607
1746
 
1608
1747
  end
@@ -1622,6 +1761,16 @@ module Google
1622
1761
  end
1623
1762
  end
1624
1763
 
1764
+ class RootContentsEntry
1765
+ # @private
1766
+ class Representation < Google::Apis::Core::JsonRepresentation
1767
+ property :folder, as: 'folder', class: Google::Apis::DataformV1beta1::Folder, decorator: Google::Apis::DataformV1beta1::Folder::Representation
1768
+
1769
+ property :repository, as: 'repository', class: Google::Apis::DataformV1beta1::Repository, decorator: Google::Apis::DataformV1beta1::Repository::Representation
1770
+
1771
+ end
1772
+ end
1773
+
1625
1774
  class ScheduledExecutionRecord
1626
1775
  # @private
1627
1776
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1661,6 +1810,15 @@ module Google
1661
1810
  end
1662
1811
  end
1663
1812
 
1813
+ class SearchTeamFoldersResponse
1814
+ # @private
1815
+ class Representation < Google::Apis::Core::JsonRepresentation
1816
+ property :next_page_token, as: 'nextPageToken'
1817
+ collection :results, as: 'results', class: Google::Apis::DataformV1beta1::TeamFolderSearchResult, decorator: Google::Apis::DataformV1beta1::TeamFolderSearchResult::Representation
1818
+
1819
+ end
1820
+ end
1821
+
1664
1822
  class SetIamPolicyRequest
1665
1823
  # @private
1666
1824
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1712,6 +1870,36 @@ module Google
1712
1870
  end
1713
1871
  end
1714
1872
 
1873
+ class TeamFolder
1874
+ # @private
1875
+ class Representation < Google::Apis::Core::JsonRepresentation
1876
+ property :create_time, as: 'createTime'
1877
+ property :creator_iam_principal, as: 'creatorIamPrincipal'
1878
+ property :display_name, as: 'displayName'
1879
+ property :internal_metadata, as: 'internalMetadata'
1880
+ property :name, as: 'name'
1881
+ property :update_time, as: 'updateTime'
1882
+ end
1883
+ end
1884
+
1885
+ class TeamFolderContentsEntry
1886
+ # @private
1887
+ class Representation < Google::Apis::Core::JsonRepresentation
1888
+ property :folder, as: 'folder', class: Google::Apis::DataformV1beta1::Folder, decorator: Google::Apis::DataformV1beta1::Folder::Representation
1889
+
1890
+ property :repository, as: 'repository', class: Google::Apis::DataformV1beta1::Repository, decorator: Google::Apis::DataformV1beta1::Repository::Representation
1891
+
1892
+ end
1893
+ end
1894
+
1895
+ class TeamFolderSearchResult
1896
+ # @private
1897
+ class Representation < Google::Apis::Core::JsonRepresentation
1898
+ property :team_folder, as: 'teamFolder', class: Google::Apis::DataformV1beta1::TeamFolder, decorator: Google::Apis::DataformV1beta1::TeamFolder::Representation
1899
+
1900
+ end
1901
+ end
1902
+
1715
1903
  class TestIamPermissionsRequest
1716
1904
  # @private
1717
1905
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1799,6 +1987,7 @@ module Google
1799
1987
  property :create_time, as: 'createTime'
1800
1988
  property :data_encryption_state, as: 'dataEncryptionState', class: Google::Apis::DataformV1beta1::DataEncryptionState, decorator: Google::Apis::DataformV1beta1::DataEncryptionState::Representation
1801
1989
 
1990
+ property :disable_moves, as: 'disableMoves'
1802
1991
  property :internal_metadata, as: 'internalMetadata'
1803
1992
  property :name, as: 'name'
1804
1993
  property :private_resource_metadata, as: 'privateResourceMetadata', class: Google::Apis::DataformV1beta1::PrivateResourceMetadata, decorator: Google::Apis::DataformV1beta1::PrivateResourceMetadata::Representation