Skip to content

Commit e1c0cbc

Browse files
feat: Automated regeneration of integrations v1 client (googleapis#21939)
Auto-created at 2025-03-02 10:34:48 +0000 using the toys pull request generator.
1 parent 70818eb commit e1c0cbc

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253325,6 +253325,8 @@
253325253325
"/integrations:v1/GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse/outputParameters/output_parameter": output_parameter
253326253326
"/integrations:v1/GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse/parameterEntries": parameter_entries
253327253327
"/integrations:v1/GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse/parameterEntries/parameter_entry": parameter_entry
253328+
"/integrations:v1/GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse/parameters": parameters
253329+
"/integrations:v1/GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse/parameters/parameter": parameter
253328253330
"/integrations:v1/GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest": google_cloud_integrations_v1alpha_execute_test_case_request
253329253331
"/integrations:v1/GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest/inputParameters": input_parameters
253330253332
"/integrations:v1/GoogleCloudIntegrationsV1alphaExecuteTestCaseRequest/inputParameters/input_parameter": input_parameter

generated/google-apis-integrations_v1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-integrations_v1
22

3-
### v0.4.0 (2025-02-26)
3+
### v0.4.0 (2025-03-02)
44

5-
* Regenerated from discovery document revision 20250206
5+
* Regenerated from discovery document revision 20250223
66
* Regenerated using generator version 0.16.0
77

88
### v0.3.0 (2025-01-07)

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7721,6 +7721,11 @@ class GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse
77217721
# @return [Array<Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterEntry>]
77227722
attr_accessor :parameter_entries
77237723

7724+
# Optional. OUTPUT parameters from integration execution.
7725+
# Corresponds to the JSON property `parameters`
7726+
# @return [Hash<String,Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType>]
7727+
attr_accessor :parameters
7728+
77247729
def initialize(**args)
77257730
update!(**args)
77267731
end
@@ -7732,6 +7737,7 @@ def update!(**args)
77327737
@execution_id = args[:execution_id] if args.key?(:execution_id)
77337738
@output_parameters = args[:output_parameters] if args.key?(:output_parameters)
77347739
@parameter_entries = args[:parameter_entries] if args.key?(:parameter_entries)
7740+
@parameters = args[:parameters] if args.key?(:parameters)
77357741
end
77367742
end
77377743

@@ -8303,16 +8309,12 @@ def update!(**args)
83038309
class GoogleCloudIntegrationsV1alphaImportTemplateRequest
83048310
include Google::Apis::Core::Hashable
83058311

8306-
# Required. Name of the integration where template needs to be imported.
8312+
# Required. Resource Name of the integration where template needs to be imported/
8313+
# inserted.
83078314
# Corresponds to the JSON property `integration`
83088315
# @return [String]
83098316
attr_accessor :integration
83108317

8311-
# Required. The region of the Integration to be created.
8312-
# Corresponds to the JSON property `integrationRegion`
8313-
# @return [String]
8314-
attr_accessor :integration_region
8315-
83168318
# Optional. Sub Integration which would be created via templates.
83178319
# Corresponds to the JSON property `subIntegrations`
83188320
# @return [Hash<String,Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails>]
@@ -8325,7 +8327,6 @@ def initialize(**args)
83258327
# Update properties of this object
83268328
def update!(**args)
83278329
@integration = args[:integration] if args.key?(:integration)
8328-
@integration_region = args[:integration_region] if args.key?(:integration_region)
83298330
@sub_integrations = args[:sub_integrations] if args.key?(:sub_integrations)
83308331
end
83318332
end

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module IntegrationsV1
2222
GENERATOR_VERSION = "0.16.0"
2323

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3966,6 +3966,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
39663966
hash :output_parameters, as: 'outputParameters'
39673967
collection :parameter_entries, as: 'parameterEntries', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterEntry, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterEntry::Representation
39683968

3969+
hash :parameters, as: 'parameters', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType::Representation
3970+
39693971
end
39703972
end
39713973

@@ -4145,7 +4147,6 @@ class GoogleCloudIntegrationsV1alphaImportTemplateRequest
41454147
# @private
41464148
class Representation < Google::Apis::Core::JsonRepresentation
41474149
property :integration, as: 'integration'
4148-
property :integration_region, as: 'integrationRegion'
41494150
hash :sub_integrations, as: 'subIntegrations', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails::Representation
41504151

41514152
end

0 commit comments

Comments
 (0)