Skip to content

Commit 909d56c

Browse files
feat: Automated regeneration of connectors v1 client (googleapis#23359)
Auto-created at 2025-06-08 10:24:20 +0000 using the toys pull request generator.
1 parent 1a64fe8 commit 909d56c

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122898,6 +122898,8 @@
122898122898
"/connectors:v1/EventingConfig/enrichmentEnabled": enrichment_enabled
122899122899
"/connectors:v1/EventingConfig/eventsListenerIngressEndpoint": events_listener_ingress_endpoint
122900122900
"/connectors:v1/EventingConfig/listenerAuthConfig": listener_auth_config
122901+
"/connectors:v1/EventingConfig/privateConnectivityAllowlistedProjects": private_connectivity_allowlisted_projects
122902+
"/connectors:v1/EventingConfig/privateConnectivityAllowlistedProjects/private_connectivity_allowlisted_project": private_connectivity_allowlisted_project
122901122903
"/connectors:v1/EventingConfig/privateConnectivityEnabled": private_connectivity_enabled
122902122904
"/connectors:v1/EventingConfig/proxyDestinationConfig": proxy_destination_config
122903122905
"/connectors:v1/EventingConfig/publicEventsListenerEndpoint": public_events_listener_endpoint

generated/google-apis-connectors_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-connectors_v1
22

3+
### v0.74.0 (2025-06-08)
4+
5+
* Regenerated from discovery document revision 20250604
6+
37
### v0.73.0 (2025-06-01)
48

59
* Regenerated from discovery document revision 20250521

generated/google-apis-connectors_v1/lib/google/apis/connectors_v1/classes.rb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ class Connection
819819
# @return [Google::Apis::ConnectorsV1::AuthConfig]
820820
attr_accessor :eua_oauth_auth_config
821821

822-
# Eventing Configuration of a connection next: 18
822+
# Eventing Configuration of a connection next: 19
823823
# Corresponds to the JSON property `eventingConfig`
824824
# @return [Google::Apis::ConnectorsV1::EventingConfig]
825825
attr_accessor :eventing_config
@@ -3129,7 +3129,7 @@ def update!(**args)
31293129
end
31303130
end
31313131

3132-
# Eventing Configuration of a connection next: 18
3132+
# Eventing Configuration of a connection next: 19
31333133
class EventingConfig
31343134
include Google::Apis::Core::Hashable
31353135

@@ -3170,6 +3170,12 @@ class EventingConfig
31703170
# @return [Google::Apis::ConnectorsV1::AuthConfig]
31713171
attr_accessor :listener_auth_config
31723172

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+
31733179
# Optional. Private Connectivity Enabled.
31743180
# Corresponds to the JSON property `privateConnectivityEnabled`
31753181
# @return [Boolean]
@@ -3204,6 +3210,7 @@ def update!(**args)
32043210
@enrichment_enabled = args[:enrichment_enabled] if args.key?(:enrichment_enabled)
32053211
@events_listener_ingress_endpoint = args[:events_listener_ingress_endpoint] if args.key?(:events_listener_ingress_endpoint)
32063212
@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)
32073214
@private_connectivity_enabled = args[:private_connectivity_enabled] if args.key?(:private_connectivity_enabled)
32083215
@proxy_destination_config = args[:proxy_destination_config] if args.key?(:proxy_destination_config)
32093216
@registration_destination_config = args[:registration_destination_config] if args.key?(:registration_destination_config)

generated/google-apis-connectors_v1/lib/google/apis/connectors_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ConnectorsV1
1818
# Version of the google-apis-connectors_v1 gem
19-
GEM_VERSION = "0.73.0"
19+
GEM_VERSION = "0.74.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250521"
25+
REVISION = "20250604"
2626
end
2727
end
2828
end

generated/google-apis-connectors_v1/lib/google/apis/connectors_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1838,6 +1838,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
18381838
property :events_listener_ingress_endpoint, as: 'eventsListenerIngressEndpoint'
18391839
property :listener_auth_config, as: 'listenerAuthConfig', class: Google::Apis::ConnectorsV1::AuthConfig, decorator: Google::Apis::ConnectorsV1::AuthConfig::Representation
18401840

1841+
collection :private_connectivity_allowlisted_projects, as: 'privateConnectivityAllowlistedProjects'
18411842
property :private_connectivity_enabled, as: 'privateConnectivityEnabled'
18421843
property :proxy_destination_config, as: 'proxyDestinationConfig', class: Google::Apis::ConnectorsV1::DestinationConfig, decorator: Google::Apis::ConnectorsV1::DestinationConfig::Representation
18431844

0 commit comments

Comments
 (0)