Skip to content

Commit 53954d4

Browse files
feat: Automated regeneration of integrations v1 client (googleapis#23418)
Auto-created at 2025-06-15 10:02:06 +0000 using the toys pull request generator.
1 parent 317a094 commit 53954d4

File tree

6 files changed

+28
-5
lines changed

6 files changed

+28
-5
lines changed

api_names_out.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262759,6 +262759,9 @@
262759262759
"/integrations:v1/GoogleCloudConnectorsV1EventingConfig/enrichmentEnabled": enrichment_enabled
262760262760
"/integrations:v1/GoogleCloudConnectorsV1EventingConfig/eventsListenerIngressEndpoint": events_listener_ingress_endpoint
262761262761
"/integrations:v1/GoogleCloudConnectorsV1EventingConfig/listenerAuthConfig": listener_auth_config
262762+
"/integrations:v1/GoogleCloudConnectorsV1EventingConfig/privateConnectivityAllowlistedProjects": private_connectivity_allowlisted_projects
262763+
? "/integrations:v1/GoogleCloudConnectorsV1EventingConfig/privateConnectivityAllowlistedProjects/private_connectivity_allowlisted_project"
262764+
: private_connectivity_allowlisted_project
262762262765
"/integrations:v1/GoogleCloudConnectorsV1EventingConfig/privateConnectivityEnabled": private_connectivity_enabled
262763262766
"/integrations:v1/GoogleCloudConnectorsV1EventingConfig/proxyDestinationConfig": proxy_destination_config
262764262767
"/integrations:v1/GoogleCloudConnectorsV1EventingConfig/registrationDestinationConfig": registration_destination_config
@@ -264200,11 +264203,13 @@
264200264203
"/integrations:v1/integrations.projects.locations.templates.patch/name": name
264201264204
"/integrations:v1/integrations.projects.locations.templates.patch/updateMask": update_mask
264202264205
"/integrations:v1/integrations.projects.locations.templates.search": search_project_location_templates
264206+
"/integrations:v1/integrations.projects.locations.templates.search/enableNaturalLanguageQueryUnderstanding": enable_natural_language_query_understanding
264203264207
"/integrations:v1/integrations.projects.locations.templates.search/filter": filter
264204264208
"/integrations:v1/integrations.projects.locations.templates.search/orderBy": order_by
264205264209
"/integrations:v1/integrations.projects.locations.templates.search/pageSize": page_size
264206264210
"/integrations:v1/integrations.projects.locations.templates.search/pageToken": page_token
264207264211
"/integrations:v1/integrations.projects.locations.templates.search/parent": parent
264212+
"/integrations:v1/integrations.projects.locations.templates.search/query": query
264208264213
"/integrations:v1/integrations.projects.locations.templates.search/readMask": read_mask
264209264214
"/integrations:v1/integrations.projects.locations.templates.share": share_project_location_template
264210264215
"/integrations:v1/integrations.projects.locations.templates.share/name": name

generated/google-apis-integrations_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-integrations_v1
22

3+
### v0.14.0 (2025-06-15)
4+
5+
* Regenerated from discovery document revision 20250610
6+
37
### v0.13.0 (2025-05-25)
48

59
* Regenerated from discovery document revision 20250521

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5531,7 +5531,7 @@ class GoogleCloudConnectorsV1Connection
55315531
# @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig]
55325532
attr_accessor :eua_oauth_auth_config
55335533

5534-
# Eventing Configuration of a connection next: 18
5534+
# Eventing Configuration of a connection next: 19
55355535
# Corresponds to the JSON property `eventingConfig`
55365536
# @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfig]
55375537
attr_accessor :eventing_config
@@ -5913,7 +5913,7 @@ def update!(**args)
59135913
end
59145914
end
59155915

5916-
# Eventing Configuration of a connection next: 18
5916+
# Eventing Configuration of a connection next: 19
59175917
class GoogleCloudConnectorsV1EventingConfig
59185918
include Google::Apis::Core::Hashable
59195919

@@ -5954,6 +5954,12 @@ class GoogleCloudConnectorsV1EventingConfig
59545954
# @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig]
59555955
attr_accessor :listener_auth_config
59565956

5957+
# Optional. List of projects to be allowlisted for the service attachment
5958+
# created in the tenant project for eventing ingress.
5959+
# Corresponds to the JSON property `privateConnectivityAllowlistedProjects`
5960+
# @return [Array<String>]
5961+
attr_accessor :private_connectivity_allowlisted_projects
5962+
59575963
# Optional. Private Connectivity Enabled.
59585964
# Corresponds to the JSON property `privateConnectivityEnabled`
59595965
# @return [Boolean]
@@ -5988,6 +5994,7 @@ def update!(**args)
59885994
@enrichment_enabled = args[:enrichment_enabled] if args.key?(:enrichment_enabled)
59895995
@events_listener_ingress_endpoint = args[:events_listener_ingress_endpoint] if args.key?(:events_listener_ingress_endpoint)
59905996
@listener_auth_config = args[:listener_auth_config] if args.key?(:listener_auth_config)
5997+
@private_connectivity_allowlisted_projects = args[:private_connectivity_allowlisted_projects] if args.key?(:private_connectivity_allowlisted_projects)
59915998
@private_connectivity_enabled = args[:private_connectivity_enabled] if args.key?(:private_connectivity_enabled)
59925999
@proxy_destination_config = args[:proxy_destination_config] if args.key?(:proxy_destination_config)
59936000
@registration_destination_config = args[:registration_destination_config] if args.key?(:registration_destination_config)

generated/google-apis-integrations_v1/lib/google/apis/integrations_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 IntegrationsV1
1818
# Version of the google-apis-integrations_v1 gem
19-
GEM_VERSION = "0.13.0"
19+
GEM_VERSION = "0.14.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 = "20250610"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3531,6 +3531,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
35313531
property :events_listener_ingress_endpoint, as: 'eventsListenerIngressEndpoint'
35323532
property :listener_auth_config, as: 'listenerAuthConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig::Representation
35333533

3534+
collection :private_connectivity_allowlisted_projects, as: 'privateConnectivityAllowlistedProjects'
35343535
property :private_connectivity_enabled, as: 'privateConnectivityEnabled'
35353536
property :proxy_destination_config, as: 'proxyDestinationConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1DestinationConfig::Representation
35363537

generated/google-apis-integrations_v1/lib/google/apis/integrations_v1/service.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5115,6 +5115,8 @@ def patch_project_location_template(name, google_cloud_integrations_v1alpha_temp
51155115
# templates and return a list of templates based on the user filter.
51165116
# @param [String] parent
51175117
# Required. The client, which owns this collection of Templates.
5118+
# @param [Boolean] enable_natural_language_query_understanding
5119+
# Optional. Whether to enable natural language query understanding.
51185120
# @param [String] filter
51195121
# Optional. Standard filter field to filter templates. client_id filter won't be
51205122
# supported and will restrict to templates belonging to the current client only.
@@ -5127,6 +5129,8 @@ def patch_project_location_template(name, google_cloud_integrations_v1alpha_temp
51275129
# The maximum value is 1000; values above 1000 will be coerced to 1000.
51285130
# @param [String] page_token
51295131
# Optional. The token returned in the previous response.
5132+
# @param [String] query
5133+
# Optional. The search query that will be passed to Vertex search service.
51305134
# @param [String] read_mask
51315135
# Optional. The mask which specifies fields that need to be returned in the
51325136
# template's response.
@@ -5147,15 +5151,17 @@ def patch_project_location_template(name, google_cloud_integrations_v1alpha_temp
51475151
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
51485152
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
51495153
# @raise [Google::Apis::AuthorizationError] Authorization is required
5150-
def search_project_location_templates(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, read_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
5154+
def search_project_location_templates(parent, enable_natural_language_query_understanding: nil, filter: nil, order_by: nil, page_size: nil, page_token: nil, query: nil, read_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
51515155
command = make_simple_command(:get, 'v1/{+parent}/templates:search', options)
51525156
command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSearchTemplatesResponse::Representation
51535157
command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaSearchTemplatesResponse
51545158
command.params['parent'] = parent unless parent.nil?
5159+
command.query['enableNaturalLanguageQueryUnderstanding'] = enable_natural_language_query_understanding unless enable_natural_language_query_understanding.nil?
51555160
command.query['filter'] = filter unless filter.nil?
51565161
command.query['orderBy'] = order_by unless order_by.nil?
51575162
command.query['pageSize'] = page_size unless page_size.nil?
51585163
command.query['pageToken'] = page_token unless page_token.nil?
5164+
command.query['query'] = query unless query.nil?
51595165
command.query['readMask'] = read_mask unless read_mask.nil?
51605166
command.query['fields'] = fields unless fields.nil?
51615167
command.query['quotaUser'] = quota_user unless quota_user.nil?

0 commit comments

Comments
 (0)