google-apis-dataplex_v1 0.78.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dataplex_v1/classes.rb +10 -11
- data/lib/google/apis/dataplex_v1/gem_version.rb +2 -2
- data/lib/google/apis/dataplex_v1/service.rb +25 -25
- data/lib/google/apis/dataplex_v1.rb +3 -0
- metadata +2 -2
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
@@ -3360,8 +3360,7 @@ module Google
|
|
3360
3360
|
# data profiling (https://cloud.google.com/dataplex/docs/data-profiling-overview)
|
3361
3361
|
# . Data discovery: scans data in Cloud Storage buckets to extract and then
|
3362
3362
|
# catalog metadata. For more information, see Discover and catalog Cloud Storage
|
3363
|
-
# data (https://cloud.google.com/bigquery/docs/automatic-discovery).
|
3364
|
-
# IfChange
|
3363
|
+
# data (https://cloud.google.com/bigquery/docs/automatic-discovery).
|
3365
3364
|
class GoogleCloudDataplexV1DataScan
|
3366
3365
|
include Google::Apis::Core::Hashable
|
3367
3366
|
|
@@ -3434,7 +3433,7 @@ module Google
|
|
3434
3433
|
# Output only. Identifier. The relative resource name of the scan, of the form:
|
3435
3434
|
# projects/`project`/locations/`location_id`/dataScans/`datascan_id`, where
|
3436
3435
|
# project refers to a project_id or project_number and location_id refers to a
|
3437
|
-
#
|
3436
|
+
# Google Cloud region.
|
3438
3437
|
# Corresponds to the JSON property `name`
|
3439
3438
|
# @return [String]
|
3440
3439
|
attr_accessor :name
|
@@ -3916,7 +3915,7 @@ module Google
|
|
3916
3915
|
# Output only. Identifier. The relative resource name of the DataScanJob, of the
|
3917
3916
|
# form: projects/`project`/locations/`location_id`/dataScans/`datascan_id`/jobs/`
|
3918
3917
|
# job_id`, where project refers to a project_id or project_number and
|
3919
|
-
# location_id refers to a
|
3918
|
+
# location_id refers to a Google Cloud region.
|
3920
3919
|
# Corresponds to the JSON property `name`
|
3921
3920
|
# @return [String]
|
3922
3921
|
attr_accessor :name
|
@@ -3976,11 +3975,11 @@ module Google
|
|
3976
3975
|
attr_accessor :entity
|
3977
3976
|
|
3978
3977
|
# Immutable. The service-qualified full resource name of the cloud resource for
|
3979
|
-
# a DataScan job to scan against. The field could
|
3980
|
-
# for DataDiscoveryScan Format: //storage.googleapis.com/projects/
|
3981
|
-
# buckets/BUCKET_ID or BigQuery table of type "TABLE" for
|
3982
|
-
# DataQualityScan Format: //bigquery.googleapis.com/projects/
|
3983
|
-
# DATASET_ID/tables/TABLE_ID
|
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
|
3984
3983
|
# Corresponds to the JSON property `resource`
|
3985
3984
|
# @return [String]
|
3986
3985
|
attr_accessor :resource
|
@@ -5383,8 +5382,8 @@ module Google
|
|
5383
5382
|
end
|
5384
5383
|
|
5385
5384
|
# A Glossary represents a collection of GlossaryCategories and GlossaryTerms
|
5386
|
-
# defined by the user. Glossary is a top level resource and is the
|
5387
|
-
# 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.
|
5388
5387
|
class GoogleCloudDataplexV1Glossary
|
5389
5388
|
include Google::Apis::Core::Hashable
|
5390
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?
|
@@ -1349,7 +1349,7 @@ module Google
|
|
1349
1349
|
# @param [String] parent
|
1350
1350
|
# Required. The resource name of the parent location: projects/`project`/
|
1351
1351
|
# locations/`location_id` where project refers to a project_id or project_number
|
1352
|
-
# and location_id refers to a
|
1352
|
+
# and location_id refers to a Google Cloud region.
|
1353
1353
|
# @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScan] google_cloud_dataplex_v1_data_scan_object
|
1354
1354
|
# @param [String] data_scan_id
|
1355
1355
|
# Required. DataScan identifier. Must contain only lowercase letters, numbers
|
@@ -1394,7 +1394,7 @@ module Google
|
|
1394
1394
|
# @param [String] name
|
1395
1395
|
# Required. The resource name of the dataScan: projects/`project`/locations/`
|
1396
1396
|
# location_id`/dataScans/`data_scan_id` where project refers to a project_id or
|
1397
|
-
# project_number and location_id refers to a
|
1397
|
+
# project_number and location_id refers to a Google Cloud region.
|
1398
1398
|
# @param [Boolean] force
|
1399
1399
|
# Optional. If set to true, any child resources of this data scan will also be
|
1400
1400
|
# deleted. (Otherwise, the request will only work if the data scan has no child
|
@@ -1468,7 +1468,7 @@ module Google
|
|
1468
1468
|
# @param [String] name
|
1469
1469
|
# Required. The resource name of the dataScan: projects/`project`/locations/`
|
1470
1470
|
# location_id`/dataScans/`data_scan_id` where project refers to a project_id or
|
1471
|
-
# project_number and location_id refers to a
|
1471
|
+
# project_number and location_id refers to a Google Cloud region.
|
1472
1472
|
# @param [String] view
|
1473
1473
|
# Optional. Select the DataScan view to return. Defaults to BASIC.
|
1474
1474
|
# @param [String] fields
|
@@ -1548,7 +1548,7 @@ module Google
|
|
1548
1548
|
# @param [String] parent
|
1549
1549
|
# Required. The resource name of the parent location: projects/`project`/
|
1550
1550
|
# locations/`location_id` where project refers to a project_id or project_number
|
1551
|
-
# and location_id refers to a
|
1551
|
+
# and location_id refers to a Google Cloud region.
|
1552
1552
|
# @param [String] filter
|
1553
1553
|
# Optional. Filter request.
|
1554
1554
|
# @param [String] order_by
|
@@ -1598,7 +1598,7 @@ module Google
|
|
1598
1598
|
# Output only. Identifier. The relative resource name of the scan, of the form:
|
1599
1599
|
# projects/`project`/locations/`location_id`/dataScans/`datascan_id`, where
|
1600
1600
|
# project refers to a project_id or project_number and location_id refers to a
|
1601
|
-
#
|
1601
|
+
# Google Cloud region.
|
1602
1602
|
# @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScan] google_cloud_dataplex_v1_data_scan_object
|
1603
1603
|
# @param [String] update_mask
|
1604
1604
|
# Optional. Mask of fields to update.
|
@@ -1640,8 +1640,8 @@ module Google
|
|
1640
1640
|
# @param [String] name
|
1641
1641
|
# Required. The resource name of the DataScan: projects/`project`/locations/`
|
1642
1642
|
# location_id`/dataScans/`data_scan_id`. where project refers to a project_id or
|
1643
|
-
# project_number and location_id refers to a
|
1644
|
-
# are allowed.
|
1643
|
+
# project_number and location_id refers to a Google Cloud region.Only OnDemand
|
1644
|
+
# data scans are allowed.
|
1645
1645
|
# @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1RunDataScanRequest] google_cloud_dataplex_v1_run_data_scan_request_object
|
1646
1646
|
# @param [String] fields
|
1647
1647
|
# Selector specifying which fields to include in a partial response.
|
@@ -1789,8 +1789,8 @@ module Google
|
|
1789
1789
|
# @param [String] name
|
1790
1790
|
# Required. The resource name of the DataScanJob: projects/`project`/locations/`
|
1791
1791
|
# location_id`/dataScans/`data_scan_id`/jobs/`data_scan_job_id` where project
|
1792
|
-
# refers to a project_id or project_number and location_id refers to a
|
1793
|
-
# region.
|
1792
|
+
# refers to a project_id or project_number and location_id refers to a Google
|
1793
|
+
# Cloud region.
|
1794
1794
|
# @param [String] view
|
1795
1795
|
# Optional. Select the DataScanJob view to return. Defaults to BASIC.
|
1796
1796
|
# @param [String] fields
|
@@ -1825,7 +1825,7 @@ module Google
|
|
1825
1825
|
# @param [String] parent
|
1826
1826
|
# Required. The resource name of the parent environment: projects/`project`/
|
1827
1827
|
# locations/`location_id`/dataScans/`data_scan_id` where project refers to a
|
1828
|
-
# 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.
|
1829
1829
|
# @param [String] filter
|
1830
1830
|
# Optional. An expression for filtering the results of the ListDataScanJobs
|
1831
1831
|
# request.If unspecified, all datascan jobs will be returned. Multiple filters
|
@@ -2028,7 +2028,7 @@ module Google
|
|
2028
2028
|
# @param [String] parent
|
2029
2029
|
# Required. The resource name of the DataTaxonomy location, of the form:
|
2030
2030
|
# projects/`project_number`/locations/`location_id` where location_id refers to
|
2031
|
-
# a
|
2031
|
+
# a Google Cloud region.
|
2032
2032
|
# @param [String] filter
|
2033
2033
|
# Optional. Filter request.
|
2034
2034
|
# @param [String] order_by
|
@@ -2517,8 +2517,8 @@ module Google
|
|
2517
2517
|
# Creates an EntryGroup.
|
2518
2518
|
# @param [String] parent
|
2519
2519
|
# Required. The resource name of the entryGroup, of the form: projects/`
|
2520
|
-
# project_number`/locations/`location_id` where location_id refers to a
|
2521
|
-
# region.
|
2520
|
+
# project_number`/locations/`location_id` where location_id refers to a Google
|
2521
|
+
# Cloud region.
|
2522
2522
|
# @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryGroup] google_cloud_dataplex_v1_entry_group_object
|
2523
2523
|
# @param [String] entry_group_id
|
2524
2524
|
# Required. EntryGroup identifier.
|
@@ -3619,7 +3619,7 @@ module Google
|
|
3619
3619
|
# @param [String] parent
|
3620
3620
|
# Required. The parent resource where this Glossary will be created. Format:
|
3621
3621
|
# projects/`project_id_or_number`/locations/`location_id` where location_id
|
3622
|
-
# refers to a
|
3622
|
+
# refers to a Google Cloud region.
|
3623
3623
|
# @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1Glossary] google_cloud_dataplex_v1_glossary_object
|
3624
3624
|
# @param [String] glossary_id
|
3625
3625
|
# Required. Glossary ID: Glossary identifier.
|
@@ -3774,7 +3774,7 @@ module Google
|
|
3774
3774
|
# @param [String] parent
|
3775
3775
|
# Required. The parent, which has this collection of Glossaries. Format:
|
3776
3776
|
# projects/`project_id_or_number`/locations/`location_id` where location_id
|
3777
|
-
# refers to a
|
3777
|
+
# refers to a Google Cloud region.
|
3778
3778
|
# @param [String] filter
|
3779
3779
|
# Optional. Filter expression that filters Glossaries listed in the response.
|
3780
3780
|
# Filters on proto fields of Glossary are supported. Examples of using a filter
|
@@ -3943,7 +3943,7 @@ module Google
|
|
3943
3943
|
# @param [String] parent
|
3944
3944
|
# Required. The parent resource where this GlossaryCategory will be created.
|
3945
3945
|
# Format: projects/`project_id_or_number`/locations/`location_id`/glossaries/`
|
3946
|
-
# glossary_id` where locationId refers to a
|
3946
|
+
# glossary_id` where locationId refers to a Google Cloud region.
|
3947
3947
|
# @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1GlossaryCategory] google_cloud_dataplex_v1_glossary_category_object
|
3948
3948
|
# @param [String] category_id
|
3949
3949
|
# Required. GlossaryCategory identifier.
|
@@ -4092,7 +4092,7 @@ module Google
|
|
4092
4092
|
# @param [String] parent
|
4093
4093
|
# Required. The parent, which has this collection of GlossaryCategories. Format:
|
4094
4094
|
# projects/`project_id_or_number`/locations/`location_id`/glossaries/`
|
4095
|
-
# glossary_id` Location is the
|
4095
|
+
# glossary_id` Location is the Google Cloud region.
|
4096
4096
|
# @param [String] filter
|
4097
4097
|
# Optional. Filter expression that filters GlossaryCategories listed in the
|
4098
4098
|
# response. Filters are supported on the following fields: -
|
@@ -4264,7 +4264,7 @@ module Google
|
|
4264
4264
|
# @param [String] parent
|
4265
4265
|
# Required. The parent resource where the GlossaryTerm will be created. Format:
|
4266
4266
|
# projects/`project_id_or_number`/locations/`location_id`/glossaries/`
|
4267
|
-
# glossary_id` where location_id refers to a
|
4267
|
+
# glossary_id` where location_id refers to a Google Cloud region.
|
4268
4268
|
# @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1GlossaryTerm] google_cloud_dataplex_v1_glossary_term_object
|
4269
4269
|
# @param [String] term_id
|
4270
4270
|
# Required. GlossaryTerm identifier.
|
@@ -4411,7 +4411,7 @@ module Google
|
|
4411
4411
|
# @param [String] parent
|
4412
4412
|
# Required. The parent, which has this collection of GlossaryTerms. Format:
|
4413
4413
|
# projects/`project_id_or_number`/locations/`location_id`/glossaries/`
|
4414
|
-
# glossary_id` where location_id refers to a
|
4414
|
+
# glossary_id` where location_id refers to a Google Cloud region.
|
4415
4415
|
# @param [String] filter
|
4416
4416
|
# Optional. Filter expression that filters GlossaryTerms listed in the response.
|
4417
4417
|
# Filters are supported on the following fields: - immediate_parentExamples of
|
@@ -4702,8 +4702,8 @@ module Google
|
|
4702
4702
|
# Creates a lake resource.
|
4703
4703
|
# @param [String] parent
|
4704
4704
|
# Required. The resource name of the lake location, of the form: projects/`
|
4705
|
-
# project_number`/locations/`location_id` where location_id refers to a
|
4706
|
-
# region.
|
4705
|
+
# project_number`/locations/`location_id` where location_id refers to a Google
|
4706
|
+
# Cloud region.
|
4707
4707
|
# @param [Google::Apis::DataplexV1::GoogleCloudDataplexV1Lake] google_cloud_dataplex_v1_lake_object
|
4708
4708
|
# @param [String] lake_id
|
4709
4709
|
# Required. Lake identifier. This ID will be used to generate names such as
|
@@ -4856,8 +4856,8 @@ module Google
|
|
4856
4856
|
# Lists lake resources in a project and location.
|
4857
4857
|
# @param [String] parent
|
4858
4858
|
# Required. The resource name of the lake location, of the form: projects/`
|
4859
|
-
# project_number`/locations/`location_id` where location_id refers to a
|
4860
|
-
# region.
|
4859
|
+
# project_number`/locations/`location_id` where location_id refers to a Google
|
4860
|
+
# Cloud region.
|
4861
4861
|
# @param [String] filter
|
4862
4862
|
# Optional. Filter request.
|
4863
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:
|