google-apis-integrations_v1 0.1.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 +10 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/integrations_v1/classes.rb +2930 -772
- data/lib/google/apis/integrations_v1/gem_version.rb +3 -3
- data/lib/google/apis/integrations_v1/representations.rb +1085 -322
- data/lib/google/apis/integrations_v1/service.rb +1479 -934
- metadata +7 -10
|
@@ -28,48 +28,6 @@ module Google
|
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
|
29
29
|
end
|
|
30
30
|
|
|
31
|
-
class EnterpriseCrmCardsCellValue
|
|
32
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
-
|
|
34
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
-
end
|
|
36
|
-
|
|
37
|
-
class EnterpriseCrmCardsRow
|
|
38
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
|
-
|
|
40
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
class EnterpriseCrmCardsTabularData
|
|
44
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
|
-
|
|
46
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
47
|
-
end
|
|
48
|
-
|
|
49
|
-
class EnterpriseCrmCardsTemplatesAplosSeriesData
|
|
50
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
-
|
|
52
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
53
|
-
end
|
|
54
|
-
|
|
55
|
-
class EnterpriseCrmCardsTemplatesAplosSeriesDataRow
|
|
56
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
-
|
|
58
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
-
end
|
|
60
|
-
|
|
61
|
-
class EnterpriseCrmCardsTemplatesAplosSeriesListData
|
|
62
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
-
|
|
64
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
-
end
|
|
66
|
-
|
|
67
|
-
class EnterpriseCrmCardsTemplatesAplosSeriesListDataSeries
|
|
68
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
|
-
|
|
70
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
71
|
-
end
|
|
72
|
-
|
|
73
31
|
class EnterpriseCrmEventbusAuthconfigAuthConfigTaskParam
|
|
74
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
33
|
|
|
@@ -136,6 +94,18 @@ module Google
|
|
|
136
94
|
include Google::Apis::Core::JsonObjectSupport
|
|
137
95
|
end
|
|
138
96
|
|
|
97
|
+
class EnterpriseCrmEventbusProtoCloudKmsConfig
|
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
+
|
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
class EnterpriseCrmEventbusProtoCloudLoggingDetails
|
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
|
+
|
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
107
|
+
end
|
|
108
|
+
|
|
139
109
|
class EnterpriseCrmEventbusProtoCloudSchedulerConfig
|
|
140
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
141
111
|
|
|
@@ -160,6 +130,12 @@ module Google
|
|
|
160
130
|
include Google::Apis::Core::JsonObjectSupport
|
|
161
131
|
end
|
|
162
132
|
|
|
133
|
+
class EnterpriseCrmEventbusProtoConditionalFailurePolicies
|
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
|
+
|
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
137
|
+
end
|
|
138
|
+
|
|
163
139
|
class EnterpriseCrmEventbusProtoConnectorsConnection
|
|
164
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
165
141
|
|
|
@@ -652,6 +628,12 @@ module Google
|
|
|
652
628
|
include Google::Apis::Core::JsonObjectSupport
|
|
653
629
|
end
|
|
654
630
|
|
|
631
|
+
class EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo
|
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
633
|
+
|
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
635
|
+
end
|
|
636
|
+
|
|
655
637
|
class EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot
|
|
656
638
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
657
639
|
|
|
@@ -754,6 +736,12 @@ module Google
|
|
|
754
736
|
include Google::Apis::Core::JsonObjectSupport
|
|
755
737
|
end
|
|
756
738
|
|
|
739
|
+
class EnterpriseCrmFrontendsEventbusProtoTriggerConfigVariables
|
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
741
|
+
|
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
743
|
+
end
|
|
744
|
+
|
|
757
745
|
class EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry
|
|
758
746
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
759
747
|
|
|
@@ -766,19 +754,19 @@ module Google
|
|
|
766
754
|
include Google::Apis::Core::JsonObjectSupport
|
|
767
755
|
end
|
|
768
756
|
|
|
769
|
-
class
|
|
757
|
+
class GoogleCloudConnectorsV1AuthConfig
|
|
770
758
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
771
759
|
|
|
772
760
|
include Google::Apis::Core::JsonObjectSupport
|
|
773
761
|
end
|
|
774
762
|
|
|
775
|
-
class
|
|
763
|
+
class GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow
|
|
776
764
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
777
765
|
|
|
778
766
|
include Google::Apis::Core::JsonObjectSupport
|
|
779
767
|
end
|
|
780
768
|
|
|
781
|
-
class
|
|
769
|
+
class GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged
|
|
782
770
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
783
771
|
|
|
784
772
|
include Google::Apis::Core::JsonObjectSupport
|
|
@@ -814,6 +802,12 @@ module Google
|
|
|
814
802
|
include Google::Apis::Core::JsonObjectSupport
|
|
815
803
|
end
|
|
816
804
|
|
|
805
|
+
class GoogleCloudConnectorsV1BillingConfig
|
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
807
|
+
|
|
808
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
809
|
+
end
|
|
810
|
+
|
|
817
811
|
class GoogleCloudConnectorsV1ConfigVariable
|
|
818
812
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
819
813
|
|
|
@@ -832,6 +826,12 @@ module Google
|
|
|
832
826
|
include Google::Apis::Core::JsonObjectSupport
|
|
833
827
|
end
|
|
834
828
|
|
|
829
|
+
class GoogleCloudConnectorsV1ConnectorVersionInfraConfig
|
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
831
|
+
|
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
833
|
+
end
|
|
834
|
+
|
|
835
835
|
class GoogleCloudConnectorsV1Destination
|
|
836
836
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
837
837
|
|
|
@@ -844,49 +844,115 @@ module Google
|
|
|
844
844
|
include Google::Apis::Core::JsonObjectSupport
|
|
845
845
|
end
|
|
846
846
|
|
|
847
|
+
class GoogleCloudConnectorsV1EncryptionKey
|
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
849
|
+
|
|
850
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
851
|
+
end
|
|
852
|
+
|
|
853
|
+
class GoogleCloudConnectorsV1EventingConfig
|
|
854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
855
|
+
|
|
856
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
857
|
+
end
|
|
858
|
+
|
|
859
|
+
class GoogleCloudConnectorsV1EventingConfigDeadLetterConfig
|
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
861
|
+
|
|
862
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
863
|
+
end
|
|
864
|
+
|
|
865
|
+
class GoogleCloudConnectorsV1EventingRuntimeData
|
|
866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
867
|
+
|
|
868
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
869
|
+
end
|
|
870
|
+
|
|
871
|
+
class GoogleCloudConnectorsV1EventingRuntimeDataWebhookData
|
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
873
|
+
|
|
874
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
875
|
+
end
|
|
876
|
+
|
|
877
|
+
class GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions
|
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
879
|
+
|
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
881
|
+
end
|
|
882
|
+
|
|
883
|
+
class GoogleCloudConnectorsV1EventingStatus
|
|
884
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
885
|
+
|
|
886
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
887
|
+
end
|
|
888
|
+
|
|
889
|
+
class GoogleCloudConnectorsV1HpaConfig
|
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
891
|
+
|
|
892
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
893
|
+
end
|
|
894
|
+
|
|
847
895
|
class GoogleCloudConnectorsV1LockConfig
|
|
848
896
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
849
897
|
|
|
850
898
|
include Google::Apis::Core::JsonObjectSupport
|
|
851
899
|
end
|
|
852
900
|
|
|
901
|
+
class GoogleCloudConnectorsV1LogConfig
|
|
902
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
903
|
+
|
|
904
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
905
|
+
end
|
|
906
|
+
|
|
853
907
|
class GoogleCloudConnectorsV1NodeConfig
|
|
854
908
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
855
909
|
|
|
856
910
|
include Google::Apis::Core::JsonObjectSupport
|
|
857
911
|
end
|
|
858
912
|
|
|
913
|
+
class GoogleCloudConnectorsV1ResourceLimits
|
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
915
|
+
|
|
916
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
917
|
+
end
|
|
918
|
+
|
|
919
|
+
class GoogleCloudConnectorsV1ResourceRequests
|
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
921
|
+
|
|
922
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
923
|
+
end
|
|
924
|
+
|
|
859
925
|
class GoogleCloudConnectorsV1Secret
|
|
860
926
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
861
927
|
|
|
862
928
|
include Google::Apis::Core::JsonObjectSupport
|
|
863
929
|
end
|
|
864
930
|
|
|
865
|
-
class
|
|
931
|
+
class GoogleCloudConnectorsV1SslConfig
|
|
866
932
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
867
933
|
|
|
868
934
|
include Google::Apis::Core::JsonObjectSupport
|
|
869
935
|
end
|
|
870
936
|
|
|
871
|
-
class
|
|
937
|
+
class GoogleCloudIntegrationsV1alphaAccessToken
|
|
872
938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
873
939
|
|
|
874
940
|
include Google::Apis::Core::JsonObjectSupport
|
|
875
941
|
end
|
|
876
942
|
|
|
877
|
-
class
|
|
943
|
+
class GoogleCloudIntegrationsV1alphaApiTriggerResource
|
|
878
944
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
879
945
|
|
|
880
946
|
include Google::Apis::Core::JsonObjectSupport
|
|
881
947
|
end
|
|
882
948
|
|
|
883
|
-
class
|
|
949
|
+
class GoogleCloudIntegrationsV1alphaAssertion
|
|
884
950
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
885
951
|
|
|
886
952
|
include Google::Apis::Core::JsonObjectSupport
|
|
887
953
|
end
|
|
888
954
|
|
|
889
|
-
class
|
|
955
|
+
class GoogleCloudIntegrationsV1alphaAssertionResult
|
|
890
956
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
891
957
|
|
|
892
958
|
include Google::Apis::Core::JsonObjectSupport
|
|
@@ -952,7 +1018,7 @@ module Google
|
|
|
952
1018
|
include Google::Apis::Core::JsonObjectSupport
|
|
953
1019
|
end
|
|
954
1020
|
|
|
955
|
-
class
|
|
1021
|
+
class GoogleCloudIntegrationsV1alphaCloudLoggingDetails
|
|
956
1022
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
957
1023
|
|
|
958
1024
|
include Google::Apis::Core::JsonObjectSupport
|
|
@@ -964,31 +1030,31 @@ module Google
|
|
|
964
1030
|
include Google::Apis::Core::JsonObjectSupport
|
|
965
1031
|
end
|
|
966
1032
|
|
|
967
|
-
class
|
|
1033
|
+
class GoogleCloudIntegrationsV1alphaConditionalFailurePolicies
|
|
968
1034
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
969
1035
|
|
|
970
1036
|
include Google::Apis::Core::JsonObjectSupport
|
|
971
1037
|
end
|
|
972
1038
|
|
|
973
|
-
class
|
|
1039
|
+
class GoogleCloudIntegrationsV1alphaConnectionSchemaMetadata
|
|
974
1040
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
975
1041
|
|
|
976
1042
|
include Google::Apis::Core::JsonObjectSupport
|
|
977
1043
|
end
|
|
978
1044
|
|
|
979
|
-
class
|
|
1045
|
+
class GoogleCloudIntegrationsV1alphaCoordinate
|
|
980
1046
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
981
1047
|
|
|
982
1048
|
include Google::Apis::Core::JsonObjectSupport
|
|
983
1049
|
end
|
|
984
1050
|
|
|
985
|
-
class
|
|
1051
|
+
class GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectRequest
|
|
986
1052
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
987
1053
|
|
|
988
1054
|
include Google::Apis::Core::JsonObjectSupport
|
|
989
1055
|
end
|
|
990
1056
|
|
|
991
|
-
class
|
|
1057
|
+
class GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectResponse
|
|
992
1058
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
993
1059
|
|
|
994
1060
|
include Google::Apis::Core::JsonObjectSupport
|
|
@@ -1012,37 +1078,43 @@ module Google
|
|
|
1012
1078
|
include Google::Apis::Core::JsonObjectSupport
|
|
1013
1079
|
end
|
|
1014
1080
|
|
|
1015
|
-
class
|
|
1081
|
+
class GoogleCloudIntegrationsV1alphaDeprovisionClientRequest
|
|
1016
1082
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1017
1083
|
|
|
1018
1084
|
include Google::Apis::Core::JsonObjectSupport
|
|
1019
1085
|
end
|
|
1020
1086
|
|
|
1021
|
-
class
|
|
1087
|
+
class GoogleCloudIntegrationsV1alphaDoubleParameterArray
|
|
1022
1088
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1023
1089
|
|
|
1024
1090
|
include Google::Apis::Core::JsonObjectSupport
|
|
1025
1091
|
end
|
|
1026
1092
|
|
|
1027
|
-
class
|
|
1093
|
+
class GoogleCloudIntegrationsV1alphaDownloadExecutionResponse
|
|
1028
1094
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1029
1095
|
|
|
1030
1096
|
include Google::Apis::Core::JsonObjectSupport
|
|
1031
1097
|
end
|
|
1032
1098
|
|
|
1033
|
-
class
|
|
1099
|
+
class GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse
|
|
1034
1100
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1035
1101
|
|
|
1036
1102
|
include Google::Apis::Core::JsonObjectSupport
|
|
1037
1103
|
end
|
|
1038
1104
|
|
|
1039
|
-
class
|
|
1105
|
+
class GoogleCloudIntegrationsV1alphaDownloadJsonPackageResponse
|
|
1040
1106
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1041
1107
|
|
|
1042
1108
|
include Google::Apis::Core::JsonObjectSupport
|
|
1043
1109
|
end
|
|
1044
1110
|
|
|
1045
|
-
class
|
|
1111
|
+
class GoogleCloudIntegrationsV1alphaDownloadTemplateResponse
|
|
1112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1113
|
+
|
|
1114
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1115
|
+
end
|
|
1116
|
+
|
|
1117
|
+
class GoogleCloudIntegrationsV1alphaDownloadTestCaseResponse
|
|
1046
1118
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1047
1119
|
|
|
1048
1120
|
include Google::Apis::Core::JsonObjectSupport
|
|
@@ -1054,12 +1126,24 @@ module Google
|
|
|
1054
1126
|
include Google::Apis::Core::JsonObjectSupport
|
|
1055
1127
|
end
|
|
1056
1128
|
|
|
1129
|
+
class GoogleCloudIntegrationsV1alphaErrorCatcherConfig
|
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1131
|
+
|
|
1132
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1133
|
+
end
|
|
1134
|
+
|
|
1057
1135
|
class GoogleCloudIntegrationsV1alphaEventParameter
|
|
1058
1136
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1059
1137
|
|
|
1060
1138
|
include Google::Apis::Core::JsonObjectSupport
|
|
1061
1139
|
end
|
|
1062
1140
|
|
|
1141
|
+
class GoogleCloudIntegrationsV1alphaExecuteEventResponse
|
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1143
|
+
|
|
1144
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1145
|
+
end
|
|
1146
|
+
|
|
1063
1147
|
class GoogleCloudIntegrationsV1alphaExecuteIntegrationsRequest
|
|
1064
1148
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1065
1149
|
|
|
@@ -1072,6 +1156,18 @@ module Google
|
|
|
1072
1156
|
include Google::Apis::Core::JsonObjectSupport
|
|
1073
1157
|
end
|
|
1074
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
|
+
|
|
1075
1171
|
class GoogleCloudIntegrationsV1alphaExecution
|
|
1076
1172
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1077
1173
|
|
|
@@ -1084,6 +1180,12 @@ module Google
|
|
|
1084
1180
|
include Google::Apis::Core::JsonObjectSupport
|
|
1085
1181
|
end
|
|
1086
1182
|
|
|
1183
|
+
class GoogleCloudIntegrationsV1alphaExecutionReplayInfo
|
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1185
|
+
|
|
1186
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1187
|
+
end
|
|
1188
|
+
|
|
1087
1189
|
class GoogleCloudIntegrationsV1alphaExecutionSnapshot
|
|
1088
1190
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1089
1191
|
|
|
@@ -1102,13 +1204,25 @@ module Google
|
|
|
1102
1204
|
include Google::Apis::Core::JsonObjectSupport
|
|
1103
1205
|
end
|
|
1104
1206
|
|
|
1105
|
-
class
|
|
1207
|
+
class GoogleCloudIntegrationsV1alphaFile
|
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1209
|
+
|
|
1210
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1211
|
+
end
|
|
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
|
|
1106
1220
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1107
1221
|
|
|
1108
1222
|
include Google::Apis::Core::JsonObjectSupport
|
|
1109
1223
|
end
|
|
1110
1224
|
|
|
1111
|
-
class
|
|
1225
|
+
class GoogleCloudIntegrationsV1alphaGenerateTokenResponse
|
|
1112
1226
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1113
1227
|
|
|
1114
1228
|
include Google::Apis::Core::JsonObjectSupport
|
|
@@ -1126,6 +1240,18 @@ module Google
|
|
|
1126
1240
|
include Google::Apis::Core::JsonObjectSupport
|
|
1127
1241
|
end
|
|
1128
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
|
+
|
|
1129
1255
|
class GoogleCloudIntegrationsV1alphaIntParameterArray
|
|
1130
1256
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1131
1257
|
|
|
@@ -1150,7 +1276,7 @@ module Google
|
|
|
1150
1276
|
include Google::Apis::Core::JsonObjectSupport
|
|
1151
1277
|
end
|
|
1152
1278
|
|
|
1153
|
-
class
|
|
1279
|
+
class GoogleCloudIntegrationsV1alphaIntegrationConfigParameter
|
|
1154
1280
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1155
1281
|
|
|
1156
1282
|
include Google::Apis::Core::JsonObjectSupport
|
|
@@ -1168,6 +1294,12 @@ module Google
|
|
|
1168
1294
|
include Google::Apis::Core::JsonObjectSupport
|
|
1169
1295
|
end
|
|
1170
1296
|
|
|
1297
|
+
class GoogleCloudIntegrationsV1alphaIntegrationVersionTemplate
|
|
1298
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1299
|
+
|
|
1300
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1301
|
+
end
|
|
1302
|
+
|
|
1171
1303
|
class GoogleCloudIntegrationsV1alphaJwt
|
|
1172
1304
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1173
1305
|
|
|
@@ -1216,12 +1348,6 @@ module Google
|
|
|
1216
1348
|
include Google::Apis::Core::JsonObjectSupport
|
|
1217
1349
|
end
|
|
1218
1350
|
|
|
1219
|
-
class GoogleCloudIntegrationsV1alphaListExecutionSnapshotsResponse
|
|
1220
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1221
|
-
|
|
1222
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
1223
|
-
end
|
|
1224
|
-
|
|
1225
1351
|
class GoogleCloudIntegrationsV1alphaListExecutionsResponse
|
|
1226
1352
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1227
1353
|
|
|
@@ -1270,115 +1396,115 @@ module Google
|
|
|
1270
1396
|
include Google::Apis::Core::JsonObjectSupport
|
|
1271
1397
|
end
|
|
1272
1398
|
|
|
1273
|
-
class
|
|
1399
|
+
class GoogleCloudIntegrationsV1alphaListTemplatesResponse
|
|
1274
1400
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1275
1401
|
|
|
1276
1402
|
include Google::Apis::Core::JsonObjectSupport
|
|
1277
1403
|
end
|
|
1278
1404
|
|
|
1279
|
-
class
|
|
1405
|
+
class GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse
|
|
1280
1406
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1281
1407
|
|
|
1282
1408
|
include Google::Apis::Core::JsonObjectSupport
|
|
1283
1409
|
end
|
|
1284
1410
|
|
|
1285
|
-
class
|
|
1411
|
+
class GoogleCloudIntegrationsV1alphaListTestCasesResponse
|
|
1286
1412
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1287
1413
|
|
|
1288
1414
|
include Google::Apis::Core::JsonObjectSupport
|
|
1289
1415
|
end
|
|
1290
1416
|
|
|
1291
|
-
class
|
|
1417
|
+
class GoogleCloudIntegrationsV1alphaMockConfig
|
|
1292
1418
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1293
1419
|
|
|
1294
1420
|
include Google::Apis::Core::JsonObjectSupport
|
|
1295
1421
|
end
|
|
1296
1422
|
|
|
1297
|
-
class
|
|
1423
|
+
class GoogleCloudIntegrationsV1alphaNextTask
|
|
1298
1424
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1299
1425
|
|
|
1300
1426
|
include Google::Apis::Core::JsonObjectSupport
|
|
1301
1427
|
end
|
|
1302
1428
|
|
|
1303
|
-
class
|
|
1429
|
+
class GoogleCloudIntegrationsV1alphaOAuth2AuthorizationCode
|
|
1304
1430
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1305
1431
|
|
|
1306
1432
|
include Google::Apis::Core::JsonObjectSupport
|
|
1307
1433
|
end
|
|
1308
1434
|
|
|
1309
|
-
class
|
|
1435
|
+
class GoogleCloudIntegrationsV1alphaOAuth2ClientCredentials
|
|
1310
1436
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1311
1437
|
|
|
1312
1438
|
include Google::Apis::Core::JsonObjectSupport
|
|
1313
1439
|
end
|
|
1314
1440
|
|
|
1315
|
-
class
|
|
1441
|
+
class GoogleCloudIntegrationsV1alphaOAuth2ResourceOwnerCredentials
|
|
1316
1442
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1317
1443
|
|
|
1318
1444
|
include Google::Apis::Core::JsonObjectSupport
|
|
1319
1445
|
end
|
|
1320
1446
|
|
|
1321
|
-
class
|
|
1447
|
+
class GoogleCloudIntegrationsV1alphaOidcToken
|
|
1322
1448
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1323
1449
|
|
|
1324
1450
|
include Google::Apis::Core::JsonObjectSupport
|
|
1325
1451
|
end
|
|
1326
1452
|
|
|
1327
|
-
class
|
|
1453
|
+
class GoogleCloudIntegrationsV1alphaParameterMap
|
|
1328
1454
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1329
1455
|
|
|
1330
1456
|
include Google::Apis::Core::JsonObjectSupport
|
|
1331
1457
|
end
|
|
1332
1458
|
|
|
1333
|
-
class
|
|
1459
|
+
class GoogleCloudIntegrationsV1alphaParameterMapEntry
|
|
1334
1460
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1335
1461
|
|
|
1336
1462
|
include Google::Apis::Core::JsonObjectSupport
|
|
1337
1463
|
end
|
|
1338
1464
|
|
|
1339
|
-
class
|
|
1465
|
+
class GoogleCloudIntegrationsV1alphaParameterMapField
|
|
1340
1466
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1341
1467
|
|
|
1342
1468
|
include Google::Apis::Core::JsonObjectSupport
|
|
1343
1469
|
end
|
|
1344
1470
|
|
|
1345
|
-
class
|
|
1471
|
+
class GoogleCloudIntegrationsV1alphaProjectProperties
|
|
1346
1472
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1347
1473
|
|
|
1348
1474
|
include Google::Apis::Core::JsonObjectSupport
|
|
1349
1475
|
end
|
|
1350
1476
|
|
|
1351
|
-
class
|
|
1477
|
+
class GoogleCloudIntegrationsV1alphaProvisionClientRequest
|
|
1352
1478
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1353
1479
|
|
|
1354
1480
|
include Google::Apis::Core::JsonObjectSupport
|
|
1355
1481
|
end
|
|
1356
1482
|
|
|
1357
|
-
class
|
|
1483
|
+
class GoogleCloudIntegrationsV1alphaPublishIntegrationVersionRequest
|
|
1358
1484
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1359
1485
|
|
|
1360
1486
|
include Google::Apis::Core::JsonObjectSupport
|
|
1361
1487
|
end
|
|
1362
1488
|
|
|
1363
|
-
class
|
|
1489
|
+
class GoogleCloudIntegrationsV1alphaPublishIntegrationVersionResponse
|
|
1364
1490
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1365
1491
|
|
|
1366
1492
|
include Google::Apis::Core::JsonObjectSupport
|
|
1367
1493
|
end
|
|
1368
1494
|
|
|
1369
|
-
class
|
|
1495
|
+
class GoogleCloudIntegrationsV1alphaReplaceServiceAccountRequest
|
|
1370
1496
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1371
1497
|
|
|
1372
1498
|
include Google::Apis::Core::JsonObjectSupport
|
|
1373
1499
|
end
|
|
1374
1500
|
|
|
1375
|
-
class
|
|
1501
|
+
class GoogleCloudIntegrationsV1alphaReplayExecutionRequest
|
|
1376
1502
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1377
1503
|
|
|
1378
1504
|
include Google::Apis::Core::JsonObjectSupport
|
|
1379
1505
|
end
|
|
1380
1506
|
|
|
1381
|
-
class
|
|
1507
|
+
class GoogleCloudIntegrationsV1alphaReplayExecutionResponse
|
|
1382
1508
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1383
1509
|
|
|
1384
1510
|
include Google::Apis::Core::JsonObjectSupport
|
|
@@ -1420,6 +1546,18 @@ module Google
|
|
|
1420
1546
|
include Google::Apis::Core::JsonObjectSupport
|
|
1421
1547
|
end
|
|
1422
1548
|
|
|
1549
|
+
class GoogleCloudIntegrationsV1alphaSearchTemplatesResponse
|
|
1550
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1551
|
+
|
|
1552
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1553
|
+
end
|
|
1554
|
+
|
|
1555
|
+
class GoogleCloudIntegrationsV1alphaSerializedFile
|
|
1556
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1557
|
+
|
|
1558
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1559
|
+
end
|
|
1560
|
+
|
|
1423
1561
|
class GoogleCloudIntegrationsV1alphaServiceAccountCredentials
|
|
1424
1562
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1425
1563
|
|
|
@@ -1438,6 +1576,12 @@ module Google
|
|
|
1438
1576
|
include Google::Apis::Core::JsonObjectSupport
|
|
1439
1577
|
end
|
|
1440
1578
|
|
|
1579
|
+
class GoogleCloudIntegrationsV1alphaShareTemplateRequest
|
|
1580
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1581
|
+
|
|
1582
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1583
|
+
end
|
|
1584
|
+
|
|
1441
1585
|
class GoogleCloudIntegrationsV1alphaStringParameterArray
|
|
1442
1586
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1443
1587
|
|
|
@@ -1474,182 +1618,196 @@ module Google
|
|
|
1474
1618
|
include Google::Apis::Core::JsonObjectSupport
|
|
1475
1619
|
end
|
|
1476
1620
|
|
|
1477
|
-
class
|
|
1621
|
+
class GoogleCloudIntegrationsV1alphaSwitchEncryptionRequest
|
|
1478
1622
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1479
1623
|
|
|
1480
1624
|
include Google::Apis::Core::JsonObjectSupport
|
|
1481
1625
|
end
|
|
1482
1626
|
|
|
1483
|
-
class
|
|
1627
|
+
class GoogleCloudIntegrationsV1alphaSwitchVariableMaskingRequest
|
|
1484
1628
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1485
1629
|
|
|
1486
1630
|
include Google::Apis::Core::JsonObjectSupport
|
|
1487
1631
|
end
|
|
1488
1632
|
|
|
1489
|
-
class
|
|
1633
|
+
class GoogleCloudIntegrationsV1alphaTakeoverEditLockRequest
|
|
1490
1634
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1491
1635
|
|
|
1492
1636
|
include Google::Apis::Core::JsonObjectSupport
|
|
1493
1637
|
end
|
|
1494
1638
|
|
|
1495
|
-
class
|
|
1639
|
+
class GoogleCloudIntegrationsV1alphaTakeoverEditLockResponse
|
|
1496
1640
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1497
1641
|
|
|
1498
1642
|
include Google::Apis::Core::JsonObjectSupport
|
|
1499
1643
|
end
|
|
1500
1644
|
|
|
1501
|
-
class
|
|
1645
|
+
class GoogleCloudIntegrationsV1alphaTakeoverTestCaseEditLockRequest
|
|
1502
1646
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1503
1647
|
|
|
1504
1648
|
include Google::Apis::Core::JsonObjectSupport
|
|
1505
1649
|
end
|
|
1506
1650
|
|
|
1507
|
-
class
|
|
1651
|
+
class GoogleCloudIntegrationsV1alphaTaskConfig
|
|
1508
1652
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1509
1653
|
|
|
1510
1654
|
include Google::Apis::Core::JsonObjectSupport
|
|
1511
1655
|
end
|
|
1512
1656
|
|
|
1513
|
-
class
|
|
1657
|
+
class GoogleCloudIntegrationsV1alphaTaskExecutionDetails
|
|
1514
1658
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1515
1659
|
|
|
1516
1660
|
include Google::Apis::Core::JsonObjectSupport
|
|
1517
1661
|
end
|
|
1518
1662
|
|
|
1519
|
-
class
|
|
1663
|
+
class GoogleCloudIntegrationsV1alphaTemplate
|
|
1520
1664
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1521
1665
|
|
|
1522
1666
|
include Google::Apis::Core::JsonObjectSupport
|
|
1523
1667
|
end
|
|
1524
1668
|
|
|
1525
|
-
class
|
|
1669
|
+
class GoogleCloudIntegrationsV1alphaTemplateBundle
|
|
1526
1670
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1527
1671
|
|
|
1528
1672
|
include Google::Apis::Core::JsonObjectSupport
|
|
1529
1673
|
end
|
|
1530
1674
|
|
|
1531
|
-
class
|
|
1675
|
+
class GoogleCloudIntegrationsV1alphaTemplateComponent
|
|
1532
1676
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1533
1677
|
|
|
1534
1678
|
include Google::Apis::Core::JsonObjectSupport
|
|
1535
1679
|
end
|
|
1536
1680
|
|
|
1537
|
-
class
|
|
1681
|
+
class GoogleCloudIntegrationsV1alphaTestCase
|
|
1538
1682
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1539
1683
|
|
|
1540
1684
|
include Google::Apis::Core::JsonObjectSupport
|
|
1541
1685
|
end
|
|
1542
1686
|
|
|
1543
|
-
class
|
|
1687
|
+
class GoogleCloudIntegrationsV1alphaTestIntegrationsRequest
|
|
1544
1688
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1545
1689
|
|
|
1546
1690
|
include Google::Apis::Core::JsonObjectSupport
|
|
1547
1691
|
end
|
|
1548
1692
|
|
|
1549
|
-
class
|
|
1693
|
+
class GoogleCloudIntegrationsV1alphaTestIntegrationsResponse
|
|
1550
1694
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1551
1695
|
|
|
1552
1696
|
include Google::Apis::Core::JsonObjectSupport
|
|
1553
1697
|
end
|
|
1554
1698
|
|
|
1555
|
-
class
|
|
1699
|
+
class GoogleCloudIntegrationsV1alphaTestTaskConfig
|
|
1556
1700
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1557
1701
|
|
|
1558
1702
|
include Google::Apis::Core::JsonObjectSupport
|
|
1559
1703
|
end
|
|
1560
1704
|
|
|
1561
|
-
class
|
|
1705
|
+
class GoogleCloudIntegrationsV1alphaTriggerConfig
|
|
1562
1706
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1563
1707
|
|
|
1564
1708
|
include Google::Apis::Core::JsonObjectSupport
|
|
1565
1709
|
end
|
|
1566
1710
|
|
|
1567
|
-
class
|
|
1711
|
+
class GoogleCloudIntegrationsV1alphaTriggerConfigVariables
|
|
1568
1712
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1569
1713
|
|
|
1570
1714
|
include Google::Apis::Core::JsonObjectSupport
|
|
1571
1715
|
end
|
|
1572
1716
|
|
|
1573
|
-
class
|
|
1717
|
+
class GoogleCloudIntegrationsV1alphaUnpublishIntegrationVersionRequest
|
|
1574
1718
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1575
1719
|
|
|
1576
1720
|
include Google::Apis::Core::JsonObjectSupport
|
|
1577
1721
|
end
|
|
1578
1722
|
|
|
1579
|
-
class
|
|
1723
|
+
class GoogleCloudIntegrationsV1alphaUnshareTemplateRequest
|
|
1580
1724
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1581
1725
|
|
|
1582
1726
|
include Google::Apis::Core::JsonObjectSupport
|
|
1583
1727
|
end
|
|
1584
1728
|
|
|
1585
|
-
class
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
end
|
|
1729
|
+
class GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest
|
|
1730
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1731
|
+
|
|
1732
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1590
1733
|
end
|
|
1591
1734
|
|
|
1592
|
-
class
|
|
1593
|
-
|
|
1594
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1595
|
-
property :boolean_value, as: 'booleanValue'
|
|
1596
|
-
property :double_value, as: 'doubleValue'
|
|
1597
|
-
property :empty, as: 'empty', class: Google::Apis::IntegrationsV1::GoogleProtobufEmpty, decorator: Google::Apis::IntegrationsV1::GoogleProtobufEmpty::Representation
|
|
1735
|
+
class GoogleCloudIntegrationsV1alphaUploadIntegrationVersionResponse
|
|
1736
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1598
1737
|
|
|
1599
|
-
|
|
1600
|
-
property :string_value, as: 'stringValue'
|
|
1601
|
-
end
|
|
1738
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1602
1739
|
end
|
|
1603
1740
|
|
|
1604
|
-
class
|
|
1605
|
-
|
|
1606
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1607
|
-
collection :cells, as: 'cells', class: Google::Apis::IntegrationsV1::EnterpriseCrmCardsCellValue, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmCardsCellValue::Representation
|
|
1741
|
+
class GoogleCloudIntegrationsV1alphaUploadTemplateRequest
|
|
1742
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1608
1743
|
|
|
1609
|
-
|
|
1744
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1610
1745
|
end
|
|
1611
1746
|
|
|
1612
|
-
class
|
|
1613
|
-
|
|
1614
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1615
|
-
collection :headers, as: 'headers'
|
|
1616
|
-
collection :rows, as: 'rows', class: Google::Apis::IntegrationsV1::EnterpriseCrmCardsRow, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmCardsRow::Representation
|
|
1747
|
+
class GoogleCloudIntegrationsV1alphaUploadTemplateResponse
|
|
1748
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1617
1749
|
|
|
1618
|
-
|
|
1750
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1619
1751
|
end
|
|
1620
1752
|
|
|
1621
|
-
class
|
|
1622
|
-
|
|
1623
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1624
|
-
collection :rows, as: 'rows', class: Google::Apis::IntegrationsV1::EnterpriseCrmCardsTemplatesAplosSeriesDataRow, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmCardsTemplatesAplosSeriesDataRow::Representation
|
|
1753
|
+
class GoogleCloudIntegrationsV1alphaUploadTestCaseRequest
|
|
1754
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1625
1755
|
|
|
1626
|
-
|
|
1756
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1627
1757
|
end
|
|
1628
1758
|
|
|
1629
|
-
class
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1759
|
+
class GoogleCloudIntegrationsV1alphaUploadTestCaseResponse
|
|
1760
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1761
|
+
|
|
1762
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1763
|
+
end
|
|
1633
1764
|
|
|
1634
|
-
|
|
1765
|
+
class GoogleCloudIntegrationsV1alphaUseTemplateRequest
|
|
1766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1635
1767
|
|
|
1636
|
-
|
|
1768
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1637
1769
|
end
|
|
1638
1770
|
|
|
1639
|
-
class
|
|
1640
|
-
|
|
1641
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1642
|
-
collection :series, as: 'series', class: Google::Apis::IntegrationsV1::EnterpriseCrmCardsTemplatesAplosSeriesListDataSeries, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmCardsTemplatesAplosSeriesListDataSeries::Representation
|
|
1771
|
+
class GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails
|
|
1772
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1643
1773
|
|
|
1644
|
-
|
|
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
|
+
|
|
1783
|
+
class GoogleCloudIntegrationsV1alphaUsernameAndPassword
|
|
1784
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1785
|
+
|
|
1786
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1787
|
+
end
|
|
1788
|
+
|
|
1789
|
+
class GoogleCloudIntegrationsV1alphaValueType
|
|
1790
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1791
|
+
|
|
1792
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1793
|
+
end
|
|
1794
|
+
|
|
1795
|
+
class GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest
|
|
1796
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1797
|
+
|
|
1798
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1645
1799
|
end
|
|
1646
1800
|
|
|
1647
|
-
class
|
|
1801
|
+
class GoogleProtobufEmpty
|
|
1802
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1803
|
+
|
|
1804
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1805
|
+
end
|
|
1806
|
+
|
|
1807
|
+
class CrmlogErrorCode
|
|
1648
1808
|
# @private
|
|
1649
1809
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1650
|
-
property :
|
|
1651
|
-
|
|
1652
|
-
property :name, as: 'name'
|
|
1810
|
+
property :common_error_code, as: 'commonErrorCode'
|
|
1653
1811
|
end
|
|
1654
1812
|
end
|
|
1655
1813
|
|
|
@@ -1684,6 +1842,8 @@ module Google
|
|
|
1684
1842
|
property :is_searchable, as: 'isSearchable'
|
|
1685
1843
|
property :log_settings, as: 'logSettings', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoLogSettings, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoLogSettings::Representation
|
|
1686
1844
|
|
|
1845
|
+
property :masked, as: 'masked'
|
|
1846
|
+
property :read_only, as: 'readOnly'
|
|
1687
1847
|
property :searchable, as: 'searchable'
|
|
1688
1848
|
collection :task_visibility, as: 'taskVisibility'
|
|
1689
1849
|
end
|
|
@@ -1754,6 +1914,26 @@ module Google
|
|
|
1754
1914
|
end
|
|
1755
1915
|
end
|
|
1756
1916
|
|
|
1917
|
+
class EnterpriseCrmEventbusProtoCloudKmsConfig
|
|
1918
|
+
# @private
|
|
1919
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1920
|
+
property :gcp_project_id, as: 'gcpProjectId'
|
|
1921
|
+
property :key_name, as: 'keyName'
|
|
1922
|
+
property :key_ring_name, as: 'keyRingName'
|
|
1923
|
+
property :key_version_name, as: 'keyVersionName'
|
|
1924
|
+
property :location_name, as: 'locationName'
|
|
1925
|
+
property :service_account, as: 'serviceAccount'
|
|
1926
|
+
end
|
|
1927
|
+
end
|
|
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
|
+
|
|
1757
1937
|
class EnterpriseCrmEventbusProtoCloudSchedulerConfig
|
|
1758
1938
|
# @private
|
|
1759
1939
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1791,11 +1971,22 @@ module Google
|
|
|
1791
1971
|
end
|
|
1792
1972
|
end
|
|
1793
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
|
+
|
|
1794
1984
|
class EnterpriseCrmEventbusProtoConnectorsConnection
|
|
1795
1985
|
# @private
|
|
1796
1986
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1797
1987
|
property :connection_name, as: 'connectionName'
|
|
1798
1988
|
property :connector_version, as: 'connectorVersion'
|
|
1989
|
+
property :host, as: 'host'
|
|
1799
1990
|
property :service_name, as: 'serviceName'
|
|
1800
1991
|
end
|
|
1801
1992
|
end
|
|
@@ -1876,10 +2067,12 @@ module Google
|
|
|
1876
2067
|
class EnterpriseCrmEventbusProtoEventExecutionDetails
|
|
1877
2068
|
# @private
|
|
1878
2069
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2070
|
+
property :cancel_reason, as: 'cancelReason'
|
|
1879
2071
|
collection :event_attempt_stats, as: 'eventAttemptStats', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats::Representation
|
|
1880
2072
|
|
|
1881
2073
|
collection :event_execution_snapshot, as: 'eventExecutionSnapshot', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventExecutionSnapshot, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventExecutionSnapshot::Representation
|
|
1882
2074
|
|
|
2075
|
+
property :event_execution_snapshots_size, :numeric_string => true, as: 'eventExecutionSnapshotsSize'
|
|
1883
2076
|
property :event_execution_state, as: 'eventExecutionState'
|
|
1884
2077
|
property :event_retries_from_beginning_count, as: 'eventRetriesFromBeginningCount'
|
|
1885
2078
|
property :log_file_path, as: 'logFilePath'
|
|
@@ -1901,6 +2094,7 @@ module Google
|
|
|
1901
2094
|
# @private
|
|
1902
2095
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1903
2096
|
property :checkpoint_task_number, as: 'checkpointTaskNumber'
|
|
2097
|
+
property :client_id, as: 'clientId'
|
|
1904
2098
|
collection :condition_results, as: 'conditionResults', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoConditionResult, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoConditionResult::Representation
|
|
1905
2099
|
|
|
1906
2100
|
property :diff_params, as: 'diffParams', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventParameters, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventParameters::Representation
|
|
@@ -1916,14 +2110,19 @@ module Google
|
|
|
1916
2110
|
collection :task_execution_details, as: 'taskExecutionDetails', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTaskExecutionDetails, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTaskExecutionDetails::Representation
|
|
1917
2111
|
|
|
1918
2112
|
property :task_name, as: 'taskName'
|
|
2113
|
+
property :workflow_name, as: 'workflowName'
|
|
1919
2114
|
end
|
|
1920
2115
|
end
|
|
1921
2116
|
|
|
1922
2117
|
class EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata
|
|
1923
2118
|
# @private
|
|
1924
2119
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2120
|
+
collection :ancestor_iteration_numbers, as: 'ancestorIterationNumbers'
|
|
2121
|
+
collection :ancestor_task_numbers, as: 'ancestorTaskNumbers'
|
|
1925
2122
|
property :event_attempt_num, as: 'eventAttemptNum'
|
|
2123
|
+
property :integration_name, as: 'integrationName'
|
|
1926
2124
|
property :task_attempt_num, as: 'taskAttemptNum'
|
|
2125
|
+
property :task_label, as: 'taskLabel'
|
|
1927
2126
|
property :task_name, as: 'taskName'
|
|
1928
2127
|
property :task_number, as: 'taskNumber'
|
|
1929
2128
|
end
|
|
@@ -1948,9 +2147,11 @@ module Google
|
|
|
1948
2147
|
class EnterpriseCrmEventbusProtoExternalTraffic
|
|
1949
2148
|
# @private
|
|
1950
2149
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2150
|
+
property :enable_internal_ip, as: 'enableInternalIp'
|
|
1951
2151
|
property :gcp_project_id, as: 'gcpProjectId'
|
|
1952
2152
|
property :gcp_project_number, as: 'gcpProjectNumber'
|
|
1953
2153
|
property :location, as: 'location'
|
|
2154
|
+
property :retry_request_for_quota, as: 'retryRequestForQuota'
|
|
1954
2155
|
property :source, as: 'source'
|
|
1955
2156
|
end
|
|
1956
2157
|
end
|
|
@@ -1960,6 +2161,7 @@ module Google
|
|
|
1960
2161
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1961
2162
|
property :interval_in_seconds, :numeric_string => true, as: 'intervalInSeconds'
|
|
1962
2163
|
property :max_num_retries, as: 'maxNumRetries'
|
|
2164
|
+
property :retry_condition, as: 'retryCondition'
|
|
1963
2165
|
property :retry_strategy, as: 'retryStrategy'
|
|
1964
2166
|
end
|
|
1965
2167
|
end
|
|
@@ -2065,12 +2267,8 @@ module Google
|
|
|
2065
2267
|
# @private
|
|
2066
2268
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2067
2269
|
property :log_field_name, as: 'logFieldName'
|
|
2068
|
-
property :sanitize_options, as: 'sanitizeOptions', class: Google::Apis::IntegrationsV1::EnterpriseCrmLoggingGwsSanitizeOptions, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmLoggingGwsSanitizeOptions::Representation
|
|
2069
|
-
|
|
2070
2270
|
property :seed_period, as: 'seedPeriod'
|
|
2071
2271
|
property :seed_scope, as: 'seedScope'
|
|
2072
|
-
property :shortening_limits, as: 'shorteningLimits', class: Google::Apis::IntegrationsV1::EnterpriseCrmLoggingGwsFieldLimits, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmLoggingGwsFieldLimits::Representation
|
|
2073
|
-
|
|
2074
2272
|
end
|
|
2075
2273
|
end
|
|
2076
2274
|
|
|
@@ -2199,6 +2397,7 @@ module Google
|
|
|
2199
2397
|
# @private
|
|
2200
2398
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2201
2399
|
property :key, as: 'key'
|
|
2400
|
+
property :masked, as: 'masked'
|
|
2202
2401
|
property :value, as: 'value', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoParameterValueType, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoParameterValueType::Representation
|
|
2203
2402
|
|
|
2204
2403
|
end
|
|
@@ -2388,7 +2587,11 @@ module Google
|
|
|
2388
2587
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2389
2588
|
property :audit, as: 'audit', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoSuspensionResolutionInfoAudit, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoSuspensionResolutionInfoAudit::Representation
|
|
2390
2589
|
|
|
2590
|
+
property :client_id, as: 'clientId'
|
|
2591
|
+
property :cloud_kms_config, as: 'cloudKmsConfig', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoCloudKmsConfig, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoCloudKmsConfig::Representation
|
|
2592
|
+
|
|
2391
2593
|
property :created_timestamp, as: 'createdTimestamp'
|
|
2594
|
+
property :encrypted_suspension_resolution_info, :base64 => true, as: 'encryptedSuspensionResolutionInfo'
|
|
2392
2595
|
property :event_execution_info_id, as: 'eventExecutionInfoId'
|
|
2393
2596
|
property :external_traffic, as: 'externalTraffic', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoExternalTraffic, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoExternalTraffic::Representation
|
|
2394
2597
|
|
|
@@ -2400,6 +2603,7 @@ module Google
|
|
|
2400
2603
|
property :suspension_id, as: 'suspensionId'
|
|
2401
2604
|
property :task_number, as: 'taskNumber'
|
|
2402
2605
|
property :workflow_name, as: 'workflowName'
|
|
2606
|
+
property :wrapped_dek, :base64 => true, as: 'wrappedDek'
|
|
2403
2607
|
end
|
|
2404
2608
|
end
|
|
2405
2609
|
|
|
@@ -2639,10 +2843,12 @@ module Google
|
|
|
2639
2843
|
class EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails
|
|
2640
2844
|
# @private
|
|
2641
2845
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2846
|
+
property :cancel_reason, as: 'cancelReason'
|
|
2642
2847
|
collection :event_attempt_stats, as: 'eventAttemptStats', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats::Representation
|
|
2643
2848
|
|
|
2644
2849
|
collection :event_execution_snapshot, as: 'eventExecutionSnapshot', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot::Representation
|
|
2645
2850
|
|
|
2851
|
+
property :event_execution_snapshots_size, :numeric_string => true, as: 'eventExecutionSnapshotsSize'
|
|
2646
2852
|
property :event_execution_state, as: 'eventExecutionState'
|
|
2647
2853
|
property :event_retries_from_beginning_count, as: 'eventRetriesFromBeginningCount'
|
|
2648
2854
|
property :log_file_path, as: 'logFilePath'
|
|
@@ -2656,6 +2862,8 @@ module Google
|
|
|
2656
2862
|
# @private
|
|
2657
2863
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2658
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
|
+
|
|
2659
2867
|
property :create_time, :numeric_string => true, as: 'createTime'
|
|
2660
2868
|
property :error_code, as: 'errorCode', class: Google::Apis::IntegrationsV1::CrmlogErrorCode, decorator: Google::Apis::IntegrationsV1::CrmlogErrorCode::Representation
|
|
2661
2869
|
|
|
@@ -2666,9 +2874,12 @@ module Google
|
|
|
2666
2874
|
property :event_execution_info_id, as: 'eventExecutionInfoId'
|
|
2667
2875
|
property :execution_trace_info, as: 'executionTraceInfo', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoExecutionTraceInfo, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoExecutionTraceInfo::Representation
|
|
2668
2876
|
|
|
2877
|
+
property :integration_version_user_label, as: 'integrationVersionUserLabel'
|
|
2669
2878
|
property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
|
|
2670
2879
|
property :post_method, as: 'postMethod'
|
|
2671
2880
|
property :product, as: 'product'
|
|
2881
|
+
property :replay_info, as: 'replayInfo', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo::Representation
|
|
2882
|
+
|
|
2672
2883
|
property :request_id, as: 'requestId'
|
|
2673
2884
|
property :request_params, as: 'requestParams', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoEventParameters, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoEventParameters::Representation
|
|
2674
2885
|
|
|
@@ -2683,6 +2894,16 @@ module Google
|
|
|
2683
2894
|
end
|
|
2684
2895
|
end
|
|
2685
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
|
+
|
|
2686
2907
|
class EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot
|
|
2687
2908
|
# @private
|
|
2688
2909
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2754,6 +2975,7 @@ module Google
|
|
|
2754
2975
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2755
2976
|
property :data_type, as: 'dataType'
|
|
2756
2977
|
property :key, as: 'key'
|
|
2978
|
+
property :masked, as: 'masked'
|
|
2757
2979
|
property :value, as: 'value', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterValueType, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterValueType::Representation
|
|
2758
2980
|
|
|
2759
2981
|
end
|
|
@@ -2848,10 +3070,14 @@ module Google
|
|
|
2848
3070
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2849
3071
|
collection :alert_configs, as: 'alertConfigs', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTaskAlertConfig, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTaskAlertConfig::Representation
|
|
2850
3072
|
|
|
3073
|
+
property :conditional_failure_policies, as: 'conditionalFailurePolicies', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoConditionalFailurePolicies, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoConditionalFailurePolicies::Representation
|
|
3074
|
+
|
|
2851
3075
|
property :create_time, as: 'createTime'
|
|
2852
3076
|
property :creator_email, as: 'creatorEmail'
|
|
2853
3077
|
property :description, as: 'description'
|
|
2854
3078
|
property :disable_strict_type_validation, as: 'disableStrictTypeValidation'
|
|
3079
|
+
property :error_catcher_id, as: 'errorCatcherId'
|
|
3080
|
+
property :external_task_type, as: 'externalTaskType'
|
|
2855
3081
|
property :failure_policy, as: 'failurePolicy', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoFailurePolicy, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoFailurePolicy::Representation
|
|
2856
3082
|
|
|
2857
3083
|
property :incoming_edge_count, as: 'incomingEdgeCount'
|
|
@@ -2909,8 +3135,13 @@ module Google
|
|
|
2909
3135
|
|
|
2910
3136
|
property :description, as: 'description'
|
|
2911
3137
|
collection :enabled_clients, as: 'enabledClients'
|
|
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
|
+
|
|
2912
3141
|
property :label, as: 'label'
|
|
2913
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
|
+
|
|
2914
3145
|
property :pause_workflow_executions, as: 'pauseWorkflowExecutions'
|
|
2915
3146
|
property :position, as: 'position', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoCoordinate, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoCoordinate::Representation
|
|
2916
3147
|
|
|
@@ -2920,11 +3151,19 @@ module Google
|
|
|
2920
3151
|
property :trigger_criteria, as: 'triggerCriteria', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTriggerCriteria, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoTriggerCriteria::Representation
|
|
2921
3152
|
|
|
2922
3153
|
property :trigger_id, as: 'triggerId'
|
|
3154
|
+
property :trigger_name, as: 'triggerName'
|
|
2923
3155
|
property :trigger_number, as: 'triggerNumber'
|
|
2924
3156
|
property :trigger_type, as: 'triggerType'
|
|
2925
3157
|
end
|
|
2926
3158
|
end
|
|
2927
3159
|
|
|
3160
|
+
class EnterpriseCrmFrontendsEventbusProtoTriggerConfigVariables
|
|
3161
|
+
# @private
|
|
3162
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3163
|
+
collection :names, as: 'names'
|
|
3164
|
+
end
|
|
3165
|
+
end
|
|
3166
|
+
|
|
2928
3167
|
class EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry
|
|
2929
3168
|
# @private
|
|
2930
3169
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2932,9 +3171,11 @@ module Google
|
|
|
2932
3171
|
|
|
2933
3172
|
collection :children, as: 'children', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry::Representation
|
|
2934
3173
|
|
|
3174
|
+
property :contains_large_data, as: 'containsLargeData'
|
|
2935
3175
|
property :data_type, as: 'dataType'
|
|
2936
3176
|
property :default_value, as: 'defaultValue', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterValueType, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterValueType::Representation
|
|
2937
3177
|
|
|
3178
|
+
property :description, as: 'description'
|
|
2938
3179
|
property :in_out_type, as: 'inOutType'
|
|
2939
3180
|
property :is_transient, as: 'isTransient'
|
|
2940
3181
|
property :json_schema, as: 'jsonSchema'
|
|
@@ -2945,6 +3186,7 @@ module Google
|
|
|
2945
3186
|
property :producer, as: 'producer'
|
|
2946
3187
|
property :proto_def_name, as: 'protoDefName'
|
|
2947
3188
|
property :proto_def_path, as: 'protoDefPath'
|
|
3189
|
+
property :required, as: 'required'
|
|
2948
3190
|
end
|
|
2949
3191
|
end
|
|
2950
3192
|
|
|
@@ -2956,33 +3198,17 @@ module Google
|
|
|
2956
3198
|
end
|
|
2957
3199
|
end
|
|
2958
3200
|
|
|
2959
|
-
class EnterpriseCrmLoggingGwsFieldLimits
|
|
2960
|
-
# @private
|
|
2961
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2962
|
-
property :log_action, as: 'logAction'
|
|
2963
|
-
collection :log_type, as: 'logType'
|
|
2964
|
-
property :max_array_size, as: 'maxArraySize'
|
|
2965
|
-
property :max_string_length, as: 'maxStringLength'
|
|
2966
|
-
property :shortener_type, as: 'shortenerType'
|
|
2967
|
-
end
|
|
2968
|
-
end
|
|
2969
|
-
|
|
2970
|
-
class EnterpriseCrmLoggingGwsSanitizeOptions
|
|
2971
|
-
# @private
|
|
2972
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2973
|
-
property :is_already_sanitized, as: 'isAlreadySanitized'
|
|
2974
|
-
collection :log_type, as: 'logType'
|
|
2975
|
-
property :privacy, as: 'privacy'
|
|
2976
|
-
property :sanitize_type, as: 'sanitizeType'
|
|
2977
|
-
end
|
|
2978
|
-
end
|
|
2979
|
-
|
|
2980
3201
|
class GoogleCloudConnectorsV1AuthConfig
|
|
2981
3202
|
# @private
|
|
2982
3203
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2983
3204
|
collection :additional_variables, as: 'additionalVariables', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable::Representation
|
|
2984
3205
|
|
|
3206
|
+
property :auth_key, as: 'authKey'
|
|
2985
3207
|
property :auth_type, as: 'authType'
|
|
3208
|
+
property :oauth2_auth_code_flow, as: 'oauth2AuthCodeFlow', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow::Representation
|
|
3209
|
+
|
|
3210
|
+
property :oauth2_auth_code_flow_google_managed, as: 'oauth2AuthCodeFlowGoogleManaged', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlowGoogleManaged::Representation
|
|
3211
|
+
|
|
2986
3212
|
property :oauth2_client_credentials, as: 'oauth2ClientCredentials', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials::Representation
|
|
2987
3213
|
|
|
2988
3214
|
property :oauth2_jwt_bearer, as: 'oauth2JwtBearer', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfigOauth2JwtBearer, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfigOauth2JwtBearer::Representation
|
|
@@ -2994,6 +3220,30 @@ module Google
|
|
|
2994
3220
|
end
|
|
2995
3221
|
end
|
|
2996
3222
|
|
|
3223
|
+
class GoogleCloudConnectorsV1AuthConfigOauth2AuthCodeFlow
|
|
3224
|
+
# @private
|
|
3225
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3226
|
+
property :auth_code, as: 'authCode'
|
|
3227
|
+
property :auth_uri, as: 'authUri'
|
|
3228
|
+
property :client_id, as: 'clientId'
|
|
3229
|
+
property :client_secret, as: 'clientSecret', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1Secret, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1Secret::Representation
|
|
3230
|
+
|
|
3231
|
+
property :enable_pkce, as: 'enablePkce'
|
|
3232
|
+
property :pkce_verifier, as: 'pkceVerifier'
|
|
3233
|
+
property :redirect_uri, as: 'redirectUri'
|
|
3234
|
+
collection :scopes, as: 'scopes'
|
|
3235
|
+
end
|
|
3236
|
+
end
|
|
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
|
+
|
|
2997
3247
|
class GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials
|
|
2998
3248
|
# @private
|
|
2999
3249
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3043,10 +3293,19 @@ module Google
|
|
|
3043
3293
|
end
|
|
3044
3294
|
end
|
|
3045
3295
|
|
|
3296
|
+
class GoogleCloudConnectorsV1BillingConfig
|
|
3297
|
+
# @private
|
|
3298
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3299
|
+
property :billing_category, as: 'billingCategory'
|
|
3300
|
+
end
|
|
3301
|
+
end
|
|
3302
|
+
|
|
3046
3303
|
class GoogleCloudConnectorsV1ConfigVariable
|
|
3047
3304
|
# @private
|
|
3048
3305
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3049
3306
|
property :bool_value, as: 'boolValue'
|
|
3307
|
+
property :encryption_key_value, as: 'encryptionKeyValue', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EncryptionKey, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EncryptionKey::Representation
|
|
3308
|
+
|
|
3050
3309
|
property :int_value, :numeric_string => true, as: 'intValue'
|
|
3051
3310
|
property :key, as: 'key'
|
|
3052
3311
|
property :secret_value, as: 'secretValue', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1Secret, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1Secret::Representation
|
|
@@ -3058,28 +3317,49 @@ module Google
|
|
|
3058
3317
|
class GoogleCloudConnectorsV1Connection
|
|
3059
3318
|
# @private
|
|
3060
3319
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3320
|
+
property :async_operations_enabled, as: 'asyncOperationsEnabled'
|
|
3061
3321
|
property :auth_config, as: 'authConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig::Representation
|
|
3062
3322
|
|
|
3323
|
+
property :auth_override_enabled, as: 'authOverrideEnabled'
|
|
3324
|
+
property :billing_config, as: 'billingConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1BillingConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1BillingConfig::Representation
|
|
3325
|
+
|
|
3063
3326
|
collection :config_variables, as: 'configVariables', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable::Representation
|
|
3064
3327
|
|
|
3328
|
+
property :connection_revision, :numeric_string => true, as: 'connectionRevision'
|
|
3065
3329
|
property :connector_version, as: 'connectorVersion'
|
|
3330
|
+
property :connector_version_infra_config, as: 'connectorVersionInfraConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConnectorVersionInfraConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConnectorVersionInfraConfig::Representation
|
|
3331
|
+
|
|
3332
|
+
property :connector_version_launch_stage, as: 'connectorVersionLaunchStage'
|
|
3066
3333
|
property :create_time, as: 'createTime'
|
|
3067
3334
|
property :description, as: 'description'
|
|
3068
3335
|
collection :destination_configs, as: 'destinationConfigs', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig::Representation
|
|
3069
3336
|
|
|
3070
3337
|
property :envoy_image_location, as: 'envoyImageLocation'
|
|
3338
|
+
property :eventing_config, as: 'eventingConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfig::Representation
|
|
3339
|
+
|
|
3340
|
+
property :eventing_enablement_type, as: 'eventingEnablementType'
|
|
3341
|
+
property :eventing_runtime_data, as: 'eventingRuntimeData', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeData, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeData::Representation
|
|
3342
|
+
|
|
3343
|
+
property :host, as: 'host'
|
|
3071
3344
|
property :image_location, as: 'imageLocation'
|
|
3345
|
+
property :is_trusted_tester, as: 'isTrustedTester'
|
|
3072
3346
|
hash :labels, as: 'labels'
|
|
3073
3347
|
property :lock_config, as: 'lockConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1LockConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1LockConfig::Representation
|
|
3074
3348
|
|
|
3349
|
+
property :log_config, as: 'logConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1LogConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1LogConfig::Representation
|
|
3350
|
+
|
|
3075
3351
|
property :name, as: 'name'
|
|
3076
3352
|
property :node_config, as: 'nodeConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1NodeConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1NodeConfig::Representation
|
|
3077
3353
|
|
|
3078
3354
|
property :service_account, as: 'serviceAccount'
|
|
3079
3355
|
property :service_directory, as: 'serviceDirectory'
|
|
3356
|
+
property :ssl_config, as: 'sslConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1SslConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1SslConfig::Representation
|
|
3357
|
+
|
|
3080
3358
|
property :status, as: 'status', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConnectionStatus, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConnectionStatus::Representation
|
|
3081
3359
|
|
|
3360
|
+
property :subscription_type, as: 'subscriptionType'
|
|
3082
3361
|
property :suspended, as: 'suspended'
|
|
3362
|
+
property :tls_service_directory, as: 'tlsServiceDirectory'
|
|
3083
3363
|
property :update_time, as: 'updateTime'
|
|
3084
3364
|
end
|
|
3085
3365
|
end
|
|
@@ -3093,6 +3373,26 @@ module Google
|
|
|
3093
3373
|
end
|
|
3094
3374
|
end
|
|
3095
3375
|
|
|
3376
|
+
class GoogleCloudConnectorsV1ConnectorVersionInfraConfig
|
|
3377
|
+
# @private
|
|
3378
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3379
|
+
property :connection_ratelimit_window_seconds, :numeric_string => true, as: 'connectionRatelimitWindowSeconds'
|
|
3380
|
+
property :deployment_model, as: 'deploymentModel'
|
|
3381
|
+
property :deployment_model_migration_state, as: 'deploymentModelMigrationState'
|
|
3382
|
+
property :hpa_config, as: 'hpaConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1HpaConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1HpaConfig::Representation
|
|
3383
|
+
|
|
3384
|
+
property :internalclient_ratelimit_threshold, :numeric_string => true, as: 'internalclientRatelimitThreshold'
|
|
3385
|
+
property :max_instance_request_concurrency, as: 'maxInstanceRequestConcurrency'
|
|
3386
|
+
property :ratelimit_threshold, :numeric_string => true, as: 'ratelimitThreshold'
|
|
3387
|
+
property :resource_limits, as: 'resourceLimits', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ResourceLimits, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ResourceLimits::Representation
|
|
3388
|
+
|
|
3389
|
+
property :resource_requests, as: 'resourceRequests', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ResourceRequests, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ResourceRequests::Representation
|
|
3390
|
+
|
|
3391
|
+
property :shared_deployment, as: 'sharedDeployment'
|
|
3392
|
+
property :tls_migration_state, as: 'tlsMigrationState'
|
|
3393
|
+
end
|
|
3394
|
+
end
|
|
3395
|
+
|
|
3096
3396
|
class GoogleCloudConnectorsV1Destination
|
|
3097
3397
|
# @private
|
|
3098
3398
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3111,121 +3411,262 @@ module Google
|
|
|
3111
3411
|
end
|
|
3112
3412
|
end
|
|
3113
3413
|
|
|
3114
|
-
class
|
|
3414
|
+
class GoogleCloudConnectorsV1EncryptionKey
|
|
3115
3415
|
# @private
|
|
3116
3416
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3117
|
-
property :
|
|
3118
|
-
property :
|
|
3417
|
+
property :kms_key_name, as: 'kmsKeyName'
|
|
3418
|
+
property :type, as: 'type'
|
|
3119
3419
|
end
|
|
3120
3420
|
end
|
|
3121
3421
|
|
|
3122
|
-
class
|
|
3422
|
+
class GoogleCloudConnectorsV1EventingConfig
|
|
3123
3423
|
# @private
|
|
3124
3424
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3125
|
-
|
|
3126
|
-
|
|
3425
|
+
collection :additional_variables, as: 'additionalVariables', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable::Representation
|
|
3426
|
+
|
|
3427
|
+
property :auth_config, as: 'authConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig::Representation
|
|
3428
|
+
|
|
3429
|
+
property :dead_letter_config, as: 'deadLetterConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfigDeadLetterConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfigDeadLetterConfig::Representation
|
|
3430
|
+
|
|
3431
|
+
property :enrichment_enabled, as: 'enrichmentEnabled'
|
|
3432
|
+
property :events_listener_ingress_endpoint, as: 'eventsListenerIngressEndpoint'
|
|
3433
|
+
property :listener_auth_config, as: 'listenerAuthConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig::Representation
|
|
3434
|
+
|
|
3435
|
+
property :private_connectivity_enabled, as: 'privateConnectivityEnabled'
|
|
3436
|
+
property :proxy_destination_config, as: 'proxyDestinationConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig::Representation
|
|
3437
|
+
|
|
3438
|
+
property :registration_destination_config, as: 'registrationDestinationConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig::Representation
|
|
3439
|
+
|
|
3127
3440
|
end
|
|
3128
3441
|
end
|
|
3129
3442
|
|
|
3130
|
-
class
|
|
3443
|
+
class GoogleCloudConnectorsV1EventingConfigDeadLetterConfig
|
|
3131
3444
|
# @private
|
|
3132
3445
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3133
|
-
property :
|
|
3446
|
+
property :project_id, as: 'projectId'
|
|
3447
|
+
property :topic, as: 'topic'
|
|
3134
3448
|
end
|
|
3135
3449
|
end
|
|
3136
3450
|
|
|
3137
|
-
class
|
|
3451
|
+
class GoogleCloudConnectorsV1EventingRuntimeData
|
|
3138
3452
|
# @private
|
|
3139
3453
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3140
|
-
property :
|
|
3141
|
-
property :
|
|
3142
|
-
property :
|
|
3143
|
-
|
|
3144
|
-
property :
|
|
3454
|
+
property :events_listener_endpoint, as: 'eventsListenerEndpoint'
|
|
3455
|
+
property :events_listener_psc_sa, as: 'eventsListenerPscSa'
|
|
3456
|
+
property :status, as: 'status', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingStatus, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingStatus::Representation
|
|
3457
|
+
|
|
3458
|
+
property :webhook_data, as: 'webhookData', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeDataWebhookData, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeDataWebhookData::Representation
|
|
3459
|
+
|
|
3460
|
+
property :webhook_subscriptions, as: 'webhookSubscriptions', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions::Representation
|
|
3461
|
+
|
|
3145
3462
|
end
|
|
3146
3463
|
end
|
|
3147
3464
|
|
|
3148
|
-
class
|
|
3465
|
+
class GoogleCloudConnectorsV1EventingRuntimeDataWebhookData
|
|
3149
3466
|
# @private
|
|
3150
3467
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3468
|
+
collection :additional_variables, as: 'additionalVariables', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable::Representation
|
|
3469
|
+
|
|
3470
|
+
property :create_time, as: 'createTime'
|
|
3471
|
+
property :id, as: 'id'
|
|
3472
|
+
property :name, as: 'name'
|
|
3473
|
+
property :next_refresh_time, as: 'nextRefreshTime'
|
|
3474
|
+
property :update_time, as: 'updateTime'
|
|
3151
3475
|
end
|
|
3152
3476
|
end
|
|
3153
3477
|
|
|
3154
|
-
class
|
|
3478
|
+
class GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions
|
|
3155
3479
|
# @private
|
|
3156
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
|
+
|
|
3157
3483
|
end
|
|
3158
3484
|
end
|
|
3159
3485
|
|
|
3160
|
-
class
|
|
3486
|
+
class GoogleCloudConnectorsV1EventingStatus
|
|
3161
3487
|
# @private
|
|
3162
3488
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3489
|
+
property :description, as: 'description'
|
|
3490
|
+
property :state, as: 'state'
|
|
3163
3491
|
end
|
|
3164
3492
|
end
|
|
3165
3493
|
|
|
3166
|
-
class
|
|
3494
|
+
class GoogleCloudConnectorsV1HpaConfig
|
|
3167
3495
|
# @private
|
|
3168
3496
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3497
|
+
property :cpu_utilization_threshold, :numeric_string => true, as: 'cpuUtilizationThreshold'
|
|
3498
|
+
property :memory_utilization_threshold, :numeric_string => true, as: 'memoryUtilizationThreshold'
|
|
3169
3499
|
end
|
|
3170
3500
|
end
|
|
3171
3501
|
|
|
3172
|
-
class
|
|
3502
|
+
class GoogleCloudConnectorsV1LockConfig
|
|
3173
3503
|
# @private
|
|
3174
3504
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3175
|
-
property :
|
|
3176
|
-
property :
|
|
3505
|
+
property :locked, as: 'locked'
|
|
3506
|
+
property :reason, as: 'reason'
|
|
3177
3507
|
end
|
|
3178
3508
|
end
|
|
3179
3509
|
|
|
3180
|
-
class
|
|
3510
|
+
class GoogleCloudConnectorsV1LogConfig
|
|
3181
3511
|
# @private
|
|
3182
3512
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3183
|
-
property :
|
|
3184
|
-
property :
|
|
3185
|
-
property :creator_email, as: 'creatorEmail'
|
|
3186
|
-
property :credential_type, as: 'credentialType'
|
|
3187
|
-
property :decrypted_credential, as: 'decryptedCredential', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCredential, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCredential::Representation
|
|
3188
|
-
|
|
3189
|
-
property :description, as: 'description'
|
|
3190
|
-
property :display_name, as: 'displayName'
|
|
3191
|
-
property :encrypted_credential, :base64 => true, as: 'encryptedCredential'
|
|
3192
|
-
collection :expiry_notification_duration, as: 'expiryNotificationDuration'
|
|
3193
|
-
property :last_modifier_email, as: 'lastModifierEmail'
|
|
3194
|
-
property :name, as: 'name'
|
|
3195
|
-
property :override_valid_time, as: 'overrideValidTime'
|
|
3196
|
-
property :reason, as: 'reason'
|
|
3197
|
-
property :state, as: 'state'
|
|
3198
|
-
property :update_time, as: 'updateTime'
|
|
3199
|
-
property :valid_time, as: 'validTime'
|
|
3200
|
-
property :visibility, as: 'visibility'
|
|
3513
|
+
property :enabled, as: 'enabled'
|
|
3514
|
+
property :level, as: 'level'
|
|
3201
3515
|
end
|
|
3202
3516
|
end
|
|
3203
3517
|
|
|
3204
|
-
class
|
|
3518
|
+
class GoogleCloudConnectorsV1NodeConfig
|
|
3205
3519
|
# @private
|
|
3206
3520
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3207
|
-
property :
|
|
3208
|
-
property :
|
|
3521
|
+
property :max_node_count, as: 'maxNodeCount'
|
|
3522
|
+
property :min_node_count, as: 'minNodeCount'
|
|
3209
3523
|
end
|
|
3210
3524
|
end
|
|
3211
3525
|
|
|
3212
|
-
class
|
|
3526
|
+
class GoogleCloudConnectorsV1ResourceLimits
|
|
3213
3527
|
# @private
|
|
3214
3528
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3215
|
-
|
|
3529
|
+
property :cpu, as: 'cpu'
|
|
3530
|
+
property :memory, as: 'memory'
|
|
3216
3531
|
end
|
|
3217
3532
|
end
|
|
3218
3533
|
|
|
3219
|
-
class
|
|
3534
|
+
class GoogleCloudConnectorsV1ResourceRequests
|
|
3220
3535
|
# @private
|
|
3221
3536
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3537
|
+
property :cpu, as: 'cpu'
|
|
3538
|
+
property :memory, as: 'memory'
|
|
3222
3539
|
end
|
|
3223
3540
|
end
|
|
3224
3541
|
|
|
3225
|
-
class
|
|
3542
|
+
class GoogleCloudConnectorsV1Secret
|
|
3226
3543
|
# @private
|
|
3227
3544
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3228
|
-
property :
|
|
3545
|
+
property :secret_version, as: 'secretVersion'
|
|
3546
|
+
end
|
|
3547
|
+
end
|
|
3548
|
+
|
|
3549
|
+
class GoogleCloudConnectorsV1SslConfig
|
|
3550
|
+
# @private
|
|
3551
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3552
|
+
collection :additional_variables, as: 'additionalVariables', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1ConfigVariable::Representation
|
|
3553
|
+
|
|
3554
|
+
property :client_cert_type, as: 'clientCertType'
|
|
3555
|
+
property :client_certificate, as: 'clientCertificate', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1Secret, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1Secret::Representation
|
|
3556
|
+
|
|
3557
|
+
property :client_private_key, as: 'clientPrivateKey', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1Secret, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1Secret::Representation
|
|
3558
|
+
|
|
3559
|
+
property :client_private_key_pass, as: 'clientPrivateKeyPass', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1Secret, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1Secret::Representation
|
|
3560
|
+
|
|
3561
|
+
property :private_server_certificate, as: 'privateServerCertificate', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1Secret, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1Secret::Representation
|
|
3562
|
+
|
|
3563
|
+
property :server_cert_type, as: 'serverCertType'
|
|
3564
|
+
property :trust_model, as: 'trustModel'
|
|
3565
|
+
property :type, as: 'type'
|
|
3566
|
+
property :use_ssl, as: 'useSsl'
|
|
3567
|
+
end
|
|
3568
|
+
end
|
|
3569
|
+
|
|
3570
|
+
class GoogleCloudIntegrationsV1alphaAccessToken
|
|
3571
|
+
# @private
|
|
3572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3573
|
+
property :access_token, as: 'accessToken'
|
|
3574
|
+
property :access_token_expire_time, as: 'accessTokenExpireTime'
|
|
3575
|
+
property :refresh_token, as: 'refreshToken'
|
|
3576
|
+
property :refresh_token_expire_time, as: 'refreshTokenExpireTime'
|
|
3577
|
+
property :token_type, as: 'tokenType'
|
|
3578
|
+
end
|
|
3579
|
+
end
|
|
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
|
+
|
|
3612
|
+
class GoogleCloudIntegrationsV1alphaAttemptStats
|
|
3613
|
+
# @private
|
|
3614
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3615
|
+
property :end_time, as: 'endTime'
|
|
3616
|
+
property :start_time, as: 'startTime'
|
|
3617
|
+
end
|
|
3618
|
+
end
|
|
3619
|
+
|
|
3620
|
+
class GoogleCloudIntegrationsV1alphaAuthConfig
|
|
3621
|
+
# @private
|
|
3622
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3623
|
+
property :certificate_id, as: 'certificateId'
|
|
3624
|
+
property :create_time, as: 'createTime'
|
|
3625
|
+
property :creator_email, as: 'creatorEmail'
|
|
3626
|
+
property :credential_type, as: 'credentialType'
|
|
3627
|
+
property :decrypted_credential, as: 'decryptedCredential', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCredential, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCredential::Representation
|
|
3628
|
+
|
|
3629
|
+
property :description, as: 'description'
|
|
3630
|
+
property :display_name, as: 'displayName'
|
|
3631
|
+
property :encrypted_credential, :base64 => true, as: 'encryptedCredential'
|
|
3632
|
+
collection :expiry_notification_duration, as: 'expiryNotificationDuration'
|
|
3633
|
+
property :last_modifier_email, as: 'lastModifierEmail'
|
|
3634
|
+
property :name, as: 'name'
|
|
3635
|
+
property :override_valid_time, as: 'overrideValidTime'
|
|
3636
|
+
property :reason, as: 'reason'
|
|
3637
|
+
property :state, as: 'state'
|
|
3638
|
+
property :update_time, as: 'updateTime'
|
|
3639
|
+
property :valid_time, as: 'validTime'
|
|
3640
|
+
property :visibility, as: 'visibility'
|
|
3641
|
+
end
|
|
3642
|
+
end
|
|
3643
|
+
|
|
3644
|
+
class GoogleCloudIntegrationsV1alphaAuthToken
|
|
3645
|
+
# @private
|
|
3646
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3647
|
+
property :token, as: 'token'
|
|
3648
|
+
property :type, as: 'type'
|
|
3649
|
+
end
|
|
3650
|
+
end
|
|
3651
|
+
|
|
3652
|
+
class GoogleCloudIntegrationsV1alphaBooleanParameterArray
|
|
3653
|
+
# @private
|
|
3654
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3655
|
+
collection :boolean_values, as: 'booleanValues'
|
|
3656
|
+
end
|
|
3657
|
+
end
|
|
3658
|
+
|
|
3659
|
+
class GoogleCloudIntegrationsV1alphaCancelExecutionRequest
|
|
3660
|
+
# @private
|
|
3661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3662
|
+
property :cancel_reason, as: 'cancelReason'
|
|
3663
|
+
end
|
|
3664
|
+
end
|
|
3665
|
+
|
|
3666
|
+
class GoogleCloudIntegrationsV1alphaCancelExecutionResponse
|
|
3667
|
+
# @private
|
|
3668
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3669
|
+
property :is_canceled, as: 'isCanceled'
|
|
3229
3670
|
end
|
|
3230
3671
|
end
|
|
3231
3672
|
|
|
@@ -3261,14 +3702,16 @@ module Google
|
|
|
3261
3702
|
property :client_state, as: 'clientState'
|
|
3262
3703
|
property :cloud_kms_config, as: 'cloudKmsConfig', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudKmsConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudKmsConfig::Representation
|
|
3263
3704
|
|
|
3264
|
-
property :cloud_logging_config, as: 'cloudLoggingConfig', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingConfig::Representation
|
|
3265
|
-
|
|
3266
3705
|
property :create_time, as: 'createTime'
|
|
3267
3706
|
property :description, as: 'description'
|
|
3707
|
+
property :enable_internal_ip, as: 'enableInternalIp'
|
|
3708
|
+
property :enable_variable_masking, as: 'enableVariableMasking'
|
|
3268
3709
|
property :id, as: 'id'
|
|
3710
|
+
property :is_gmek, as: 'isGmek'
|
|
3269
3711
|
property :p4_service_account, as: 'p4ServiceAccount'
|
|
3270
3712
|
property :project_id, as: 'projectId'
|
|
3271
3713
|
property :region, as: 'region'
|
|
3714
|
+
property :run_as_service_account, as: 'runAsServiceAccount'
|
|
3272
3715
|
end
|
|
3273
3716
|
end
|
|
3274
3717
|
|
|
@@ -3278,14 +3721,15 @@ module Google
|
|
|
3278
3721
|
property :key, as: 'key'
|
|
3279
3722
|
property :key_version, as: 'keyVersion'
|
|
3280
3723
|
property :kms_location, as: 'kmsLocation'
|
|
3724
|
+
property :kms_project_id, as: 'kmsProjectId'
|
|
3281
3725
|
property :kms_ring, as: 'kmsRing'
|
|
3282
3726
|
end
|
|
3283
3727
|
end
|
|
3284
3728
|
|
|
3285
|
-
class
|
|
3729
|
+
class GoogleCloudIntegrationsV1alphaCloudLoggingDetails
|
|
3286
3730
|
# @private
|
|
3287
3731
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3288
|
-
property :
|
|
3732
|
+
property :cloud_logging_severity, as: 'cloudLoggingSeverity'
|
|
3289
3733
|
property :enable_cloud_logging, as: 'enableCloudLogging'
|
|
3290
3734
|
end
|
|
3291
3735
|
end
|
|
@@ -3300,44 +3744,44 @@ module Google
|
|
|
3300
3744
|
end
|
|
3301
3745
|
end
|
|
3302
3746
|
|
|
3303
|
-
class
|
|
3747
|
+
class GoogleCloudIntegrationsV1alphaConditionalFailurePolicies
|
|
3304
3748
|
# @private
|
|
3305
3749
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3306
|
-
|
|
3307
|
-
|
|
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
|
+
|
|
3308
3754
|
end
|
|
3309
3755
|
end
|
|
3310
3756
|
|
|
3311
|
-
class
|
|
3757
|
+
class GoogleCloudIntegrationsV1alphaConnectionSchemaMetadata
|
|
3312
3758
|
# @private
|
|
3313
3759
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3314
|
-
|
|
3315
|
-
|
|
3760
|
+
collection :actions, as: 'actions'
|
|
3761
|
+
collection :entities, as: 'entities'
|
|
3316
3762
|
end
|
|
3317
3763
|
end
|
|
3318
3764
|
|
|
3319
|
-
class
|
|
3765
|
+
class GoogleCloudIntegrationsV1alphaCoordinate
|
|
3320
3766
|
# @private
|
|
3321
3767
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3322
|
-
property :
|
|
3768
|
+
property :x, as: 'x'
|
|
3769
|
+
property :y, as: 'y'
|
|
3323
3770
|
end
|
|
3324
3771
|
end
|
|
3325
3772
|
|
|
3326
|
-
class
|
|
3773
|
+
class GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectRequest
|
|
3327
3774
|
# @private
|
|
3328
3775
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3329
|
-
property :
|
|
3330
|
-
|
|
3331
|
-
property :secondary_customer_org_id, as: 'secondaryCustomerOrgId'
|
|
3776
|
+
property :apps_script_project, as: 'appsScriptProject'
|
|
3777
|
+
property :auth_config_id, as: 'authConfigId'
|
|
3332
3778
|
end
|
|
3333
3779
|
end
|
|
3334
3780
|
|
|
3335
|
-
class
|
|
3781
|
+
class GoogleCloudIntegrationsV1alphaCreateAppsScriptProjectResponse
|
|
3336
3782
|
# @private
|
|
3337
3783
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3338
|
-
property :
|
|
3339
|
-
|
|
3340
|
-
property :trigger_id, as: 'triggerId'
|
|
3784
|
+
property :project_id, as: 'projectId'
|
|
3341
3785
|
end
|
|
3342
3786
|
end
|
|
3343
3787
|
|
|
@@ -3380,39 +3824,51 @@ module Google
|
|
|
3380
3824
|
end
|
|
3381
3825
|
end
|
|
3382
3826
|
|
|
3383
|
-
class
|
|
3827
|
+
class GoogleCloudIntegrationsV1alphaDeprovisionClientRequest
|
|
3384
3828
|
# @private
|
|
3385
3829
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3386
3830
|
end
|
|
3387
3831
|
end
|
|
3388
3832
|
|
|
3389
|
-
class
|
|
3833
|
+
class GoogleCloudIntegrationsV1alphaDoubleParameterArray
|
|
3390
3834
|
# @private
|
|
3391
3835
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3836
|
+
collection :double_values, as: 'doubleValues'
|
|
3392
3837
|
end
|
|
3393
3838
|
end
|
|
3394
3839
|
|
|
3395
|
-
class
|
|
3840
|
+
class GoogleCloudIntegrationsV1alphaDownloadExecutionResponse
|
|
3396
3841
|
# @private
|
|
3397
3842
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3843
|
+
property :content, as: 'content'
|
|
3398
3844
|
end
|
|
3399
3845
|
end
|
|
3400
3846
|
|
|
3401
|
-
class
|
|
3847
|
+
class GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse
|
|
3402
3848
|
# @private
|
|
3403
3849
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3404
|
-
|
|
3850
|
+
property :content, as: 'content'
|
|
3851
|
+
collection :files, as: 'files', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSerializedFile, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSerializedFile::Representation
|
|
3852
|
+
|
|
3405
3853
|
end
|
|
3406
3854
|
end
|
|
3407
3855
|
|
|
3408
|
-
class
|
|
3856
|
+
class GoogleCloudIntegrationsV1alphaDownloadJsonPackageResponse
|
|
3857
|
+
# @private
|
|
3858
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3859
|
+
collection :files, as: 'files', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaFile, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaFile::Representation
|
|
3860
|
+
|
|
3861
|
+
end
|
|
3862
|
+
end
|
|
3863
|
+
|
|
3864
|
+
class GoogleCloudIntegrationsV1alphaDownloadTemplateResponse
|
|
3409
3865
|
# @private
|
|
3410
3866
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3411
3867
|
property :content, as: 'content'
|
|
3412
3868
|
end
|
|
3413
3869
|
end
|
|
3414
3870
|
|
|
3415
|
-
class
|
|
3871
|
+
class GoogleCloudIntegrationsV1alphaDownloadTestCaseResponse
|
|
3416
3872
|
# @private
|
|
3417
3873
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3418
3874
|
property :content, as: 'content'
|
|
@@ -3426,15 +3882,37 @@ module Google
|
|
|
3426
3882
|
end
|
|
3427
3883
|
end
|
|
3428
3884
|
|
|
3885
|
+
class GoogleCloudIntegrationsV1alphaErrorCatcherConfig
|
|
3886
|
+
# @private
|
|
3887
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3888
|
+
property :description, as: 'description'
|
|
3889
|
+
property :error_catcher_id, as: 'errorCatcherId'
|
|
3890
|
+
property :error_catcher_number, as: 'errorCatcherNumber'
|
|
3891
|
+
property :label, as: 'label'
|
|
3892
|
+
property :position, as: 'position', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCoordinate, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCoordinate::Representation
|
|
3893
|
+
|
|
3894
|
+
collection :start_error_tasks, as: 'startErrorTasks', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaNextTask, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaNextTask::Representation
|
|
3895
|
+
|
|
3896
|
+
end
|
|
3897
|
+
end
|
|
3898
|
+
|
|
3429
3899
|
class GoogleCloudIntegrationsV1alphaEventParameter
|
|
3430
3900
|
# @private
|
|
3431
3901
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3432
3902
|
property :key, as: 'key'
|
|
3903
|
+
property :masked, as: 'masked'
|
|
3433
3904
|
property :value, as: 'value', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType::Representation
|
|
3434
3905
|
|
|
3435
3906
|
end
|
|
3436
3907
|
end
|
|
3437
3908
|
|
|
3909
|
+
class GoogleCloudIntegrationsV1alphaExecuteEventResponse
|
|
3910
|
+
# @private
|
|
3911
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3912
|
+
property :execution_id, as: 'executionId'
|
|
3913
|
+
end
|
|
3914
|
+
end
|
|
3915
|
+
|
|
3438
3916
|
class GoogleCloudIntegrationsV1alphaExecuteIntegrationsRequest
|
|
3439
3917
|
# @private
|
|
3440
3918
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3464,9 +3942,30 @@ module Google
|
|
|
3464
3942
|
end
|
|
3465
3943
|
end
|
|
3466
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
|
+
|
|
3467
3964
|
class GoogleCloudIntegrationsV1alphaExecution
|
|
3468
3965
|
# @private
|
|
3469
3966
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3967
|
+
property :cloud_logging_details, as: 'cloudLoggingDetails', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingDetails, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingDetails::Representation
|
|
3968
|
+
|
|
3470
3969
|
property :create_time, as: 'createTime'
|
|
3471
3970
|
collection :direct_sub_executions, as: 'directSubExecutions', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecution, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecution::Representation
|
|
3472
3971
|
|
|
@@ -3475,7 +3974,10 @@ module Google
|
|
|
3475
3974
|
property :execution_details, as: 'executionDetails', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecutionDetails, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecutionDetails::Representation
|
|
3476
3975
|
|
|
3477
3976
|
property :execution_method, as: 'executionMethod'
|
|
3977
|
+
property :integration_version_state, as: 'integrationVersionState'
|
|
3478
3978
|
property :name, as: 'name'
|
|
3979
|
+
property :replay_info, as: 'replayInfo', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecutionReplayInfo, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecutionReplayInfo::Representation
|
|
3980
|
+
|
|
3479
3981
|
hash :request_parameters, as: 'requestParameters', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType::Representation
|
|
3480
3982
|
|
|
3481
3983
|
collection :request_params, as: 'requestParams', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterEntry, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterEntry::Representation
|
|
@@ -3484,6 +3986,7 @@ module Google
|
|
|
3484
3986
|
|
|
3485
3987
|
collection :response_params, as: 'responseParams', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterEntry, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterEntry::Representation
|
|
3486
3988
|
|
|
3989
|
+
property :snapshot_number, :numeric_string => true, as: 'snapshotNumber'
|
|
3487
3990
|
property :trigger_id, as: 'triggerId'
|
|
3488
3991
|
property :update_time, as: 'updateTime'
|
|
3489
3992
|
end
|
|
@@ -3494,12 +3997,23 @@ module Google
|
|
|
3494
3997
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3495
3998
|
collection :attempt_stats, as: 'attemptStats', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAttemptStats, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaAttemptStats::Representation
|
|
3496
3999
|
|
|
4000
|
+
property :event_execution_snapshots_size, :numeric_string => true, as: 'eventExecutionSnapshotsSize'
|
|
3497
4001
|
collection :execution_snapshots, as: 'executionSnapshots', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecutionSnapshot, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecutionSnapshot::Representation
|
|
3498
4002
|
|
|
3499
4003
|
property :state, as: 'state'
|
|
3500
4004
|
end
|
|
3501
4005
|
end
|
|
3502
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
|
+
|
|
3503
4017
|
class GoogleCloudIntegrationsV1alphaExecutionSnapshot
|
|
3504
4018
|
# @private
|
|
3505
4019
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3516,9 +4030,13 @@ module Google
|
|
|
3516
4030
|
class GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata
|
|
3517
4031
|
# @private
|
|
3518
4032
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4033
|
+
collection :ancestor_iteration_numbers, as: 'ancestorIterationNumbers'
|
|
4034
|
+
collection :ancestor_task_numbers, as: 'ancestorTaskNumbers'
|
|
3519
4035
|
property :execution_attempt, as: 'executionAttempt'
|
|
4036
|
+
property :integration_name, as: 'integrationName'
|
|
3520
4037
|
property :task, as: 'task'
|
|
3521
4038
|
property :task_attempt, as: 'taskAttempt'
|
|
4039
|
+
property :task_label, as: 'taskLabel'
|
|
3522
4040
|
property :task_number, as: 'taskNumber'
|
|
3523
4041
|
end
|
|
3524
4042
|
end
|
|
@@ -3526,24 +4044,43 @@ module Google
|
|
|
3526
4044
|
class GoogleCloudIntegrationsV1alphaFailurePolicy
|
|
3527
4045
|
# @private
|
|
3528
4046
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4047
|
+
property :condition, as: 'condition'
|
|
3529
4048
|
property :interval_time, as: 'intervalTime'
|
|
3530
4049
|
property :max_retries, as: 'maxRetries'
|
|
3531
4050
|
property :retry_strategy, as: 'retryStrategy'
|
|
3532
4051
|
end
|
|
3533
4052
|
end
|
|
3534
4053
|
|
|
3535
|
-
class
|
|
4054
|
+
class GoogleCloudIntegrationsV1alphaFile
|
|
3536
4055
|
# @private
|
|
3537
4056
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3538
|
-
|
|
4057
|
+
hash :integration_config, as: 'integrationConfig'
|
|
4058
|
+
property :integration_version, as: 'integrationVersion', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationVersion, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationVersion::Representation
|
|
4059
|
+
|
|
4060
|
+
property :type, as: 'type'
|
|
3539
4061
|
end
|
|
3540
4062
|
end
|
|
3541
4063
|
|
|
3542
|
-
class
|
|
4064
|
+
class GoogleCloudIntegrationsV1alphaGenerateOpenApiSpecRequest
|
|
3543
4065
|
# @private
|
|
3544
4066
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3545
|
-
|
|
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
|
|
3546
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
|
+
|
|
4080
|
+
class GoogleCloudIntegrationsV1alphaGenerateTokenResponse
|
|
4081
|
+
# @private
|
|
4082
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4083
|
+
property :message, as: 'message'
|
|
3547
4084
|
end
|
|
3548
4085
|
end
|
|
3549
4086
|
|
|
@@ -3563,6 +4100,26 @@ module Google
|
|
|
3563
4100
|
end
|
|
3564
4101
|
end
|
|
3565
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
|
+
|
|
3566
4123
|
class GoogleCloudIntegrationsV1alphaIntParameterArray
|
|
3567
4124
|
# @private
|
|
3568
4125
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3574,7 +4131,10 @@ module Google
|
|
|
3574
4131
|
# @private
|
|
3575
4132
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3576
4133
|
property :active, as: 'active'
|
|
4134
|
+
property :create_time, as: 'createTime'
|
|
4135
|
+
property :creator_email, as: 'creatorEmail'
|
|
3577
4136
|
property :description, as: 'description'
|
|
4137
|
+
property :last_modifier_email, as: 'lastModifierEmail'
|
|
3578
4138
|
property :name, as: 'name'
|
|
3579
4139
|
property :update_time, as: 'updateTime'
|
|
3580
4140
|
end
|
|
@@ -3604,25 +4164,30 @@ module Google
|
|
|
3604
4164
|
end
|
|
3605
4165
|
end
|
|
3606
4166
|
|
|
3607
|
-
class
|
|
4167
|
+
class GoogleCloudIntegrationsV1alphaIntegrationConfigParameter
|
|
3608
4168
|
# @private
|
|
3609
4169
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3610
|
-
|
|
3611
|
-
|
|
4170
|
+
property :parameter, as: 'parameter', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationParameter, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationParameter::Representation
|
|
4171
|
+
|
|
4172
|
+
property :value, as: 'value', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType::Representation
|
|
4173
|
+
|
|
3612
4174
|
end
|
|
3613
4175
|
end
|
|
3614
4176
|
|
|
3615
4177
|
class GoogleCloudIntegrationsV1alphaIntegrationParameter
|
|
3616
4178
|
# @private
|
|
3617
4179
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4180
|
+
property :contains_large_data, as: 'containsLargeData'
|
|
3618
4181
|
property :data_type, as: 'dataType'
|
|
3619
4182
|
property :default_value, as: 'defaultValue', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType::Representation
|
|
3620
4183
|
|
|
4184
|
+
property :description, as: 'description'
|
|
3621
4185
|
property :display_name, as: 'displayName'
|
|
3622
4186
|
property :input_output_type, as: 'inputOutputType'
|
|
3623
4187
|
property :is_transient, as: 'isTransient'
|
|
3624
4188
|
property :json_schema, as: 'jsonSchema'
|
|
3625
4189
|
property :key, as: 'key'
|
|
4190
|
+
property :masked, as: 'masked'
|
|
3626
4191
|
property :producer, as: 'producer'
|
|
3627
4192
|
property :searchable, as: 'searchable'
|
|
3628
4193
|
end
|
|
@@ -3631,9 +4196,17 @@ module Google
|
|
|
3631
4196
|
class GoogleCloudIntegrationsV1alphaIntegrationVersion
|
|
3632
4197
|
# @private
|
|
3633
4198
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4199
|
+
property :cloud_logging_details, as: 'cloudLoggingDetails', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingDetails, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingDetails::Representation
|
|
4200
|
+
|
|
3634
4201
|
property :create_time, as: 'createTime'
|
|
4202
|
+
property :created_from_template, as: 'createdFromTemplate'
|
|
3635
4203
|
property :database_persistence_policy, as: 'databasePersistencePolicy'
|
|
3636
4204
|
property :description, as: 'description'
|
|
4205
|
+
property :enable_variable_masking, as: 'enableVariableMasking'
|
|
4206
|
+
collection :error_catcher_configs, as: 'errorCatcherConfigs', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaErrorCatcherConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaErrorCatcherConfig::Representation
|
|
4207
|
+
|
|
4208
|
+
collection :integration_config_parameters, as: 'integrationConfigParameters', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationConfigParameter, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationConfigParameter::Representation
|
|
4209
|
+
|
|
3637
4210
|
collection :integration_parameters, as: 'integrationParameters', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationParameter, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationParameter::Representation
|
|
3638
4211
|
|
|
3639
4212
|
property :integration_parameters_internal, as: 'integrationParametersInternal', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoWorkflowParameters, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoWorkflowParameters::Representation
|
|
@@ -3643,6 +4216,7 @@ module Google
|
|
|
3643
4216
|
property :name, as: 'name'
|
|
3644
4217
|
property :origin, as: 'origin'
|
|
3645
4218
|
property :parent_template_id, as: 'parentTemplateId'
|
|
4219
|
+
property :run_as_service_account, as: 'runAsServiceAccount'
|
|
3646
4220
|
property :snapshot_number, :numeric_string => true, as: 'snapshotNumber'
|
|
3647
4221
|
property :state, as: 'state'
|
|
3648
4222
|
property :status, as: 'status'
|
|
@@ -3661,6 +4235,15 @@ module Google
|
|
|
3661
4235
|
end
|
|
3662
4236
|
end
|
|
3663
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
|
+
|
|
3664
4247
|
class GoogleCloudIntegrationsV1alphaJwt
|
|
3665
4248
|
# @private
|
|
3666
4249
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3726,15 +4309,6 @@ module Google
|
|
|
3726
4309
|
end
|
|
3727
4310
|
end
|
|
3728
4311
|
|
|
3729
|
-
class GoogleCloudIntegrationsV1alphaListExecutionSnapshotsResponse
|
|
3730
|
-
# @private
|
|
3731
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3732
|
-
collection :execution_snapshots, as: 'executionSnapshots', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventExecutionSnapshot, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventExecutionSnapshot::Representation
|
|
3733
|
-
|
|
3734
|
-
property :next_page_token, as: 'nextPageToken'
|
|
3735
|
-
end
|
|
3736
|
-
end
|
|
3737
|
-
|
|
3738
4312
|
class GoogleCloudIntegrationsV1alphaListExecutionsResponse
|
|
3739
4313
|
# @private
|
|
3740
4314
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3810,68 +4384,40 @@ module Google
|
|
|
3810
4384
|
end
|
|
3811
4385
|
end
|
|
3812
4386
|
|
|
3813
|
-
class
|
|
3814
|
-
# @private
|
|
3815
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3816
|
-
collection :task_entities, as: 'taskEntities', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoTaskEntity, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoTaskEntity::Representation
|
|
3817
|
-
|
|
3818
|
-
end
|
|
3819
|
-
end
|
|
3820
|
-
|
|
3821
|
-
class GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestGroupBy
|
|
4387
|
+
class GoogleCloudIntegrationsV1alphaListTemplatesResponse
|
|
3822
4388
|
# @private
|
|
3823
4389
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
end
|
|
3827
|
-
end
|
|
3828
|
-
|
|
3829
|
-
class GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQuery
|
|
3830
|
-
# @private
|
|
3831
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3832
|
-
property :first_query, as: 'firstQuery', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQueryComponent, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQueryComponent::Representation
|
|
3833
|
-
|
|
3834
|
-
property :operation_mode, as: 'operationMode', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQueryOperationMode, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQueryOperationMode::Representation
|
|
3835
|
-
|
|
3836
|
-
property :second_query, as: 'secondQuery', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQueryComponent, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQueryComponent::Representation
|
|
4390
|
+
property :next_page_token, as: 'nextPageToken'
|
|
4391
|
+
collection :templates, as: 'templates', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTemplate, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTemplate::Representation
|
|
3837
4392
|
|
|
3838
4393
|
end
|
|
3839
4394
|
end
|
|
3840
4395
|
|
|
3841
|
-
class
|
|
4396
|
+
class GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse
|
|
3842
4397
|
# @private
|
|
3843
4398
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3844
|
-
|
|
3845
|
-
collection :data_filters, as: 'dataFilters'
|
|
3846
|
-
collection :fetch_filters, as: 'fetchFilters'
|
|
3847
|
-
property :group_by, as: 'groupBy', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestGroupBy, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestGroupBy::Representation
|
|
4399
|
+
collection :executions, as: 'executions', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecution, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecution::Representation
|
|
3848
4400
|
|
|
3849
|
-
property :
|
|
3850
|
-
property :time_delta, as: 'timeDelta'
|
|
4401
|
+
property :next_page_token, as: 'nextPageToken'
|
|
3851
4402
|
end
|
|
3852
4403
|
end
|
|
3853
4404
|
|
|
3854
|
-
class
|
|
4405
|
+
class GoogleCloudIntegrationsV1alphaListTestCasesResponse
|
|
3855
4406
|
# @private
|
|
3856
4407
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3857
|
-
property :
|
|
3858
|
-
|
|
3859
|
-
property :operation_type, as: 'operationType'
|
|
3860
|
-
property :union_config, as: 'unionConfig', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQueryOperationModeUnionConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQueryOperationModeUnionConfig::Representation
|
|
4408
|
+
property :next_page_token, as: 'nextPageToken'
|
|
4409
|
+
collection :test_cases, as: 'testCases', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTestCase, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTestCase::Representation
|
|
3861
4410
|
|
|
3862
4411
|
end
|
|
3863
4412
|
end
|
|
3864
4413
|
|
|
3865
|
-
class
|
|
4414
|
+
class GoogleCloudIntegrationsV1alphaMockConfig
|
|
3866
4415
|
# @private
|
|
3867
4416
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3868
|
-
|
|
3869
|
-
|
|
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
|
|
3870
4420
|
|
|
3871
|
-
class GoogleCloudIntegrationsV1alphaMonitorExecutionStatsRequestMashQueryOperationModeUnionConfig
|
|
3872
|
-
# @private
|
|
3873
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3874
|
-
property :reducer, as: 'reducer'
|
|
3875
4421
|
end
|
|
3876
4422
|
end
|
|
3877
4423
|
|
|
@@ -3980,6 +4526,7 @@ module Google
|
|
|
3980
4526
|
class GoogleCloudIntegrationsV1alphaProjectProperties
|
|
3981
4527
|
# @private
|
|
3982
4528
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4529
|
+
property :billing_type, as: 'billingType'
|
|
3983
4530
|
property :ip_enablement_state, as: 'ipEnablementState'
|
|
3984
4531
|
collection :provisioned_regions, as: 'provisionedRegions'
|
|
3985
4532
|
end
|
|
@@ -3991,12 +4538,16 @@ module Google
|
|
|
3991
4538
|
property :cloud_kms_config, as: 'cloudKmsConfig', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudKmsConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudKmsConfig::Representation
|
|
3992
4539
|
|
|
3993
4540
|
property :create_sample_workflows, as: 'createSampleWorkflows'
|
|
4541
|
+
property :provision_gmek, as: 'provisionGmek'
|
|
4542
|
+
property :run_as_service_account, as: 'runAsServiceAccount'
|
|
4543
|
+
property :skip_cp_provision, as: 'skipCpProvision'
|
|
3994
4544
|
end
|
|
3995
4545
|
end
|
|
3996
4546
|
|
|
3997
4547
|
class GoogleCloudIntegrationsV1alphaPublishIntegrationVersionRequest
|
|
3998
4548
|
# @private
|
|
3999
4549
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4550
|
+
hash :config_parameters, as: 'configParameters'
|
|
4000
4551
|
end
|
|
4001
4552
|
end
|
|
4002
4553
|
|
|
@@ -4006,6 +4557,29 @@ module Google
|
|
|
4006
4557
|
end
|
|
4007
4558
|
end
|
|
4008
4559
|
|
|
4560
|
+
class GoogleCloudIntegrationsV1alphaReplaceServiceAccountRequest
|
|
4561
|
+
# @private
|
|
4562
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4563
|
+
property :run_as_service_account, as: 'runAsServiceAccount'
|
|
4564
|
+
end
|
|
4565
|
+
end
|
|
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
|
+
|
|
4009
4583
|
class GoogleCloudIntegrationsV1alphaResolveSuspensionRequest
|
|
4010
4584
|
# @private
|
|
4011
4585
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4050,6 +4624,7 @@ module Google
|
|
|
4050
4624
|
property :request_id, as: 'requestId'
|
|
4051
4625
|
property :schedule_time, as: 'scheduleTime'
|
|
4052
4626
|
property :trigger_id, as: 'triggerId'
|
|
4627
|
+
property :user_generated_execution_id, as: 'userGeneratedExecutionId'
|
|
4053
4628
|
end
|
|
4054
4629
|
end
|
|
4055
4630
|
|
|
@@ -4060,6 +4635,23 @@ module Google
|
|
|
4060
4635
|
end
|
|
4061
4636
|
end
|
|
4062
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
|
+
|
|
4647
|
+
class GoogleCloudIntegrationsV1alphaSerializedFile
|
|
4648
|
+
# @private
|
|
4649
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4650
|
+
property :content, as: 'content'
|
|
4651
|
+
property :file, as: 'file'
|
|
4652
|
+
end
|
|
4653
|
+
end
|
|
4654
|
+
|
|
4063
4655
|
class GoogleCloudIntegrationsV1alphaServiceAccountCredentials
|
|
4064
4656
|
# @private
|
|
4065
4657
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4098,6 +4690,13 @@ module Google
|
|
|
4098
4690
|
end
|
|
4099
4691
|
end
|
|
4100
4692
|
|
|
4693
|
+
class GoogleCloudIntegrationsV1alphaShareTemplateRequest
|
|
4694
|
+
# @private
|
|
4695
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4696
|
+
collection :resource_names, as: 'resourceNames'
|
|
4697
|
+
end
|
|
4698
|
+
end
|
|
4699
|
+
|
|
4101
4700
|
class GoogleCloudIntegrationsV1alphaStringParameterArray
|
|
4102
4701
|
# @private
|
|
4103
4702
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4158,6 +4757,21 @@ module Google
|
|
|
4158
4757
|
end
|
|
4159
4758
|
end
|
|
4160
4759
|
|
|
4760
|
+
class GoogleCloudIntegrationsV1alphaSwitchEncryptionRequest
|
|
4761
|
+
# @private
|
|
4762
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4763
|
+
property :cloud_kms_config, as: 'cloudKmsConfig', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudKmsConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudKmsConfig::Representation
|
|
4764
|
+
|
|
4765
|
+
end
|
|
4766
|
+
end
|
|
4767
|
+
|
|
4768
|
+
class GoogleCloudIntegrationsV1alphaSwitchVariableMaskingRequest
|
|
4769
|
+
# @private
|
|
4770
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4771
|
+
property :enable_variable_masking, as: 'enableVariableMasking'
|
|
4772
|
+
end
|
|
4773
|
+
end
|
|
4774
|
+
|
|
4161
4775
|
class GoogleCloudIntegrationsV1alphaTakeoverEditLockRequest
|
|
4162
4776
|
# @private
|
|
4163
4777
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4172,11 +4786,21 @@ module Google
|
|
|
4172
4786
|
end
|
|
4173
4787
|
end
|
|
4174
4788
|
|
|
4789
|
+
class GoogleCloudIntegrationsV1alphaTakeoverTestCaseEditLockRequest
|
|
4790
|
+
# @private
|
|
4791
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4792
|
+
end
|
|
4793
|
+
end
|
|
4794
|
+
|
|
4175
4795
|
class GoogleCloudIntegrationsV1alphaTaskConfig
|
|
4176
4796
|
# @private
|
|
4177
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
|
+
|
|
4178
4800
|
property :description, as: 'description'
|
|
4179
4801
|
property :display_name, as: 'displayName'
|
|
4802
|
+
property :error_catcher_id, as: 'errorCatcherId'
|
|
4803
|
+
property :external_task_type, as: 'externalTaskType'
|
|
4180
4804
|
property :failure_policy, as: 'failurePolicy', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaFailurePolicy, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaFailurePolicy::Representation
|
|
4181
4805
|
|
|
4182
4806
|
property :json_validation_option, as: 'jsonValidationOption'
|
|
@@ -4185,6 +4809,8 @@ module Google
|
|
|
4185
4809
|
property :next_tasks_execution_policy, as: 'nextTasksExecutionPolicy'
|
|
4186
4810
|
hash :parameters, as: 'parameters', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaEventParameter, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaEventParameter::Representation
|
|
4187
4811
|
|
|
4812
|
+
property :position, as: 'position', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCoordinate, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCoordinate::Representation
|
|
4813
|
+
|
|
4188
4814
|
property :success_policy, as: 'successPolicy', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSuccessPolicy, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSuccessPolicy::Representation
|
|
4189
4815
|
|
|
4190
4816
|
property :synchronous_call_failure_policy, as: 'synchronousCallFailurePolicy', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaFailurePolicy, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaFailurePolicy::Representation
|
|
@@ -4206,10 +4832,75 @@ module Google
|
|
|
4206
4832
|
end
|
|
4207
4833
|
end
|
|
4208
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
|
+
|
|
4209
4899
|
class GoogleCloudIntegrationsV1alphaTestIntegrationsRequest
|
|
4210
4900
|
# @private
|
|
4211
4901
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4212
4902
|
property :client_id, as: 'clientId'
|
|
4903
|
+
hash :config_parameters, as: 'configParameters'
|
|
4213
4904
|
property :deadline_seconds_time, as: 'deadlineSecondsTime'
|
|
4214
4905
|
hash :input_parameters, as: 'inputParameters', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType::Representation
|
|
4215
4906
|
|
|
@@ -4236,6 +4927,20 @@ module Google
|
|
|
4236
4927
|
end
|
|
4237
4928
|
end
|
|
4238
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
|
+
|
|
4239
4944
|
class GoogleCloudIntegrationsV1alphaTriggerConfig
|
|
4240
4945
|
# @private
|
|
4241
4946
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4244,36 +4949,42 @@ module Google
|
|
|
4244
4949
|
property :cloud_scheduler_config, as: 'cloudSchedulerConfig', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudSchedulerConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudSchedulerConfig::Representation
|
|
4245
4950
|
|
|
4246
4951
|
property :description, as: 'description'
|
|
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
|
+
|
|
4247
4955
|
property :label, as: 'label'
|
|
4248
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
|
+
|
|
4959
|
+
property :position, as: 'position', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCoordinate, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCoordinate::Representation
|
|
4960
|
+
|
|
4249
4961
|
hash :properties, as: 'properties'
|
|
4250
4962
|
collection :start_tasks, as: 'startTasks', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaNextTask, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaNextTask::Representation
|
|
4251
4963
|
|
|
4964
|
+
property :trigger, as: 'trigger'
|
|
4252
4965
|
property :trigger_id, as: 'triggerId'
|
|
4253
4966
|
property :trigger_number, as: 'triggerNumber'
|
|
4254
4967
|
property :trigger_type, as: 'triggerType'
|
|
4255
4968
|
end
|
|
4256
4969
|
end
|
|
4257
4970
|
|
|
4258
|
-
class
|
|
4971
|
+
class GoogleCloudIntegrationsV1alphaTriggerConfigVariables
|
|
4259
4972
|
# @private
|
|
4260
4973
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4974
|
+
collection :names, as: 'names'
|
|
4261
4975
|
end
|
|
4262
4976
|
end
|
|
4263
4977
|
|
|
4264
|
-
class
|
|
4978
|
+
class GoogleCloudIntegrationsV1alphaUnpublishIntegrationVersionRequest
|
|
4265
4979
|
# @private
|
|
4266
4980
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4267
|
-
property :config, as: 'config', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationBundleConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaIntegrationBundleConfig::Representation
|
|
4268
|
-
|
|
4269
4981
|
end
|
|
4270
4982
|
end
|
|
4271
4983
|
|
|
4272
|
-
class
|
|
4984
|
+
class GoogleCloudIntegrationsV1alphaUnshareTemplateRequest
|
|
4273
4985
|
# @private
|
|
4274
4986
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4275
|
-
|
|
4276
|
-
|
|
4987
|
+
collection :resource_names, as: 'resourceNames'
|
|
4277
4988
|
end
|
|
4278
4989
|
end
|
|
4279
4990
|
|
|
@@ -4293,23 +5004,72 @@ module Google
|
|
|
4293
5004
|
end
|
|
4294
5005
|
end
|
|
4295
5006
|
|
|
4296
|
-
class
|
|
5007
|
+
class GoogleCloudIntegrationsV1alphaUploadTemplateRequest
|
|
4297
5008
|
# @private
|
|
4298
5009
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4299
|
-
property :
|
|
4300
|
-
property :
|
|
5010
|
+
property :content, as: 'content'
|
|
5011
|
+
property :file_format, as: 'fileFormat'
|
|
4301
5012
|
end
|
|
4302
5013
|
end
|
|
4303
5014
|
|
|
4304
|
-
class
|
|
5015
|
+
class GoogleCloudIntegrationsV1alphaUploadTemplateResponse
|
|
4305
5016
|
# @private
|
|
4306
5017
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5018
|
+
property :template, as: 'template', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTemplate, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTemplate::Representation
|
|
5019
|
+
|
|
4307
5020
|
end
|
|
4308
5021
|
end
|
|
4309
5022
|
|
|
4310
|
-
class
|
|
5023
|
+
class GoogleCloudIntegrationsV1alphaUploadTestCaseRequest
|
|
4311
5024
|
# @private
|
|
4312
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
|
+
|
|
5068
|
+
class GoogleCloudIntegrationsV1alphaUsernameAndPassword
|
|
5069
|
+
# @private
|
|
5070
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5071
|
+
property :password, as: 'password'
|
|
5072
|
+
property :username, as: 'username'
|
|
4313
5073
|
end
|
|
4314
5074
|
end
|
|
4315
5075
|
|
|
@@ -4340,10 +5100,13 @@ module Google
|
|
|
4340
5100
|
property :parameters, as: 'parameters', class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventParameters, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoEventParameters::Representation
|
|
4341
5101
|
|
|
4342
5102
|
property :priority, as: 'priority'
|
|
5103
|
+
property :quota_retry_count, as: 'quotaRetryCount'
|
|
4343
5104
|
property :request_id, as: 'requestId'
|
|
5105
|
+
property :resource_name, as: 'resourceName'
|
|
4344
5106
|
property :scheduled_time, :numeric_string => true, as: 'scheduledTime'
|
|
4345
5107
|
property :test_mode, as: 'testMode'
|
|
4346
5108
|
property :trigger_id, as: 'triggerId'
|
|
5109
|
+
property :user_generated_execution_id, as: 'userGeneratedExecutionId'
|
|
4347
5110
|
property :workflow_name, as: 'workflowName'
|
|
4348
5111
|
end
|
|
4349
5112
|
end
|