google-apis-connectors_v1 0.41.0 → 0.43.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5c8333b7b279b017efb52f5bcebcf034b091025d70ceb18e747487ffc58d929
|
4
|
+
data.tar.gz: f9d221e4b7340f8b479e6fa9ff85cb4645c480766c13df92343db3917f850f1f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5cff721f45e0610932bc6110cc78146e74cacb05b120d4e872e5fffad05f9d9da39509e44e1a308cc09bfc9831110ea5d8a8decfa654424eaa13f3c3a38a3018
|
7
|
+
data.tar.gz: c032459a3ff98d610132f8cc991a509b7c30db0ea971390044cb2be3c69cef6b82310a02b6614a14a0f038f38bd9447f6595fdcb447cf1ccceb05c3ac826164d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-connectors_v1
|
2
2
|
|
3
|
+
### v0.43.0 (2023-11-05)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231031
|
6
|
+
|
7
|
+
### v0.42.0 (2023-10-29)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20231024
|
10
|
+
|
3
11
|
### v0.41.0 (2023-10-15)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20231011
|
@@ -1276,6 +1276,32 @@ module Google
|
|
1276
1276
|
end
|
1277
1277
|
end
|
1278
1278
|
|
1279
|
+
# Regional encryption config for CMEK details.
|
1280
|
+
class EncryptionConfig
|
1281
|
+
include Google::Apis::Core::Hashable
|
1282
|
+
|
1283
|
+
# Optional. Encryption type for the region.
|
1284
|
+
# Corresponds to the JSON property `encryptionType`
|
1285
|
+
# @return [String]
|
1286
|
+
attr_accessor :encryption_type
|
1287
|
+
|
1288
|
+
# Optional. KMS crypto key. This field accepts identifiers of the form `projects/
|
1289
|
+
# `project`/locations/`location`/keyRings/`key_ring`/cryptoKeys/ `crypto_key``
|
1290
|
+
# Corresponds to the JSON property `kmsKeyName`
|
1291
|
+
# @return [String]
|
1292
|
+
attr_accessor :kms_key_name
|
1293
|
+
|
1294
|
+
def initialize(**args)
|
1295
|
+
update!(**args)
|
1296
|
+
end
|
1297
|
+
|
1298
|
+
# Update properties of this object
|
1299
|
+
def update!(**args)
|
1300
|
+
@encryption_type = args[:encryption_type] if args.key?(:encryption_type)
|
1301
|
+
@kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
|
1302
|
+
end
|
1303
|
+
end
|
1304
|
+
|
1279
1305
|
# Encryption Key value.
|
1280
1306
|
class EncryptionKey
|
1281
1307
|
include Google::Apis::Core::Hashable
|
@@ -1430,6 +1456,11 @@ module Google
|
|
1430
1456
|
# @return [String]
|
1431
1457
|
attr_accessor :event_type_id
|
1432
1458
|
|
1459
|
+
# JMS message denotes the source of the event
|
1460
|
+
# Corresponds to the JSON property `jms`
|
1461
|
+
# @return [Google::Apis::ConnectorsV1::Jms]
|
1462
|
+
attr_accessor :jms
|
1463
|
+
|
1433
1464
|
# Required. Resource name of the EventSubscription. Format: projects/`project`/
|
1434
1465
|
# locations/`location`/connections/`connection`/eventSubscriptions/`
|
1435
1466
|
# event_subscription`
|
@@ -1466,6 +1497,7 @@ module Google
|
|
1466
1497
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1467
1498
|
@destinations = args[:destinations] if args.key?(:destinations)
|
1468
1499
|
@event_type_id = args[:event_type_id] if args.key?(:event_type_id)
|
1500
|
+
@jms = args[:jms] if args.key?(:jms)
|
1469
1501
|
@name = args[:name] if args.key?(:name)
|
1470
1502
|
@status = args[:status] if args.key?(:status)
|
1471
1503
|
@subscriber = args[:subscriber] if args.key?(:subscriber)
|
@@ -1693,6 +1725,11 @@ module Google
|
|
1693
1725
|
attr_accessor :enrichment_supported
|
1694
1726
|
alias_method :enrichment_supported?, :enrichment_supported
|
1695
1727
|
|
1728
|
+
# The type of the event listener for a specific connector.
|
1729
|
+
# Corresponds to the JSON property `eventListenerType`
|
1730
|
+
# @return [String]
|
1731
|
+
attr_accessor :event_listener_type
|
1732
|
+
|
1696
1733
|
# Is Eventing Supported.
|
1697
1734
|
# Corresponds to the JSON property `isEventingSupported`
|
1698
1735
|
# @return [Boolean]
|
@@ -1717,6 +1754,7 @@ module Google
|
|
1717
1754
|
@auto_registration_supported = args[:auto_registration_supported] if args.key?(:auto_registration_supported)
|
1718
1755
|
@encryption_key_template = args[:encryption_key_template] if args.key?(:encryption_key_template)
|
1719
1756
|
@enrichment_supported = args[:enrichment_supported] if args.key?(:enrichment_supported)
|
1757
|
+
@event_listener_type = args[:event_listener_type] if args.key?(:event_listener_type)
|
1720
1758
|
@is_eventing_supported = args[:is_eventing_supported] if args.key?(:is_eventing_supported)
|
1721
1759
|
@registration_destination_config = args[:registration_destination_config] if args.key?(:registration_destination_config)
|
1722
1760
|
end
|
@@ -1762,6 +1800,11 @@ module Google
|
|
1762
1800
|
# @return [Array<String>]
|
1763
1801
|
attr_accessor :search_tags
|
1764
1802
|
|
1803
|
+
# Output only. The type of the event listener for a specific connector.
|
1804
|
+
# Corresponds to the JSON property `type`
|
1805
|
+
# @return [String]
|
1806
|
+
attr_accessor :type
|
1807
|
+
|
1765
1808
|
def initialize(**args)
|
1766
1809
|
update!(**args)
|
1767
1810
|
end
|
@@ -1775,6 +1818,7 @@ module Google
|
|
1775
1818
|
@launch_stage = args[:launch_stage] if args.key?(:launch_stage)
|
1776
1819
|
@name = args[:name] if args.key?(:name)
|
1777
1820
|
@search_tags = args[:search_tags] if args.key?(:search_tags)
|
1821
|
+
@type = args[:type] if args.key?(:type)
|
1778
1822
|
end
|
1779
1823
|
end
|
1780
1824
|
|
@@ -2156,6 +2200,31 @@ module Google
|
|
2156
2200
|
end
|
2157
2201
|
end
|
2158
2202
|
|
2203
|
+
# JMS message denotes the source of the event
|
2204
|
+
class Jms
|
2205
|
+
include Google::Apis::Core::Hashable
|
2206
|
+
|
2207
|
+
# Optional. Name of the JMS source. i.e. queueName or topicName
|
2208
|
+
# Corresponds to the JSON property `name`
|
2209
|
+
# @return [String]
|
2210
|
+
attr_accessor :name
|
2211
|
+
|
2212
|
+
# Optional. Type of the JMS Source. i.e. Queue or Topic
|
2213
|
+
# Corresponds to the JSON property `type`
|
2214
|
+
# @return [String]
|
2215
|
+
attr_accessor :type
|
2216
|
+
|
2217
|
+
def initialize(**args)
|
2218
|
+
update!(**args)
|
2219
|
+
end
|
2220
|
+
|
2221
|
+
# Update properties of this object
|
2222
|
+
def update!(**args)
|
2223
|
+
@name = args[:name] if args.key?(:name)
|
2224
|
+
@type = args[:type] if args.key?(:type)
|
2225
|
+
end
|
2226
|
+
end
|
2227
|
+
|
2159
2228
|
# JsonSchema representation of schema metadata
|
2160
2229
|
class JsonSchema
|
2161
2230
|
include Google::Apis::Core::Hashable
|
@@ -3239,6 +3308,11 @@ module Google
|
|
3239
3308
|
class RegionalSettings
|
3240
3309
|
include Google::Apis::Core::Hashable
|
3241
3310
|
|
3311
|
+
# Regional encryption config for CMEK details.
|
3312
|
+
# Corresponds to the JSON property `encryptionConfig`
|
3313
|
+
# @return [Google::Apis::ConnectorsV1::EncryptionConfig]
|
3314
|
+
attr_accessor :encryption_config
|
3315
|
+
|
3242
3316
|
# Output only. Resource name of the Connection. Format: projects/`project`/
|
3243
3317
|
# locations/`location`/regionalSettings
|
3244
3318
|
# Corresponds to the JSON property `name`
|
@@ -3256,6 +3330,7 @@ module Google
|
|
3256
3330
|
|
3257
3331
|
# Update properties of this object
|
3258
3332
|
def update!(**args)
|
3333
|
+
@encryption_config = args[:encryption_config] if args.key?(:encryption_config)
|
3259
3334
|
@name = args[:name] if args.key?(:name)
|
3260
3335
|
@network_config = args[:network_config] if args.key?(:network_config)
|
3261
3336
|
end
|
@@ -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.43.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 = "20231031"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -154,6 +154,12 @@ module Google
|
|
154
154
|
include Google::Apis::Core::JsonObjectSupport
|
155
155
|
end
|
156
156
|
|
157
|
+
class EncryptionConfig
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
157
163
|
class EncryptionKey
|
158
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
165
|
|
@@ -280,6 +286,12 @@ module Google
|
|
280
286
|
include Google::Apis::Core::JsonObjectSupport
|
281
287
|
end
|
282
288
|
|
289
|
+
class Jms
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
283
295
|
class JsonSchema
|
284
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
297
|
|
@@ -901,6 +913,14 @@ module Google
|
|
901
913
|
end
|
902
914
|
end
|
903
915
|
|
916
|
+
class EncryptionConfig
|
917
|
+
# @private
|
918
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
919
|
+
property :encryption_type, as: 'encryptionType'
|
920
|
+
property :kms_key_name, as: 'kmsKeyName'
|
921
|
+
end
|
922
|
+
end
|
923
|
+
|
904
924
|
class EncryptionKey
|
905
925
|
# @private
|
906
926
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -946,6 +966,8 @@ module Google
|
|
946
966
|
property :destinations, as: 'destinations', class: Google::Apis::ConnectorsV1::EventSubscriptionDestination, decorator: Google::Apis::ConnectorsV1::EventSubscriptionDestination::Representation
|
947
967
|
|
948
968
|
property :event_type_id, as: 'eventTypeId'
|
969
|
+
property :jms, as: 'jms', class: Google::Apis::ConnectorsV1::Jms, decorator: Google::Apis::ConnectorsV1::Jms::Representation
|
970
|
+
|
949
971
|
property :name, as: 'name'
|
950
972
|
property :status, as: 'status', class: Google::Apis::ConnectorsV1::EventSubscriptionStatus, decorator: Google::Apis::ConnectorsV1::EventSubscriptionStatus::Representation
|
951
973
|
|
@@ -1016,6 +1038,7 @@ module Google
|
|
1016
1038
|
property :encryption_key_template, as: 'encryptionKeyTemplate', class: Google::Apis::ConnectorsV1::ConfigVariableTemplate, decorator: Google::Apis::ConnectorsV1::ConfigVariableTemplate::Representation
|
1017
1039
|
|
1018
1040
|
property :enrichment_supported, as: 'enrichmentSupported'
|
1041
|
+
property :event_listener_type, as: 'eventListenerType'
|
1019
1042
|
property :is_eventing_supported, as: 'isEventingSupported'
|
1020
1043
|
property :registration_destination_config, as: 'registrationDestinationConfig', class: Google::Apis::ConnectorsV1::DestinationConfigTemplate, decorator: Google::Apis::ConnectorsV1::DestinationConfigTemplate::Representation
|
1021
1044
|
|
@@ -1032,6 +1055,7 @@ module Google
|
|
1032
1055
|
property :launch_stage, as: 'launchStage'
|
1033
1056
|
property :name, as: 'name'
|
1034
1057
|
collection :search_tags, as: 'searchTags'
|
1058
|
+
property :type, as: 'type'
|
1035
1059
|
end
|
1036
1060
|
end
|
1037
1061
|
|
@@ -1136,6 +1160,14 @@ module Google
|
|
1136
1160
|
end
|
1137
1161
|
end
|
1138
1162
|
|
1163
|
+
class Jms
|
1164
|
+
# @private
|
1165
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1166
|
+
property :name, as: 'name'
|
1167
|
+
property :type, as: 'type'
|
1168
|
+
end
|
1169
|
+
end
|
1170
|
+
|
1139
1171
|
class JsonSchema
|
1140
1172
|
# @private
|
1141
1173
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1432,6 +1464,8 @@ module Google
|
|
1432
1464
|
class RegionalSettings
|
1433
1465
|
# @private
|
1434
1466
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1467
|
+
property :encryption_config, as: 'encryptionConfig', class: Google::Apis::ConnectorsV1::EncryptionConfig, decorator: Google::Apis::ConnectorsV1::EncryptionConfig::Representation
|
1468
|
+
|
1435
1469
|
property :name, as: 'name'
|
1436
1470
|
property :network_config, as: 'networkConfig', class: Google::Apis::ConnectorsV1::NetworkConfig, decorator: Google::Apis::ConnectorsV1::NetworkConfig::Representation
|
1437
1471
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-connectors_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.43.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.43.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|