google-apis-dataform_v1beta1 0.52.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
|
|
|
@@ -466,6 +490,12 @@ module Google
|
|
|
466
490
|
include Google::Apis::Core::JsonObjectSupport
|
|
467
491
|
end
|
|
468
492
|
|
|
493
|
+
class PrivateResourceMetadata
|
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
495
|
+
|
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
497
|
+
end
|
|
498
|
+
|
|
469
499
|
class PullGitCommitsRequest
|
|
470
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
471
501
|
|
|
@@ -502,12 +532,30 @@ module Google
|
|
|
502
532
|
include Google::Apis::Core::JsonObjectSupport
|
|
503
533
|
end
|
|
504
534
|
|
|
535
|
+
class QueryFolderContentsResponse
|
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
537
|
+
|
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
539
|
+
end
|
|
540
|
+
|
|
505
541
|
class QueryRepositoryDirectoryContentsResponse
|
|
506
542
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
507
543
|
|
|
508
544
|
include Google::Apis::Core::JsonObjectSupport
|
|
509
545
|
end
|
|
510
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
|
+
|
|
511
559
|
class QueryWorkflowInvocationActionsResponse
|
|
512
560
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
513
561
|
|
|
@@ -586,6 +634,12 @@ module Google
|
|
|
586
634
|
include Google::Apis::Core::JsonObjectSupport
|
|
587
635
|
end
|
|
588
636
|
|
|
637
|
+
class RootContentsEntry
|
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
639
|
+
|
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
641
|
+
end
|
|
642
|
+
|
|
589
643
|
class ScheduledExecutionRecord
|
|
590
644
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
591
645
|
|
|
@@ -610,6 +664,12 @@ module Google
|
|
|
610
664
|
include Google::Apis::Core::JsonObjectSupport
|
|
611
665
|
end
|
|
612
666
|
|
|
667
|
+
class SearchTeamFoldersResponse
|
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
669
|
+
|
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
671
|
+
end
|
|
672
|
+
|
|
613
673
|
class SetIamPolicyRequest
|
|
614
674
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
615
675
|
|
|
@@ -646,6 +706,24 @@ module Google
|
|
|
646
706
|
include Google::Apis::Core::JsonObjectSupport
|
|
647
707
|
end
|
|
648
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
|
+
|
|
649
727
|
class TestIamPermissionsRequest
|
|
650
728
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
651
729
|
|
|
@@ -923,6 +1001,8 @@ module Google
|
|
|
923
1001
|
property :git_commitish, as: 'gitCommitish'
|
|
924
1002
|
property :internal_metadata, as: 'internalMetadata'
|
|
925
1003
|
property :name, as: 'name'
|
|
1004
|
+
property :private_resource_metadata, as: 'privateResourceMetadata', class: Google::Apis::DataformV1beta1::PrivateResourceMetadata, decorator: Google::Apis::DataformV1beta1::PrivateResourceMetadata::Representation
|
|
1005
|
+
|
|
926
1006
|
property :release_config, as: 'releaseConfig'
|
|
927
1007
|
property :resolved_git_commit_sha, as: 'resolvedGitCommitSha'
|
|
928
1008
|
property :workspace, as: 'workspace'
|
|
@@ -1110,6 +1190,30 @@ module Google
|
|
|
1110
1190
|
end
|
|
1111
1191
|
end
|
|
1112
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
|
+
|
|
1113
1217
|
class GitRemoteSettings
|
|
1114
1218
|
# @private
|
|
1115
1219
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1329,6 +1433,20 @@ module Google
|
|
|
1329
1433
|
end
|
|
1330
1434
|
end
|
|
1331
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
|
+
|
|
1332
1450
|
class Notebook
|
|
1333
1451
|
# @private
|
|
1334
1452
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1414,6 +1532,13 @@ module Google
|
|
|
1414
1532
|
end
|
|
1415
1533
|
end
|
|
1416
1534
|
|
|
1535
|
+
class PrivateResourceMetadata
|
|
1536
|
+
# @private
|
|
1537
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1538
|
+
property :user_scoped, as: 'userScoped'
|
|
1539
|
+
end
|
|
1540
|
+
end
|
|
1541
|
+
|
|
1417
1542
|
class PullGitCommitsRequest
|
|
1418
1543
|
# @private
|
|
1419
1544
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1460,6 +1585,15 @@ module Google
|
|
|
1460
1585
|
end
|
|
1461
1586
|
end
|
|
1462
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
|
+
|
|
1463
1597
|
class QueryRepositoryDirectoryContentsResponse
|
|
1464
1598
|
# @private
|
|
1465
1599
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1469,6 +1603,24 @@ module Google
|
|
|
1469
1603
|
end
|
|
1470
1604
|
end
|
|
1471
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
|
+
|
|
1472
1624
|
class QueryWorkflowInvocationActionsResponse
|
|
1473
1625
|
# @private
|
|
1474
1626
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1575,6 +1727,7 @@ module Google
|
|
|
1575
1727
|
class Repository
|
|
1576
1728
|
# @private
|
|
1577
1729
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1730
|
+
property :containing_folder, as: 'containingFolder'
|
|
1578
1731
|
property :create_time, as: 'createTime'
|
|
1579
1732
|
property :data_encryption_state, as: 'dataEncryptionState', class: Google::Apis::DataformV1beta1::DataEncryptionState, decorator: Google::Apis::DataformV1beta1::DataEncryptionState::Representation
|
|
1580
1733
|
|
|
@@ -1588,6 +1741,7 @@ module Google
|
|
|
1588
1741
|
property :npmrc_environment_variables_secret_version, as: 'npmrcEnvironmentVariablesSecretVersion'
|
|
1589
1742
|
property :service_account, as: 'serviceAccount'
|
|
1590
1743
|
property :set_authenticated_user_admin, as: 'setAuthenticatedUserAdmin'
|
|
1744
|
+
property :team_folder_name, as: 'teamFolderName'
|
|
1591
1745
|
property :workspace_compilation_overrides, as: 'workspaceCompilationOverrides', class: Google::Apis::DataformV1beta1::WorkspaceCompilationOverrides, decorator: Google::Apis::DataformV1beta1::WorkspaceCompilationOverrides::Representation
|
|
1592
1746
|
|
|
1593
1747
|
end
|
|
@@ -1607,6 +1761,16 @@ module Google
|
|
|
1607
1761
|
end
|
|
1608
1762
|
end
|
|
1609
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
|
+
|
|
1610
1774
|
class ScheduledExecutionRecord
|
|
1611
1775
|
# @private
|
|
1612
1776
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1646,6 +1810,15 @@ module Google
|
|
|
1646
1810
|
end
|
|
1647
1811
|
end
|
|
1648
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
|
+
|
|
1649
1822
|
class SetIamPolicyRequest
|
|
1650
1823
|
# @private
|
|
1651
1824
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1697,6 +1870,36 @@ module Google
|
|
|
1697
1870
|
end
|
|
1698
1871
|
end
|
|
1699
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
|
+
|
|
1700
1903
|
class TestIamPermissionsRequest
|
|
1701
1904
|
# @private
|
|
1702
1905
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1749,6 +1952,8 @@ module Google
|
|
|
1749
1952
|
property :invocation_timing, as: 'invocationTiming', class: Google::Apis::DataformV1beta1::Interval, decorator: Google::Apis::DataformV1beta1::Interval::Representation
|
|
1750
1953
|
|
|
1751
1954
|
property :name, as: 'name'
|
|
1955
|
+
property :private_resource_metadata, as: 'privateResourceMetadata', class: Google::Apis::DataformV1beta1::PrivateResourceMetadata, decorator: Google::Apis::DataformV1beta1::PrivateResourceMetadata::Representation
|
|
1956
|
+
|
|
1752
1957
|
property :resolved_compilation_result, as: 'resolvedCompilationResult'
|
|
1753
1958
|
property :state, as: 'state'
|
|
1754
1959
|
property :workflow_config, as: 'workflowConfig'
|
|
@@ -1782,8 +1987,11 @@ module Google
|
|
|
1782
1987
|
property :create_time, as: 'createTime'
|
|
1783
1988
|
property :data_encryption_state, as: 'dataEncryptionState', class: Google::Apis::DataformV1beta1::DataEncryptionState, decorator: Google::Apis::DataformV1beta1::DataEncryptionState::Representation
|
|
1784
1989
|
|
|
1990
|
+
property :disable_moves, as: 'disableMoves'
|
|
1785
1991
|
property :internal_metadata, as: 'internalMetadata'
|
|
1786
1992
|
property :name, as: 'name'
|
|
1993
|
+
property :private_resource_metadata, as: 'privateResourceMetadata', class: Google::Apis::DataformV1beta1::PrivateResourceMetadata, decorator: Google::Apis::DataformV1beta1::PrivateResourceMetadata::Representation
|
|
1994
|
+
|
|
1787
1995
|
end
|
|
1788
1996
|
end
|
|
1789
1997
|
|