google-apis-integrations_v1 0.2.0 → 0.3.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/integrations_v1/classes.rb +1619 -189
- data/lib/google/apis/integrations_v1/gem_version.rb +3 -3
- data/lib/google/apis/integrations_v1/representations.rb +706 -33
- data/lib/google/apis/integrations_v1/service.rb +1737 -828
- metadata +6 -9
@@ -100,6 +100,12 @@ module Google
|
|
100
100
|
include Google::Apis::Core::JsonObjectSupport
|
101
101
|
end
|
102
102
|
|
103
|
+
class EnterpriseCrmEventbusProtoCloudLoggingDetails
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
103
109
|
class EnterpriseCrmEventbusProtoCloudSchedulerConfig
|
104
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
111
|
|
@@ -124,6 +130,12 @@ module Google
|
|
124
130
|
include Google::Apis::Core::JsonObjectSupport
|
125
131
|
end
|
126
132
|
|
133
|
+
class EnterpriseCrmEventbusProtoConditionalFailurePolicies
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
127
139
|
class EnterpriseCrmEventbusProtoConnectorsConnection
|
128
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
141
|
|
@@ -616,6 +628,12 @@ module Google
|
|
616
628
|
include Google::Apis::Core::JsonObjectSupport
|
617
629
|
end
|
618
630
|
|
631
|
+
class EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
619
637
|
class EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot
|
620
638
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
639
|
|
@@ -718,37 +736,37 @@ module Google
|
|
718
736
|
include Google::Apis::Core::JsonObjectSupport
|
719
737
|
end
|
720
738
|
|
721
|
-
class
|
739
|
+
class EnterpriseCrmFrontendsEventbusProtoTriggerConfigVariables
|
722
740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
741
|
|
724
742
|
include Google::Apis::Core::JsonObjectSupport
|
725
743
|
end
|
726
744
|
|
727
|
-
class
|
745
|
+
class EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry
|
728
746
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
747
|
|
730
748
|
include Google::Apis::Core::JsonObjectSupport
|
731
749
|
end
|
732
750
|
|
733
|
-
class
|
751
|
+
class EnterpriseCrmFrontendsEventbusProtoWorkflowParameters
|
734
752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
753
|
|
736
754
|
include Google::Apis::Core::JsonObjectSupport
|
737
755
|
end
|
738
756
|
|
739
|
-
class
|
757
|
+
class GoogleCloudConnectorsV1AuthConfig
|
740
758
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
759
|
|
742
760
|
include Google::Apis::Core::JsonObjectSupport
|
743
761
|
end
|
744
762
|
|
745
|
-
class
|
763
|
+
class GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow
|
746
764
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
765
|
|
748
766
|
include Google::Apis::Core::JsonObjectSupport
|
749
767
|
end
|
750
768
|
|
751
|
-
class
|
769
|
+
class GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged
|
752
770
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
771
|
|
754
772
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -856,6 +874,12 @@ module Google
|
|
856
874
|
include Google::Apis::Core::JsonObjectSupport
|
857
875
|
end
|
858
876
|
|
877
|
+
class GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
|
+
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
881
|
+
end
|
882
|
+
|
859
883
|
class GoogleCloudConnectorsV1EventingStatus
|
860
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
885
|
|
@@ -916,6 +940,24 @@ module Google
|
|
916
940
|
include Google::Apis::Core::JsonObjectSupport
|
917
941
|
end
|
918
942
|
|
943
|
+
class GoogleCloudIntegrationsV1alphaApiTriggerResource
|
944
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
945
|
+
|
946
|
+
include Google::Apis::Core::JsonObjectSupport
|
947
|
+
end
|
948
|
+
|
949
|
+
class GoogleCloudIntegrationsV1alphaAssertion
|
950
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
951
|
+
|
952
|
+
include Google::Apis::Core::JsonObjectSupport
|
953
|
+
end
|
954
|
+
|
955
|
+
class GoogleCloudIntegrationsV1alphaAssertionResult
|
956
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
957
|
+
|
958
|
+
include Google::Apis::Core::JsonObjectSupport
|
959
|
+
end
|
960
|
+
|
919
961
|
class GoogleCloudIntegrationsV1alphaAttemptStats
|
920
962
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
963
|
|
@@ -988,6 +1030,12 @@ module Google
|
|
988
1030
|
include Google::Apis::Core::JsonObjectSupport
|
989
1031
|
end
|
990
1032
|
|
1033
|
+
class GoogleCloudIntegrationsV1alphaConditionalFailurePolicies
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1035
|
+
|
1036
|
+
include Google::Apis::Core::JsonObjectSupport
|
1037
|
+
end
|
1038
|
+
|
991
1039
|
class GoogleCloudIntegrationsV1alphaConnectionSchemaMetadata
|
992
1040
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
993
1041
|
|
@@ -1060,6 +1108,18 @@ module Google
|
|
1060
1108
|
include Google::Apis::Core::JsonObjectSupport
|
1061
1109
|
end
|
1062
1110
|
|
1111
|
+
class GoogleCloudIntegrationsV1alphaDownloadTemplateResponse
|
1112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1113
|
+
|
1114
|
+
include Google::Apis::Core::JsonObjectSupport
|
1115
|
+
end
|
1116
|
+
|
1117
|
+
class GoogleCloudIntegrationsV1alphaDownloadTestCaseResponse
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1119
|
+
|
1120
|
+
include Google::Apis::Core::JsonObjectSupport
|
1121
|
+
end
|
1122
|
+
|
1063
1123
|
class GoogleCloudIntegrationsV1alphaEnumerateConnectorPlatformRegionsResponse
|
1064
1124
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1065
1125
|
|
@@ -1096,6 +1156,18 @@ module Google
|
|
1096
1156
|
include Google::Apis::Core::JsonObjectSupport
|
1097
1157
|
end
|
1098
1158
|
|
1159
|
+
class GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1161
|
+
|
1162
|
+
include Google::Apis::Core::JsonObjectSupport
|
1163
|
+
end
|
1164
|
+
|
1165
|
+
class GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse
|
1166
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1167
|
+
|
1168
|
+
include Google::Apis::Core::JsonObjectSupport
|
1169
|
+
end
|
1170
|
+
|
1099
1171
|
class GoogleCloudIntegrationsV1alphaExecution
|
1100
1172
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1101
1173
|
|
@@ -1108,6 +1180,12 @@ module Google
|
|
1108
1180
|
include Google::Apis::Core::JsonObjectSupport
|
1109
1181
|
end
|
1110
1182
|
|
1183
|
+
class GoogleCloudIntegrationsV1alphaExecutionReplayInfo
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1185
|
+
|
1186
|
+
include Google::Apis::Core::JsonObjectSupport
|
1187
|
+
end
|
1188
|
+
|
1111
1189
|
class GoogleCloudIntegrationsV1alphaExecutionSnapshot
|
1112
1190
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1113
1191
|
|
@@ -1132,6 +1210,18 @@ module Google
|
|
1132
1210
|
include Google::Apis::Core::JsonObjectSupport
|
1133
1211
|
end
|
1134
1212
|
|
1213
|
+
class GoogleCloudIntegrationsV1alphaGenerateOpenApiSpecRequest
|
1214
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1215
|
+
|
1216
|
+
include Google::Apis::Core::JsonObjectSupport
|
1217
|
+
end
|
1218
|
+
|
1219
|
+
class GoogleCloudIntegrationsV1alphaGenerateOpenApiSpecResponse
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
|
+
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
1223
|
+
end
|
1224
|
+
|
1135
1225
|
class GoogleCloudIntegrationsV1alphaGenerateTokenResponse
|
1136
1226
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
1227
|
|
@@ -1150,6 +1240,18 @@ module Google
|
|
1150
1240
|
include Google::Apis::Core::JsonObjectSupport
|
1151
1241
|
end
|
1152
1242
|
|
1243
|
+
class GoogleCloudIntegrationsV1alphaImportTemplateRequest
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
|
+
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
class GoogleCloudIntegrationsV1alphaImportTemplateResponse
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
+
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
1253
|
+
end
|
1254
|
+
|
1153
1255
|
class GoogleCloudIntegrationsV1alphaIntParameterArray
|
1154
1256
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
1257
|
|
@@ -1192,6 +1294,12 @@ module Google
|
|
1192
1294
|
include Google::Apis::Core::JsonObjectSupport
|
1193
1295
|
end
|
1194
1296
|
|
1297
|
+
class GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate
|
1298
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1299
|
+
|
1300
|
+
include Google::Apis::Core::JsonObjectSupport
|
1301
|
+
end
|
1302
|
+
|
1195
1303
|
class GoogleCloudIntegrationsV1alphaJwt
|
1196
1304
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1197
1305
|
|
@@ -1288,6 +1396,30 @@ module Google
|
|
1288
1396
|
include Google::Apis::Core::JsonObjectSupport
|
1289
1397
|
end
|
1290
1398
|
|
1399
|
+
class GoogleCloudIntegrationsV1alphaListTemplatesResponse
|
1400
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1401
|
+
|
1402
|
+
include Google::Apis::Core::JsonObjectSupport
|
1403
|
+
end
|
1404
|
+
|
1405
|
+
class GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse
|
1406
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1407
|
+
|
1408
|
+
include Google::Apis::Core::JsonObjectSupport
|
1409
|
+
end
|
1410
|
+
|
1411
|
+
class GoogleCloudIntegrationsV1alphaListTestCasesResponse
|
1412
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1413
|
+
|
1414
|
+
include Google::Apis::Core::JsonObjectSupport
|
1415
|
+
end
|
1416
|
+
|
1417
|
+
class GoogleCloudIntegrationsV1alphaMockConfig
|
1418
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1419
|
+
|
1420
|
+
include Google::Apis::Core::JsonObjectSupport
|
1421
|
+
end
|
1422
|
+
|
1291
1423
|
class GoogleCloudIntegrationsV1alphaNextTask
|
1292
1424
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1293
1425
|
|
@@ -1366,6 +1498,18 @@ module Google
|
|
1366
1498
|
include Google::Apis::Core::JsonObjectSupport
|
1367
1499
|
end
|
1368
1500
|
|
1501
|
+
class GoogleCloudIntegrationsV1alphaReplayExecutionRequest
|
1502
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1503
|
+
|
1504
|
+
include Google::Apis::Core::JsonObjectSupport
|
1505
|
+
end
|
1506
|
+
|
1507
|
+
class GoogleCloudIntegrationsV1alphaReplayExecutionResponse
|
1508
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1509
|
+
|
1510
|
+
include Google::Apis::Core::JsonObjectSupport
|
1511
|
+
end
|
1512
|
+
|
1369
1513
|
class GoogleCloudIntegrationsV1alphaResolveSuspensionRequest
|
1370
1514
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1371
1515
|
|
@@ -1402,6 +1546,12 @@ module Google
|
|
1402
1546
|
include Google::Apis::Core::JsonObjectSupport
|
1403
1547
|
end
|
1404
1548
|
|
1549
|
+
class GoogleCloudIntegrationsV1alphaSearchTemplatesResponse
|
1550
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1551
|
+
|
1552
|
+
include Google::Apis::Core::JsonObjectSupport
|
1553
|
+
end
|
1554
|
+
|
1405
1555
|
class GoogleCloudIntegrationsV1alphaSerializedFile
|
1406
1556
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1407
1557
|
|
@@ -1426,6 +1576,12 @@ module Google
|
|
1426
1576
|
include Google::Apis::Core::JsonObjectSupport
|
1427
1577
|
end
|
1428
1578
|
|
1579
|
+
class GoogleCloudIntegrationsV1alphaShareTemplateRequest
|
1580
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1581
|
+
|
1582
|
+
include Google::Apis::Core::JsonObjectSupport
|
1583
|
+
end
|
1584
|
+
|
1429
1585
|
class GoogleCloudIntegrationsV1alphaStringParameterArray
|
1430
1586
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
1587
|
|
@@ -1486,6 +1642,12 @@ module Google
|
|
1486
1642
|
include Google::Apis::Core::JsonObjectSupport
|
1487
1643
|
end
|
1488
1644
|
|
1645
|
+
class GoogleCloudIntegrationsV1alphaTakeoverTestCaseEditLockRequest
|
1646
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1647
|
+
|
1648
|
+
include Google::Apis::Core::JsonObjectSupport
|
1649
|
+
end
|
1650
|
+
|
1489
1651
|
class GoogleCloudIntegrationsV1alphaTaskConfig
|
1490
1652
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1491
1653
|
|
@@ -1498,6 +1660,30 @@ module Google
|
|
1498
1660
|
include Google::Apis::Core::JsonObjectSupport
|
1499
1661
|
end
|
1500
1662
|
|
1663
|
+
class GoogleCloudIntegrationsV1alphaTemplate
|
1664
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1665
|
+
|
1666
|
+
include Google::Apis::Core::JsonObjectSupport
|
1667
|
+
end
|
1668
|
+
|
1669
|
+
class GoogleCloudIntegrationsV1alphaTemplateBundle
|
1670
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1671
|
+
|
1672
|
+
include Google::Apis::Core::JsonObjectSupport
|
1673
|
+
end
|
1674
|
+
|
1675
|
+
class GoogleCloudIntegrationsV1alphaTemplateComponent
|
1676
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1677
|
+
|
1678
|
+
include Google::Apis::Core::JsonObjectSupport
|
1679
|
+
end
|
1680
|
+
|
1681
|
+
class GoogleCloudIntegrationsV1alphaTestCase
|
1682
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1683
|
+
|
1684
|
+
include Google::Apis::Core::JsonObjectSupport
|
1685
|
+
end
|
1686
|
+
|
1501
1687
|
class GoogleCloudIntegrationsV1alphaTestIntegrationsRequest
|
1502
1688
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1503
1689
|
|
@@ -1510,18 +1696,36 @@ module Google
|
|
1510
1696
|
include Google::Apis::Core::JsonObjectSupport
|
1511
1697
|
end
|
1512
1698
|
|
1699
|
+
class GoogleCloudIntegrationsV1alphaTestTaskConfig
|
1700
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1701
|
+
|
1702
|
+
include Google::Apis::Core::JsonObjectSupport
|
1703
|
+
end
|
1704
|
+
|
1513
1705
|
class GoogleCloudIntegrationsV1alphaTriggerConfig
|
1514
1706
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1515
1707
|
|
1516
1708
|
include Google::Apis::Core::JsonObjectSupport
|
1517
1709
|
end
|
1518
1710
|
|
1711
|
+
class GoogleCloudIntegrationsV1alphaTriggerConfigVariables
|
1712
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1713
|
+
|
1714
|
+
include Google::Apis::Core::JsonObjectSupport
|
1715
|
+
end
|
1716
|
+
|
1519
1717
|
class GoogleCloudIntegrationsV1alphaUnpublishIntegrationVersionRequest
|
1520
1718
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1521
1719
|
|
1522
1720
|
include Google::Apis::Core::JsonObjectSupport
|
1523
1721
|
end
|
1524
1722
|
|
1723
|
+
class GoogleCloudIntegrationsV1alphaUnshareTemplateRequest
|
1724
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1725
|
+
|
1726
|
+
include Google::Apis::Core::JsonObjectSupport
|
1727
|
+
end
|
1728
|
+
|
1525
1729
|
class GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest
|
1526
1730
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1527
1731
|
|
@@ -1534,6 +1738,48 @@ module Google
|
|
1534
1738
|
include Google::Apis::Core::JsonObjectSupport
|
1535
1739
|
end
|
1536
1740
|
|
1741
|
+
class GoogleCloudIntegrationsV1alphaUploadTemplateRequest
|
1742
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1743
|
+
|
1744
|
+
include Google::Apis::Core::JsonObjectSupport
|
1745
|
+
end
|
1746
|
+
|
1747
|
+
class GoogleCloudIntegrationsV1alphaUploadTemplateResponse
|
1748
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1749
|
+
|
1750
|
+
include Google::Apis::Core::JsonObjectSupport
|
1751
|
+
end
|
1752
|
+
|
1753
|
+
class GoogleCloudIntegrationsV1alphaUploadTestCaseRequest
|
1754
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1755
|
+
|
1756
|
+
include Google::Apis::Core::JsonObjectSupport
|
1757
|
+
end
|
1758
|
+
|
1759
|
+
class GoogleCloudIntegrationsV1alphaUploadTestCaseResponse
|
1760
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1761
|
+
|
1762
|
+
include Google::Apis::Core::JsonObjectSupport
|
1763
|
+
end
|
1764
|
+
|
1765
|
+
class GoogleCloudIntegrationsV1alphaUseTemplateRequest
|
1766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1767
|
+
|
1768
|
+
include Google::Apis::Core::JsonObjectSupport
|
1769
|
+
end
|
1770
|
+
|
1771
|
+
class GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails
|
1772
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1773
|
+
|
1774
|
+
include Google::Apis::Core::JsonObjectSupport
|
1775
|
+
end
|
1776
|
+
|
1777
|
+
class GoogleCloudIntegrationsV1alphaUseTemplateResponse
|
1778
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1779
|
+
|
1780
|
+
include Google::Apis::Core::JsonObjectSupport
|
1781
|
+
end
|
1782
|
+
|
1537
1783
|
class GoogleCloudIntegrationsV1alphaUsernameAndPassword
|
1538
1784
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1539
1785
|
|
@@ -1680,6 +1926,14 @@ module Google
|
|
1680
1926
|
end
|
1681
1927
|
end
|
1682
1928
|
|
1929
|
+
class EnterpriseCrmEventbusProtoCloudLoggingDetails
|
1930
|
+
# @private
|
1931
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1932
|
+
property :cloud_logging_severity, as: 'cloudLoggingSeverity'
|
1933
|
+
property :enable_cloud_logging, as: 'enableCloudLogging'
|
1934
|
+
end
|
1935
|
+
end
|
1936
|
+
|
1683
1937
|
class EnterpriseCrmEventbusProtoCloudSchedulerConfig
|
1684
1938
|
# @private
|
1685
1939
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1717,11 +1971,22 @@ module Google
|
|
1717
1971
|
end
|
1718
1972
|
end
|
1719
1973
|
|
1974
|
+
class EnterpriseCrmEventbusProtoConditionalFailurePolicies
|
1975
|
+
# @private
|
1976
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1977
|
+
property :default_failure_policy, as: 'defaultFailurePolicy', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoFailurePolicy, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoFailurePolicy::Representation
|
1978
|
+
|
1979
|
+
collection :failure_policies, as: 'failurePolicies', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoFailurePolicy, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoFailurePolicy::Representation
|
1980
|
+
|
1981
|
+
end
|
1982
|
+
end
|
1983
|
+
|
1720
1984
|
class EnterpriseCrmEventbusProtoConnectorsConnection
|
1721
1985
|
# @private
|
1722
1986
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1723
1987
|
property :connection_name, as: 'connectionName'
|
1724
1988
|
property :connector_version, as: 'connectorVersion'
|
1989
|
+
property :host, as: 'host'
|
1725
1990
|
property :service_name, as: 'serviceName'
|
1726
1991
|
end
|
1727
1992
|
end
|
@@ -1802,6 +2067,7 @@ module Google
|
|
1802
2067
|
class EnterpriseCrmEventbusProtoEventExecutionDetails
|
1803
2068
|
# @private
|
1804
2069
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2070
|
+
property :cancel_reason, as: 'cancelReason'
|
1805
2071
|
collection :event_attempt_stats, as: 'eventAttemptStats', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats::Representation
|
1806
2072
|
|
1807
2073
|
collection :event_execution_snapshot, as: 'eventExecutionSnapshot', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventExecutionSnapshot, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventExecutionSnapshot::Representation
|
@@ -1828,6 +2094,7 @@ module Google
|
|
1828
2094
|
# @private
|
1829
2095
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1830
2096
|
property :checkpoint_task_number, as: 'checkpointTaskNumber'
|
2097
|
+
property :client_id, as: 'clientId'
|
1831
2098
|
collection :condition_results, as: 'conditionResults', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoConditionResult, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoConditionResult::Representation
|
1832
2099
|
|
1833
2100
|
property :diff_params, as: 'diffParams', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventParameters, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventParameters::Representation
|
@@ -1843,6 +2110,7 @@ module Google
|
|
1843
2110
|
collection :task_execution_details, as: 'taskExecutionDetails', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTaskExecutionDetails, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTaskExecutionDetails::Representation
|
1844
2111
|
|
1845
2112
|
property :task_name, as: 'taskName'
|
2113
|
+
property :workflow_name, as: 'workflowName'
|
1846
2114
|
end
|
1847
2115
|
end
|
1848
2116
|
|
@@ -1879,9 +2147,11 @@ module Google
|
|
1879
2147
|
class EnterpriseCrmEventbusProtoExternalTraffic
|
1880
2148
|
# @private
|
1881
2149
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2150
|
+
property :enable_internal_ip, as: 'enableInternalIp'
|
1882
2151
|
property :gcp_project_id, as: 'gcpProjectId'
|
1883
2152
|
property :gcp_project_number, as: 'gcpProjectNumber'
|
1884
2153
|
property :location, as: 'location'
|
2154
|
+
property :retry_request_for_quota, as: 'retryRequestForQuota'
|
1885
2155
|
property :source, as: 'source'
|
1886
2156
|
end
|
1887
2157
|
end
|
@@ -1891,6 +2161,7 @@ module Google
|
|
1891
2161
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1892
2162
|
property :interval_in_seconds, :numeric_string => true, as: 'intervalInSeconds'
|
1893
2163
|
property :max_num_retries, as: 'maxNumRetries'
|
2164
|
+
property :retry_condition, as: 'retryCondition'
|
1894
2165
|
property :retry_strategy, as: 'retryStrategy'
|
1895
2166
|
end
|
1896
2167
|
end
|
@@ -1996,12 +2267,8 @@ module Google
|
|
1996
2267
|
# @private
|
1997
2268
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1998
2269
|
property :log_field_name, as: 'logFieldName'
|
1999
|
-
property :sanitize_options, as: 'sanitizeOptions', class: Google::Apis::IntegrationsV1::EnterpriseCrmLoggingGwsSanitizeOptions, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmLoggingGwsSanitizeOptions::Representation
|
2000
|
-
|
2001
2270
|
property :seed_period, as: 'seedPeriod'
|
2002
2271
|
property :seed_scope, as: 'seedScope'
|
2003
|
-
property :shortening_limits, as: 'shorteningLimits', class: Google::Apis::IntegrationsV1::EnterpriseCrmLoggingGwsFieldLimits, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmLoggingGwsFieldLimits::Representation
|
2004
|
-
|
2005
2272
|
end
|
2006
2273
|
end
|
2007
2274
|
|
@@ -2576,6 +2843,7 @@ module Google
|
|
2576
2843
|
class EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails
|
2577
2844
|
# @private
|
2578
2845
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2846
|
+
property :cancel_reason, as: 'cancelReason'
|
2579
2847
|
collection :event_attempt_stats, as: 'eventAttemptStats', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats::Representation
|
2580
2848
|
|
2581
2849
|
collection :event_execution_snapshot, as: 'eventExecutionSnapshot', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot::Representation
|
@@ -2594,6 +2862,8 @@ module Google
|
|
2594
2862
|
# @private
|
2595
2863
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2596
2864
|
property :client_id, as: 'clientId'
|
2865
|
+
property :cloud_logging_details, as: 'cloudLoggingDetails', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoCloudLoggingDetails, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoCloudLoggingDetails::Representation
|
2866
|
+
|
2597
2867
|
property :create_time, :numeric_string => true, as: 'createTime'
|
2598
2868
|
property :error_code, as: 'errorCode', class: Google::Apis::IntegrationsV1::CrmlogErrorCode, decorator: Google::Apis::IntegrationsV1::CrmlogErrorCode::Representation
|
2599
2869
|
|
@@ -2604,9 +2874,12 @@ module Google
|
|
2604
2874
|
property :event_execution_info_id, as: 'eventExecutionInfoId'
|
2605
2875
|
property :execution_trace_info, as: 'executionTraceInfo', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoExecutionTraceInfo, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoExecutionTraceInfo::Representation
|
2606
2876
|
|
2877
|
+
property :integration_version_user_label, as: 'integrationVersionUserLabel'
|
2607
2878
|
property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
|
2608
2879
|
property :post_method, as: 'postMethod'
|
2609
2880
|
property :product, as: 'product'
|
2881
|
+
property :replay_info, as: 'replayInfo', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo::Representation
|
2882
|
+
|
2610
2883
|
property :request_id, as: 'requestId'
|
2611
2884
|
property :request_params, as: 'requestParams', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoEventParameters, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoEventParameters::Representation
|
2612
2885
|
|
@@ -2621,6 +2894,16 @@ module Google
|
|
2621
2894
|
end
|
2622
2895
|
end
|
2623
2896
|
|
2897
|
+
class EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo
|
2898
|
+
# @private
|
2899
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2900
|
+
property :original_execution_info_id, as: 'originalExecutionInfoId'
|
2901
|
+
property :replay_mode, as: 'replayMode'
|
2902
|
+
property :replay_reason, as: 'replayReason'
|
2903
|
+
collection :replayed_execution_info_ids, as: 'replayedExecutionInfoIds'
|
2904
|
+
end
|
2905
|
+
end
|
2906
|
+
|
2624
2907
|
class EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot
|
2625
2908
|
# @private
|
2626
2909
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2787,6 +3070,8 @@ module Google
|
|
2787
3070
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2788
3071
|
collection :alert_configs, as: 'alertConfigs', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTaskAlertConfig, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTaskAlertConfig::Representation
|
2789
3072
|
|
3073
|
+
property :conditional_failure_policies, as: 'conditionalFailurePolicies', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoConditionalFailurePolicies, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoConditionalFailurePolicies::Representation
|
3074
|
+
|
2790
3075
|
property :create_time, as: 'createTime'
|
2791
3076
|
property :creator_email, as: 'creatorEmail'
|
2792
3077
|
property :description, as: 'description'
|
@@ -2851,8 +3136,12 @@ module Google
|
|
2851
3136
|
property :description, as: 'description'
|
2852
3137
|
collection :enabled_clients, as: 'enabledClients'
|
2853
3138
|
property :error_catcher_id, as: 'errorCatcherId'
|
3139
|
+
property :input_variables, as: 'inputVariables', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoTriggerConfigVariables, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoTriggerConfigVariables::Representation
|
3140
|
+
|
2854
3141
|
property :label, as: 'label'
|
2855
3142
|
property :next_tasks_execution_policy, as: 'nextTasksExecutionPolicy'
|
3143
|
+
property :output_variables, as: 'outputVariables', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoTriggerConfigVariables, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoTriggerConfigVariables::Representation
|
3144
|
+
|
2856
3145
|
property :pause_workflow_executions, as: 'pauseWorkflowExecutions'
|
2857
3146
|
property :position, as: 'position', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoCoordinate, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoCoordinate::Representation
|
2858
3147
|
|
@@ -2868,6 +3157,13 @@ module Google
|
|
2868
3157
|
end
|
2869
3158
|
end
|
2870
3159
|
|
3160
|
+
class EnterpriseCrmFrontendsEventbusProtoTriggerConfigVariables
|
3161
|
+
# @private
|
3162
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3163
|
+
collection :names, as: 'names'
|
3164
|
+
end
|
3165
|
+
end
|
3166
|
+
|
2871
3167
|
class EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry
|
2872
3168
|
# @private
|
2873
3169
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2902,36 +3198,17 @@ module Google
|
|
2902
3198
|
end
|
2903
3199
|
end
|
2904
3200
|
|
2905
|
-
class
|
2906
|
-
# @private
|
2907
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2908
|
-
property :log_action, as: 'logAction'
|
2909
|
-
collection :log_type, as: 'logType'
|
2910
|
-
property :max_array_size, as: 'maxArraySize'
|
2911
|
-
property :max_string_length, as: 'maxStringLength'
|
2912
|
-
property :shortener_type, as: 'shortenerType'
|
2913
|
-
end
|
2914
|
-
end
|
2915
|
-
|
2916
|
-
class EnterpriseCrmLoggingGwsSanitizeOptions
|
3201
|
+
class GoogleCloudConnectorsV1AuthConfig
|
2917
3202
|
# @private
|
2918
3203
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2919
|
-
|
2920
|
-
collection :log_type, as: 'logType'
|
2921
|
-
property :privacy, as: 'privacy'
|
2922
|
-
property :sanitize_type, as: 'sanitizeType'
|
2923
|
-
end
|
2924
|
-
end
|
2925
|
-
|
2926
|
-
class GoogleCloudConnectorsV1AuthConfig
|
2927
|
-
# @private
|
2928
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2929
|
-
collection :additional_variables, as: 'additionalVariables', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable::Representation
|
3204
|
+
collection :additional_variables, as: 'additionalVariables', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable::Representation
|
2930
3205
|
|
2931
3206
|
property :auth_key, as: 'authKey'
|
2932
3207
|
property :auth_type, as: 'authType'
|
2933
3208
|
property :oauth2_auth_code_flow, as: 'oauth2AuthCodeFlow', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow::Representation
|
2934
3209
|
|
3210
|
+
property :oauth2_auth_code_flow_google_managed, as: 'oauth2AuthCodeFlowGoogleManaged', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged::Representation
|
3211
|
+
|
2935
3212
|
property :oauth2_client_credentials, as: 'oauth2ClientCredentials', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials::Representation
|
2936
3213
|
|
2937
3214
|
property :oauth2_jwt_bearer, as: 'oauth2JwtBearer', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfigOauth2JwtBearer, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfigOauth2JwtBearer::Representation
|
@@ -2958,6 +3235,15 @@ module Google
|
|
2958
3235
|
end
|
2959
3236
|
end
|
2960
3237
|
|
3238
|
+
class GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged
|
3239
|
+
# @private
|
3240
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3241
|
+
property :auth_code, as: 'authCode'
|
3242
|
+
property :redirect_uri, as: 'redirectUri'
|
3243
|
+
collection :scopes, as: 'scopes'
|
3244
|
+
end
|
3245
|
+
end
|
3246
|
+
|
2961
3247
|
class GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials
|
2962
3248
|
# @private
|
2963
3249
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3031,8 +3317,10 @@ module Google
|
|
3031
3317
|
class GoogleCloudConnectorsV1Connection
|
3032
3318
|
# @private
|
3033
3319
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3320
|
+
property :async_operations_enabled, as: 'asyncOperationsEnabled'
|
3034
3321
|
property :auth_config, as: 'authConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig::Representation
|
3035
3322
|
|
3323
|
+
property :auth_override_enabled, as: 'authOverrideEnabled'
|
3036
3324
|
property :billing_config, as: 'billingConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1BillingConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1BillingConfig::Representation
|
3037
3325
|
|
3038
3326
|
collection :config_variables, as: 'configVariables', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable::Representation
|
@@ -3052,6 +3340,7 @@ module Google
|
|
3052
3340
|
property :eventing_enablement_type, as: 'eventingEnablementType'
|
3053
3341
|
property :eventing_runtime_data, as: 'eventingRuntimeData', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeData, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeData::Representation
|
3054
3342
|
|
3343
|
+
property :host, as: 'host'
|
3055
3344
|
property :image_location, as: 'imageLocation'
|
3056
3345
|
property :is_trusted_tester, as: 'isTrustedTester'
|
3057
3346
|
hash :labels, as: 'labels'
|
@@ -3070,6 +3359,7 @@ module Google
|
|
3070
3359
|
|
3071
3360
|
property :subscription_type, as: 'subscriptionType'
|
3072
3361
|
property :suspended, as: 'suspended'
|
3362
|
+
property :tls_service_directory, as: 'tlsServiceDirectory'
|
3073
3363
|
property :update_time, as: 'updateTime'
|
3074
3364
|
end
|
3075
3365
|
end
|
@@ -3088,15 +3378,18 @@ module Google
|
|
3088
3378
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3089
3379
|
property :connection_ratelimit_window_seconds, :numeric_string => true, as: 'connectionRatelimitWindowSeconds'
|
3090
3380
|
property :deployment_model, as: 'deploymentModel'
|
3381
|
+
property :deployment_model_migration_state, as: 'deploymentModelMigrationState'
|
3091
3382
|
property :hpa_config, as: 'hpaConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1HpaConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1HpaConfig::Representation
|
3092
3383
|
|
3093
3384
|
property :internalclient_ratelimit_threshold, :numeric_string => true, as: 'internalclientRatelimitThreshold'
|
3385
|
+
property :max_instance_request_concurrency, as: 'maxInstanceRequestConcurrency'
|
3094
3386
|
property :ratelimit_threshold, :numeric_string => true, as: 'ratelimitThreshold'
|
3095
3387
|
property :resource_limits, as: 'resourceLimits', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ResourceLimits, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ResourceLimits::Representation
|
3096
3388
|
|
3097
3389
|
property :resource_requests, as: 'resourceRequests', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ResourceRequests, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ResourceRequests::Representation
|
3098
3390
|
|
3099
3391
|
property :shared_deployment, as: 'sharedDeployment'
|
3392
|
+
property :tls_migration_state, as: 'tlsMigrationState'
|
3100
3393
|
end
|
3101
3394
|
end
|
3102
3395
|
|
@@ -3164,6 +3457,8 @@ module Google
|
|
3164
3457
|
|
3165
3458
|
property :webhook_data, as: 'webhookData', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeDataWebhookData, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeDataWebhookData::Representation
|
3166
3459
|
|
3460
|
+
property :webhook_subscriptions, as: 'webhookSubscriptions', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions::Representation
|
3461
|
+
|
3167
3462
|
end
|
3168
3463
|
end
|
3169
3464
|
|
@@ -3180,6 +3475,14 @@ module Google
|
|
3180
3475
|
end
|
3181
3476
|
end
|
3182
3477
|
|
3478
|
+
class GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions
|
3479
|
+
# @private
|
3480
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3481
|
+
collection :webhook_data, as: 'webhookData', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeDataWebhookData, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeDataWebhookData::Representation
|
3482
|
+
|
3483
|
+
end
|
3484
|
+
end
|
3485
|
+
|
3183
3486
|
class GoogleCloudConnectorsV1EventingStatus
|
3184
3487
|
# @private
|
3185
3488
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3208,6 +3511,7 @@ module Google
|
|
3208
3511
|
# @private
|
3209
3512
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3210
3513
|
property :enabled, as: 'enabled'
|
3514
|
+
property :level, as: 'level'
|
3211
3515
|
end
|
3212
3516
|
end
|
3213
3517
|
|
@@ -3274,6 +3578,37 @@ module Google
|
|
3274
3578
|
end
|
3275
3579
|
end
|
3276
3580
|
|
3581
|
+
class GoogleCloudIntegrationsV1alphaApiTriggerResource
|
3582
|
+
# @private
|
3583
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3584
|
+
property :integration_resource, as: 'integrationResource'
|
3585
|
+
collection :trigger_id, as: 'triggerId'
|
3586
|
+
end
|
3587
|
+
end
|
3588
|
+
|
3589
|
+
class GoogleCloudIntegrationsV1alphaAssertion
|
3590
|
+
# @private
|
3591
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3592
|
+
property :assertion_strategy, as: 'assertionStrategy'
|
3593
|
+
property :condition, as: 'condition'
|
3594
|
+
property :parameter, as: 'parameter', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaEventParameter, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaEventParameter::Representation
|
3595
|
+
|
3596
|
+
property :retry_count, as: 'retryCount'
|
3597
|
+
end
|
3598
|
+
end
|
3599
|
+
|
3600
|
+
class GoogleCloudIntegrationsV1alphaAssertionResult
|
3601
|
+
# @private
|
3602
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3603
|
+
property :assertion, as: 'assertion', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAssertion, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAssertion::Representation
|
3604
|
+
|
3605
|
+
property :failure_message, as: 'failureMessage'
|
3606
|
+
property :status, as: 'status'
|
3607
|
+
property :task_name, as: 'taskName'
|
3608
|
+
property :task_number, as: 'taskNumber'
|
3609
|
+
end
|
3610
|
+
end
|
3611
|
+
|
3277
3612
|
class GoogleCloudIntegrationsV1alphaAttemptStats
|
3278
3613
|
# @private
|
3279
3614
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3324,6 +3659,7 @@ module Google
|
|
3324
3659
|
class GoogleCloudIntegrationsV1alphaCancelExecutionRequest
|
3325
3660
|
# @private
|
3326
3661
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3662
|
+
property :cancel_reason, as: 'cancelReason'
|
3327
3663
|
end
|
3328
3664
|
end
|
3329
3665
|
|
@@ -3368,6 +3704,7 @@ module Google
|
|
3368
3704
|
|
3369
3705
|
property :create_time, as: 'createTime'
|
3370
3706
|
property :description, as: 'description'
|
3707
|
+
property :enable_internal_ip, as: 'enableInternalIp'
|
3371
3708
|
property :enable_variable_masking, as: 'enableVariableMasking'
|
3372
3709
|
property :id, as: 'id'
|
3373
3710
|
property :is_gmek, as: 'isGmek'
|
@@ -3407,6 +3744,16 @@ module Google
|
|
3407
3744
|
end
|
3408
3745
|
end
|
3409
3746
|
|
3747
|
+
class GoogleCloudIntegrationsV1alphaConditionalFailurePolicies
|
3748
|
+
# @private
|
3749
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3750
|
+
property :default_failure_policy, as: 'defaultFailurePolicy', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaFailurePolicy, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaFailurePolicy::Representation
|
3751
|
+
|
3752
|
+
collection :failure_policies, as: 'failurePolicies', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaFailurePolicy, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaFailurePolicy::Representation
|
3753
|
+
|
3754
|
+
end
|
3755
|
+
end
|
3756
|
+
|
3410
3757
|
class GoogleCloudIntegrationsV1alphaConnectionSchemaMetadata
|
3411
3758
|
# @private
|
3412
3759
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3514,6 +3861,20 @@ module Google
|
|
3514
3861
|
end
|
3515
3862
|
end
|
3516
3863
|
|
3864
|
+
class GoogleCloudIntegrationsV1alphaDownloadTemplateResponse
|
3865
|
+
# @private
|
3866
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3867
|
+
property :content, as: 'content'
|
3868
|
+
end
|
3869
|
+
end
|
3870
|
+
|
3871
|
+
class GoogleCloudIntegrationsV1alphaDownloadTestCaseResponse
|
3872
|
+
# @private
|
3873
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3874
|
+
property :content, as: 'content'
|
3875
|
+
end
|
3876
|
+
end
|
3877
|
+
|
3517
3878
|
class GoogleCloudIntegrationsV1alphaEnumerateConnectorPlatformRegionsResponse
|
3518
3879
|
# @private
|
3519
3880
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3581,6 +3942,25 @@ module Google
|
|
3581
3942
|
end
|
3582
3943
|
end
|
3583
3944
|
|
3945
|
+
class GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest
|
3946
|
+
# @private
|
3947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3948
|
+
hash :input_parameters, as: 'inputParameters', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType::Representation
|
3949
|
+
|
3950
|
+
end
|
3951
|
+
end
|
3952
|
+
|
3953
|
+
class GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse
|
3954
|
+
# @private
|
3955
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3956
|
+
collection :assertion_results, as: 'assertionResults', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAssertionResult, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAssertionResult::Representation
|
3957
|
+
|
3958
|
+
property :execution_id, as: 'executionId'
|
3959
|
+
hash :output_parameters, as: 'outputParameters'
|
3960
|
+
property :test_execution_state, as: 'testExecutionState'
|
3961
|
+
end
|
3962
|
+
end
|
3963
|
+
|
3584
3964
|
class GoogleCloudIntegrationsV1alphaExecution
|
3585
3965
|
# @private
|
3586
3966
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3596,6 +3976,8 @@ module Google
|
|
3596
3976
|
property :execution_method, as: 'executionMethod'
|
3597
3977
|
property :integration_version_state, as: 'integrationVersionState'
|
3598
3978
|
property :name, as: 'name'
|
3979
|
+
property :replay_info, as: 'replayInfo', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecutionReplayInfo, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecutionReplayInfo::Representation
|
3980
|
+
|
3599
3981
|
hash :request_parameters, as: 'requestParameters', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType::Representation
|
3600
3982
|
|
3601
3983
|
collection :request_params, as: 'requestParams', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterEntry, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterEntry::Representation
|
@@ -3622,6 +4004,16 @@ module Google
|
|
3622
4004
|
end
|
3623
4005
|
end
|
3624
4006
|
|
4007
|
+
class GoogleCloudIntegrationsV1alphaExecutionReplayInfo
|
4008
|
+
# @private
|
4009
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4010
|
+
property :original_execution_info_id, as: 'originalExecutionInfoId'
|
4011
|
+
property :replay_mode, as: 'replayMode'
|
4012
|
+
property :replay_reason, as: 'replayReason'
|
4013
|
+
collection :replayed_execution_info_ids, as: 'replayedExecutionInfoIds'
|
4014
|
+
end
|
4015
|
+
end
|
4016
|
+
|
3625
4017
|
class GoogleCloudIntegrationsV1alphaExecutionSnapshot
|
3626
4018
|
# @private
|
3627
4019
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3652,6 +4044,7 @@ module Google
|
|
3652
4044
|
class GoogleCloudIntegrationsV1alphaFailurePolicy
|
3653
4045
|
# @private
|
3654
4046
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4047
|
+
property :condition, as: 'condition'
|
3655
4048
|
property :interval_time, as: 'intervalTime'
|
3656
4049
|
property :max_retries, as: 'maxRetries'
|
3657
4050
|
property :retry_strategy, as: 'retryStrategy'
|
@@ -3668,6 +4061,22 @@ module Google
|
|
3668
4061
|
end
|
3669
4062
|
end
|
3670
4063
|
|
4064
|
+
class GoogleCloudIntegrationsV1alphaGenerateOpenApiSpecRequest
|
4065
|
+
# @private
|
4066
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4067
|
+
collection :api_trigger_resources, as: 'apiTriggerResources', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaApiTriggerResource, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaApiTriggerResource::Representation
|
4068
|
+
|
4069
|
+
property :file_format, as: 'fileFormat'
|
4070
|
+
end
|
4071
|
+
end
|
4072
|
+
|
4073
|
+
class GoogleCloudIntegrationsV1alphaGenerateOpenApiSpecResponse
|
4074
|
+
# @private
|
4075
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4076
|
+
property :open_api_spec, as: 'openApiSpec'
|
4077
|
+
end
|
4078
|
+
end
|
4079
|
+
|
3671
4080
|
class GoogleCloudIntegrationsV1alphaGenerateTokenResponse
|
3672
4081
|
# @private
|
3673
4082
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3691,6 +4100,26 @@ module Google
|
|
3691
4100
|
end
|
3692
4101
|
end
|
3693
4102
|
|
4103
|
+
class GoogleCloudIntegrationsV1alphaImportTemplateRequest
|
4104
|
+
# @private
|
4105
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4106
|
+
property :integration, as: 'integration'
|
4107
|
+
property :integration_region, as: 'integrationRegion'
|
4108
|
+
hash :sub_integrations, as: 'subIntegrations', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails::Representation
|
4109
|
+
|
4110
|
+
end
|
4111
|
+
end
|
4112
|
+
|
4113
|
+
class GoogleCloudIntegrationsV1alphaImportTemplateResponse
|
4114
|
+
# @private
|
4115
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4116
|
+
property :integration_version, as: 'integrationVersion', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationVersion, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationVersion::Representation
|
4117
|
+
|
4118
|
+
collection :sub_integration_versions, as: 'subIntegrationVersions', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationVersion, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationVersion::Representation
|
4119
|
+
|
4120
|
+
end
|
4121
|
+
end
|
4122
|
+
|
3694
4123
|
class GoogleCloudIntegrationsV1alphaIntParameterArray
|
3695
4124
|
# @private
|
3696
4125
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3752,6 +4181,7 @@ module Google
|
|
3752
4181
|
property :data_type, as: 'dataType'
|
3753
4182
|
property :default_value, as: 'defaultValue', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType::Representation
|
3754
4183
|
|
4184
|
+
property :description, as: 'description'
|
3755
4185
|
property :display_name, as: 'displayName'
|
3756
4186
|
property :input_output_type, as: 'inputOutputType'
|
3757
4187
|
property :is_transient, as: 'isTransient'
|
@@ -3805,6 +4235,15 @@ module Google
|
|
3805
4235
|
end
|
3806
4236
|
end
|
3807
4237
|
|
4238
|
+
class GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate
|
4239
|
+
# @private
|
4240
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4241
|
+
property :integration_version, as: 'integrationVersion', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationVersion, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationVersion::Representation
|
4242
|
+
|
4243
|
+
property :key, as: 'key'
|
4244
|
+
end
|
4245
|
+
end
|
4246
|
+
|
3808
4247
|
class GoogleCloudIntegrationsV1alphaJwt
|
3809
4248
|
# @private
|
3810
4249
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3945,6 +4384,43 @@ module Google
|
|
3945
4384
|
end
|
3946
4385
|
end
|
3947
4386
|
|
4387
|
+
class GoogleCloudIntegrationsV1alphaListTemplatesResponse
|
4388
|
+
# @private
|
4389
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4390
|
+
property :next_page_token, as: 'nextPageToken'
|
4391
|
+
collection :templates, as: 'templates', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTemplate, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTemplate::Representation
|
4392
|
+
|
4393
|
+
end
|
4394
|
+
end
|
4395
|
+
|
4396
|
+
class GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse
|
4397
|
+
# @private
|
4398
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4399
|
+
collection :executions, as: 'executions', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecution, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecution::Representation
|
4400
|
+
|
4401
|
+
property :next_page_token, as: 'nextPageToken'
|
4402
|
+
end
|
4403
|
+
end
|
4404
|
+
|
4405
|
+
class GoogleCloudIntegrationsV1alphaListTestCasesResponse
|
4406
|
+
# @private
|
4407
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4408
|
+
property :next_page_token, as: 'nextPageToken'
|
4409
|
+
collection :test_cases, as: 'testCases', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTestCase, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTestCase::Representation
|
4410
|
+
|
4411
|
+
end
|
4412
|
+
end
|
4413
|
+
|
4414
|
+
class GoogleCloudIntegrationsV1alphaMockConfig
|
4415
|
+
# @private
|
4416
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4417
|
+
property :failed_executions, :numeric_string => true, as: 'failedExecutions'
|
4418
|
+
property :mock_strategy, as: 'mockStrategy'
|
4419
|
+
collection :parameters, as: 'parameters', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaEventParameter, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaEventParameter::Representation
|
4420
|
+
|
4421
|
+
end
|
4422
|
+
end
|
4423
|
+
|
3948
4424
|
class GoogleCloudIntegrationsV1alphaNextTask
|
3949
4425
|
# @private
|
3950
4426
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4088,6 +4564,22 @@ module Google
|
|
4088
4564
|
end
|
4089
4565
|
end
|
4090
4566
|
|
4567
|
+
class GoogleCloudIntegrationsV1alphaReplayExecutionRequest
|
4568
|
+
# @private
|
4569
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4570
|
+
property :replay_reason, as: 'replayReason'
|
4571
|
+
end
|
4572
|
+
end
|
4573
|
+
|
4574
|
+
class GoogleCloudIntegrationsV1alphaReplayExecutionResponse
|
4575
|
+
# @private
|
4576
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4577
|
+
property :execution_id, as: 'executionId'
|
4578
|
+
hash :output_parameters, as: 'outputParameters'
|
4579
|
+
property :replayed_execution_id, as: 'replayedExecutionId'
|
4580
|
+
end
|
4581
|
+
end
|
4582
|
+
|
4091
4583
|
class GoogleCloudIntegrationsV1alphaResolveSuspensionRequest
|
4092
4584
|
# @private
|
4093
4585
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4143,6 +4635,15 @@ module Google
|
|
4143
4635
|
end
|
4144
4636
|
end
|
4145
4637
|
|
4638
|
+
class GoogleCloudIntegrationsV1alphaSearchTemplatesResponse
|
4639
|
+
# @private
|
4640
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4641
|
+
property :next_page_token, as: 'nextPageToken'
|
4642
|
+
collection :templates, as: 'templates', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTemplate, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTemplate::Representation
|
4643
|
+
|
4644
|
+
end
|
4645
|
+
end
|
4646
|
+
|
4146
4647
|
class GoogleCloudIntegrationsV1alphaSerializedFile
|
4147
4648
|
# @private
|
4148
4649
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4189,6 +4690,13 @@ module Google
|
|
4189
4690
|
end
|
4190
4691
|
end
|
4191
4692
|
|
4693
|
+
class GoogleCloudIntegrationsV1alphaShareTemplateRequest
|
4694
|
+
# @private
|
4695
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4696
|
+
collection :resource_names, as: 'resourceNames'
|
4697
|
+
end
|
4698
|
+
end
|
4699
|
+
|
4192
4700
|
class GoogleCloudIntegrationsV1alphaStringParameterArray
|
4193
4701
|
# @private
|
4194
4702
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4278,9 +4786,17 @@ module Google
|
|
4278
4786
|
end
|
4279
4787
|
end
|
4280
4788
|
|
4789
|
+
class GoogleCloudIntegrationsV1alphaTakeoverTestCaseEditLockRequest
|
4790
|
+
# @private
|
4791
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4792
|
+
end
|
4793
|
+
end
|
4794
|
+
|
4281
4795
|
class GoogleCloudIntegrationsV1alphaTaskConfig
|
4282
4796
|
# @private
|
4283
4797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4798
|
+
property :conditional_failure_policies, as: 'conditionalFailurePolicies', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaConditionalFailurePolicies, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaConditionalFailurePolicies::Representation
|
4799
|
+
|
4284
4800
|
property :description, as: 'description'
|
4285
4801
|
property :display_name, as: 'displayName'
|
4286
4802
|
property :error_catcher_id, as: 'errorCatcherId'
|
@@ -4316,6 +4832,70 @@ module Google
|
|
4316
4832
|
end
|
4317
4833
|
end
|
4318
4834
|
|
4835
|
+
class GoogleCloudIntegrationsV1alphaTemplate
|
4836
|
+
# @private
|
4837
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4838
|
+
property :author, as: 'author'
|
4839
|
+
collection :categories, as: 'categories'
|
4840
|
+
collection :components, as: 'components', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTemplateComponent, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTemplateComponent::Representation
|
4841
|
+
|
4842
|
+
property :create_time, as: 'createTime'
|
4843
|
+
property :description, as: 'description'
|
4844
|
+
property :display_name, as: 'displayName'
|
4845
|
+
property :doc_link, as: 'docLink'
|
4846
|
+
property :last_used_time, as: 'lastUsedTime'
|
4847
|
+
property :name, as: 'name'
|
4848
|
+
collection :shared_with, as: 'sharedWith'
|
4849
|
+
collection :tags, as: 'tags'
|
4850
|
+
property :template_bundle, as: 'templateBundle', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTemplateBundle, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTemplateBundle::Representation
|
4851
|
+
|
4852
|
+
property :update_time, as: 'updateTime'
|
4853
|
+
property :usage_count, :numeric_string => true, as: 'usageCount'
|
4854
|
+
property :usage_info, as: 'usageInfo'
|
4855
|
+
property :visibility, as: 'visibility'
|
4856
|
+
end
|
4857
|
+
end
|
4858
|
+
|
4859
|
+
class GoogleCloudIntegrationsV1alphaTemplateBundle
|
4860
|
+
# @private
|
4861
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4862
|
+
property :integration_version_template, as: 'integrationVersionTemplate', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate::Representation
|
4863
|
+
|
4864
|
+
collection :sub_integration_version_templates, as: 'subIntegrationVersionTemplates', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate::Representation
|
4865
|
+
|
4866
|
+
end
|
4867
|
+
end
|
4868
|
+
|
4869
|
+
class GoogleCloudIntegrationsV1alphaTemplateComponent
|
4870
|
+
# @private
|
4871
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4872
|
+
property :name, as: 'name'
|
4873
|
+
property :type, as: 'type'
|
4874
|
+
end
|
4875
|
+
end
|
4876
|
+
|
4877
|
+
class GoogleCloudIntegrationsV1alphaTestCase
|
4878
|
+
# @private
|
4879
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4880
|
+
property :create_time, as: 'createTime'
|
4881
|
+
property :creator_email, as: 'creatorEmail'
|
4882
|
+
property :database_persistence_policy, as: 'databasePersistencePolicy'
|
4883
|
+
property :description, as: 'description'
|
4884
|
+
property :display_name, as: 'displayName'
|
4885
|
+
property :last_modifier_email, as: 'lastModifierEmail'
|
4886
|
+
property :lock_holder_email, as: 'lockHolderEmail'
|
4887
|
+
property :name, as: 'name'
|
4888
|
+
collection :test_input_parameters, as: 'testInputParameters', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationParameter, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationParameter::Representation
|
4889
|
+
|
4890
|
+
collection :test_task_configs, as: 'testTaskConfigs', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTestTaskConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTestTaskConfig::Representation
|
4891
|
+
|
4892
|
+
property :trigger_config, as: 'triggerConfig', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTriggerConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTriggerConfig::Representation
|
4893
|
+
|
4894
|
+
property :trigger_id, as: 'triggerId'
|
4895
|
+
property :update_time, as: 'updateTime'
|
4896
|
+
end
|
4897
|
+
end
|
4898
|
+
|
4319
4899
|
class GoogleCloudIntegrationsV1alphaTestIntegrationsRequest
|
4320
4900
|
# @private
|
4321
4901
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4347,6 +4927,20 @@ module Google
|
|
4347
4927
|
end
|
4348
4928
|
end
|
4349
4929
|
|
4930
|
+
class GoogleCloudIntegrationsV1alphaTestTaskConfig
|
4931
|
+
# @private
|
4932
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4933
|
+
collection :assertions, as: 'assertions', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAssertion, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAssertion::Representation
|
4934
|
+
|
4935
|
+
property :mock_config, as: 'mockConfig', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaMockConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaMockConfig::Representation
|
4936
|
+
|
4937
|
+
property :task, as: 'task'
|
4938
|
+
property :task_config, as: 'taskConfig', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTaskConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTaskConfig::Representation
|
4939
|
+
|
4940
|
+
property :task_number, as: 'taskNumber'
|
4941
|
+
end
|
4942
|
+
end
|
4943
|
+
|
4350
4944
|
class GoogleCloudIntegrationsV1alphaTriggerConfig
|
4351
4945
|
# @private
|
4352
4946
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4356,8 +4950,12 @@ module Google
|
|
4356
4950
|
|
4357
4951
|
property :description, as: 'description'
|
4358
4952
|
property :error_catcher_id, as: 'errorCatcherId'
|
4953
|
+
property :input_variables, as: 'inputVariables', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTriggerConfigVariables, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTriggerConfigVariables::Representation
|
4954
|
+
|
4359
4955
|
property :label, as: 'label'
|
4360
4956
|
property :next_tasks_execution_policy, as: 'nextTasksExecutionPolicy'
|
4957
|
+
property :output_variables, as: 'outputVariables', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTriggerConfigVariables, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTriggerConfigVariables::Representation
|
4958
|
+
|
4361
4959
|
property :position, as: 'position', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCoordinate, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCoordinate::Representation
|
4362
4960
|
|
4363
4961
|
hash :properties, as: 'properties'
|
@@ -4370,12 +4968,26 @@ module Google
|
|
4370
4968
|
end
|
4371
4969
|
end
|
4372
4970
|
|
4971
|
+
class GoogleCloudIntegrationsV1alphaTriggerConfigVariables
|
4972
|
+
# @private
|
4973
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4974
|
+
collection :names, as: 'names'
|
4975
|
+
end
|
4976
|
+
end
|
4977
|
+
|
4373
4978
|
class GoogleCloudIntegrationsV1alphaUnpublishIntegrationVersionRequest
|
4374
4979
|
# @private
|
4375
4980
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4376
4981
|
end
|
4377
4982
|
end
|
4378
4983
|
|
4984
|
+
class GoogleCloudIntegrationsV1alphaUnshareTemplateRequest
|
4985
|
+
# @private
|
4986
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4987
|
+
collection :resource_names, as: 'resourceNames'
|
4988
|
+
end
|
4989
|
+
end
|
4990
|
+
|
4379
4991
|
class GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest
|
4380
4992
|
# @private
|
4381
4993
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4392,6 +5004,67 @@ module Google
|
|
4392
5004
|
end
|
4393
5005
|
end
|
4394
5006
|
|
5007
|
+
class GoogleCloudIntegrationsV1alphaUploadTemplateRequest
|
5008
|
+
# @private
|
5009
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5010
|
+
property :content, as: 'content'
|
5011
|
+
property :file_format, as: 'fileFormat'
|
5012
|
+
end
|
5013
|
+
end
|
5014
|
+
|
5015
|
+
class GoogleCloudIntegrationsV1alphaUploadTemplateResponse
|
5016
|
+
# @private
|
5017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5018
|
+
property :template, as: 'template', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTemplate, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTemplate::Representation
|
5019
|
+
|
5020
|
+
end
|
5021
|
+
end
|
5022
|
+
|
5023
|
+
class GoogleCloudIntegrationsV1alphaUploadTestCaseRequest
|
5024
|
+
# @private
|
5025
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5026
|
+
property :content, as: 'content'
|
5027
|
+
property :file_format, as: 'fileFormat'
|
5028
|
+
end
|
5029
|
+
end
|
5030
|
+
|
5031
|
+
class GoogleCloudIntegrationsV1alphaUploadTestCaseResponse
|
5032
|
+
# @private
|
5033
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5034
|
+
property :test_case, as: 'testCase', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTestCase, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTestCase::Representation
|
5035
|
+
|
5036
|
+
end
|
5037
|
+
end
|
5038
|
+
|
5039
|
+
class GoogleCloudIntegrationsV1alphaUseTemplateRequest
|
5040
|
+
# @private
|
5041
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5042
|
+
property :integration_details, as: 'integrationDetails', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails::Representation
|
5043
|
+
|
5044
|
+
property :integration_region, as: 'integrationRegion'
|
5045
|
+
hash :sub_integrations, as: 'subIntegrations', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails::Representation
|
5046
|
+
|
5047
|
+
end
|
5048
|
+
end
|
5049
|
+
|
5050
|
+
class GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails
|
5051
|
+
# @private
|
5052
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5053
|
+
property :integration, as: 'integration'
|
5054
|
+
property :integration_description, as: 'integrationDescription'
|
5055
|
+
end
|
5056
|
+
end
|
5057
|
+
|
5058
|
+
class GoogleCloudIntegrationsV1alphaUseTemplateResponse
|
5059
|
+
# @private
|
5060
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5061
|
+
property :integration_version, as: 'integrationVersion', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationVersion, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationVersion::Representation
|
5062
|
+
|
5063
|
+
collection :sub_integration_versions, as: 'subIntegrationVersions', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationVersion, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationVersion::Representation
|
5064
|
+
|
5065
|
+
end
|
5066
|
+
end
|
5067
|
+
|
4395
5068
|
class GoogleCloudIntegrationsV1alphaUsernameAndPassword
|
4396
5069
|
# @private
|
4397
5070
|
class Representation < Google::Apis::Core::JsonRepresentation
|