google-apis-datalineage_v1 0.7.0 → 0.8.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: 304edd93414a0805d987b6ede7d0edd7c1bc177edb28c60ab3c47cbaba8b2236
4
- data.tar.gz: 2ec74d4c869f1610c86f2474ac2aaf1b8bad80656cb0ab71c0eb006a8a2b201a
3
+ metadata.gz: 47662d685b4d0153f6f0bfa246b63678306e18513b7b3bc6647940ecedaebf93
4
+ data.tar.gz: ec2d1a3e17dd0556e2494d333a0711c09fd004a26f08cafac5e1698aa04cd719
5
5
  SHA512:
6
- metadata.gz: 84d49285e255e3e97660c2a7680d5a9c3bcb946f23c5ae6f332c647d484bf5790f6e6e8af8cc7a9ba1d5367b6de89c5db40a4ab46b321558219172fd307c496a
7
- data.tar.gz: af739c610084d37ce58435ded3788fb0e53b0fda1414e073a921b29aa97e2fd868fb0a332020175eacb4229dbf28d6d807286185dcc0187da9a403306ca277bb
6
+ metadata.gz: db7dad04aac5c1966adefe593be8124ffcee9b4b63bf511948d1ec3c3b2a84cefe4f3f8ed9ae64def61effc3075e5a78d70c1fea113710ce3ebe496a74121d94
7
+ data.tar.gz: 89abb7d1fec0df0f2cf2d533151ca97c06b406b23a91dff12a882fb381be9d86f4d7fc85662c5a7884516986fbde2e9895a4ed8ed48c4fc48560fefa98210a0e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-datalineage_v1
2
2
 
3
+ ### v0.8.0 (2025-06-29)
4
+
5
+ * Regenerated from discovery document revision 20250620
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.7.0 (2025-05-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20250319
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatalineageV1
18
18
  # Version of the google-apis-datalineage_v1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250319"
25
+ REVISION = "20250620"
26
26
  end
27
27
  end
28
28
  end
@@ -100,9 +100,9 @@ module Google
100
100
  # Required. The name of the project and its location that should own the process,
101
101
  # run, and lineage event.
102
102
  # @param [String] request_id
103
- # A unique identifier for this request. Restricted to 36 ASCII characters. A
104
- # random UUID is recommended. This request is idempotent only if a `request_id`
105
- # is provided.
103
+ # Optional. A unique identifier for this request. Restricted to 36 ASCII
104
+ # characters. A random UUID is recommended. This request is idempotent only if a
105
+ # `request_id` is provided.
106
106
  # @param [String] fields
107
107
  # Selector specifying which fields to include in a partial response.
108
108
  # @param [String] quota_user
@@ -318,9 +318,9 @@ module Google
318
318
  # Required. The name of the project and its location that should own the process.
319
319
  # @param [Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Process] google_cloud_datacatalog_lineage_v1_process_object
320
320
  # @param [String] request_id
321
- # A unique identifier for this request. Restricted to 36 ASCII characters. A
322
- # random UUID is recommended. This request is idempotent only if a `request_id`
323
- # is provided.
321
+ # Optional. A unique identifier for this request. Restricted to 36 ASCII
322
+ # characters. A random UUID is recommended. This request is idempotent only if a
323
+ # `request_id` is provided.
324
324
  # @param [String] fields
325
325
  # Selector specifying which fields to include in a partial response.
326
326
  # @param [String] quota_user
@@ -466,6 +466,10 @@ module Google
466
466
  # @param [Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Process] google_cloud_datacatalog_lineage_v1_process_object
467
467
  # @param [Boolean] allow_missing
468
468
  # If set to true and the process is not found, the request inserts it.
469
+ # @param [String] request_id
470
+ # Optional. A unique identifier for this request. Restricted to 36 ASCII
471
+ # characters. A random UUID is recommended. This request is idempotent only if a
472
+ # `request_id` is provided.
469
473
  # @param [String] update_mask
470
474
  # The list of fields to update. Currently not used. The whole message is updated.
471
475
  # @param [String] fields
@@ -485,7 +489,7 @@ module Google
485
489
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
486
490
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
487
491
  # @raise [Google::Apis::AuthorizationError] Authorization is required
488
- def patch_project_location_process(name, google_cloud_datacatalog_lineage_v1_process_object = nil, allow_missing: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
492
+ def patch_project_location_process(name, google_cloud_datacatalog_lineage_v1_process_object = nil, allow_missing: nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
489
493
  command = make_simple_command(:patch, 'v1/{+name}', options)
490
494
  command.request_representation = Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Process::Representation
491
495
  command.request_object = google_cloud_datacatalog_lineage_v1_process_object
@@ -493,6 +497,7 @@ module Google
493
497
  command.response_class = Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Process
494
498
  command.params['name'] = name unless name.nil?
495
499
  command.query['allowMissing'] = allow_missing unless allow_missing.nil?
500
+ command.query['requestId'] = request_id unless request_id.nil?
496
501
  command.query['updateMask'] = update_mask unless update_mask.nil?
497
502
  command.query['fields'] = fields unless fields.nil?
498
503
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -504,9 +509,9 @@ module Google
504
509
  # Required. The name of the process that should own the run.
505
510
  # @param [Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Run] google_cloud_datacatalog_lineage_v1_run_object
506
511
  # @param [String] request_id
507
- # A unique identifier for this request. Restricted to 36 ASCII characters. A
508
- # random UUID is recommended. This request is idempotent only if a `request_id`
509
- # is provided.
512
+ # Optional. A unique identifier for this request. Restricted to 36 ASCII
513
+ # characters. A random UUID is recommended. This request is idempotent only if a
514
+ # `request_id` is provided.
510
515
  # @param [String] fields
511
516
  # Selector specifying which fields to include in a partial response.
512
517
  # @param [String] quota_user
@@ -689,9 +694,9 @@ module Google
689
694
  # Required. The name of the run that should own the lineage event.
690
695
  # @param [Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1LineageEvent] google_cloud_datacatalog_lineage_v1_lineage_event_object
691
696
  # @param [String] request_id
692
- # A unique identifier for this request. Restricted to 36 ASCII characters. A
693
- # random UUID is recommended. This request is idempotent only if a `request_id`
694
- # is provided.
697
+ # Optional. A unique identifier for this request. Restricted to 36 ASCII
698
+ # characters. A random UUID is recommended. This request is idempotent only if a
699
+ # `request_id` is provided.
695
700
  # @param [String] fields
696
701
  # Selector specifying which fields to include in a partial response.
697
702
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datalineage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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-datalineage_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-datalineage_v1/v0.7.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datalineage_v1/v0.8.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datalineage_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.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Data Lineage API V1
79
79
  test_files: []