google-apis-connectors_v1 0.31.0 → 0.33.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.33.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 = "20230706"
|
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
|
|
@@ -184,6 +256,18 @@ module Google
|
|
184
256
|
include Google::Apis::Core::JsonObjectSupport
|
185
257
|
end
|
186
258
|
|
259
|
+
class FieldComparison
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class Header
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
187
271
|
class InputParameter
|
188
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
273
|
|
@@ -220,6 +304,18 @@ module Google
|
|
220
304
|
include Google::Apis::Core::JsonObjectSupport
|
221
305
|
end
|
222
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
|
+
|
223
319
|
class ListLocationsResponse
|
224
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
321
|
|
@@ -268,6 +364,12 @@ module Google
|
|
268
364
|
include Google::Apis::Core::JsonObjectSupport
|
269
365
|
end
|
270
366
|
|
367
|
+
class LogicalExpression
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
271
373
|
class ManagedZone
|
272
374
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
375
|
|
@@ -328,6 +430,12 @@ module Google
|
|
328
430
|
include Google::Apis::Core::JsonObjectSupport
|
329
431
|
end
|
330
432
|
|
433
|
+
class RepairEventingRequest
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
331
439
|
class Resource
|
332
440
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
441
|
|
@@ -340,6 +448,12 @@ module Google
|
|
340
448
|
include Google::Apis::Core::JsonObjectSupport
|
341
449
|
end
|
342
450
|
|
451
|
+
class RetryEventSubscriptionRequest
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
343
457
|
class RoleGrant
|
344
458
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
459
|
|
@@ -515,10 +629,10 @@ module Google
|
|
515
629
|
# @private
|
516
630
|
class Representation < Google::Apis::Core::JsonRepresentation
|
517
631
|
property :bool_value, as: 'boolValue'
|
632
|
+
property :encryption_key_value, as: 'encryptionKeyValue', class: Google::Apis::ConnectorsV1::EncryptionKey, decorator: Google::Apis::ConnectorsV1::EncryptionKey::Representation
|
633
|
+
|
518
634
|
property :int_value, :numeric_string => true, as: 'intValue'
|
519
635
|
property :key, as: 'key'
|
520
|
-
property :key_value, as: 'keyValue', class: Google::Apis::ConnectorsV1::EncryptionKey, decorator: Google::Apis::ConnectorsV1::EncryptionKey::Representation
|
521
|
-
|
522
636
|
property :secret_value, as: 'secretValue', class: Google::Apis::ConnectorsV1::Secret, decorator: Google::Apis::ConnectorsV1::Secret::Representation
|
523
637
|
|
524
638
|
property :string_value, as: 'stringValue'
|
@@ -537,6 +651,8 @@ module Google
|
|
537
651
|
property :is_advanced, as: 'isAdvanced'
|
538
652
|
property :key, as: 'key'
|
539
653
|
property :required, as: 'required'
|
654
|
+
property :required_condition, as: 'requiredCondition', class: Google::Apis::ConnectorsV1::LogicalExpression, decorator: Google::Apis::ConnectorsV1::LogicalExpression::Representation
|
655
|
+
|
540
656
|
property :role_grant, as: 'roleGrant', class: Google::Apis::ConnectorsV1::RoleGrant, decorator: Google::Apis::ConnectorsV1::RoleGrant::Representation
|
541
657
|
|
542
658
|
property :state, as: 'state'
|
@@ -554,12 +670,19 @@ module Google
|
|
554
670
|
|
555
671
|
property :connection_revision, :numeric_string => true, as: 'connectionRevision'
|
556
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
|
+
|
557
675
|
property :connector_version_launch_stage, as: 'connectorVersionLaunchStage'
|
558
676
|
property :create_time, as: 'createTime'
|
559
677
|
property :description, as: 'description'
|
560
678
|
collection :destination_configs, as: 'destinationConfigs', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
|
561
679
|
|
562
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
|
+
|
563
686
|
property :image_location, as: 'imageLocation'
|
564
687
|
hash :labels, as: 'labels'
|
565
688
|
property :lock_config, as: 'lockConfig', class: Google::Apis::ConnectorsV1::LockConfig, decorator: Google::Apis::ConnectorsV1::LockConfig::Representation
|
@@ -609,6 +732,8 @@ module Google
|
|
609
732
|
property :description, as: 'description'
|
610
733
|
property :display_name, as: 'displayName'
|
611
734
|
property :documentation_uri, as: 'documentationUri'
|
735
|
+
property :eventing_details, as: 'eventingDetails', class: Google::Apis::ConnectorsV1::EventingDetails, decorator: Google::Apis::ConnectorsV1::EventingDetails::Representation
|
736
|
+
|
612
737
|
property :external_uri, as: 'externalUri'
|
613
738
|
hash :labels, as: 'labels'
|
614
739
|
property :launch_stage, as: 'launchStage'
|
@@ -618,6 +743,13 @@ module Google
|
|
618
743
|
end
|
619
744
|
end
|
620
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
|
+
|
621
753
|
class ConnectorVersion
|
622
754
|
# @private
|
623
755
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -625,12 +757,16 @@ module Google
|
|
625
757
|
|
626
758
|
collection :config_variable_templates, as: 'configVariableTemplates', class: Google::Apis::ConnectorsV1::ConfigVariableTemplate, decorator: Google::Apis::ConnectorsV1::ConfigVariableTemplate::Representation
|
627
759
|
|
760
|
+
property :connector_infra_config, as: 'connectorInfraConfig', class: Google::Apis::ConnectorsV1::ConnectorInfraConfig, decorator: Google::Apis::ConnectorsV1::ConnectorInfraConfig::Representation
|
761
|
+
|
628
762
|
property :create_time, as: 'createTime'
|
629
763
|
collection :destination_config_templates, as: 'destinationConfigTemplates', class: Google::Apis::ConnectorsV1::DestinationConfigTemplate, decorator: Google::Apis::ConnectorsV1::DestinationConfigTemplate::Representation
|
630
764
|
|
631
765
|
property :display_name, as: 'displayName'
|
632
766
|
property :egress_control_config, as: 'egressControlConfig', class: Google::Apis::ConnectorsV1::EgressControlConfig, decorator: Google::Apis::ConnectorsV1::EgressControlConfig::Representation
|
633
767
|
|
768
|
+
property :eventing_config_template, as: 'eventingConfigTemplate', class: Google::Apis::ConnectorsV1::EventingConfigTemplate, decorator: Google::Apis::ConnectorsV1::EventingConfigTemplate::Representation
|
769
|
+
|
634
770
|
hash :labels, as: 'labels'
|
635
771
|
property :launch_stage, as: 'launchStage'
|
636
772
|
property :name, as: 'name'
|
@@ -647,6 +783,13 @@ module Google
|
|
647
783
|
end
|
648
784
|
end
|
649
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
|
+
|
650
793
|
class ConnectorsLogConfig
|
651
794
|
# @private
|
652
795
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -710,6 +853,15 @@ module Google
|
|
710
853
|
end
|
711
854
|
end
|
712
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
|
+
|
713
865
|
class EndpointAttachment
|
714
866
|
# @private
|
715
867
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -731,6 +883,117 @@ module Google
|
|
731
883
|
end
|
732
884
|
end
|
733
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
|
+
|
734
997
|
class Expr
|
735
998
|
# @private
|
736
999
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -772,6 +1035,25 @@ module Google
|
|
772
1035
|
end
|
773
1036
|
end
|
774
1037
|
|
1038
|
+
class FieldComparison
|
1039
|
+
# @private
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1041
|
+
property :bool_value, as: 'boolValue'
|
1042
|
+
property :comparator, as: 'comparator'
|
1043
|
+
property :int_value, :numeric_string => true, as: 'intValue'
|
1044
|
+
property :key, as: 'key'
|
1045
|
+
property :string_value, as: 'stringValue'
|
1046
|
+
end
|
1047
|
+
end
|
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
|
+
|
775
1057
|
class InputParameter
|
776
1058
|
# @private
|
777
1059
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -832,6 +1114,25 @@ module Google
|
|
832
1114
|
end
|
833
1115
|
end
|
834
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
|
+
|
835
1136
|
class ListLocationsResponse
|
836
1137
|
# @private
|
837
1138
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -906,6 +1207,17 @@ module Google
|
|
906
1207
|
end
|
907
1208
|
end
|
908
1209
|
|
1210
|
+
class LogicalExpression
|
1211
|
+
# @private
|
1212
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1213
|
+
collection :field_comparisons, as: 'fieldComparisons', class: Google::Apis::ConnectorsV1::FieldComparison, decorator: Google::Apis::ConnectorsV1::FieldComparison::Representation
|
1214
|
+
|
1215
|
+
collection :logical_expressions, as: 'logicalExpressions', class: Google::Apis::ConnectorsV1::LogicalExpression, decorator: Google::Apis::ConnectorsV1::LogicalExpression::Representation
|
1216
|
+
|
1217
|
+
property :logical_operator, as: 'logicalOperator'
|
1218
|
+
end
|
1219
|
+
end
|
1220
|
+
|
909
1221
|
class ManagedZone
|
910
1222
|
# @private
|
911
1223
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1021,6 +1333,12 @@ module Google
|
|
1021
1333
|
end
|
1022
1334
|
end
|
1023
1335
|
|
1336
|
+
class RepairEventingRequest
|
1337
|
+
# @private
|
1338
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1339
|
+
end
|
1340
|
+
end
|
1341
|
+
|
1024
1342
|
class Resource
|
1025
1343
|
# @private
|
1026
1344
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1038,6 +1356,12 @@ module Google
|
|
1038
1356
|
end
|
1039
1357
|
end
|
1040
1358
|
|
1359
|
+
class RetryEventSubscriptionRequest
|
1360
|
+
# @private
|
1361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1362
|
+
end
|
1363
|
+
end
|
1364
|
+
|
1041
1365
|
class RoleGrant
|
1042
1366
|
# @private
|
1043
1367
|
class Representation < Google::Apis::Core::JsonRepresentation
|