google-apis-dataplex_v1 0.67.0 → 0.68.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c616b1b93ee88308de604ce6481a50d3a76ee258bcdb955d9262a95d2369eb27
4
- data.tar.gz: 3f566b8efc7edd32c4992dcb52adf0ecf306308a790bfabe1b124889321fec81
3
+ metadata.gz: c4c28c5e6461b0a27679a78aef047130cb7c37e54ec67d7b40bb60b713a58611
4
+ data.tar.gz: e9a0503ffc779a3c88cf6e949bf2df398fd0a29c60970913cf1b3d99ea15e854
5
5
  SHA512:
6
- metadata.gz: e2d4a573813f8f328668617753b5967dda2d5d2a74af0f6cb3ee51c9b5efa4148ede2590c9dd2e66968536080449a9b31eebdb8ff0a8dd655b50883689148e92
7
- data.tar.gz: dd022b25b676c0da69e735cfdcf33a6072dbda04cbaacbb56af5dadad21273d1c96138549f919e3b65244690f2075e8bfd7514b6fcaa5c3743605925838a336c
6
+ metadata.gz: 43e7c84107313ad60bd99eb4bfdf4d3cf308d4b628af3ddbd59da2d869c7501d430e54297ada5490cf5748a48b7f6ace70c8ffabdcfe5e31fb94c2f07135d619
7
+ data.tar.gz: e95594241315ea47ad3efe258b71a8f102ab8a90a9c594653c806a2035b45d5a9eceb83be2111c23e413ce1332016035e6f9916bcc7511e7ebca7c5d296f6572
data/CHANGELOG.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
- ### v0.67.0 (2024-11-10)
3
+ ### v0.68.0 (2024-12-15)
4
4
 
5
- * Regenerated from discovery document revision 20241027
5
+ * Regenerated from discovery document revision 20241206
6
+
7
+ ### v0.67.0 (2024-11-17)
8
+
9
+ * Regenerated from discovery document revision 20241106
6
10
 
7
11
  ### v0.66.0 (2024-11-03)
8
12
 
@@ -3251,9 +3251,10 @@ module Google
3251
3251
  # @return [Hash<String,String>]
3252
3252
  attr_accessor :labels
3253
3253
 
3254
- # Output only. The relative resource name of the scan, of the form: projects/`
3255
- # project`/locations/`location_id`/dataScans/`datascan_id`, where project refers
3256
- # to a project_id or project_number and location_id refers to a GCP region.
3254
+ # Output only. Identifier. The relative resource name of the scan, of the form:
3255
+ # projects/`project`/locations/`location_id`/dataScans/`datascan_id`, where
3256
+ # project refers to a project_id or project_number and location_id refers to a
3257
+ # GCP region.
3257
3258
  # Corresponds to the JSON property `name`
3258
3259
  # @return [String]
3259
3260
  attr_accessor :name
@@ -3635,12 +3636,12 @@ module Google
3635
3636
  # @return [String]
3636
3637
  attr_accessor :latest_job_create_time
3637
3638
 
3638
- # The time when the latest DataScanJob ended.
3639
+ # Optional. The time when the latest DataScanJob ended.
3639
3640
  # Corresponds to the JSON property `latestJobEndTime`
3640
3641
  # @return [String]
3641
3642
  attr_accessor :latest_job_end_time
3642
3643
 
3643
- # The time when the latest DataScanJob started.
3644
+ # Optional. The time when the latest DataScanJob started.
3644
3645
  # Corresponds to the JSON property `latestJobStartTime`
3645
3646
  # @return [String]
3646
3647
  attr_accessor :latest_job_start_time
@@ -3707,8 +3708,8 @@ module Google
3707
3708
  # @return [String]
3708
3709
  attr_accessor :message
3709
3710
 
3710
- # Output only. The relative resource name of the DataScanJob, of the form:
3711
- # projects/`project`/locations/`location_id`/dataScans/`datascan_id`/jobs/`
3711
+ # Output only. Identifier. The relative resource name of the DataScanJob, of the
3712
+ # form: projects/`project`/locations/`location_id`/dataScans/`datascan_id`/jobs/`
3712
3713
  # job_id`, where project refers to a project_id or project_number and
3713
3714
  # location_id refers to a GCP region.
3714
3715
  # Corresponds to the JSON property `name`
@@ -5043,13 +5044,13 @@ module Google
5043
5044
  # The aspects to modify. Supports the following syntaxes: `aspect_type_reference`
5044
5045
  # : matches aspects that belong to the specified aspect type and are attached
5045
5046
  # directly to the entry. `aspect_type_reference`@`path`: matches aspects that
5046
- # belong to the specified aspect type and path. `aspect_type_reference`@*:
5047
- # matches aspects that belong to the specified aspect type for all paths.Replace
5048
- # `aspect_type_reference` with a reference to the aspect type, in the format `
5049
- # project_id_or_number`.`location_id`.`aspect_type_id`.If you leave this field
5050
- # empty, it is treated as specifying exactly those aspects that are present
5051
- # within the specified entry.In FULL entry sync mode, Dataplex implicitly adds
5052
- # the keys for all of the required aspects of an entry.
5047
+ # belong to the specified aspect type and path. @* : matches aspects of the
5048
+ # given type for all paths. *@path : matches aspects of all types on the given
5049
+ # path. Replace `aspect_type_reference` with a reference to the aspect type, in
5050
+ # the format `project_id_or_number`.`location_id`.`aspect_type_id`.If you leave
5051
+ # this field empty, it is treated as specifying exactly those aspects that are
5052
+ # present within the specified entry.In FULL entry sync mode, Dataplex
5053
+ # implicitly adds the keys for all of the required aspects of an entry.
5053
5054
  # Corresponds to the JSON property `aspectKeys`
5054
5055
  # @return [Array<String>]
5055
5056
  attr_accessor :aspect_keys
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DataplexV1
18
18
  # Version of the google-apis-dataplex_v1 gem
19
- GEM_VERSION = "0.67.0"
19
+ GEM_VERSION = "0.68.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241027"
25
+ REVISION = "20241206"
26
26
  end
27
27
  end
28
28
  end
@@ -443,7 +443,8 @@ module Google
443
443
  # Required. The project to which the request should be attributed in the
444
444
  # following form: projects/`project`/locations/`location`.
445
445
  # @param [String] order_by
446
- # Optional. Specifies the ordering of results.
446
+ # Optional. Specifies the ordering of results. Supported values are: * relevance
447
+ # (default) * last_modified_timestamp * last_modified_timestamp asc
447
448
  # @param [Fixnum] page_size
448
449
  # Optional. Number of results in the search page. If <=0, then defaults to 10.
449
450
  # Max limit for page_size is 1000. Throws an invalid argument for page_size >
@@ -452,7 +453,9 @@ module Google
452
453
  # Optional. Page token received from a previous SearchEntries call. Provide this
453
454
  # to retrieve the subsequent page.
454
455
  # @param [String] query
455
- # Required. The query against which entries in scope should be matched.
456
+ # Required. The query against which entries in scope should be matched. The
457
+ # query syntax is defined in Search syntax for Dataplex Catalog (https://cloud.
458
+ # google.com/dataplex/docs/search-syntax).
456
459
  # @param [String] scope
457
460
  # Optional. The scope under which the search should be operating. It must either
458
461
  # be organizations/ or projects/. If it is unspecified, it defaults to the
@@ -1191,6 +1194,10 @@ module Google
1191
1194
  # Required. The resource name of the dataScan: projects/`project`/locations/`
1192
1195
  # location_id`/dataScans/`data_scan_id` where project refers to a project_id or
1193
1196
  # project_number and location_id refers to a GCP region.
1197
+ # @param [Boolean] force
1198
+ # Optional. If set to true, any child resources of this data scan will also be
1199
+ # deleted. (Otherwise, the request will only work if the data scan has no child
1200
+ # resources.)
1194
1201
  # @param [String] fields
1195
1202
  # Selector specifying which fields to include in a partial response.
1196
1203
  # @param [String] quota_user
@@ -1208,11 +1215,12 @@ module Google
1208
1215
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1209
1216
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1210
1217
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1211
- def delete_project_location_data_scan(name, fields: nil, quota_user: nil, options: nil, &block)
1218
+ def delete_project_location_data_scan(name, force: nil, fields: nil, quota_user: nil, options: nil, &block)
1212
1219
  command = make_simple_command(:delete, 'v1/{+name}', options)
1213
1220
  command.response_representation = Google::Apis::DataplexV1::GoogleLongrunningOperation::Representation
1214
1221
  command.response_class = Google::Apis::DataplexV1::GoogleLongrunningOperation
1215
1222
  command.params['name'] = name unless name.nil?
1223
+ command.query['force'] = force unless force.nil?
1216
1224
  command.query['fields'] = fields unless fields.nil?
1217
1225
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1218
1226
  execute_or_queue_command(command, &block)
@@ -1386,12 +1394,13 @@ module Google
1386
1394
 
1387
1395
  # Updates a DataScan resource.
1388
1396
  # @param [String] name
1389
- # Output only. The relative resource name of the scan, of the form: projects/`
1390
- # project`/locations/`location_id`/dataScans/`datascan_id`, where project refers
1391
- # to a project_id or project_number and location_id refers to a GCP region.
1397
+ # Output only. Identifier. The relative resource name of the scan, of the form:
1398
+ # projects/`project`/locations/`location_id`/dataScans/`datascan_id`, where
1399
+ # project refers to a project_id or project_number and location_id refers to a
1400
+ # GCP region.
1392
1401
  # @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScan] google_cloud_dataplex_v1_data_scan_object
1393
1402
  # @param [String] update_mask
1394
- # Required. Mask of fields to update.
1403
+ # Optional. Mask of fields to update.
1395
1404
  # @param [Boolean] validate_only
1396
1405
  # Optional. Only validate the request, but do not perform mutations. The default
1397
1406
  # is false.
@@ -2821,7 +2830,7 @@ module Google
2821
2830
  # supports the following syntaxes: - matches an aspect of the given type and
2822
2831
  # empty path. @path - matches an aspect of the given type and specified path.
2823
2832
  # For example, to attach an aspect to a field that is specified by the schema
2824
- # aspect, the path should have the format Schema.. * - matches aspects of the
2833
+ # aspect, the path should have the format Schema.. @* - matches aspects of the
2825
2834
  # given type for all paths. *@path - matches aspects of all types on the given
2826
2835
  # path.The service will not remove existing aspects matching the syntax unless
2827
2836
  # delete_missing_aspects is set to true.If this field is left empty, the service
@@ -6726,6 +6735,9 @@ module Google
6726
6735
  # @param [String] metadata_job_id
6727
6736
  # Optional. The metadata job ID. If not provided, a unique ID is generated with
6728
6737
  # the prefix metadata-job-.
6738
+ # @param [Boolean] validate_only
6739
+ # Optional. The service validates the request without performing any mutations.
6740
+ # The default is false.
6729
6741
  # @param [String] fields
6730
6742
  # Selector specifying which fields to include in a partial response.
6731
6743
  # @param [String] quota_user
@@ -6743,7 +6755,7 @@ module Google
6743
6755
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
6744
6756
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6745
6757
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6746
- def create_project_location_metadata_job(parent, google_cloud_dataplex_v1_metadata_job_object = nil, metadata_job_id: nil, fields: nil, quota_user: nil, options: nil, &block)
6758
+ def create_project_location_metadata_job(parent, google_cloud_dataplex_v1_metadata_job_object = nil, metadata_job_id: nil, validate_only: nil, fields: nil, quota_user: nil, options: nil, &block)
6747
6759
  command = make_simple_command(:post, 'v1/{+parent}/metadataJobs', options)
6748
6760
  command.request_representation = Google::Apis::DataplexV1::GoogleCloudDataplexV1MetadataJob::Representation
6749
6761
  command.request_object = google_cloud_dataplex_v1_metadata_job_object
@@ -6751,6 +6763,7 @@ module Google
6751
6763
  command.response_class = Google::Apis::DataplexV1::GoogleLongrunningOperation
6752
6764
  command.params['parent'] = parent unless parent.nil?
6753
6765
  command.query['metadataJobId'] = metadata_job_id unless metadata_job_id.nil?
6766
+ command.query['validateOnly'] = validate_only unless validate_only.nil?
6754
6767
  command.query['fields'] = fields unless fields.nil?
6755
6768
  command.query['quotaUser'] = quota_user unless quota_user.nil?
6756
6769
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataplex_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.67.0
4
+ version: 0.68.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-17 00:00:00.000000000 Z
11
+ date: 2024-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.67.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.68.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.22
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Dataplex API V1