google-apis-connectors_v1 0.73.0 → 0.74.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: f3e98dab0aa3734808b46a128799c7db46d858e11cf529a10a62bd5d6152d71b
4
- data.tar.gz: 2234073da14de72f66255ffa098e7119fc85ac8f5ad6770dc6ddf546e227d330
3
+ metadata.gz: 466f5b7b862f611542865bb97591b9fa37fcb5ae88c173ef390d3b0a1bc44a72
4
+ data.tar.gz: e3393a801284dc4cfaf0f3a344a743945021a7a66fdfe09b14cc34c3e726e775
5
5
  SHA512:
6
- metadata.gz: 2fc4931892067df851d89c928f4a1035ada1eb2331010356127f4c9024057662068578bbfd44d6ea9f6d365139c3d525f9c2f20e8cd0a6800ffd939cba824b5f
7
- data.tar.gz: 3b4567db11109a7870ffcac3ec534897bde39ed545950c099694b2b5456dc752a292576832d518a7c1cf12efc0cefeca1326450c18dd5a1420d069a0b3f1fe16
6
+ metadata.gz: 43b5b243a000c7f5bfe780cdfa5469a51ec7729846aec4cb7b15c03296237ace0a358a1f46c035ee5b46e98edc052153170344cc2b64b708312c889c0bbd5458
7
+ data.tar.gz: bd295975d565af9309906d46ae07de8931256feeeb764b237cca7b69b887caf77a16bcc0ff36371d6327d7a943286117dd542f99b49b005baa449c701e0c46db
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-connectors_v1
2
2
 
3
+ ### v0.74.0 (2025-06-08)
4
+
5
+ * Regenerated from discovery document revision 20250604
6
+
3
7
  ### v0.73.0 (2025-06-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20250521
@@ -819,7 +819,7 @@ module Google
819
819
  # @return [Google::Apis::ConnectorsV1::AuthConfig]
820
820
  attr_accessor :eua_oauth_auth_config
821
821
 
822
- # Eventing Configuration of a connection next: 18
822
+ # Eventing Configuration of a connection next: 19
823
823
  # Corresponds to the JSON property `eventingConfig`
824
824
  # @return [Google::Apis::ConnectorsV1::EventingConfig]
825
825
  attr_accessor :eventing_config
@@ -3129,7 +3129,7 @@ module Google
3129
3129
  end
3130
3130
  end
3131
3131
 
3132
- # Eventing Configuration of a connection next: 18
3132
+ # Eventing Configuration of a connection next: 19
3133
3133
  class EventingConfig
3134
3134
  include Google::Apis::Core::Hashable
3135
3135
 
@@ -3170,6 +3170,12 @@ module Google
3170
3170
  # @return [Google::Apis::ConnectorsV1::AuthConfig]
3171
3171
  attr_accessor :listener_auth_config
3172
3172
 
3173
+ # Optional. List of projects to be allowlisted for the service attachment
3174
+ # created in the tenant project for eventing ingress.
3175
+ # Corresponds to the JSON property `privateConnectivityAllowlistedProjects`
3176
+ # @return [Array<String>]
3177
+ attr_accessor :private_connectivity_allowlisted_projects
3178
+
3173
3179
  # Optional. Private Connectivity Enabled.
3174
3180
  # Corresponds to the JSON property `privateConnectivityEnabled`
3175
3181
  # @return [Boolean]
@@ -3204,6 +3210,7 @@ module Google
3204
3210
  @enrichment_enabled = args[:enrichment_enabled] if args.key?(:enrichment_enabled)
3205
3211
  @events_listener_ingress_endpoint = args[:events_listener_ingress_endpoint] if args.key?(:events_listener_ingress_endpoint)
3206
3212
  @listener_auth_config = args[:listener_auth_config] if args.key?(:listener_auth_config)
3213
+ @private_connectivity_allowlisted_projects = args[:private_connectivity_allowlisted_projects] if args.key?(:private_connectivity_allowlisted_projects)
3207
3214
  @private_connectivity_enabled = args[:private_connectivity_enabled] if args.key?(:private_connectivity_enabled)
3208
3215
  @proxy_destination_config = args[:proxy_destination_config] if args.key?(:proxy_destination_config)
3209
3216
  @registration_destination_config = args[:registration_destination_config] if args.key?(:registration_destination_config)
@@ -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.73.0"
19
+ GEM_VERSION = "0.74.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250521"
25
+ REVISION = "20250604"
26
26
  end
27
27
  end
28
28
  end
@@ -1838,6 +1838,7 @@ module Google
1838
1838
  property :events_listener_ingress_endpoint, as: 'eventsListenerIngressEndpoint'
1839
1839
  property :listener_auth_config, as: 'listenerAuthConfig', class: Google::Apis::ConnectorsV1::AuthConfig, decorator: Google::Apis::ConnectorsV1::AuthConfig::Representation
1840
1840
 
1841
+ collection :private_connectivity_allowlisted_projects, as: 'privateConnectivityAllowlistedProjects'
1841
1842
  property :private_connectivity_enabled, as: 'privateConnectivityEnabled'
1842
1843
  property :proxy_destination_config, as: 'proxyDestinationConfig', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
1843
1844
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-connectors_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.73.0
4
+ version: 0.74.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.73.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-connectors_v1/v0.74.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: