google-apis-connectors_v1 0.38.0 → 0.40.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: 81be8034d564cbe4da8d876bf241d6a9e2f032c01561a2f3cb5de97100e9f399
4
- data.tar.gz: 64ace8e3916285e3cc2cf3ee423b24c8e5e9de85a75eb7b26143f7db8724e0e1
3
+ metadata.gz: 1c41a97e98e3be598e393e493b1f2dffe317f5ce82930fca7e4e6e83dcb84af6
4
+ data.tar.gz: 324c8ce55a079cf037f48200576986627cb7afadcf2c7c6c815b2bc761c4ca18
5
5
  SHA512:
6
- metadata.gz: 9a28b54e8c84a3a60549d876dc5457869813c6fc2a39ed85c37fb99191162191a09e661ac07caa16fe5722a33f1e1f2827578836169bcf7fdb821600341ca6cb
7
- data.tar.gz: 4f4130365f8e2a66d5b1dee5f60d037ddc2efa628ca4f83206164d1e80d3d3d121cd8270712d50f6698ed90978bfd4cdd269966319230a595b27b9c87bcf7c6b
6
+ metadata.gz: 56f3849f7c24c2528ba5b8d4d5713fe9eb750201283af266adf110a39b3b44b31015a7cf5f83c3d0ab8f6e2a600bc4e79a43a421e6048fc301677c560a8f8359
7
+ data.tar.gz: af49416066c1fa593209c155af5cbe7e5246c08ce8b463e22a5b9136a59dbe08df45f37dec64ec08aece8530d8aa9fbcfeca99e2f87ece7cb60721ab3d358a7f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.40.0 (2023-10-01)
4
+
5
+ * Regenerated from discovery document revision 20230920
6
+
7
+ ### v0.39.0 (2023-09-24)
8
+
9
+ * Regenerated from discovery document revision 20230913
10
+
3
11
  ### v0.38.0 (2023-09-17)
4
12
 
5
13
  * Regenerated from discovery document revision 20230906
@@ -843,6 +843,11 @@ module Google
843
843
  class ConnectorInfraConfig
844
844
  include Google::Apis::Core::Hashable
845
845
 
846
+ # The window used for ratelimiting runtime requests to connections.
847
+ # Corresponds to the JSON property `connectionRatelimitWindowSeconds`
848
+ # @return [Fixnum]
849
+ attr_accessor :connection_ratelimit_window_seconds
850
+
846
851
  # Autoscaling config for connector deployment system metrics.
847
852
  # Corresponds to the JSON property `hpaConfig`
848
853
  # @return [Google::Apis::ConnectorsV1::HpaConfig]
@@ -879,6 +884,7 @@ module Google
879
884
 
880
885
  # Update properties of this object
881
886
  def update!(**args)
887
+ @connection_ratelimit_window_seconds = args[:connection_ratelimit_window_seconds] if args.key?(:connection_ratelimit_window_seconds)
882
888
  @hpa_config = args[:hpa_config] if args.key?(:hpa_config)
883
889
  @internalclient_ratelimit_threshold = args[:internalclient_ratelimit_threshold] if args.key?(:internalclient_ratelimit_threshold)
884
890
  @ratelimit_threshold = args[:ratelimit_threshold] if args.key?(:ratelimit_threshold)
@@ -1020,6 +1026,11 @@ module Google
1020
1026
  class ConnectorVersionInfraConfig
1021
1027
  include Google::Apis::Core::Hashable
1022
1028
 
1029
+ # Output only. The window used for ratelimiting runtime requests to connections.
1030
+ # Corresponds to the JSON property `connectionRatelimitWindowSeconds`
1031
+ # @return [Fixnum]
1032
+ attr_accessor :connection_ratelimit_window_seconds
1033
+
1023
1034
  # Autoscaling config for connector deployment system metrics.
1024
1035
  # Corresponds to the JSON property `hpaConfig`
1025
1036
  # @return [Google::Apis::ConnectorsV1::HpaConfig]
@@ -1057,6 +1068,7 @@ module Google
1057
1068
 
1058
1069
  # Update properties of this object
1059
1070
  def update!(**args)
1071
+ @connection_ratelimit_window_seconds = args[:connection_ratelimit_window_seconds] if args.key?(:connection_ratelimit_window_seconds)
1060
1072
  @hpa_config = args[:hpa_config] if args.key?(:hpa_config)
1061
1073
  @internalclient_ratelimit_threshold = args[:internalclient_ratelimit_threshold] if args.key?(:internalclient_ratelimit_threshold)
1062
1074
  @ratelimit_threshold = args[:ratelimit_threshold] if args.key?(:ratelimit_threshold)
@@ -1604,17 +1616,18 @@ module Google
1604
1616
  attr_accessor :enrichment_enabled
1605
1617
  alias_method :enrichment_enabled?, :enrichment_enabled
1606
1618
 
1619
+ # Optional. Ingress endpoint of the event listener. This is used only when
1620
+ # private connectivity is enabled.
1621
+ # Corresponds to the JSON property `eventsListenerIngressEndpoint`
1622
+ # @return [String]
1623
+ attr_accessor :events_listener_ingress_endpoint
1624
+
1607
1625
  # Optional. Private Connectivity Enabled.
1608
1626
  # Corresponds to the JSON property `privateConnectivityEnabled`
1609
1627
  # @return [Boolean]
1610
1628
  attr_accessor :private_connectivity_enabled
1611
1629
  alias_method :private_connectivity_enabled?, :private_connectivity_enabled
1612
1630
 
1613
- # Optional. Public Events listener endpoint.
1614
- # Corresponds to the JSON property `publicEventsListenerEndpoint`
1615
- # @return [String]
1616
- attr_accessor :public_events_listener_endpoint
1617
-
1618
1631
  # Define the Connectors target endpoint.
1619
1632
  # Corresponds to the JSON property `registrationDestinationConfig`
1620
1633
  # @return [Google::Apis::ConnectorsV1::DestinationConfig]
@@ -1630,8 +1643,8 @@ module Google
1630
1643
  @auth_config = args[:auth_config] if args.key?(:auth_config)
1631
1644
  @encryption_key = args[:encryption_key] if args.key?(:encryption_key)
1632
1645
  @enrichment_enabled = args[:enrichment_enabled] if args.key?(:enrichment_enabled)
1646
+ @events_listener_ingress_endpoint = args[:events_listener_ingress_endpoint] if args.key?(:events_listener_ingress_endpoint)
1633
1647
  @private_connectivity_enabled = args[:private_connectivity_enabled] if args.key?(:private_connectivity_enabled)
1634
- @public_events_listener_endpoint = args[:public_events_listener_endpoint] if args.key?(:public_events_listener_endpoint)
1635
1648
  @registration_destination_config = args[:registration_destination_config] if args.key?(:registration_destination_config)
1636
1649
  end
1637
1650
  end
@@ -1770,6 +1783,13 @@ module Google
1770
1783
  # @return [String]
1771
1784
  attr_accessor :events_listener_endpoint
1772
1785
 
1786
+ # Output only. Events listener PSC Service attachment. The value will be
1787
+ # populated after provisioning the events listener with private connectivity
1788
+ # enabled.
1789
+ # Corresponds to the JSON property `eventsListenerPscSa`
1790
+ # @return [String]
1791
+ attr_accessor :events_listener_psc_sa
1792
+
1773
1793
  # EventingStatus indicates the state of eventing.
1774
1794
  # Corresponds to the JSON property `status`
1775
1795
  # @return [Google::Apis::ConnectorsV1::EventingStatus]
@@ -1782,6 +1802,7 @@ module Google
1782
1802
  # Update properties of this object
1783
1803
  def update!(**args)
1784
1804
  @events_listener_endpoint = args[:events_listener_endpoint] if args.key?(:events_listener_endpoint)
1805
+ @events_listener_psc_sa = args[:events_listener_psc_sa] if args.key?(:events_listener_psc_sa)
1785
1806
  @status = args[:status] if args.key?(:status)
1786
1807
  end
1787
1808
  end
@@ -3373,6 +3394,16 @@ module Google
3373
3394
  # @return [String]
3374
3395
  attr_accessor :action
3375
3396
 
3397
+ # Output only. Brief Description of action
3398
+ # Corresponds to the JSON property `description`
3399
+ # @return [String]
3400
+ attr_accessor :description
3401
+
3402
+ # Output only. Display Name of action to be shown on client side
3403
+ # Corresponds to the JSON property `displayName`
3404
+ # @return [String]
3405
+ attr_accessor :display_name
3406
+
3376
3407
  # JsonSchema representation of schema metadata
3377
3408
  # Corresponds to the JSON property `inputJsonSchema`
3378
3409
  # @return [Google::Apis::ConnectorsV1::JsonSchema]
@@ -3400,6 +3431,8 @@ module Google
3400
3431
  # Update properties of this object
3401
3432
  def update!(**args)
3402
3433
  @action = args[:action] if args.key?(:action)
3434
+ @description = args[:description] if args.key?(:description)
3435
+ @display_name = args[:display_name] if args.key?(:display_name)
3403
3436
  @input_json_schema = args[:input_json_schema] if args.key?(:input_json_schema)
3404
3437
  @input_parameters = args[:input_parameters] if args.key?(:input_parameters)
3405
3438
  @result_json_schema = args[:result_json_schema] if args.key?(:result_json_schema)
@@ -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.38.0"
19
+ GEM_VERSION = "0.40.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 = "20230906"
25
+ REVISION = "20230920"
26
26
  end
27
27
  end
28
28
  end
@@ -771,6 +771,7 @@ module Google
771
771
  class ConnectorInfraConfig
772
772
  # @private
773
773
  class Representation < Google::Apis::Core::JsonRepresentation
774
+ property :connection_ratelimit_window_seconds, :numeric_string => true, as: 'connectionRatelimitWindowSeconds'
774
775
  property :hpa_config, as: 'hpaConfig', class: Google::Apis::ConnectorsV1::HpaConfig, decorator: Google::Apis::ConnectorsV1::HpaConfig::Representation
775
776
 
776
777
  property :internalclient_ratelimit_threshold, :numeric_string => true, as: 'internalclientRatelimitThreshold'
@@ -819,6 +820,7 @@ module Google
819
820
  class ConnectorVersionInfraConfig
820
821
  # @private
821
822
  class Representation < Google::Apis::Core::JsonRepresentation
823
+ property :connection_ratelimit_window_seconds, :numeric_string => true, as: 'connectionRatelimitWindowSeconds'
822
824
  property :hpa_config, as: 'hpaConfig', class: Google::Apis::ConnectorsV1::HpaConfig, decorator: Google::Apis::ConnectorsV1::HpaConfig::Representation
823
825
 
824
826
  property :internalclient_ratelimit_threshold, :numeric_string => true, as: 'internalclientRatelimitThreshold'
@@ -982,8 +984,8 @@ module Google
982
984
  property :encryption_key, as: 'encryptionKey', class: Google::Apis::ConnectorsV1::ConfigVariable, decorator: Google::Apis::ConnectorsV1::ConfigVariable::Representation
983
985
 
984
986
  property :enrichment_enabled, as: 'enrichmentEnabled'
987
+ property :events_listener_ingress_endpoint, as: 'eventsListenerIngressEndpoint'
985
988
  property :private_connectivity_enabled, as: 'privateConnectivityEnabled'
986
- property :public_events_listener_endpoint, as: 'publicEventsListenerEndpoint'
987
989
  property :registration_destination_config, as: 'registrationDestinationConfig', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
988
990
 
989
991
  end
@@ -1024,6 +1026,7 @@ module Google
1024
1026
  # @private
1025
1027
  class Representation < Google::Apis::Core::JsonRepresentation
1026
1028
  property :events_listener_endpoint, as: 'eventsListenerEndpoint'
1029
+ property :events_listener_psc_sa, as: 'eventsListenerPscSa'
1027
1030
  property :status, as: 'status', class: Google::Apis::ConnectorsV1::EventingStatus, decorator: Google::Apis::ConnectorsV1::EventingStatus::Representation
1028
1031
 
1029
1032
  end
@@ -1467,6 +1470,8 @@ module Google
1467
1470
  # @private
1468
1471
  class Representation < Google::Apis::Core::JsonRepresentation
1469
1472
  property :action, as: 'action'
1473
+ property :description, as: 'description'
1474
+ property :display_name, as: 'displayName'
1470
1475
  property :input_json_schema, as: 'inputJsonSchema', class: Google::Apis::ConnectorsV1::JsonSchema, decorator: Google::Apis::ConnectorsV1::JsonSchema::Representation
1471
1476
 
1472
1477
  collection :input_parameters, as: 'inputParameters', class: Google::Apis::ConnectorsV1::InputParameter, decorator: Google::Apis::ConnectorsV1::InputParameter::Representation
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.38.0
4
+ version: 0.40.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-09-17 00:00:00.000000000 Z
11
+ date: 2023-10-01 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.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.40.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: []