google-apis-connectors_v1 0.32.0 → 0.34.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.
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ConnectorsV1
|
18
18
|
# Version of the google-apis-connectors_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.34.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230712"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -100,12 +100,24 @@ module Google
|
|
100
100
|
include Google::Apis::Core::JsonObjectSupport
|
101
101
|
end
|
102
102
|
|
103
|
+
class ConnectorInfraConfig
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
103
109
|
class ConnectorVersion
|
104
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
111
|
|
106
112
|
include Google::Apis::Core::JsonObjectSupport
|
107
113
|
end
|
108
114
|
|
115
|
+
class ConnectorVersionInfraConfig
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
109
121
|
class ConnectorsLogConfig
|
110
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
123
|
|
@@ -148,6 +160,12 @@ module Google
|
|
148
160
|
include Google::Apis::Core::JsonObjectSupport
|
149
161
|
end
|
150
162
|
|
163
|
+
class EndPoint
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
151
169
|
class EndpointAttachment
|
152
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
171
|
|
@@ -160,6 +178,60 @@ module Google
|
|
160
178
|
include Google::Apis::Core::JsonObjectSupport
|
161
179
|
end
|
162
180
|
|
181
|
+
class EventSubscription
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class EventSubscriptionDestination
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class EventSubscriptionStatus
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class EventType
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class EventingConfig
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class EventingConfigTemplate
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class EventingDetails
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class EventingRuntimeData
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class EventingStatus
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
163
235
|
class Expr
|
164
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
237
|
|
@@ -190,6 +262,12 @@ module Google
|
|
190
262
|
include Google::Apis::Core::JsonObjectSupport
|
191
263
|
end
|
192
264
|
|
265
|
+
class Header
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
193
271
|
class InputParameter
|
194
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
273
|
|
@@ -226,6 +304,18 @@ module Google
|
|
226
304
|
include Google::Apis::Core::JsonObjectSupport
|
227
305
|
end
|
228
306
|
|
307
|
+
class ListEventSubscriptionsResponse
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class ListEventTypesResponse
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
229
319
|
class ListLocationsResponse
|
230
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
321
|
|
@@ -340,6 +430,12 @@ module Google
|
|
340
430
|
include Google::Apis::Core::JsonObjectSupport
|
341
431
|
end
|
342
432
|
|
433
|
+
class RepairEventingRequest
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
343
439
|
class Resource
|
344
440
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
441
|
|
@@ -352,6 +448,12 @@ module Google
|
|
352
448
|
include Google::Apis::Core::JsonObjectSupport
|
353
449
|
end
|
354
450
|
|
451
|
+
class RetryEventSubscriptionRequest
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
355
457
|
class RoleGrant
|
356
458
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
459
|
|
@@ -568,12 +670,19 @@ module Google
|
|
568
670
|
|
569
671
|
property :connection_revision, :numeric_string => true, as: 'connectionRevision'
|
570
672
|
property :connector_version, as: 'connectorVersion'
|
673
|
+
property :connector_version_infra_config, as: 'connectorVersionInfraConfig', class: Google::Apis::ConnectorsV1::ConnectorVersionInfraConfig, decorator: Google::Apis::ConnectorsV1::ConnectorVersionInfraConfig::Representation
|
674
|
+
|
571
675
|
property :connector_version_launch_stage, as: 'connectorVersionLaunchStage'
|
572
676
|
property :create_time, as: 'createTime'
|
573
677
|
property :description, as: 'description'
|
574
678
|
collection :destination_configs, as: 'destinationConfigs', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
|
575
679
|
|
576
680
|
property :envoy_image_location, as: 'envoyImageLocation'
|
681
|
+
property :eventing_config, as: 'eventingConfig', class: Google::Apis::ConnectorsV1::EventingConfig, decorator: Google::Apis::ConnectorsV1::EventingConfig::Representation
|
682
|
+
|
683
|
+
property :eventing_enablement_type, as: 'eventingEnablementType'
|
684
|
+
property :eventing_runtime_data, as: 'eventingRuntimeData', class: Google::Apis::ConnectorsV1::EventingRuntimeData, decorator: Google::Apis::ConnectorsV1::EventingRuntimeData::Representation
|
685
|
+
|
577
686
|
property :image_location, as: 'imageLocation'
|
578
687
|
hash :labels, as: 'labels'
|
579
688
|
property :lock_config, as: 'lockConfig', class: Google::Apis::ConnectorsV1::LockConfig, decorator: Google::Apis::ConnectorsV1::LockConfig::Representation
|
@@ -623,6 +732,8 @@ module Google
|
|
623
732
|
property :description, as: 'description'
|
624
733
|
property :display_name, as: 'displayName'
|
625
734
|
property :documentation_uri, as: 'documentationUri'
|
735
|
+
property :eventing_details, as: 'eventingDetails', class: Google::Apis::ConnectorsV1::EventingDetails, decorator: Google::Apis::ConnectorsV1::EventingDetails::Representation
|
736
|
+
|
626
737
|
property :external_uri, as: 'externalUri'
|
627
738
|
hash :labels, as: 'labels'
|
628
739
|
property :launch_stage, as: 'launchStage'
|
@@ -632,6 +743,13 @@ module Google
|
|
632
743
|
end
|
633
744
|
end
|
634
745
|
|
746
|
+
class ConnectorInfraConfig
|
747
|
+
# @private
|
748
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
749
|
+
property :ratelimit_threshold, :numeric_string => true, as: 'ratelimitThreshold'
|
750
|
+
end
|
751
|
+
end
|
752
|
+
|
635
753
|
class ConnectorVersion
|
636
754
|
# @private
|
637
755
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -639,12 +757,16 @@ module Google
|
|
639
757
|
|
640
758
|
collection :config_variable_templates, as: 'configVariableTemplates', class: Google::Apis::ConnectorsV1::ConfigVariableTemplate, decorator: Google::Apis::ConnectorsV1::ConfigVariableTemplate::Representation
|
641
759
|
|
760
|
+
property :connector_infra_config, as: 'connectorInfraConfig', class: Google::Apis::ConnectorsV1::ConnectorInfraConfig, decorator: Google::Apis::ConnectorsV1::ConnectorInfraConfig::Representation
|
761
|
+
|
642
762
|
property :create_time, as: 'createTime'
|
643
763
|
collection :destination_config_templates, as: 'destinationConfigTemplates', class: Google::Apis::ConnectorsV1::DestinationConfigTemplate, decorator: Google::Apis::ConnectorsV1::DestinationConfigTemplate::Representation
|
644
764
|
|
645
765
|
property :display_name, as: 'displayName'
|
646
766
|
property :egress_control_config, as: 'egressControlConfig', class: Google::Apis::ConnectorsV1::EgressControlConfig, decorator: Google::Apis::ConnectorsV1::EgressControlConfig::Representation
|
647
767
|
|
768
|
+
property :eventing_config_template, as: 'eventingConfigTemplate', class: Google::Apis::ConnectorsV1::EventingConfigTemplate, decorator: Google::Apis::ConnectorsV1::EventingConfigTemplate::Representation
|
769
|
+
|
648
770
|
hash :labels, as: 'labels'
|
649
771
|
property :launch_stage, as: 'launchStage'
|
650
772
|
property :name, as: 'name'
|
@@ -661,6 +783,13 @@ module Google
|
|
661
783
|
end
|
662
784
|
end
|
663
785
|
|
786
|
+
class ConnectorVersionInfraConfig
|
787
|
+
# @private
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
789
|
+
property :ratelimit_threshold, :numeric_string => true, as: 'ratelimitThreshold'
|
790
|
+
end
|
791
|
+
end
|
792
|
+
|
664
793
|
class ConnectorsLogConfig
|
665
794
|
# @private
|
666
795
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -724,6 +853,15 @@ module Google
|
|
724
853
|
end
|
725
854
|
end
|
726
855
|
|
856
|
+
class EndPoint
|
857
|
+
# @private
|
858
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
859
|
+
property :endpoint_uri, as: 'endpointUri'
|
860
|
+
collection :headers, as: 'headers', class: Google::Apis::ConnectorsV1::Header, decorator: Google::Apis::ConnectorsV1::Header::Representation
|
861
|
+
|
862
|
+
end
|
863
|
+
end
|
864
|
+
|
727
865
|
class EndpointAttachment
|
728
866
|
# @private
|
729
867
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -745,6 +883,117 @@ module Google
|
|
745
883
|
end
|
746
884
|
end
|
747
885
|
|
886
|
+
class EventSubscription
|
887
|
+
# @private
|
888
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
889
|
+
property :create_time, as: 'createTime'
|
890
|
+
property :destinations, as: 'destinations', class: Google::Apis::ConnectorsV1::EventSubscriptionDestination, decorator: Google::Apis::ConnectorsV1::EventSubscriptionDestination::Representation
|
891
|
+
|
892
|
+
property :event_type_id, as: 'eventTypeId'
|
893
|
+
property :name, as: 'name'
|
894
|
+
property :status, as: 'status', class: Google::Apis::ConnectorsV1::EventSubscriptionStatus, decorator: Google::Apis::ConnectorsV1::EventSubscriptionStatus::Representation
|
895
|
+
|
896
|
+
property :subscriber, as: 'subscriber'
|
897
|
+
property :subscriber_link, as: 'subscriberLink'
|
898
|
+
property :update_time, as: 'updateTime'
|
899
|
+
end
|
900
|
+
end
|
901
|
+
|
902
|
+
class EventSubscriptionDestination
|
903
|
+
# @private
|
904
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
905
|
+
property :endpoint, as: 'endpoint', class: Google::Apis::ConnectorsV1::EndPoint, decorator: Google::Apis::ConnectorsV1::EndPoint::Representation
|
906
|
+
|
907
|
+
property :service_account, as: 'serviceAccount'
|
908
|
+
property :type, as: 'type'
|
909
|
+
end
|
910
|
+
end
|
911
|
+
|
912
|
+
class EventSubscriptionStatus
|
913
|
+
# @private
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
915
|
+
property :description, as: 'description'
|
916
|
+
property :state, as: 'state'
|
917
|
+
end
|
918
|
+
end
|
919
|
+
|
920
|
+
class EventType
|
921
|
+
# @private
|
922
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
923
|
+
property :create_time, as: 'createTime'
|
924
|
+
property :enriched_event_payload_schema, as: 'enrichedEventPayloadSchema'
|
925
|
+
property :entity_type, as: 'entityType'
|
926
|
+
property :event_payload_schema, as: 'eventPayloadSchema'
|
927
|
+
property :event_type_id, as: 'eventTypeId'
|
928
|
+
property :id_path, as: 'idPath'
|
929
|
+
property :name, as: 'name'
|
930
|
+
property :update_time, as: 'updateTime'
|
931
|
+
end
|
932
|
+
end
|
933
|
+
|
934
|
+
class EventingConfig
|
935
|
+
# @private
|
936
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
937
|
+
collection :additional_variables, as: 'additionalVariables', class: Google::Apis::ConnectorsV1::ConfigVariable, decorator: Google::Apis::ConnectorsV1::ConfigVariable::Representation
|
938
|
+
|
939
|
+
property :auth_config, as: 'authConfig', class: Google::Apis::ConnectorsV1::AuthConfig, decorator: Google::Apis::ConnectorsV1::AuthConfig::Representation
|
940
|
+
|
941
|
+
property :encryption_key, as: 'encryptionKey', class: Google::Apis::ConnectorsV1::ConfigVariable, decorator: Google::Apis::ConnectorsV1::ConfigVariable::Representation
|
942
|
+
|
943
|
+
property :enrichment_enabled, as: 'enrichmentEnabled'
|
944
|
+
property :registration_destination_config, as: 'registrationDestinationConfig', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
|
945
|
+
|
946
|
+
end
|
947
|
+
end
|
948
|
+
|
949
|
+
class EventingConfigTemplate
|
950
|
+
# @private
|
951
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
952
|
+
collection :additional_variables, as: 'additionalVariables', class: Google::Apis::ConnectorsV1::ConfigVariableTemplate, decorator: Google::Apis::ConnectorsV1::ConfigVariableTemplate::Representation
|
953
|
+
|
954
|
+
collection :auth_config_templates, as: 'authConfigTemplates', class: Google::Apis::ConnectorsV1::AuthConfigTemplate, decorator: Google::Apis::ConnectorsV1::AuthConfigTemplate::Representation
|
955
|
+
|
956
|
+
property :auto_refresh, as: 'autoRefresh'
|
957
|
+
property :auto_registration_supported, as: 'autoRegistrationSupported'
|
958
|
+
property :encryption_key_template, as: 'encryptionKeyTemplate', class: Google::Apis::ConnectorsV1::ConfigVariableTemplate, decorator: Google::Apis::ConnectorsV1::ConfigVariableTemplate::Representation
|
959
|
+
|
960
|
+
property :enrichment_supported, as: 'enrichmentSupported'
|
961
|
+
property :is_eventing_supported, as: 'isEventingSupported'
|
962
|
+
property :registration_destination_config, as: 'registrationDestinationConfig', class: Google::Apis::ConnectorsV1::DestinationConfigTemplate, decorator: Google::Apis::ConnectorsV1::DestinationConfigTemplate::Representation
|
963
|
+
|
964
|
+
end
|
965
|
+
end
|
966
|
+
|
967
|
+
class EventingDetails
|
968
|
+
# @private
|
969
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
970
|
+
property :custom_event_types, as: 'customEventTypes'
|
971
|
+
property :description, as: 'description'
|
972
|
+
property :documentation_link, as: 'documentationLink'
|
973
|
+
property :icon_location, as: 'iconLocation'
|
974
|
+
property :launch_stage, as: 'launchStage'
|
975
|
+
property :name, as: 'name'
|
976
|
+
collection :search_tags, as: 'searchTags'
|
977
|
+
end
|
978
|
+
end
|
979
|
+
|
980
|
+
class EventingRuntimeData
|
981
|
+
# @private
|
982
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
983
|
+
property :events_listener_endpoint, as: 'eventsListenerEndpoint'
|
984
|
+
property :status, as: 'status', class: Google::Apis::ConnectorsV1::EventingStatus, decorator: Google::Apis::ConnectorsV1::EventingStatus::Representation
|
985
|
+
|
986
|
+
end
|
987
|
+
end
|
988
|
+
|
989
|
+
class EventingStatus
|
990
|
+
# @private
|
991
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
992
|
+
property :description, as: 'description'
|
993
|
+
property :state, as: 'state'
|
994
|
+
end
|
995
|
+
end
|
996
|
+
|
748
997
|
class Expr
|
749
998
|
# @private
|
750
999
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -797,6 +1046,14 @@ module Google
|
|
797
1046
|
end
|
798
1047
|
end
|
799
1048
|
|
1049
|
+
class Header
|
1050
|
+
# @private
|
1051
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1052
|
+
property :key, as: 'key'
|
1053
|
+
property :value, as: 'value'
|
1054
|
+
end
|
1055
|
+
end
|
1056
|
+
|
800
1057
|
class InputParameter
|
801
1058
|
# @private
|
802
1059
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -857,6 +1114,25 @@ module Google
|
|
857
1114
|
end
|
858
1115
|
end
|
859
1116
|
|
1117
|
+
class ListEventSubscriptionsResponse
|
1118
|
+
# @private
|
1119
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1120
|
+
collection :event_subscriptions, as: 'eventSubscriptions', class: Google::Apis::ConnectorsV1::EventSubscription, decorator: Google::Apis::ConnectorsV1::EventSubscription::Representation
|
1121
|
+
|
1122
|
+
property :next_page_token, as: 'nextPageToken'
|
1123
|
+
collection :unreachable, as: 'unreachable'
|
1124
|
+
end
|
1125
|
+
end
|
1126
|
+
|
1127
|
+
class ListEventTypesResponse
|
1128
|
+
# @private
|
1129
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1130
|
+
collection :event_types, as: 'eventTypes', class: Google::Apis::ConnectorsV1::EventType, decorator: Google::Apis::ConnectorsV1::EventType::Representation
|
1131
|
+
|
1132
|
+
property :next_page_token, as: 'nextPageToken'
|
1133
|
+
end
|
1134
|
+
end
|
1135
|
+
|
860
1136
|
class ListLocationsResponse
|
861
1137
|
# @private
|
862
1138
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1057,6 +1333,12 @@ module Google
|
|
1057
1333
|
end
|
1058
1334
|
end
|
1059
1335
|
|
1336
|
+
class RepairEventingRequest
|
1337
|
+
# @private
|
1338
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1339
|
+
end
|
1340
|
+
end
|
1341
|
+
|
1060
1342
|
class Resource
|
1061
1343
|
# @private
|
1062
1344
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1074,6 +1356,12 @@ module Google
|
|
1074
1356
|
end
|
1075
1357
|
end
|
1076
1358
|
|
1359
|
+
class RetryEventSubscriptionRequest
|
1360
|
+
# @private
|
1361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1362
|
+
end
|
1363
|
+
end
|
1364
|
+
|
1077
1365
|
class RoleGrant
|
1078
1366
|
# @private
|
1079
1367
|
class Representation < Google::Apis::Core::JsonRepresentation
|