google-apis-integrations_v1 0.4.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: 41527fb1469786ab5ddab54a7fb625d4fa003f265433230f428795cefecd56b3
4
- data.tar.gz: c5318ae5c619fb5952c5285fb5cabbfef0bd395f9c99512bee28ff7f1b106b32
3
+ metadata.gz: 7b5044f558d45dd60ec9ea051fb7235d879ab8c41dd9d87d9ac6c283d2fd42b7
4
+ data.tar.gz: 90d3aabc3e6490da2807004233ba0694ddfb2c19563d21f1727dd3fe5d812c9e
5
5
  SHA512:
6
- metadata.gz: 4babccee195f2508684a28ec31764d868acc1779dabeeb25c308932156533c71104ebb8acc8cebada07f1ab13dba8652b6708eaa76b4eaedd948b83391e04ab4
7
- data.tar.gz: 9f0cfc3743e197b204166c9860a698ed2e33164cd93869a0b56af07a1bf2a41767403b9c6d9518332d89d7b465473be254c57513d3179399ea84522e54f4f3a5
6
+ metadata.gz: aa2cfa73e26d65f329bad5d279b29ebb325bad6b56b914be1009b14a46539a54ebfcc2107ce80193d7ea298928ef318803167b5d26bbac5462f345441bcdbeed
7
+ data.tar.gz: 4103f0ca3d1753e107d5d2a9b96240cc5d001338c86b281008f43561078720ffbd0865dc6e83bb824cad651a3deb7a05c844f4e6a3ea04588a91dfd495990068
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.4.0 (2025-03-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20250223
@@ -7836,6 +7836,11 @@ module Google
7836
7836
  class GoogleCloudIntegrationsV1alphaExecution
7837
7837
  include Google::Apis::Core::Hashable
7838
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
+
7839
7844
  # Cloud Logging details for execution info
7840
7845
  # Corresponds to the JSON property `cloudLoggingDetails`
7841
7846
  # @return [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingDetails]
@@ -7931,6 +7936,7 @@ module Google
7931
7936
 
7932
7937
  # Update properties of this object
7933
7938
  def update!(**args)
7939
+ @cloud_kms_key = args[:cloud_kms_key] if args.key?(:cloud_kms_key)
7934
7940
  @cloud_logging_details = args[:cloud_logging_details] if args.key?(:cloud_logging_details)
7935
7941
  @create_time = args[:create_time] if args.key?(:create_time)
7936
7942
  @direct_sub_executions = args[:direct_sub_executions] if args.key?(:direct_sub_executions)
@@ -8687,6 +8693,11 @@ module Google
8687
8693
  class GoogleCloudIntegrationsV1alphaIntegrationVersion
8688
8694
  include Google::Apis::Core::Hashable
8689
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
+
8690
8701
  # Cloud Logging details for execution info
8691
8702
  # Corresponds to the JSON property `cloudLoggingDetails`
8692
8703
  # @return [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingDetails]
@@ -8855,6 +8866,7 @@ module Google
8855
8866
 
8856
8867
  # Update properties of this object
8857
8868
  def update!(**args)
8869
+ @cloud_kms_key = args[:cloud_kms_key] if args.key?(:cloud_kms_key)
8858
8870
  @cloud_logging_details = args[:cloud_logging_details] if args.key?(:cloud_logging_details)
8859
8871
  @create_time = args[:create_time] if args.key?(:create_time)
8860
8872
  @created_from_template = args[:created_from_template] if args.key?(:created_from_template)
@@ -9346,31 +9358,6 @@ module Google
9346
9358
  end
9347
9359
  end
9348
9360
 
9349
- # The response for listing the functional test execution data.
9350
- class GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse
9351
- include Google::Apis::Core::Hashable
9352
-
9353
- # The detailed information of requested executions
9354
- # Corresponds to the JSON property `executions`
9355
- # @return [Array<Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecution>]
9356
- attr_accessor :executions
9357
-
9358
- # The token used to retrieve the next page results.
9359
- # Corresponds to the JSON property `nextPageToken`
9360
- # @return [String]
9361
- attr_accessor :next_page_token
9362
-
9363
- def initialize(**args)
9364
- update!(**args)
9365
- end
9366
-
9367
- # Update properties of this object
9368
- def update!(**args)
9369
- @executions = args[:executions] if args.key?(:executions)
9370
- @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
9371
- end
9372
- end
9373
-
9374
9361
  # Response for ListTestCases
9375
9362
  class GoogleCloudIntegrationsV1alphaListTestCasesResponse
9376
9363
  include Google::Apis::Core::Hashable
@@ -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.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250223"
25
+ REVISION = "20250302"
26
26
  end
27
27
  end
28
28
  end
@@ -1420,12 +1420,6 @@ module Google
1420
1420
  include Google::Apis::Core::JsonObjectSupport
1421
1421
  end
1422
1422
 
1423
- class GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse
1424
- class Representation < Google::Apis::Core::JsonRepresentation; end
1425
-
1426
- include Google::Apis::Core::JsonObjectSupport
1427
- end
1428
-
1429
1423
  class GoogleCloudIntegrationsV1alphaListTestCasesResponse
1430
1424
  class Representation < Google::Apis::Core::JsonRepresentation; end
1431
1425
 
@@ -4007,6 +4001,7 @@ module Google
4007
4001
  class GoogleCloudIntegrationsV1alphaExecution
4008
4002
  # @private
4009
4003
  class Representation < Google::Apis::Core::JsonRepresentation
4004
+ property :cloud_kms_key, as: 'cloudKmsKey'
4010
4005
  property :cloud_logging_details, as: 'cloudLoggingDetails', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingDetails, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingDetails::Representation
4011
4006
 
4012
4007
  property :create_time, as: 'createTime'
@@ -4238,6 +4233,7 @@ module Google
4238
4233
  class GoogleCloudIntegrationsV1alphaIntegrationVersion
4239
4234
  # @private
4240
4235
  class Representation < Google::Apis::Core::JsonRepresentation
4236
+ property :cloud_kms_key, as: 'cloudKmsKey'
4241
4237
  property :cloud_logging_details, as: 'cloudLoggingDetails', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingDetails, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaCloudLoggingDetails::Representation
4242
4238
 
4243
4239
  property :create_time, as: 'createTime'
@@ -4435,15 +4431,6 @@ module Google
4435
4431
  end
4436
4432
  end
4437
4433
 
4438
- class GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse
4439
- # @private
4440
- class Representation < Google::Apis::Core::JsonRepresentation
4441
- collection :executions, as: 'executions', class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecution, decorator: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaExecution::Representation
4442
-
4443
- property :next_page_token, as: 'nextPageToken'
4444
- end
4445
- end
4446
-
4447
4434
  class GoogleCloudIntegrationsV1alphaListTestCasesResponse
4448
4435
  # @private
4449
4436
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2333,70 +2333,6 @@ module Google
2333
2333
  execute_or_queue_command(command, &block)
2334
2334
  end
2335
2335
 
2336
- # Lists the results of all functional test executions. The response includes the
2337
- # same information as the [execution log](https://cloud.google.com/application-
2338
- # integration/docs/viewing-logs) in the Integration UI.
2339
- # @param [String] parent
2340
- # Required. The parent resource name of the test case execution.
2341
- # @param [String] filter
2342
- # Optional. Standard filter field, we support filtering on following fields:
2343
- # test_case_id: the ID of the test case. CreateTimestamp: the execution created
2344
- # time. event_execution_state: the state of the executions. execution_id: the id
2345
- # of the execution. trigger_id: the id of the trigger. parameter_type: the type
2346
- # of the parameters involved in the execution. All fields support for EQUALS, in
2347
- # additional: CreateTimestamp support for LESS_THAN, GREATER_THAN ParameterType
2348
- # support for HAS For example: "parameter_type" HAS \"string\" Also supports
2349
- # operators like AND, OR, NOT For example, trigger_id=\"id1\" AND test_case_id=\"
2350
- # testCaseId\"
2351
- # @param [String] order_by
2352
- # Optional. The results would be returned in order you specified here. Currently
2353
- # supporting "last_modified_time" and "create_time".
2354
- # @param [Fixnum] page_size
2355
- # Optional. The size of entries in the response.
2356
- # @param [String] page_token
2357
- # Optional. The token returned in the previous response.
2358
- # @param [String] read_mask
2359
- # Optional. View mask for the response data. If set, only the field specified
2360
- # will be returned as part of the result. If not set, all fields in event
2361
- # execution info will be filled and returned.
2362
- # @param [Boolean] truncate_params
2363
- # Optional. If true, the service will truncate the params to only keep the first
2364
- # 1000 characters of string params and empty the executions in order to make
2365
- # response smaller. Only works for UI and when the params fields are not
2366
- # filtered out.
2367
- # @param [String] fields
2368
- # Selector specifying which fields to include in a partial response.
2369
- # @param [String] quota_user
2370
- # Available to use for quota purposes for server-side applications. Can be any
2371
- # arbitrary string assigned to a user, but should not exceed 40 characters.
2372
- # @param [Google::Apis::RequestOptions] options
2373
- # Request-specific options
2374
- #
2375
- # @yield [result, err] Result & error if block supplied
2376
- # @yieldparam result [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse] parsed result object
2377
- # @yieldparam err [StandardError] error object if request failed
2378
- #
2379
- # @return [Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse]
2380
- #
2381
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2382
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2383
- # @raise [Google::Apis::AuthorizationError] Authorization is required
2384
- 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)
2385
- command = make_simple_command(:get, 'v1/{+parent}:executions', options)
2386
- command.response_representation = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse::Representation
2387
- command.response_class = Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse
2388
- command.params['parent'] = parent unless parent.nil?
2389
- command.query['filter'] = filter unless filter.nil?
2390
- command.query['orderBy'] = order_by unless order_by.nil?
2391
- command.query['pageSize'] = page_size unless page_size.nil?
2392
- command.query['pageToken'] = page_token unless page_token.nil?
2393
- command.query['readMask'] = read_mask unless read_mask.nil?
2394
- command.query['truncateParams'] = truncate_params unless truncate_params.nil?
2395
- command.query['fields'] = fields unless fields.nil?
2396
- command.query['quotaUser'] = quota_user unless quota_user.nil?
2397
- execute_or_queue_command(command, &block)
2398
- end
2399
-
2400
2336
  # Updates a test case
2401
2337
  # @param [String] name
2402
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.4.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-03-02 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.4.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: