google-apis-connectors_v1 0.66.0 → 0.68.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c78bef88b0115f1e8f96da24167b0b1b86240386b32fbd021f0406b039bd833
|
4
|
+
data.tar.gz: f39b406d05d316b7874996bf5d5161025ef58daf3526736d6ef1fc7876fbb73d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 922f1ceacfd8df1a6a0fc65cabce67d981dfac3c2b479507cd86fa20723b1b322e9a44538136145bca40d14fb1ac856c7bf265dcbc10a06eb413d87c31c93e3e
|
7
|
+
data.tar.gz: 7ecba5c4681c9f1787d3942bab584225b1a1242a77ee7f4bdcf117dca6bd0cc8b4003aea6d385ba5c2b3a15d1aab68622bd701b71a6d71a0e5e43fcbcc083a2e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-connectors_v1
|
2
2
|
|
3
|
+
### v0.68.0 (2025-03-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250304
|
6
|
+
|
7
|
+
### v0.67.0 (2025-02-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250218
|
10
|
+
* Regenerated using generator version 0.16.0
|
11
|
+
|
3
12
|
### v0.66.0 (2025-01-07)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250101
|
@@ -781,7 +781,7 @@ module Google
|
|
781
781
|
# @return [String]
|
782
782
|
attr_accessor :connector_version
|
783
783
|
|
784
|
-
# This
|
784
|
+
# This configuration provides infra configs like rate limit threshold which need
|
785
785
|
# to be configurable for every connector version
|
786
786
|
# Corresponds to the JSON property `connectorVersionInfraConfig`
|
787
787
|
# @return [Google::Apis::ConnectorsV1::ConnectorVersionInfraConfig]
|
@@ -918,6 +918,11 @@ module Google
|
|
918
918
|
# @return [String]
|
919
919
|
attr_accessor :tls_service_directory
|
920
920
|
|
921
|
+
# Optional. Traffic shaping configuration for the connection.
|
922
|
+
# Corresponds to the JSON property `trafficShapingConfigs`
|
923
|
+
# @return [Array<Google::Apis::ConnectorsV1::TrafficShapingConfig>]
|
924
|
+
attr_accessor :traffic_shaping_configs
|
925
|
+
|
921
926
|
# Output only. Updated time.
|
922
927
|
# Corresponds to the JSON property `updateTime`
|
923
928
|
# @return [String]
|
@@ -960,6 +965,7 @@ module Google
|
|
960
965
|
@subscription_type = args[:subscription_type] if args.key?(:subscription_type)
|
961
966
|
@suspended = args[:suspended] if args.key?(:suspended)
|
962
967
|
@tls_service_directory = args[:tls_service_directory] if args.key?(:tls_service_directory)
|
968
|
+
@traffic_shaping_configs = args[:traffic_shaping_configs] if args.key?(:traffic_shaping_configs)
|
963
969
|
@update_time = args[:update_time] if args.key?(:update_time)
|
964
970
|
end
|
965
971
|
end
|
@@ -1443,7 +1449,7 @@ module Google
|
|
1443
1449
|
end
|
1444
1450
|
end
|
1445
1451
|
|
1446
|
-
# This
|
1452
|
+
# This configuration provides infra configs like rate limit threshold which need
|
1447
1453
|
# to be configurable for every connector version
|
1448
1454
|
class ConnectorVersionInfraConfig
|
1449
1455
|
include Google::Apis::Core::Hashable
|
@@ -2232,6 +2238,26 @@ module Google
|
|
2232
2238
|
end
|
2233
2239
|
end
|
2234
2240
|
|
2241
|
+
# Data enrichment configuration.
|
2242
|
+
class EnrichmentConfig
|
2243
|
+
include Google::Apis::Core::Hashable
|
2244
|
+
|
2245
|
+
# Optional. Append ACL to the event.
|
2246
|
+
# Corresponds to the JSON property `appendAcl`
|
2247
|
+
# @return [Boolean]
|
2248
|
+
attr_accessor :append_acl
|
2249
|
+
alias_method :append_acl?, :append_acl
|
2250
|
+
|
2251
|
+
def initialize(**args)
|
2252
|
+
update!(**args)
|
2253
|
+
end
|
2254
|
+
|
2255
|
+
# Update properties of this object
|
2256
|
+
def update!(**args)
|
2257
|
+
@append_acl = args[:append_acl] if args.key?(:append_acl)
|
2258
|
+
end
|
2259
|
+
end
|
2260
|
+
|
2235
2261
|
# EnumOption definition
|
2236
2262
|
class EnumOption
|
2237
2263
|
include Google::Apis::Core::Hashable
|
@@ -2341,6 +2367,11 @@ module Google
|
|
2341
2367
|
# @return [Google::Apis::ConnectorsV1::EndPoint]
|
2342
2368
|
attr_accessor :endpoint
|
2343
2369
|
|
2370
|
+
# Pub/Sub message includes details of the Destination Pub/Sub topic.
|
2371
|
+
# Corresponds to the JSON property `pubsub`
|
2372
|
+
# @return [Google::Apis::ConnectorsV1::PubSub]
|
2373
|
+
attr_accessor :pubsub
|
2374
|
+
|
2344
2375
|
# Service account needed for runtime plane to trigger IP workflow.
|
2345
2376
|
# Corresponds to the JSON property `serviceAccount`
|
2346
2377
|
# @return [String]
|
@@ -2358,6 +2389,7 @@ module Google
|
|
2358
2389
|
# Update properties of this object
|
2359
2390
|
def update!(**args)
|
2360
2391
|
@endpoint = args[:endpoint] if args.key?(:endpoint)
|
2392
|
+
@pubsub = args[:pubsub] if args.key?(:pubsub)
|
2361
2393
|
@service_account = args[:service_account] if args.key?(:service_account)
|
2362
2394
|
@type = args[:type] if args.key?(:type)
|
2363
2395
|
end
|
@@ -2473,6 +2505,11 @@ module Google
|
|
2473
2505
|
# @return [Google::Apis::ConnectorsV1::DeadLetterConfig]
|
2474
2506
|
attr_accessor :dead_letter_config
|
2475
2507
|
|
2508
|
+
# Data enrichment configuration.
|
2509
|
+
# Corresponds to the JSON property `enrichmentConfig`
|
2510
|
+
# @return [Google::Apis::ConnectorsV1::EnrichmentConfig]
|
2511
|
+
attr_accessor :enrichment_config
|
2512
|
+
|
2476
2513
|
# Optional. Enrichment Enabled.
|
2477
2514
|
# Corresponds to the JSON property `enrichmentEnabled`
|
2478
2515
|
# @return [Boolean]
|
@@ -2515,6 +2552,7 @@ module Google
|
|
2515
2552
|
@additional_variables = args[:additional_variables] if args.key?(:additional_variables)
|
2516
2553
|
@auth_config = args[:auth_config] if args.key?(:auth_config)
|
2517
2554
|
@dead_letter_config = args[:dead_letter_config] if args.key?(:dead_letter_config)
|
2555
|
+
@enrichment_config = args[:enrichment_config] if args.key?(:enrichment_config)
|
2518
2556
|
@enrichment_enabled = args[:enrichment_enabled] if args.key?(:enrichment_enabled)
|
2519
2557
|
@events_listener_ingress_endpoint = args[:events_listener_ingress_endpoint] if args.key?(:events_listener_ingress_endpoint)
|
2520
2558
|
@listener_auth_config = args[:listener_auth_config] if args.key?(:listener_auth_config)
|
@@ -3310,6 +3348,12 @@ module Google
|
|
3310
3348
|
class JsonSchema
|
3311
3349
|
include Google::Apis::Core::Hashable
|
3312
3350
|
|
3351
|
+
# Additional details apart from standard json schema fields, this gives
|
3352
|
+
# flexibility to store metadata about the schema
|
3353
|
+
# Corresponds to the JSON property `additionalDetails`
|
3354
|
+
# @return [Hash<String,Object>]
|
3355
|
+
attr_accessor :additional_details
|
3356
|
+
|
3313
3357
|
# The default value of the field or object described by this schema.
|
3314
3358
|
# Corresponds to the JSON property `default`
|
3315
3359
|
# @return [Object]
|
@@ -3365,6 +3409,7 @@ module Google
|
|
3365
3409
|
|
3366
3410
|
# Update properties of this object
|
3367
3411
|
def update!(**args)
|
3412
|
+
@additional_details = args[:additional_details] if args.key?(:additional_details)
|
3368
3413
|
@default = args[:default] if args.key?(:default)
|
3369
3414
|
@description = args[:description] if args.key?(:description)
|
3370
3415
|
@enum = args[:enum] if args.key?(:enum)
|
@@ -4752,11 +4797,22 @@ module Google
|
|
4752
4797
|
# @return [String]
|
4753
4798
|
attr_accessor :demo_uri
|
4754
4799
|
|
4800
|
+
# Output only. Has dynamic open api spec uri.
|
4801
|
+
# Corresponds to the JSON property `hasDynamicSpecUri`
|
4802
|
+
# @return [Boolean]
|
4803
|
+
attr_accessor :has_dynamic_spec_uri
|
4804
|
+
alias_method :has_dynamic_spec_uri?, :has_dynamic_spec_uri
|
4805
|
+
|
4755
4806
|
# Required. Integration example templates for the custom connector.
|
4756
4807
|
# Corresponds to the JSON property `integrationTemplates`
|
4757
4808
|
# @return [String]
|
4758
4809
|
attr_accessor :integration_templates
|
4759
4810
|
|
4811
|
+
# Output only. Local spec path. Required if has_dynamic_spec_uri is true.
|
4812
|
+
# Corresponds to the JSON property `localSpecPath`
|
4813
|
+
# @return [String]
|
4814
|
+
attr_accessor :local_spec_path
|
4815
|
+
|
4760
4816
|
# Optional. Marketplace product name.
|
4761
4817
|
# Corresponds to the JSON property `marketplaceProduct`
|
4762
4818
|
# @return [String]
|
@@ -4817,7 +4873,9 @@ module Google
|
|
4817
4873
|
@additional_comments = args[:additional_comments] if args.key?(:additional_comments)
|
4818
4874
|
@confirm_partner_requirements = args[:confirm_partner_requirements] if args.key?(:confirm_partner_requirements)
|
4819
4875
|
@demo_uri = args[:demo_uri] if args.key?(:demo_uri)
|
4876
|
+
@has_dynamic_spec_uri = args[:has_dynamic_spec_uri] if args.key?(:has_dynamic_spec_uri)
|
4820
4877
|
@integration_templates = args[:integration_templates] if args.key?(:integration_templates)
|
4878
|
+
@local_spec_path = args[:local_spec_path] if args.key?(:local_spec_path)
|
4821
4879
|
@marketplace_product = args[:marketplace_product] if args.key?(:marketplace_product)
|
4822
4880
|
@marketplace_product_id = args[:marketplace_product_id] if args.key?(:marketplace_product_id)
|
4823
4881
|
@marketplace_product_project_id = args[:marketplace_product_project_id] if args.key?(:marketplace_product_project_id)
|
@@ -5062,6 +5120,43 @@ module Google
|
|
5062
5120
|
end
|
5063
5121
|
end
|
5064
5122
|
|
5123
|
+
# Pub/Sub message includes details of the Destination Pub/Sub topic.
|
5124
|
+
class PubSub
|
5125
|
+
include Google::Apis::Core::Hashable
|
5126
|
+
|
5127
|
+
# Optional. Pub/Sub message attributes to be added to the Pub/Sub message.
|
5128
|
+
# Corresponds to the JSON property `attributes`
|
5129
|
+
# @return [Hash<String,String>]
|
5130
|
+
attr_accessor :attributes
|
5131
|
+
|
5132
|
+
# Optional. Configuration for configuring the trigger
|
5133
|
+
# Corresponds to the JSON property `configVariables`
|
5134
|
+
# @return [Array<Google::Apis::ConnectorsV1::ConfigVariable>]
|
5135
|
+
attr_accessor :config_variables
|
5136
|
+
|
5137
|
+
# Required. The project id which has the Pub/Sub topic.
|
5138
|
+
# Corresponds to the JSON property `projectId`
|
5139
|
+
# @return [String]
|
5140
|
+
attr_accessor :project_id
|
5141
|
+
|
5142
|
+
# Required. The topic id of the Pub/Sub topic.
|
5143
|
+
# Corresponds to the JSON property `topicId`
|
5144
|
+
# @return [String]
|
5145
|
+
attr_accessor :topic_id
|
5146
|
+
|
5147
|
+
def initialize(**args)
|
5148
|
+
update!(**args)
|
5149
|
+
end
|
5150
|
+
|
5151
|
+
# Update properties of this object
|
5152
|
+
def update!(**args)
|
5153
|
+
@attributes = args[:attributes] if args.key?(:attributes)
|
5154
|
+
@config_variables = args[:config_variables] if args.key?(:config_variables)
|
5155
|
+
@project_id = args[:project_id] if args.key?(:project_id)
|
5156
|
+
@topic_id = args[:topic_id] if args.key?(:topic_id)
|
5157
|
+
end
|
5158
|
+
end
|
5159
|
+
|
5065
5160
|
# Request message for ConnectorsService.PublishCustomConnectorVersion
|
5066
5161
|
class PublishCustomConnectorVersionRequest
|
5067
5162
|
include Google::Apis::Core::Hashable
|
@@ -5341,7 +5436,7 @@ module Google
|
|
5341
5436
|
# @return [String]
|
5342
5437
|
attr_accessor :helper_text_template
|
5343
5438
|
|
5344
|
-
# Optional.
|
5439
|
+
# Optional. Principal/Identity for whom the role need to assigned.
|
5345
5440
|
# Corresponds to the JSON property `principal`
|
5346
5441
|
# @return [String]
|
5347
5442
|
attr_accessor :principal
|
@@ -5859,7 +5954,7 @@ module Google
|
|
5859
5954
|
class Source
|
5860
5955
|
include Google::Apis::Core::Hashable
|
5861
5956
|
|
5862
|
-
# Field identifier. For example config
|
5957
|
+
# Field identifier. For example config variable name.
|
5863
5958
|
# Corresponds to the JSON property `fieldId`
|
5864
5959
|
# @return [String]
|
5865
5960
|
attr_accessor :field_id
|
@@ -6231,6 +6326,49 @@ module Google
|
|
6231
6326
|
end
|
6232
6327
|
end
|
6233
6328
|
|
6329
|
+
# * TrafficShapingConfig defines the configuration for shaping API traffic by
|
6330
|
+
# specifying a quota limit and the duration over which this limit is enforced.
|
6331
|
+
# This configuration helps to control and manage the rate at which API calls are
|
6332
|
+
# made on the client side, preventing service overload on the backend. For
|
6333
|
+
# example: - if the quota limit is 100 calls per 10 seconds, then the message
|
6334
|
+
# would be: ` quota_limit: 100 duration: ` seconds: 10 ` ` - if the quota limit
|
6335
|
+
# is 100 calls per 5 minutes, then the message would be: ` quota_limit: 100
|
6336
|
+
# duration: ` seconds: 300 ` ` - if the quota limit is 10000 calls per day, then
|
6337
|
+
# the message would be: ` quota_limit: 10000 duration: ` seconds: 86400 ` and so
|
6338
|
+
# on.
|
6339
|
+
class TrafficShapingConfig
|
6340
|
+
include Google::Apis::Core::Hashable
|
6341
|
+
|
6342
|
+
# Required. * The duration over which the API call quota limits are calculated.
|
6343
|
+
# This duration is used to define the time window for evaluating if the number
|
6344
|
+
# of API calls made by a user is within the allowed quota limits. For example: -
|
6345
|
+
# To define a quota sampled over 16 seconds, set `seconds` to 16 - To define a
|
6346
|
+
# quota sampled over 5 minutes, set `seconds` to 300 (5 * 60) - To define a
|
6347
|
+
# quota sampled over 1 day, set `seconds` to 86400 (24 * 60 * 60) and so on. It
|
6348
|
+
# is important to note that this duration is not the time the quota is valid for,
|
6349
|
+
# but rather the time window over which the quota is evaluated. For example, if
|
6350
|
+
# the quota is 100 calls per 10 seconds, then this duration field would be set
|
6351
|
+
# to 10 seconds.
|
6352
|
+
# Corresponds to the JSON property `duration`
|
6353
|
+
# @return [String]
|
6354
|
+
attr_accessor :duration
|
6355
|
+
|
6356
|
+
# Required. Maximum number of api calls allowed.
|
6357
|
+
# Corresponds to the JSON property `quotaLimit`
|
6358
|
+
# @return [Fixnum]
|
6359
|
+
attr_accessor :quota_limit
|
6360
|
+
|
6361
|
+
def initialize(**args)
|
6362
|
+
update!(**args)
|
6363
|
+
end
|
6364
|
+
|
6365
|
+
# Update properties of this object
|
6366
|
+
def update!(**args)
|
6367
|
+
@duration = args[:duration] if args.key?(:duration)
|
6368
|
+
@quota_limit = args[:quota_limit] if args.key?(:quota_limit)
|
6369
|
+
end
|
6370
|
+
end
|
6371
|
+
|
6234
6372
|
# Maintenance policy applicable to instance updates.
|
6235
6373
|
class UpdatePolicy
|
6236
6374
|
include Google::Apis::Core::Hashable
|
@@ -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.68.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250304"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -250,6 +250,12 @@ module Google
|
|
250
250
|
include Google::Apis::Core::JsonObjectSupport
|
251
251
|
end
|
252
252
|
|
253
|
+
class EnrichmentConfig
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
253
259
|
class EnumOption
|
254
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
261
|
|
@@ -658,6 +664,12 @@ module Google
|
|
658
664
|
include Google::Apis::Core::JsonObjectSupport
|
659
665
|
end
|
660
666
|
|
667
|
+
class PubSub
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
661
673
|
class PublishCustomConnectorVersionRequest
|
662
674
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
675
|
|
@@ -862,6 +874,12 @@ module Google
|
|
862
874
|
include Google::Apis::Core::JsonObjectSupport
|
863
875
|
end
|
864
876
|
|
877
|
+
class TrafficShapingConfig
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
|
+
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
881
|
+
end
|
882
|
+
|
865
883
|
class UpdatePolicy
|
866
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
885
|
|
@@ -1128,6 +1146,8 @@ module Google
|
|
1128
1146
|
property :subscription_type, as: 'subscriptionType'
|
1129
1147
|
property :suspended, as: 'suspended'
|
1130
1148
|
property :tls_service_directory, as: 'tlsServiceDirectory'
|
1149
|
+
collection :traffic_shaping_configs, as: 'trafficShapingConfigs', class: Google::Apis::ConnectorsV1::TrafficShapingConfig, decorator: Google::Apis::ConnectorsV1::TrafficShapingConfig::Representation
|
1150
|
+
|
1131
1151
|
property :update_time, as: 'updateTime'
|
1132
1152
|
end
|
1133
1153
|
end
|
@@ -1448,6 +1468,13 @@ module Google
|
|
1448
1468
|
end
|
1449
1469
|
end
|
1450
1470
|
|
1471
|
+
class EnrichmentConfig
|
1472
|
+
# @private
|
1473
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1474
|
+
property :append_acl, as: 'appendAcl'
|
1475
|
+
end
|
1476
|
+
end
|
1477
|
+
|
1451
1478
|
class EnumOption
|
1452
1479
|
# @private
|
1453
1480
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1481,6 +1508,8 @@ module Google
|
|
1481
1508
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1482
1509
|
property :endpoint, as: 'endpoint', class: Google::Apis::ConnectorsV1::EndPoint, decorator: Google::Apis::ConnectorsV1::EndPoint::Representation
|
1483
1510
|
|
1511
|
+
property :pubsub, as: 'pubsub', class: Google::Apis::ConnectorsV1::PubSub, decorator: Google::Apis::ConnectorsV1::PubSub::Representation
|
1512
|
+
|
1484
1513
|
property :service_account, as: 'serviceAccount'
|
1485
1514
|
property :type, as: 'type'
|
1486
1515
|
end
|
@@ -1517,6 +1546,8 @@ module Google
|
|
1517
1546
|
|
1518
1547
|
property :dead_letter_config, as: 'deadLetterConfig', class: Google::Apis::ConnectorsV1::DeadLetterConfig, decorator: Google::Apis::ConnectorsV1::DeadLetterConfig::Representation
|
1519
1548
|
|
1549
|
+
property :enrichment_config, as: 'enrichmentConfig', class: Google::Apis::ConnectorsV1::EnrichmentConfig, decorator: Google::Apis::ConnectorsV1::EnrichmentConfig::Representation
|
1550
|
+
|
1520
1551
|
property :enrichment_enabled, as: 'enrichmentEnabled'
|
1521
1552
|
property :events_listener_ingress_endpoint, as: 'eventsListenerIngressEndpoint'
|
1522
1553
|
property :listener_auth_config, as: 'listenerAuthConfig', class: Google::Apis::ConnectorsV1::AuthConfig, decorator: Google::Apis::ConnectorsV1::AuthConfig::Representation
|
@@ -1731,6 +1762,7 @@ module Google
|
|
1731
1762
|
class JsonSchema
|
1732
1763
|
# @private
|
1733
1764
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1765
|
+
hash :additional_details, as: 'additionalDetails'
|
1734
1766
|
property :default, as: 'default'
|
1735
1767
|
property :description, as: 'description'
|
1736
1768
|
collection :enum, as: 'enum'
|
@@ -2146,7 +2178,9 @@ module Google
|
|
2146
2178
|
property :additional_comments, as: 'additionalComments'
|
2147
2179
|
property :confirm_partner_requirements, as: 'confirmPartnerRequirements'
|
2148
2180
|
property :demo_uri, as: 'demoUri'
|
2181
|
+
property :has_dynamic_spec_uri, as: 'hasDynamicSpecUri'
|
2149
2182
|
property :integration_templates, as: 'integrationTemplates'
|
2183
|
+
property :local_spec_path, as: 'localSpecPath'
|
2150
2184
|
property :marketplace_product, as: 'marketplaceProduct'
|
2151
2185
|
property :marketplace_product_id, as: 'marketplaceProductId'
|
2152
2186
|
property :marketplace_product_project_id, as: 'marketplaceProductProjectId'
|
@@ -2204,6 +2238,17 @@ module Google
|
|
2204
2238
|
end
|
2205
2239
|
end
|
2206
2240
|
|
2241
|
+
class PubSub
|
2242
|
+
# @private
|
2243
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2244
|
+
hash :attributes, as: 'attributes'
|
2245
|
+
collection :config_variables, as: 'configVariables', class: Google::Apis::ConnectorsV1::ConfigVariable, decorator: Google::Apis::ConnectorsV1::ConfigVariable::Representation
|
2246
|
+
|
2247
|
+
property :project_id, as: 'projectId'
|
2248
|
+
property :topic_id, as: 'topicId'
|
2249
|
+
end
|
2250
|
+
end
|
2251
|
+
|
2207
2252
|
class PublishCustomConnectorVersionRequest
|
2208
2253
|
# @private
|
2209
2254
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2541,6 +2586,14 @@ module Google
|
|
2541
2586
|
end
|
2542
2587
|
end
|
2543
2588
|
|
2589
|
+
class TrafficShapingConfig
|
2590
|
+
# @private
|
2591
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2592
|
+
property :duration, as: 'duration'
|
2593
|
+
property :quota_limit, :numeric_string => true, as: 'quotaLimit'
|
2594
|
+
end
|
2595
|
+
end
|
2596
|
+
|
2544
2597
|
class UpdatePolicy
|
2545
2598
|
# @private
|
2546
2599
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.68.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-16 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.68.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-connectors_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.5
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Connectors API V1
|
79
79
|
test_files: []
|