google-apis-dataplex_v1 0.77.0 → 0.79.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf270ba445734d4e91cd92ccfddca5398b1abc7c49513590375386c1800beb88
|
4
|
+
data.tar.gz: 0ba77aef0fe02f62ea7c3811373937875840118af4e268958597982eb9558c04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e51da449f2d3e5d688315db8007799db219098e4614ae5d6014a6195a0c160044aea6e4daac5616f65610f7fe9e8faa1b087aa871bdf86ce59c60fc9ad08213
|
7
|
+
data.tar.gz: 8f77ed2e9cc423181e3cce6a1f6097d6dd7069fb6abc8726bdfc4a67cb14604da3ca31e6984e318e125b57095b71e0d210d24ba3bb84e50fa1bc02aacd109bbc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dataplex_v1
|
2
2
|
|
3
|
+
### v0.79.0 (2025-07-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250708
|
6
|
+
|
7
|
+
### v0.78.0 (2025-06-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250618
|
10
|
+
|
3
11
|
### v0.77.0 (2025-06-08)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250603
|
@@ -2622,8 +2622,8 @@ module Google
|
|
2622
2622
|
attr_accessor :description
|
2623
2623
|
|
2624
2624
|
# Required. The dimension a rule belongs to. Results are also aggregated at the
|
2625
|
-
# dimension level.
|
2626
|
-
#
|
2625
|
+
# dimension level. Custom dimension name is supported with all uppercase letters
|
2626
|
+
# and maximum length of 30 characters.
|
2627
2627
|
# Corresponds to the JSON property `dimension`
|
2628
2628
|
# @return [String]
|
2629
2629
|
attr_accessor :dimension
|
@@ -3433,7 +3433,7 @@ module Google
|
|
3433
3433
|
# Output only. Identifier. The relative resource name of the scan, of the form:
|
3434
3434
|
# projects/`project`/locations/`location_id`/dataScans/`datascan_id`, where
|
3435
3435
|
# project refers to a project_id or project_number and location_id refers to a
|
3436
|
-
#
|
3436
|
+
# Google Cloud region.
|
3437
3437
|
# Corresponds to the JSON property `name`
|
3438
3438
|
# @return [String]
|
3439
3439
|
attr_accessor :name
|
@@ -3915,7 +3915,7 @@ module Google
|
|
3915
3915
|
# Output only. Identifier. The relative resource name of the DataScanJob, of the
|
3916
3916
|
# form: projects/`project`/locations/`location_id`/dataScans/`datascan_id`/jobs/`
|
3917
3917
|
# job_id`, where project refers to a project_id or project_number and
|
3918
|
-
# location_id refers to a
|
3918
|
+
# location_id refers to a Google Cloud region.
|
3919
3919
|
# Corresponds to the JSON property `name`
|
3920
3920
|
# @return [String]
|
3921
3921
|
attr_accessor :name
|
@@ -3975,9 +3975,11 @@ module Google
|
|
3975
3975
|
attr_accessor :entity
|
3976
3976
|
|
3977
3977
|
# Immutable. The service-qualified full resource name of the cloud resource for
|
3978
|
-
# a DataScan job to scan against. The field could be:
|
3979
|
-
#
|
3980
|
-
#
|
3978
|
+
# a DataScan job to scan against. The field could either be: Cloud Storage
|
3979
|
+
# bucket for DataDiscoveryScan Format: //storage.googleapis.com/projects/
|
3980
|
+
# PROJECT_ID/buckets/BUCKET_ID or BigQuery table of type "TABLE" for
|
3981
|
+
# DataProfileScan/DataQualityScan Format: //bigquery.googleapis.com/projects/
|
3982
|
+
# PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
|
3981
3983
|
# Corresponds to the JSON property `resource`
|
3982
3984
|
# @return [String]
|
3983
3985
|
attr_accessor :resource
|
@@ -5380,8 +5382,8 @@ module Google
|
|
5380
5382
|
end
|
5381
5383
|
|
5382
5384
|
# A Glossary represents a collection of GlossaryCategories and GlossaryTerms
|
5383
|
-
# defined by the user. Glossary is a top level resource and is the
|
5384
|
-
# resource of all the GlossaryCategories and GlossaryTerms within it.
|
5385
|
+
# defined by the user. Glossary is a top level resource and is the Google Cloud
|
5386
|
+
# parent resource of all the GlossaryCategories and GlossaryTerms within it.
|
5385
5387
|
class GoogleCloudDataplexV1Glossary
|
5386
5388
|
include Google::Apis::Core::Hashable
|
5387
5389
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.79.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250708"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -499,8 +499,8 @@ module Google
|
|
499
499
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
500
500
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
501
501
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
502
|
-
def
|
503
|
-
command = make_simple_command(:get, 'v1/{+name}', options)
|
502
|
+
def list_organization_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
503
|
+
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
504
504
|
command.response_representation = Google::Apis::DataplexV1::GoogleLongrunningListOperationsResponse::Representation
|
505
505
|
command.response_class = Google::Apis::DataplexV1::GoogleLongrunningListOperationsResponse
|
506
506
|
command.params['name'] = name unless name.nil?
|
@@ -658,7 +658,8 @@ module Google
|
|
658
658
|
# be organizations/ or projects/. If it is unspecified, it defaults to the
|
659
659
|
# organization where the project provided in name is located.
|
660
660
|
# @param [Boolean] semantic_search
|
661
|
-
# Optional.
|
661
|
+
# Optional. Specifies whether the search should understand the meaning and
|
662
|
+
# intent behind the query, rather than just matching keywords.
|
662
663
|
# @param [String] fields
|
663
664
|
# Selector specifying which fields to include in a partial response.
|
664
665
|
# @param [String] quota_user
|
@@ -1348,7 +1349,7 @@ module Google
|
|
1348
1349
|
# @param [String] parent
|
1349
1350
|
# Required. The resource name of the parent location: projects/`project`/
|
1350
1351
|
# locations/`location_id` where project refers to a project_id or project_number
|
1351
|
-
# and location_id refers to a
|
1352
|
+
# and location_id refers to a Google Cloud region.
|
1352
1353
|
# @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScan] google_cloud_dataplex_v1_data_scan_object
|
1353
1354
|
# @param [String] data_scan_id
|
1354
1355
|
# Required. DataScan identifier. Must contain only lowercase letters, numbers
|
@@ -1393,7 +1394,7 @@ module Google
|
|
1393
1394
|
# @param [String] name
|
1394
1395
|
# Required. The resource name of the dataScan: projects/`project`/locations/`
|
1395
1396
|
# location_id`/dataScans/`data_scan_id` where project refers to a project_id or
|
1396
|
-
# project_number and location_id refers to a
|
1397
|
+
# project_number and location_id refers to a Google Cloud region.
|
1397
1398
|
# @param [Boolean] force
|
1398
1399
|
# Optional. If set to true, any child resources of this data scan will also be
|
1399
1400
|
# deleted. (Otherwise, the request will only work if the data scan has no child
|
@@ -1467,7 +1468,7 @@ module Google
|
|
1467
1468
|
# @param [String] name
|
1468
1469
|
# Required. The resource name of the dataScan: projects/`project`/locations/`
|
1469
1470
|
# location_id`/dataScans/`data_scan_id` where project refers to a project_id or
|
1470
|
-
# project_number and location_id refers to a
|
1471
|
+
# project_number and location_id refers to a Google Cloud region.
|
1471
1472
|
# @param [String] view
|
1472
1473
|
# Optional. Select the DataScan view to return. Defaults to BASIC.
|
1473
1474
|
# @param [String] fields
|
@@ -1547,7 +1548,7 @@ module Google
|
|
1547
1548
|
# @param [String] parent
|
1548
1549
|
# Required. The resource name of the parent location: projects/`project`/
|
1549
1550
|
# locations/`location_id` where project refers to a project_id or project_number
|
1550
|
-
# and location_id refers to a
|
1551
|
+
# and location_id refers to a Google Cloud region.
|
1551
1552
|
# @param [String] filter
|
1552
1553
|
# Optional. Filter request.
|
1553
1554
|
# @param [String] order_by
|
@@ -1597,7 +1598,7 @@ module Google
|
|
1597
1598
|
# Output only. Identifier. The relative resource name of the scan, of the form:
|
1598
1599
|
# projects/`project`/locations/`location_id`/dataScans/`datascan_id`, where
|
1599
1600
|
# project refers to a project_id or project_number and location_id refers to a
|
1600
|
-
#
|
1601
|
+
# Google Cloud region.
|
1601
1602
|
# @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScan] google_cloud_dataplex_v1_data_scan_object
|
1602
1603
|
# @param [String] update_mask
|
1603
1604
|
# Optional. Mask of fields to update.
|
@@ -1639,8 +1640,8 @@ module Google
|
|
1639
1640
|
# @param [String] name
|
1640
1641
|
# Required. The resource name of the DataScan: projects/`project`/locations/`
|
1641
1642
|
# location_id`/dataScans/`data_scan_id`. where project refers to a project_id or
|
1642
|
-
# project_number and location_id refers to a
|
1643
|
-
# are allowed.
|
1643
|
+
# project_number and location_id refers to a Google Cloud region.Only OnDemand
|
1644
|
+
# data scans are allowed.
|
1644
1645
|
# @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1RunDataScanRequest] google_cloud_dataplex_v1_run_data_scan_request_object
|
1645
1646
|
# @param [String] fields
|
1646
1647
|
# Selector specifying which fields to include in a partial response.
|
@@ -1788,8 +1789,8 @@ module Google
|
|
1788
1789
|
# @param [String] name
|
1789
1790
|
# Required. The resource name of the DataScanJob: projects/`project`/locations/`
|
1790
1791
|
# location_id`/dataScans/`data_scan_id`/jobs/`data_scan_job_id` where project
|
1791
|
-
# refers to a project_id or project_number and location_id refers to a
|
1792
|
-
# region.
|
1792
|
+
# refers to a project_id or project_number and location_id refers to a Google
|
1793
|
+
# Cloud region.
|
1793
1794
|
# @param [String] view
|
1794
1795
|
# Optional. Select the DataScanJob view to return. Defaults to BASIC.
|
1795
1796
|
# @param [String] fields
|
@@ -1824,7 +1825,7 @@ module Google
|
|
1824
1825
|
# @param [String] parent
|
1825
1826
|
# Required. The resource name of the parent environment: projects/`project`/
|
1826
1827
|
# locations/`location_id`/dataScans/`data_scan_id` where project refers to a
|
1827
|
-
# project_id or project_number and location_id refers to a
|
1828
|
+
# project_id or project_number and location_id refers to a Google Cloud region.
|
1828
1829
|
# @param [String] filter
|
1829
1830
|
# Optional. An expression for filtering the results of the ListDataScanJobs
|
1830
1831
|
# request.If unspecified, all datascan jobs will be returned. Multiple filters
|
@@ -2027,7 +2028,7 @@ module Google
|
|
2027
2028
|
# @param [String] parent
|
2028
2029
|
# Required. The resource name of the DataTaxonomy location, of the form:
|
2029
2030
|
# projects/`project_number`/locations/`location_id` where location_id refers to
|
2030
|
-
# a
|
2031
|
+
# a Google Cloud region.
|
2031
2032
|
# @param [String] filter
|
2032
2033
|
# Optional. Filter request.
|
2033
2034
|
# @param [String] order_by
|
@@ -2516,8 +2517,8 @@ module Google
|
|
2516
2517
|
# Creates an EntryGroup.
|
2517
2518
|
# @param [String] parent
|
2518
2519
|
# Required. The resource name of the entryGroup, of the form: projects/`
|
2519
|
-
# project_number`/locations/`location_id` where location_id refers to a
|
2520
|
-
# region.
|
2520
|
+
# project_number`/locations/`location_id` where location_id refers to a Google
|
2521
|
+
# Cloud region.
|
2521
2522
|
# @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryGroup] google_cloud_dataplex_v1_entry_group_object
|
2522
2523
|
# @param [String] entry_group_id
|
2523
2524
|
# Required. EntryGroup identifier.
|
@@ -3618,7 +3619,7 @@ module Google
|
|
3618
3619
|
# @param [String] parent
|
3619
3620
|
# Required. The parent resource where this Glossary will be created. Format:
|
3620
3621
|
# projects/`project_id_or_number`/locations/`location_id` where location_id
|
3621
|
-
# refers to a
|
3622
|
+
# refers to a Google Cloud region.
|
3622
3623
|
# @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1Glossary] google_cloud_dataplex_v1_glossary_object
|
3623
3624
|
# @param [String] glossary_id
|
3624
3625
|
# Required. Glossary ID: Glossary identifier.
|
@@ -3773,7 +3774,7 @@ module Google
|
|
3773
3774
|
# @param [String] parent
|
3774
3775
|
# Required. The parent, which has this collection of Glossaries. Format:
|
3775
3776
|
# projects/`project_id_or_number`/locations/`location_id` where location_id
|
3776
|
-
# refers to a
|
3777
|
+
# refers to a Google Cloud region.
|
3777
3778
|
# @param [String] filter
|
3778
3779
|
# Optional. Filter expression that filters Glossaries listed in the response.
|
3779
3780
|
# Filters on proto fields of Glossary are supported. Examples of using a filter
|
@@ -3942,7 +3943,7 @@ module Google
|
|
3942
3943
|
# @param [String] parent
|
3943
3944
|
# Required. The parent resource where this GlossaryCategory will be created.
|
3944
3945
|
# Format: projects/`project_id_or_number`/locations/`location_id`/glossaries/`
|
3945
|
-
# glossary_id` where locationId refers to a
|
3946
|
+
# glossary_id` where locationId refers to a Google Cloud region.
|
3946
3947
|
# @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1GlossaryCategory] google_cloud_dataplex_v1_glossary_category_object
|
3947
3948
|
# @param [String] category_id
|
3948
3949
|
# Required. GlossaryCategory identifier.
|
@@ -4091,7 +4092,7 @@ module Google
|
|
4091
4092
|
# @param [String] parent
|
4092
4093
|
# Required. The parent, which has this collection of GlossaryCategories. Format:
|
4093
4094
|
# projects/`project_id_or_number`/locations/`location_id`/glossaries/`
|
4094
|
-
# glossary_id` Location is the
|
4095
|
+
# glossary_id` Location is the Google Cloud region.
|
4095
4096
|
# @param [String] filter
|
4096
4097
|
# Optional. Filter expression that filters GlossaryCategories listed in the
|
4097
4098
|
# response. Filters are supported on the following fields: -
|
@@ -4263,7 +4264,7 @@ module Google
|
|
4263
4264
|
# @param [String] parent
|
4264
4265
|
# Required. The parent resource where the GlossaryTerm will be created. Format:
|
4265
4266
|
# projects/`project_id_or_number`/locations/`location_id`/glossaries/`
|
4266
|
-
# glossary_id` where location_id refers to a
|
4267
|
+
# glossary_id` where location_id refers to a Google Cloud region.
|
4267
4268
|
# @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1GlossaryTerm] google_cloud_dataplex_v1_glossary_term_object
|
4268
4269
|
# @param [String] term_id
|
4269
4270
|
# Required. GlossaryTerm identifier.
|
@@ -4410,7 +4411,7 @@ module Google
|
|
4410
4411
|
# @param [String] parent
|
4411
4412
|
# Required. The parent, which has this collection of GlossaryTerms. Format:
|
4412
4413
|
# projects/`project_id_or_number`/locations/`location_id`/glossaries/`
|
4413
|
-
# glossary_id` where location_id refers to a
|
4414
|
+
# glossary_id` where location_id refers to a Google Cloud region.
|
4414
4415
|
# @param [String] filter
|
4415
4416
|
# Optional. Filter expression that filters GlossaryTerms listed in the response.
|
4416
4417
|
# Filters are supported on the following fields: - immediate_parentExamples of
|
@@ -4701,8 +4702,8 @@ module Google
|
|
4701
4702
|
# Creates a lake resource.
|
4702
4703
|
# @param [String] parent
|
4703
4704
|
# Required. The resource name of the lake location, of the form: projects/`
|
4704
|
-
# project_number`/locations/`location_id` where location_id refers to a
|
4705
|
-
# region.
|
4705
|
+
# project_number`/locations/`location_id` where location_id refers to a Google
|
4706
|
+
# Cloud region.
|
4706
4707
|
# @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1Lake] google_cloud_dataplex_v1_lake_object
|
4707
4708
|
# @param [String] lake_id
|
4708
4709
|
# Required. Lake identifier. This ID will be used to generate names such as
|
@@ -4855,8 +4856,8 @@ module Google
|
|
4855
4856
|
# Lists lake resources in a project and location.
|
4856
4857
|
# @param [String] parent
|
4857
4858
|
# Required. The resource name of the lake location, of the form: projects/`
|
4858
|
-
# project_number`/locations/`location_id` where location_id refers to a
|
4859
|
-
# region.
|
4859
|
+
# project_number`/locations/`location_id` where location_id refers to a Google
|
4860
|
+
# Cloud region.
|
4860
4861
|
# @param [String] filter
|
4861
4862
|
# Optional. Filter request.
|
4862
4863
|
# @param [String] order_by
|
@@ -31,6 +31,9 @@ module Google
|
|
31
31
|
|
32
32
|
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
34
|
+
|
35
|
+
# View your data across Google Cloud services and see the email address of your Google Account
|
36
|
+
AUTH_CLOUD_PLATFORM_READ_ONLY = 'https://www.googleapis.com/auth/cloud-platform.read-only'
|
34
37
|
end
|
35
38
|
end
|
36
39
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dataplex_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.79.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-dataplex_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.79.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|