google-apis-integrations_v1 0.3.0 → 0.5.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: e2e47778b912562c8744974adb05b73248bdbd1923c672f53c494d1d9cec7e16
4
- data.tar.gz: f8e55830e887f93fec7fd94842acb72ef50a93a38bd2416eb81086f3a0e3ee99
3
+ metadata.gz: 7b5044f558d45dd60ec9ea051fb7235d879ab8c41dd9d87d9ac6c283d2fd42b7
4
+ data.tar.gz: 90d3aabc3e6490da2807004233ba0694ddfb2c19563d21f1727dd3fe5d812c9e
5
5
  SHA512:
6
- metadata.gz: f346d1b4fa78d582fd2eebcc669174b8d2b7bf72684650d95ab3bc4b6a8eeaa504c40cd0e09c37ef158d93560c63fa21b1d217829fcd1f83ba86badfc6c2d030
7
- data.tar.gz: c768c481a6f3321b15a89144f9c366bb8be88f915f0f5ba0a3d68e7ab8e5fd674b0a2d78fe65679509663dcd6420d9bbfc7e2e3c7e9f773ac22d0bd80e5d6fa3
6
+ metadata.gz: aa2cfa73e26d65f329bad5d279b29ebb325bad6b56b914be1009b14a46539a54ebfcc2107ce80193d7ea298928ef318803167b5d26bbac5462f345441bcdbeed
7
+ data.tar.gz: 4103f0ca3d1753e107d5d2a9b96240cc5d001338c86b281008f43561078720ffbd0865dc6e83bb824cad651a3deb7a05c844f4e6a3ea04588a91dfd495990068
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-integrations_v1
2
2
 
3
+ ### v0.5.0 (2025-03-09)
4
+
5
+ * Regenerated from discovery document revision 20250302
6
+
7
+ ### v0.4.0 (2025-03-02)
8
+
9
+ * Regenerated from discovery document revision 20250223
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.3.0 (2025-01-07)
4
13
 
5
14
  * Regenerated from discovery document revision 20241209
@@ -5862,6 +5862,26 @@ module Google
5862
5862
  end
5863
5863
  end
5864
5864
 
5865
+ # Data enrichment configuration.
5866
+ class GoogleCloudConnectorsV1EnrichmentConfig
5867
+ include Google::Apis::Core::Hashable
5868
+
5869
+ # Optional. Append ACL to the event.
5870
+ # Corresponds to the JSON property `appendAcl`
5871
+ # @return [Boolean]
5872
+ attr_accessor :append_acl
5873
+ alias_method :append_acl?, :append_acl
5874
+
5875
+ def initialize(**args)
5876
+ update!(**args)
5877
+ end
5878
+
5879
+ # Update properties of this object
5880
+ def update!(**args)
5881
+ @append_acl = args[:append_acl] if args.key?(:append_acl)
5882
+ end
5883
+ end
5884
+
5865
5885
  # Eventing Configuration of a connection
5866
5886
  class GoogleCloudConnectorsV1EventingConfig
5867
5887
  include Google::Apis::Core::Hashable
@@ -5881,6 +5901,11 @@ module Google
5881
5901
  # @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfigDeadLetterConfig]
5882
5902
  attr_accessor :dead_letter_config
5883
5903
 
5904
+ # Data enrichment configuration.
5905
+ # Corresponds to the JSON property `enrichmentConfig`
5906
+ # @return [Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EnrichmentConfig]
5907
+ attr_accessor :enrichment_config
5908
+
5884
5909
  # Optional. Enrichment Enabled.
5885
5910
  # Corresponds to the JSON property `enrichmentEnabled`
5886
5911
  # @return [Boolean]
@@ -5923,6 +5948,7 @@ module Google
5923
5948
  @additional_variables = args[:additional_variables] if args.key?(:additional_variables)
5924
5949
  @auth_config = args[:auth_config] if args.key?(:auth_config)
5925
5950
  @dead_letter_config = args[:dead_letter_config] if args.key?(:dead_letter_config)
5951
+ @enrichment_config = args[:enrichment_config] if args.key?(:enrichment_config)
5926
5952
  @enrichment_enabled = args[:enrichment_enabled] if args.key?(:enrichment_enabled)
5927
5953
  @events_listener_ingress_endpoint = args[:events_listener_ingress_endpoint] if args.key?(:events_listener_ingress_endpoint)
5928
5954
  @listener_auth_config = args[:listener_auth_config] if args.key?(:listener_auth_config)
@@ -7695,6 +7721,11 @@ module Google
7695
7721
  # @return [Array<Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterEntry>]
7696
7722
  attr_accessor :parameter_entries
7697
7723
 
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
+
7698
7729
  def initialize(**args)
7699
7730
  update!(**args)
7700
7731
  end
@@ -7706,6 +7737,7 @@ module Google
7706
7737
  @execution_id = args[:execution_id] if args.key?(:execution_id)
7707
7738
  @output_parameters = args[:output_parameters] if args.key?(:output_parameters)
7708
7739
  @parameter_entries = args[:parameter_entries] if args.key?(:parameter_entries)
7740
+ @parameters = args[:parameters] if args.key?(:parameters)
7709
7741
  end
7710
7742
  end
7711
7743
 
@@ -7767,11 +7799,48 @@ module Google
7767
7799
  end
7768
7800
  end
7769
7801
 
7802
+ # Request for ExecuteTestCases.
7803
+ class GoogleCloudIntegrationsV1alphaExecuteTestCasesRequest
7804
+ include Google::Apis::Core::Hashable
7805
+
7806
+ def initialize(**args)
7807
+ update!(**args)
7808
+ end
7809
+
7810
+ # Update properties of this object
7811
+ def update!(**args)
7812
+ end
7813
+ end
7814
+
7815
+ # Response for ExecuteTestCases.
7816
+ class GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse
7817
+ include Google::Apis::Core::Hashable
7818
+
7819
+ # Results of each execution of test cases in an integration version.
7820
+ # Corresponds to the JSON property `executeTestCaseResponses`
7821
+ # @return [Array<Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse>]
7822
+ attr_accessor :execute_test_case_responses
7823
+
7824
+ def initialize(**args)
7825
+ update!(**args)
7826
+ end
7827
+
7828
+ # Update properties of this object
7829
+ def update!(**args)
7830
+ @execute_test_case_responses = args[:execute_test_case_responses] if args.key?(:execute_test_case_responses)
7831
+ end
7832
+ end
7833
+
7770
7834
  # The Execution resource contains detailed information of an individual
7771
7835
  # integration execution.
7772
7836
  class GoogleCloudIntegrationsV1alphaExecution
7773
7837
  include Google::Apis::Core::Hashable
7774
7838
 
7839
+ # Optional. Cloud KMS resource name for the CMEK encryption key.
7840
+ # Corresponds to the JSON property `cloudKmsKey`
7841
+ # @return [String]
7842
+ attr_accessor :cloud_kms_key
7843
+
7775
7844
  # Cloud Logging details for execution info
7776
7845
  # Corresponds to the JSON property `cloudLoggingDetails`
7777
7846
  # @return [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingDetails]
@@ -7867,6 +7936,7 @@ module Google
7867
7936
 
7868
7937
  # Update properties of this object
7869
7938
  def update!(**args)
7939
+ @cloud_kms_key = args[:cloud_kms_key] if args.key?(:cloud_kms_key)
7870
7940
  @cloud_logging_details = args[:cloud_logging_details] if args.key?(:cloud_logging_details)
7871
7941
  @create_time = args[:create_time] if args.key?(:create_time)
7872
7942
  @direct_sub_executions = args[:direct_sub_executions] if args.key?(:direct_sub_executions)
@@ -8245,16 +8315,12 @@ module Google
8245
8315
  class GoogleCloudIntegrationsV1alphaImportTemplateRequest
8246
8316
  include Google::Apis::Core::Hashable
8247
8317
 
8248
- # Required. Name of the integration where template needs to be imported.
8318
+ # Required. Resource Name of the integration where template needs to be imported/
8319
+ # inserted.
8249
8320
  # Corresponds to the JSON property `integration`
8250
8321
  # @return [String]
8251
8322
  attr_accessor :integration
8252
8323
 
8253
- # Required. The region of the Integration to be created.
8254
- # Corresponds to the JSON property `integrationRegion`
8255
- # @return [String]
8256
- attr_accessor :integration_region
8257
-
8258
8324
  # Optional. Sub Integration which would be created via templates.
8259
8325
  # Corresponds to the JSON property `subIntegrations`
8260
8326
  # @return [Hash<String,Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails>]
@@ -8267,7 +8333,6 @@ module Google
8267
8333
  # Update properties of this object
8268
8334
  def update!(**args)
8269
8335
  @integration = args[:integration] if args.key?(:integration)
8270
- @integration_region = args[:integration_region] if args.key?(:integration_region)
8271
8336
  @sub_integrations = args[:sub_integrations] if args.key?(:sub_integrations)
8272
8337
  end
8273
8338
  end
@@ -8628,6 +8693,11 @@ module Google
8628
8693
  class GoogleCloudIntegrationsV1alphaIntegrationVersion
8629
8694
  include Google::Apis::Core::Hashable
8630
8695
 
8696
+ # Optional. Cloud KMS resource name for the CMEK encryption key.
8697
+ # Corresponds to the JSON property `cloudKmsKey`
8698
+ # @return [String]
8699
+ attr_accessor :cloud_kms_key
8700
+
8631
8701
  # Cloud Logging details for execution info
8632
8702
  # Corresponds to the JSON property `cloudLoggingDetails`
8633
8703
  # @return [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingDetails]
@@ -8796,6 +8866,7 @@ module Google
8796
8866
 
8797
8867
  # Update properties of this object
8798
8868
  def update!(**args)
8869
+ @cloud_kms_key = args[:cloud_kms_key] if args.key?(:cloud_kms_key)
8799
8870
  @cloud_logging_details = args[:cloud_logging_details] if args.key?(:cloud_logging_details)
8800
8871
  @create_time = args[:create_time] if args.key?(:create_time)
8801
8872
  @created_from_template = args[:created_from_template] if args.key?(:created_from_template)
@@ -9287,31 +9358,6 @@ module Google
9287
9358
  end
9288
9359
  end
9289
9360
 
9290
- # The response for listing the functional test execution data.
9291
- class GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse
9292
- include Google::Apis::Core::Hashable
9293
-
9294
- # The detailed information of requested executions
9295
- # Corresponds to the JSON property `executions`
9296
- # @return [Array<Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecution>]
9297
- attr_accessor :executions
9298
-
9299
- # The token used to retrieve the next page results.
9300
- # Corresponds to the JSON property `nextPageToken`
9301
- # @return [String]
9302
- attr_accessor :next_page_token
9303
-
9304
- def initialize(**args)
9305
- update!(**args)
9306
- end
9307
-
9308
- # Update properties of this object
9309
- def update!(**args)
9310
- @executions = args[:executions] if args.key?(:executions)
9311
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
9312
- end
9313
- end
9314
-
9315
9361
  # Response for ListTestCases
9316
9362
  class GoogleCloudIntegrationsV1alphaListTestCasesResponse
9317
9363
  include Google::Apis::Core::Hashable
@@ -9896,18 +9942,45 @@ module Google
9896
9942
  class GoogleCloudIntegrationsV1alphaReplayExecutionRequest
9897
9943
  include Google::Apis::Core::Hashable
9898
9944
 
9945
+ # Optional. The modified input parameters for replay. - Provide values for all
9946
+ # the fields in the 'update_mask'. Any field not present in the 'update_mask'
9947
+ # will be ignored and its value will be taken from the original execution. - If
9948
+ # the 'update_mask' is not specified, all the parameters from original execution
9949
+ # will be ignored and only the `modified_parameters` will be used.
9950
+ # Corresponds to the JSON property `modifiedParameters`
9951
+ # @return [Hash<String,Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType>]
9952
+ attr_accessor :modified_parameters
9953
+
9954
+ # Optional. The mode of the replay.
9955
+ # Corresponds to the JSON property `replayMode`
9956
+ # @return [String]
9957
+ attr_accessor :replay_mode
9958
+
9899
9959
  # Required. The user provided reason for replaying the execution.
9900
9960
  # Corresponds to the JSON property `replayReason`
9901
9961
  # @return [String]
9902
9962
  attr_accessor :replay_reason
9903
9963
 
9964
+ # Optional. The list of parameters to be updated. - If the `update_mask` is not
9965
+ # specified, all the parameters from original execution will be ignored and only
9966
+ # the `modified_parameters` will be used. - It is an error to include a
9967
+ # parameter in `update_mask` but not in `modified_parameters`. - Updating nested
9968
+ # fields in a JSON parameter is not supported, please provide the complete JSON
9969
+ # in the `modified_parameters`.
9970
+ # Corresponds to the JSON property `updateMask`
9971
+ # @return [String]
9972
+ attr_accessor :update_mask
9973
+
9904
9974
  def initialize(**args)
9905
9975
  update!(**args)
9906
9976
  end
9907
9977
 
9908
9978
  # Update properties of this object
9909
9979
  def update!(**args)
9980
+ @modified_parameters = args[:modified_parameters] if args.key?(:modified_parameters)
9981
+ @replay_mode = args[:replay_mode] if args.key?(:replay_mode)
9910
9982
  @replay_reason = args[:replay_reason] if args.key?(:replay_reason)
9983
+ @update_mask = args[:update_mask] if args.key?(:update_mask)
9911
9984
  end
9912
9985
  end
9913
9986
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IntegrationsV1
18
18
  # Version of the google-apis-integrations_v1 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241209"
25
+ REVISION = "20250302"
26
26
  end
27
27
  end
28
28
  end
@@ -850,6 +850,12 @@ module Google
850
850
  include Google::Apis::Core::JsonObjectSupport
851
851
  end
852
852
 
853
+ class GoogleCloudConnectorsV1EnrichmentConfig
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
853
859
  class GoogleCloudConnectorsV1EventingConfig
854
860
  class Representation < Google::Apis::Core::JsonRepresentation; end
855
861
 
@@ -1168,6 +1174,18 @@ module Google
1168
1174
  include Google::Apis::Core::JsonObjectSupport
1169
1175
  end
1170
1176
 
1177
+ class GoogleCloudIntegrationsV1alphaExecuteTestCasesRequest
1178
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1179
+
1180
+ include Google::Apis::Core::JsonObjectSupport
1181
+ end
1182
+
1183
+ class GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse
1184
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1185
+
1186
+ include Google::Apis::Core::JsonObjectSupport
1187
+ end
1188
+
1171
1189
  class GoogleCloudIntegrationsV1alphaExecution
1172
1190
  class Representation < Google::Apis::Core::JsonRepresentation; end
1173
1191
 
@@ -1402,12 +1420,6 @@ module Google
1402
1420
  include Google::Apis::Core::JsonObjectSupport
1403
1421
  end
1404
1422
 
1405
- class GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse
1406
- class Representation < Google::Apis::Core::JsonRepresentation; end
1407
-
1408
- include Google::Apis::Core::JsonObjectSupport
1409
- end
1410
-
1411
1423
  class GoogleCloudIntegrationsV1alphaListTestCasesResponse
1412
1424
  class Representation < Google::Apis::Core::JsonRepresentation; end
1413
1425
 
@@ -3419,6 +3431,13 @@ module Google
3419
3431
  end
3420
3432
  end
3421
3433
 
3434
+ class GoogleCloudConnectorsV1EnrichmentConfig
3435
+ # @private
3436
+ class Representation < Google::Apis::Core::JsonRepresentation
3437
+ property :append_acl, as: 'appendAcl'
3438
+ end
3439
+ end
3440
+
3422
3441
  class GoogleCloudConnectorsV1EventingConfig
3423
3442
  # @private
3424
3443
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3428,6 +3447,8 @@ module Google
3428
3447
 
3429
3448
  property :dead_letter_config, as: 'deadLetterConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfigDeadLetterConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingConfigDeadLetterConfig::Representation
3430
3449
 
3450
+ property :enrichment_config, as: 'enrichmentConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EnrichmentConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EnrichmentConfig::Representation
3451
+
3431
3452
  property :enrichment_enabled, as: 'enrichmentEnabled'
3432
3453
  property :events_listener_ingress_endpoint, as: 'eventsListenerIngressEndpoint'
3433
3454
  property :listener_auth_config, as: 'listenerAuthConfig', class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig, decorator: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1AuthConfig::Representation
@@ -3939,6 +3960,8 @@ module Google
3939
3960
  hash :output_parameters, as: 'outputParameters'
3940
3961
  collection :parameter_entries, as: 'parameterEntries', class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterEntry, decorator: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterEntry::Representation
3941
3962
 
3963
+ hash :parameters, as: 'parameters', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType::Representation
3964
+
3942
3965
  end
3943
3966
  end
3944
3967
 
@@ -3961,9 +3984,24 @@ module Google
3961
3984
  end
3962
3985
  end
3963
3986
 
3987
+ class GoogleCloudIntegrationsV1alphaExecuteTestCasesRequest
3988
+ # @private
3989
+ class Representation < Google::Apis::Core::JsonRepresentation
3990
+ end
3991
+ end
3992
+
3993
+ class GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse
3994
+ # @private
3995
+ class Representation < Google::Apis::Core::JsonRepresentation
3996
+ collection :execute_test_case_responses, as: 'executeTestCaseResponses', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse::Representation
3997
+
3998
+ end
3999
+ end
4000
+
3964
4001
  class GoogleCloudIntegrationsV1alphaExecution
3965
4002
  # @private
3966
4003
  class Representation < Google::Apis::Core::JsonRepresentation
4004
+ property :cloud_kms_key, as: 'cloudKmsKey'
3967
4005
  property :cloud_logging_details, as: 'cloudLoggingDetails', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingDetails, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingDetails::Representation
3968
4006
 
3969
4007
  property :create_time, as: 'createTime'
@@ -4104,7 +4142,6 @@ module Google
4104
4142
  # @private
4105
4143
  class Representation < Google::Apis::Core::JsonRepresentation
4106
4144
  property :integration, as: 'integration'
4107
- property :integration_region, as: 'integrationRegion'
4108
4145
  hash :sub_integrations, as: 'subIntegrations', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUseTemplateRequestIntegrationDetails::Representation
4109
4146
 
4110
4147
  end
@@ -4196,6 +4233,7 @@ module Google
4196
4233
  class GoogleCloudIntegrationsV1alphaIntegrationVersion
4197
4234
  # @private
4198
4235
  class Representation < Google::Apis::Core::JsonRepresentation
4236
+ property :cloud_kms_key, as: 'cloudKmsKey'
4199
4237
  property :cloud_logging_details, as: 'cloudLoggingDetails', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingDetails, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingDetails::Representation
4200
4238
 
4201
4239
  property :create_time, as: 'createTime'
@@ -4393,15 +4431,6 @@ module Google
4393
4431
  end
4394
4432
  end
4395
4433
 
4396
- class GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse
4397
- # @private
4398
- class Representation < Google::Apis::Core::JsonRepresentation
4399
- collection :executions, as: 'executions', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecution, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecution::Representation
4400
-
4401
- property :next_page_token, as: 'nextPageToken'
4402
- end
4403
- end
4404
-
4405
4434
  class GoogleCloudIntegrationsV1alphaListTestCasesResponse
4406
4435
  # @private
4407
4436
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4567,7 +4596,11 @@ module Google
4567
4596
  class GoogleCloudIntegrationsV1alphaReplayExecutionRequest
4568
4597
  # @private
4569
4598
  class Representation < Google::Apis::Core::JsonRepresentation
4599
+ hash :modified_parameters, as: 'modifiedParameters', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaValueType::Representation
4600
+
4601
+ property :replay_mode, as: 'replayMode'
4570
4602
  property :replay_reason, as: 'replayReason'
4603
+ property :update_mask, as: 'updateMask'
4571
4604
  end
4572
4605
  end
4573
4606
 
@@ -1156,6 +1156,9 @@ module Google
1156
1156
  # @param [String] name
1157
1157
  # Required. The integration resource name. Format: projects/`gcp_project_id`/
1158
1158
  # locations/`location`/integrations/`integration_id`
1159
+ # @param [String] gcp_cloud_events_mode
1160
+ # Optional. LINT: LEGACY_NAMES The query parameter value for
1161
+ # __GCP_CloudEventsMode, set by the Eventarc service when configuring triggers.
1159
1162
  # @param [String] trigger_id
1160
1163
  # Required. Id of the integration trigger config. The trigger_id is in the
1161
1164
  # format: `integration_connector_trigger/projects/`gcp_project_id`/location/`
@@ -1177,11 +1180,12 @@ module Google
1177
1180
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1178
1181
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1179
1182
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1180
- def execute_project_location_integration_event(name, trigger_id: nil, fields: nil, quota_user: nil, options: nil, &block)
1183
+ def execute_project_location_integration_event(name, gcp_cloud_events_mode: nil, trigger_id: nil, fields: nil, quota_user: nil, options: nil, &block)
1181
1184
  command = make_simple_command(:post, 'v1/{+name}:executeEvent', options)
1182
1185
  command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteEventResponse::Representation
1183
1186
  command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteEventResponse
1184
1187
  command.params['name'] = name unless name.nil?
1188
+ command.query['GCPCloudEventsMode'] = gcp_cloud_events_mode unless gcp_cloud_events_mode.nil?
1185
1189
  command.query['triggerId'] = trigger_id unless trigger_id.nil?
1186
1190
  command.query['fields'] = fields unless fields.nil?
1187
1191
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -2179,6 +2183,41 @@ module Google
2179
2183
  execute_or_queue_command(command, &block)
2180
2184
  end
2181
2185
 
2186
+ # Executes all test cases in an integration version.
2187
+ # @param [String] parent
2188
+ # Required. The parent resource whose test cases are executed. Format: projects/`
2189
+ # project`/locations/`location`/integrations/`integration`/versions/`
2190
+ # integration_version`
2191
+ # @param [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCasesRequest] google_cloud_integrations_v1alpha_execute_test_cases_request_object
2192
+ # @param [String] fields
2193
+ # Selector specifying which fields to include in a partial response.
2194
+ # @param [String] quota_user
2195
+ # Available to use for quota purposes for server-side applications. Can be any
2196
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2197
+ # @param [Google::Apis::RequestOptions] options
2198
+ # Request-specific options
2199
+ #
2200
+ # @yield [result, err] Result & error if block supplied
2201
+ # @yieldparam result [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse] parsed result object
2202
+ # @yieldparam err [StandardError] error object if request failed
2203
+ #
2204
+ # @return [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse]
2205
+ #
2206
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2207
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2208
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2209
+ def execute_project_location_integration_version_test_case(parent, google_cloud_integrations_v1alpha_execute_test_cases_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2210
+ command = make_simple_command(:post, 'v1/{+parent}/testCases:execute', options)
2211
+ command.request_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCasesRequest::Representation
2212
+ command.request_object = google_cloud_integrations_v1alpha_execute_test_cases_request_object
2213
+ command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse::Representation
2214
+ command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse
2215
+ command.params['parent'] = parent unless parent.nil?
2216
+ command.query['fields'] = fields unless fields.nil?
2217
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2218
+ execute_or_queue_command(command, &block)
2219
+ end
2220
+
2182
2221
  # Executes functional test
2183
2222
  # @param [String] test_case_name
2184
2223
  # Required. Test case resource name
@@ -2294,70 +2333,6 @@ module Google
2294
2333
  execute_or_queue_command(command, &block)
2295
2334
  end
2296
2335
 
2297
- # Lists the results of all functional test executions. The response includes the
2298
- # same information as the [execution log](https://cloud.google.com/application-
2299
- # integration/docs/viewing-logs) in the Integration UI.
2300
- # @param [String] parent
2301
- # Required. The parent resource name of the test case execution.
2302
- # @param [String] filter
2303
- # Optional. Standard filter field, we support filtering on following fields:
2304
- # test_case_id: the ID of the test case. CreateTimestamp: the execution created
2305
- # time. event_execution_state: the state of the executions. execution_id: the id
2306
- # of the execution. trigger_id: the id of the trigger. parameter_type: the type
2307
- # of the parameters involved in the execution. All fields support for EQUALS, in
2308
- # additional: CreateTimestamp support for LESS_THAN, GREATER_THAN ParameterType
2309
- # support for HAS For example: "parameter_type" HAS \"string\" Also supports
2310
- # operators like AND, OR, NOT For example, trigger_id=\"id1\" AND test_case_id=\"
2311
- # testCaseId\"
2312
- # @param [String] order_by
2313
- # Optional. The results would be returned in order you specified here. Currently
2314
- # supporting "last_modified_time" and "create_time".
2315
- # @param [Fixnum] page_size
2316
- # Optional. The size of entries in the response.
2317
- # @param [String] page_token
2318
- # Optional. The token returned in the previous response.
2319
- # @param [String] read_mask
2320
- # Optional. View mask for the response data. If set, only the field specified
2321
- # will be returned as part of the result. If not set, all fields in event
2322
- # execution info will be filled and returned.
2323
- # @param [Boolean] truncate_params
2324
- # Optional. If true, the service will truncate the params to only keep the first
2325
- # 1000 characters of string params and empty the executions in order to make
2326
- # response smaller. Only works for UI and when the params fields are not
2327
- # filtered out.
2328
- # @param [String] fields
2329
- # Selector specifying which fields to include in a partial response.
2330
- # @param [String] quota_user
2331
- # Available to use for quota purposes for server-side applications. Can be any
2332
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2333
- # @param [Google::Apis::RequestOptions] options
2334
- # Request-specific options
2335
- #
2336
- # @yield [result, err] Result & error if block supplied
2337
- # @yieldparam result [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse] parsed result object
2338
- # @yieldparam err [StandardError] error object if request failed
2339
- #
2340
- # @return [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse]
2341
- #
2342
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2343
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2344
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2345
- def list_project_location_integration_version_test_case_executions(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, read_mask: nil, truncate_params: nil, fields: nil, quota_user: nil, options: nil, &block)
2346
- command = make_simple_command(:get, 'v1/{+parent}:executions', options)
2347
- command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse::Representation
2348
- command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse
2349
- command.params['parent'] = parent unless parent.nil?
2350
- command.query['filter'] = filter unless filter.nil?
2351
- command.query['orderBy'] = order_by unless order_by.nil?
2352
- command.query['pageSize'] = page_size unless page_size.nil?
2353
- command.query['pageToken'] = page_token unless page_token.nil?
2354
- command.query['readMask'] = read_mask unless read_mask.nil?
2355
- command.query['truncateParams'] = truncate_params unless truncate_params.nil?
2356
- command.query['fields'] = fields unless fields.nil?
2357
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2358
- execute_or_queue_command(command, &block)
2359
- end
2360
-
2361
2336
  # Updates a test case
2362
2337
  # @param [String] name
2363
2338
  # Output only. Auto-generated primary key.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-integrations_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-12 00:00:00.000000000 Z
10
+ date: 2025-03-09 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-integrations_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0.3.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-integrations_v1/v0.5.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-integrations_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.2
76
+ rubygems_version: 3.6.5
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Application Integration API V1
79
79
  test_files: []