google-apis-dataplex_v1 0.80.0 → 0.82.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 +8 -0
- data/lib/google/apis/dataplex_v1/classes.rb +53 -45
- data/lib/google/apis/dataplex_v1/gem_version.rb +2 -2
- data/lib/google/apis/dataplex_v1/service.rb +247 -5
- data/lib/google/apis/dataplex_v1.rb +1 -1
- 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: 1b7be031996c2d0ff0c6d10343e432f1c3d1090d6d41aca475ce4f89d1f1fbc2
|
4
|
+
data.tar.gz: dcb7bec11e4a7b34ffea88b3fe3ef75d9c1acd9cfbf71ecf76fe412cdb02cc5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39e11583839fcd19831e513952e337178ae7fd96eba96feb2b593a47c39dc2a05f16ec506a7bb72adceeb96d85c3d999fd876449217e8a20d0f7dafe9f385c8f
|
7
|
+
data.tar.gz: f33fddcae217ba9cc1226877b65f0e3cacd96d4633c2f5c4003f7e3f2ea8734dfc2f667e92d0f1ada56b75735597f18909bb05e39c85a92a143a43cb4b4864e0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dataplex_v1
|
2
2
|
|
3
|
+
### v0.82.0 (2025-08-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250805
|
6
|
+
|
7
|
+
### v0.81.0 (2025-08-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250729
|
10
|
+
|
3
11
|
### v0.80.0 (2025-07-27)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250714
|
@@ -506,8 +506,8 @@ module Google
|
|
506
506
|
include Google::Apis::Core::Hashable
|
507
507
|
|
508
508
|
# Immutable. The IAM permission grantable on the EntryGroup to allow access to
|
509
|
-
# instantiate Aspects of Dataplex owned AspectTypes, only
|
510
|
-
# owned Types.
|
509
|
+
# instantiate Aspects of Dataplex Universal Catalog owned AspectTypes, only
|
510
|
+
# settable for Dataplex Universal Catalog owned Types.
|
511
511
|
# Corresponds to the JSON property `alternateUsePermission`
|
512
512
|
# @return [String]
|
513
513
|
attr_accessor :alternate_use_permission
|
@@ -2038,8 +2038,8 @@ module Google
|
|
2038
2038
|
# The data type retrieved from the schema of the data source. For instance, for
|
2039
2039
|
# a BigQuery native table, it is the BigQuery Table Schema (https://cloud.google.
|
2040
2040
|
# com/bigquery/docs/reference/rest/v2/tables#tablefieldschema). For a Dataplex
|
2041
|
-
# Entity, it is the Entity Schema (https://cloud.google.com/
|
2042
|
-
# reference/rpc/google.cloud.dataplex.v1#type_3).
|
2041
|
+
# Universal Catalog Entity, it is the Entity Schema (https://cloud.google.com/
|
2042
|
+
# dataplex/docs/reference/rpc/google.cloud.dataplex.v1#type_3).
|
2043
2043
|
# Corresponds to the JSON property `type`
|
2044
2044
|
# @return [String]
|
2045
2045
|
attr_accessor :type
|
@@ -2494,7 +2494,8 @@ module Google
|
|
2494
2494
|
class GoogleCloudDataplexV1DataQualityResult
|
2495
2495
|
include Google::Apis::Core::Hashable
|
2496
2496
|
|
2497
|
-
# The status of publishing the data scan result
|
2497
|
+
# The status of publishing the data scan result as Dataplex Universal Catalog
|
2498
|
+
# metadata.
|
2498
2499
|
# Corresponds to the JSON property `catalogPublishingStatus`
|
2499
2500
|
# @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanCatalogPublishingStatus]
|
2500
2501
|
attr_accessor :catalog_publishing_status
|
@@ -3146,8 +3147,8 @@ module Google
|
|
3146
3147
|
class GoogleCloudDataplexV1DataQualitySpec
|
3147
3148
|
include Google::Apis::Core::Hashable
|
3148
3149
|
|
3149
|
-
# Optional. If set, the latest DataScan job result will be published
|
3150
|
-
# Catalog.
|
3150
|
+
# Optional. If set, the latest DataScan job result will be published as Dataplex
|
3151
|
+
# Universal Catalog metadata.
|
3151
3152
|
# Corresponds to the JSON property `catalogPublishingEnabled`
|
3152
3153
|
# @return [Boolean]
|
3153
3154
|
attr_accessor :catalog_publishing_enabled
|
@@ -3486,7 +3487,8 @@ module Google
|
|
3486
3487
|
end
|
3487
3488
|
end
|
3488
3489
|
|
3489
|
-
# The status of publishing the data scan result
|
3490
|
+
# The status of publishing the data scan result as Dataplex Universal Catalog
|
3491
|
+
# metadata.
|
3490
3492
|
class GoogleCloudDataplexV1DataScanCatalogPublishingStatus
|
3491
3493
|
include Google::Apis::Core::Hashable
|
3492
3494
|
|
@@ -3510,7 +3512,8 @@ module Google
|
|
3510
3512
|
class GoogleCloudDataplexV1DataScanEvent
|
3511
3513
|
include Google::Apis::Core::Hashable
|
3512
3514
|
|
3513
|
-
# The status of publishing the data scan result
|
3515
|
+
# The status of publishing the data scan result as Dataplex Universal Catalog
|
3516
|
+
# metadata.
|
3514
3517
|
# Corresponds to the JSON property `catalogPublishingStatus`
|
3515
3518
|
# @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanCatalogPublishingStatus]
|
3516
3519
|
attr_accessor :catalog_publishing_status
|
@@ -3967,9 +3970,10 @@ module Google
|
|
3967
3970
|
class GoogleCloudDataplexV1DataSource
|
3968
3971
|
include Google::Apis::Core::Hashable
|
3969
3972
|
|
3970
|
-
# Immutable. The Dataplex entity that represents the data
|
3971
|
-
# table) for DataScan, of the form: projects/`
|
3972
|
-
# location_id`/lakes/`lake_id`/zones/`zone_id`/
|
3973
|
+
# Immutable. The Dataplex Universal Catalog entity that represents the data
|
3974
|
+
# source (e.g. BigQuery table) for DataScan, of the form: projects/`
|
3975
|
+
# project_number`/locations/`location_id`/lakes/`lake_id`/zones/`zone_id`/
|
3976
|
+
# entities/`entity_id`.
|
3973
3977
|
# Corresponds to the JSON property `entity`
|
3974
3978
|
# @return [String]
|
3975
3979
|
attr_accessor :entity
|
@@ -4586,7 +4590,7 @@ module Google
|
|
4586
4590
|
# @return [Hash<String,Google::Apis::DataplexV1::GoogleCloudDataplexV1Aspect>]
|
4587
4591
|
attr_accessor :aspects
|
4588
4592
|
|
4589
|
-
# Output only. The time when the entry was created in Dataplex.
|
4593
|
+
# Output only. The time when the entry was created in Dataplex Universal Catalog.
|
4590
4594
|
# Corresponds to the JSON property `createTime`
|
4591
4595
|
# @return [String]
|
4592
4596
|
attr_accessor :create_time
|
@@ -4626,7 +4630,8 @@ module Google
|
|
4626
4630
|
# @return [String]
|
4627
4631
|
attr_accessor :parent_entry
|
4628
4632
|
|
4629
|
-
# Output only. The time when the entry was last updated in Dataplex
|
4633
|
+
# Output only. The time when the entry was last updated in Dataplex Universal
|
4634
|
+
# Catalog.
|
4630
4635
|
# Corresponds to the JSON property `updateTime`
|
4631
4636
|
# @return [String]
|
4632
4637
|
attr_accessor :update_time
|
@@ -5069,8 +5074,8 @@ module Google
|
|
5069
5074
|
include Google::Apis::Core::Hashable
|
5070
5075
|
|
5071
5076
|
# Immutable. The IAM permission grantable on the Entry Group to allow access to
|
5072
|
-
# instantiate Entries of Dataplex owned Entry Types, only
|
5073
|
-
# owned Types.
|
5077
|
+
# instantiate Entries of Dataplex Universal Catalog owned Entry Types, only
|
5078
|
+
# settable for Dataplex Universal Catalog owned Types.
|
5074
5079
|
# Corresponds to the JSON property `alternateUsePermission`
|
5075
5080
|
# @return [String]
|
5076
5081
|
attr_accessor :alternate_use_permission
|
@@ -5261,7 +5266,7 @@ module Google
|
|
5261
5266
|
class GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime
|
5262
5267
|
include Google::Apis::Core::Hashable
|
5263
5268
|
|
5264
|
-
# Required. Dataplex Image version.
|
5269
|
+
# Required. Dataplex Universal Catalog Image version.
|
5265
5270
|
# Corresponds to the JSON property `imageVersion`
|
5266
5271
|
# @return [String]
|
5267
5272
|
attr_accessor :image_version
|
@@ -5369,8 +5374,8 @@ module Google
|
|
5369
5374
|
class GoogleCloudDataplexV1GenerateDataQualityRulesResponse
|
5370
5375
|
include Google::Apis::Core::Hashable
|
5371
5376
|
|
5372
|
-
# The data quality rules that Dataplex generates based on the
|
5373
|
-
# profiling scan.
|
5377
|
+
# The data quality rules that Dataplex Universal Catalog generates based on the
|
5378
|
+
# results of a data profiling scan.
|
5374
5379
|
# Corresponds to the JSON property `rule`
|
5375
5380
|
# @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRule>]
|
5376
5381
|
attr_accessor :rule
|
@@ -5683,8 +5688,8 @@ module Google
|
|
5683
5688
|
# to the aspect type, in the format `project_id_or_number`.`location_id`.`
|
5684
5689
|
# aspect_type_id`.In FULL entry sync mode, if you leave this field empty, it is
|
5685
5690
|
# treated as specifying exactly those aspects that are present within the
|
5686
|
-
# specified entry. Dataplex implicitly adds the keys for all
|
5687
|
-
# aspects of an entry.
|
5691
|
+
# specified entry. Dataplex Universal Catalog implicitly adds the keys for all
|
5692
|
+
# of the required aspects of an entry.
|
5688
5693
|
# Corresponds to the JSON property `aspectKeys`
|
5689
5694
|
# @return [Array<String>]
|
5690
5695
|
attr_accessor :aspect_keys
|
@@ -5701,18 +5706,19 @@ module Google
|
|
5701
5706
|
attr_accessor :entry_link
|
5702
5707
|
|
5703
5708
|
# The fields to update, in paths that are relative to the Entry resource.
|
5704
|
-
# Separate each field with a comma.In FULL entry sync mode, Dataplex
|
5705
|
-
# the paths of all of the fields for an entry that can be
|
5706
|
-
# aspects. This means that Dataplex
|
5707
|
-
# in the metadata import file. All
|
5708
|
-
#
|
5709
|
-
# field is present in the entry object.
|
5710
|
-
# entry is created or re-created.In an
|
5711
|
-
# mode is NONE), set this value to
|
5712
|
-
#
|
5713
|
-
#
|
5714
|
-
#
|
5715
|
-
# google.com/dataplex/
|
5709
|
+
# Separate each field with a comma.In FULL entry sync mode, Dataplex Universal
|
5710
|
+
# Catalog includes the paths of all of the fields for an entry that can be
|
5711
|
+
# modified, including aspects. This means that Dataplex Universal Catalog
|
5712
|
+
# replaces the existing entry with the entry in the metadata import file. All
|
5713
|
+
# modifiable fields are updated, regardless of the fields that are listed in the
|
5714
|
+
# update mask, and regardless of whether a field is present in the entry object.
|
5715
|
+
# The update_mask field is ignored when an entry is created or re-created.In an
|
5716
|
+
# aspect-only metadata job (when entry sync mode is NONE), set this value to
|
5717
|
+
# aspects.Dataplex Universal Catalog also determines which entries and aspects
|
5718
|
+
# to modify by comparing the values and timestamps that you provide in the
|
5719
|
+
# metadata import file with the values and timestamps that exist in your project.
|
5720
|
+
# For more information, see Comparison logic (https://cloud.google.com/dataplex/
|
5721
|
+
# docs/import-metadata#data-modification-logic).
|
5716
5722
|
# Corresponds to the JSON property `updateMask`
|
5717
5723
|
# @return [String]
|
5718
5724
|
attr_accessor :update_mask
|
@@ -6903,10 +6909,10 @@ module Google
|
|
6903
6909
|
# Required. The root path of the Cloud Storage bucket to export the metadata to,
|
6904
6910
|
# in the format gs://`bucket`/. You can optionally specify a custom prefix after
|
6905
6911
|
# the bucket name, in the format gs://`bucket`/`prefix`/. The maximum length of
|
6906
|
-
# the custom prefix is 128 characters. Dataplex constructs the
|
6907
|
-
# the exported files by using the bucket name and prefix that
|
6908
|
-
# followed by a system-generated path.The bucket must be in the
|
6909
|
-
# Controls perimeter as the job.
|
6912
|
+
# the custom prefix is 128 characters. Dataplex Universal Catalog constructs the
|
6913
|
+
# object path for the exported files by using the bucket name and prefix that
|
6914
|
+
# you provide, followed by a system-generated path.The bucket must be in the
|
6915
|
+
# same VPC Service Controls perimeter as the job.
|
6910
6916
|
# Corresponds to the JSON property `outputPath`
|
6911
6917
|
# @return [String]
|
6912
6918
|
attr_accessor :output_path
|
@@ -7547,14 +7553,16 @@ module Google
|
|
7547
7553
|
# @return [String]
|
7548
7554
|
attr_accessor :partition_style
|
7549
7555
|
|
7550
|
-
# Required. Set to true if user-managed or false if managed by Dataplex
|
7551
|
-
# default is false (managed by Dataplex
|
7552
|
-
#
|
7553
|
-
#
|
7554
|
-
#
|
7555
|
-
#
|
7556
|
-
#
|
7557
|
-
#
|
7556
|
+
# Required. Set to true if user-managed or false if managed by Dataplex
|
7557
|
+
# Universal Catalog. The default is false (managed by Dataplex Universal Catalog)
|
7558
|
+
# . Set to falseto enable Dataplex Universal Catalog discovery to update the
|
7559
|
+
# schema. including new data discovery, schema inference, and schema evolution.
|
7560
|
+
# Users retain the ability to input and edit the schema. Dataplex Universal
|
7561
|
+
# Catalog treats schema input by the user as though produced by a previous
|
7562
|
+
# Dataplex Universal Catalog discovery operation, and it will evolve the schema
|
7563
|
+
# and take action based on that treatment. Set to true to fully manage the
|
7564
|
+
# entity schema. This setting guarantees that Dataplex Universal Catalog will
|
7565
|
+
# not change schema fields.
|
7558
7566
|
# Corresponds to the JSON property `userManaged`
|
7559
7567
|
# @return [Boolean]
|
7560
7568
|
attr_accessor :user_managed
|
@@ -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.82.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 = "20250805"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,7 +22,7 @@ module Google
|
|
22
22
|
module DataplexV1
|
23
23
|
# Cloud Dataplex API
|
24
24
|
#
|
25
|
-
#
|
25
|
+
# A unified, intelligent governance solution for data and AI assets.
|
26
26
|
#
|
27
27
|
# @example
|
28
28
|
# require 'google/apis/dataplex_v1'
|
@@ -651,8 +651,8 @@ module Google
|
|
651
651
|
# to retrieve the subsequent page.
|
652
652
|
# @param [String] query
|
653
653
|
# Required. The query against which entries in scope should be matched. The
|
654
|
-
# query syntax is defined in Search syntax for Dataplex Catalog (https
|
655
|
-
# google.com/dataplex/docs/search-syntax).
|
654
|
+
# query syntax is defined in Search syntax for Dataplex Universal Catalog (https:
|
655
|
+
# //cloud.google.com/dataplex/docs/search-syntax).
|
656
656
|
# @param [String] scope
|
657
657
|
# Optional. The scope under which the search should be operating. It must either
|
658
658
|
# be organizations/ or projects/. If it is unspecified, it defaults to the
|
@@ -1345,6 +1345,248 @@ module Google
|
|
1345
1345
|
execute_or_queue_command(command, &block)
|
1346
1346
|
end
|
1347
1347
|
|
1348
|
+
# Gets the access control policy for a resource. Returns an empty policy if the
|
1349
|
+
# resource exists and does not have a policy set.
|
1350
|
+
# @param [String] resource
|
1351
|
+
# REQUIRED: The resource for which the policy is being requested. See Resource
|
1352
|
+
# names (https://cloud.google.com/apis/design/resource_names) for the
|
1353
|
+
# appropriate value for this field.
|
1354
|
+
# @param [Fixnum] options_requested_policy_version
|
1355
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
1356
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
1357
|
+
# rejected.Requests for policies with any conditional role bindings must specify
|
1358
|
+
# version 3. Policies with no conditional role bindings may specify any valid
|
1359
|
+
# value or leave the field unset.The policy in the response might use the policy
|
1360
|
+
# version that you specified, or it might use a lower policy version. For
|
1361
|
+
# example, if you specify version 3, but the policy has no conditional role
|
1362
|
+
# bindings, the response uses version 1.To learn which resources support
|
1363
|
+
# conditions in their IAM policies, see the IAM documentation (https://cloud.
|
1364
|
+
# google.com/iam/help/conditions/resource-policies).
|
1365
|
+
# @param [String] fields
|
1366
|
+
# Selector specifying which fields to include in a partial response.
|
1367
|
+
# @param [String] quota_user
|
1368
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1369
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1370
|
+
# @param [Google::Apis::RequestOptions] options
|
1371
|
+
# Request-specific options
|
1372
|
+
#
|
1373
|
+
# @yield [result, err] Result & error if block supplied
|
1374
|
+
# @yieldparam result [Google::Apis::DataplexV1::GoogleIamV1Policy] parsed result object
|
1375
|
+
# @yieldparam err [StandardError] error object if request failed
|
1376
|
+
#
|
1377
|
+
# @return [Google::Apis::DataplexV1::GoogleIamV1Policy]
|
1378
|
+
#
|
1379
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1380
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1381
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1382
|
+
def get_project_location_data_product_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1383
|
+
command = make_simple_command(:get, 'v1/{+resource}:getIamPolicy', options)
|
1384
|
+
command.response_representation = Google::Apis::DataplexV1::GoogleIamV1Policy::Representation
|
1385
|
+
command.response_class = Google::Apis::DataplexV1::GoogleIamV1Policy
|
1386
|
+
command.params['resource'] = resource unless resource.nil?
|
1387
|
+
command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
|
1388
|
+
command.query['fields'] = fields unless fields.nil?
|
1389
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1390
|
+
execute_or_queue_command(command, &block)
|
1391
|
+
end
|
1392
|
+
|
1393
|
+
# Sets the access control policy on the specified resource. Replaces any
|
1394
|
+
# existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED
|
1395
|
+
# errors.
|
1396
|
+
# @param [String] resource
|
1397
|
+
# REQUIRED: The resource for which the policy is being specified. See Resource
|
1398
|
+
# names (https://cloud.google.com/apis/design/resource_names) for the
|
1399
|
+
# appropriate value for this field.
|
1400
|
+
# @param [Google::Apis::DataplexV1::GoogleIamV1SetIamPolicyRequest] google_iam_v1_set_iam_policy_request_object
|
1401
|
+
# @param [String] fields
|
1402
|
+
# Selector specifying which fields to include in a partial response.
|
1403
|
+
# @param [String] quota_user
|
1404
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1405
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1406
|
+
# @param [Google::Apis::RequestOptions] options
|
1407
|
+
# Request-specific options
|
1408
|
+
#
|
1409
|
+
# @yield [result, err] Result & error if block supplied
|
1410
|
+
# @yieldparam result [Google::Apis::DataplexV1::GoogleIamV1Policy] parsed result object
|
1411
|
+
# @yieldparam err [StandardError] error object if request failed
|
1412
|
+
#
|
1413
|
+
# @return [Google::Apis::DataplexV1::GoogleIamV1Policy]
|
1414
|
+
#
|
1415
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1416
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1417
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1418
|
+
def set_project_location_data_product_iam_policy(resource, google_iam_v1_set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1419
|
+
command = make_simple_command(:post, 'v1/{+resource}:setIamPolicy', options)
|
1420
|
+
command.request_representation = Google::Apis::DataplexV1::GoogleIamV1SetIamPolicyRequest::Representation
|
1421
|
+
command.request_object = google_iam_v1_set_iam_policy_request_object
|
1422
|
+
command.response_representation = Google::Apis::DataplexV1::GoogleIamV1Policy::Representation
|
1423
|
+
command.response_class = Google::Apis::DataplexV1::GoogleIamV1Policy
|
1424
|
+
command.params['resource'] = resource unless resource.nil?
|
1425
|
+
command.query['fields'] = fields unless fields.nil?
|
1426
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1427
|
+
execute_or_queue_command(command, &block)
|
1428
|
+
end
|
1429
|
+
|
1430
|
+
# Returns permissions that a caller has on the specified resource. If the
|
1431
|
+
# resource does not exist, this will return an empty set of permissions, not a
|
1432
|
+
# NOT_FOUND error.Note: This operation is designed to be used for building
|
1433
|
+
# permission-aware UIs and command-line tools, not for authorization checking.
|
1434
|
+
# This operation may "fail open" without warning.
|
1435
|
+
# @param [String] resource
|
1436
|
+
# REQUIRED: The resource for which the policy detail is being requested. See
|
1437
|
+
# Resource names (https://cloud.google.com/apis/design/resource_names) for the
|
1438
|
+
# appropriate value for this field.
|
1439
|
+
# @param [Google::Apis::DataplexV1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
|
1440
|
+
# @param [String] fields
|
1441
|
+
# Selector specifying which fields to include in a partial response.
|
1442
|
+
# @param [String] quota_user
|
1443
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1444
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1445
|
+
# @param [Google::Apis::RequestOptions] options
|
1446
|
+
# Request-specific options
|
1447
|
+
#
|
1448
|
+
# @yield [result, err] Result & error if block supplied
|
1449
|
+
# @yieldparam result [Google::Apis::DataplexV1::GoogleIamV1TestIamPermissionsResponse] parsed result object
|
1450
|
+
# @yieldparam err [StandardError] error object if request failed
|
1451
|
+
#
|
1452
|
+
# @return [Google::Apis::DataplexV1::GoogleIamV1TestIamPermissionsResponse]
|
1453
|
+
#
|
1454
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1455
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1456
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1457
|
+
def test_project_location_data_product_iam_permissions(resource, google_iam_v1_test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1458
|
+
command = make_simple_command(:post, 'v1/{+resource}:testIamPermissions', options)
|
1459
|
+
command.request_representation = Google::Apis::DataplexV1::GoogleIamV1TestIamPermissionsRequest::Representation
|
1460
|
+
command.request_object = google_iam_v1_test_iam_permissions_request_object
|
1461
|
+
command.response_representation = Google::Apis::DataplexV1::GoogleIamV1TestIamPermissionsResponse::Representation
|
1462
|
+
command.response_class = Google::Apis::DataplexV1::GoogleIamV1TestIamPermissionsResponse
|
1463
|
+
command.params['resource'] = resource unless resource.nil?
|
1464
|
+
command.query['fields'] = fields unless fields.nil?
|
1465
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1466
|
+
execute_or_queue_command(command, &block)
|
1467
|
+
end
|
1468
|
+
|
1469
|
+
# Gets the access control policy for a resource. Returns an empty policy if the
|
1470
|
+
# resource exists and does not have a policy set.
|
1471
|
+
# @param [String] resource
|
1472
|
+
# REQUIRED: The resource for which the policy is being requested. See Resource
|
1473
|
+
# names (https://cloud.google.com/apis/design/resource_names) for the
|
1474
|
+
# appropriate value for this field.
|
1475
|
+
# @param [Fixnum] options_requested_policy_version
|
1476
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
1477
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
1478
|
+
# rejected.Requests for policies with any conditional role bindings must specify
|
1479
|
+
# version 3. Policies with no conditional role bindings may specify any valid
|
1480
|
+
# value or leave the field unset.The policy in the response might use the policy
|
1481
|
+
# version that you specified, or it might use a lower policy version. For
|
1482
|
+
# example, if you specify version 3, but the policy has no conditional role
|
1483
|
+
# bindings, the response uses version 1.To learn which resources support
|
1484
|
+
# conditions in their IAM policies, see the IAM documentation (https://cloud.
|
1485
|
+
# google.com/iam/help/conditions/resource-policies).
|
1486
|
+
# @param [String] fields
|
1487
|
+
# Selector specifying which fields to include in a partial response.
|
1488
|
+
# @param [String] quota_user
|
1489
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1490
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1491
|
+
# @param [Google::Apis::RequestOptions] options
|
1492
|
+
# Request-specific options
|
1493
|
+
#
|
1494
|
+
# @yield [result, err] Result & error if block supplied
|
1495
|
+
# @yieldparam result [Google::Apis::DataplexV1::GoogleIamV1Policy] parsed result object
|
1496
|
+
# @yieldparam err [StandardError] error object if request failed
|
1497
|
+
#
|
1498
|
+
# @return [Google::Apis::DataplexV1::GoogleIamV1Policy]
|
1499
|
+
#
|
1500
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1501
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1502
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1503
|
+
def get_project_location_data_product_data_asset_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1504
|
+
command = make_simple_command(:get, 'v1/{+resource}:getIamPolicy', options)
|
1505
|
+
command.response_representation = Google::Apis::DataplexV1::GoogleIamV1Policy::Representation
|
1506
|
+
command.response_class = Google::Apis::DataplexV1::GoogleIamV1Policy
|
1507
|
+
command.params['resource'] = resource unless resource.nil?
|
1508
|
+
command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
|
1509
|
+
command.query['fields'] = fields unless fields.nil?
|
1510
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1511
|
+
execute_or_queue_command(command, &block)
|
1512
|
+
end
|
1513
|
+
|
1514
|
+
# Sets the access control policy on the specified resource. Replaces any
|
1515
|
+
# existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED
|
1516
|
+
# errors.
|
1517
|
+
# @param [String] resource
|
1518
|
+
# REQUIRED: The resource for which the policy is being specified. See Resource
|
1519
|
+
# names (https://cloud.google.com/apis/design/resource_names) for the
|
1520
|
+
# appropriate value for this field.
|
1521
|
+
# @param [Google::Apis::DataplexV1::GoogleIamV1SetIamPolicyRequest] google_iam_v1_set_iam_policy_request_object
|
1522
|
+
# @param [String] fields
|
1523
|
+
# Selector specifying which fields to include in a partial response.
|
1524
|
+
# @param [String] quota_user
|
1525
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1526
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1527
|
+
# @param [Google::Apis::RequestOptions] options
|
1528
|
+
# Request-specific options
|
1529
|
+
#
|
1530
|
+
# @yield [result, err] Result & error if block supplied
|
1531
|
+
# @yieldparam result [Google::Apis::DataplexV1::GoogleIamV1Policy] parsed result object
|
1532
|
+
# @yieldparam err [StandardError] error object if request failed
|
1533
|
+
#
|
1534
|
+
# @return [Google::Apis::DataplexV1::GoogleIamV1Policy]
|
1535
|
+
#
|
1536
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1537
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1538
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1539
|
+
def set_project_location_data_product_data_asset_iam_policy(resource, google_iam_v1_set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1540
|
+
command = make_simple_command(:post, 'v1/{+resource}:setIamPolicy', options)
|
1541
|
+
command.request_representation = Google::Apis::DataplexV1::GoogleIamV1SetIamPolicyRequest::Representation
|
1542
|
+
command.request_object = google_iam_v1_set_iam_policy_request_object
|
1543
|
+
command.response_representation = Google::Apis::DataplexV1::GoogleIamV1Policy::Representation
|
1544
|
+
command.response_class = Google::Apis::DataplexV1::GoogleIamV1Policy
|
1545
|
+
command.params['resource'] = resource unless resource.nil?
|
1546
|
+
command.query['fields'] = fields unless fields.nil?
|
1547
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1548
|
+
execute_or_queue_command(command, &block)
|
1549
|
+
end
|
1550
|
+
|
1551
|
+
# Returns permissions that a caller has on the specified resource. If the
|
1552
|
+
# resource does not exist, this will return an empty set of permissions, not a
|
1553
|
+
# NOT_FOUND error.Note: This operation is designed to be used for building
|
1554
|
+
# permission-aware UIs and command-line tools, not for authorization checking.
|
1555
|
+
# This operation may "fail open" without warning.
|
1556
|
+
# @param [String] resource
|
1557
|
+
# REQUIRED: The resource for which the policy detail is being requested. See
|
1558
|
+
# Resource names (https://cloud.google.com/apis/design/resource_names) for the
|
1559
|
+
# appropriate value for this field.
|
1560
|
+
# @param [Google::Apis::DataplexV1::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
|
1561
|
+
# @param [String] fields
|
1562
|
+
# Selector specifying which fields to include in a partial response.
|
1563
|
+
# @param [String] quota_user
|
1564
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1565
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1566
|
+
# @param [Google::Apis::RequestOptions] options
|
1567
|
+
# Request-specific options
|
1568
|
+
#
|
1569
|
+
# @yield [result, err] Result & error if block supplied
|
1570
|
+
# @yieldparam result [Google::Apis::DataplexV1::GoogleIamV1TestIamPermissionsResponse] parsed result object
|
1571
|
+
# @yieldparam err [StandardError] error object if request failed
|
1572
|
+
#
|
1573
|
+
# @return [Google::Apis::DataplexV1::GoogleIamV1TestIamPermissionsResponse]
|
1574
|
+
#
|
1575
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1576
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1577
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1578
|
+
def test_project_location_data_product_data_asset_iam_permissions(resource, google_iam_v1_test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1579
|
+
command = make_simple_command(:post, 'v1/{+resource}:testIamPermissions', options)
|
1580
|
+
command.request_representation = Google::Apis::DataplexV1::GoogleIamV1TestIamPermissionsRequest::Representation
|
1581
|
+
command.request_object = google_iam_v1_test_iam_permissions_request_object
|
1582
|
+
command.response_representation = Google::Apis::DataplexV1::GoogleIamV1TestIamPermissionsResponse::Representation
|
1583
|
+
command.response_class = Google::Apis::DataplexV1::GoogleIamV1TestIamPermissionsResponse
|
1584
|
+
command.params['resource'] = resource unless resource.nil?
|
1585
|
+
command.query['fields'] = fields unless fields.nil?
|
1586
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1587
|
+
execute_or_queue_command(command, &block)
|
1588
|
+
end
|
1589
|
+
|
1348
1590
|
# Creates a DataScan resource.
|
1349
1591
|
# @param [String] parent
|
1350
1592
|
# Required. The resource name of the parent location: projects/`project`/
|
@@ -7622,8 +7864,8 @@ module Google
|
|
7622
7864
|
execute_or_queue_command(command, &block)
|
7623
7865
|
end
|
7624
7866
|
|
7625
|
-
# Creates a metadata job. For example, use a metadata job to import
|
7626
|
-
#
|
7867
|
+
# Creates a metadata job. For example, use a metadata job to import metadata
|
7868
|
+
# from a third-party system into Dataplex Universal Catalog.
|
7627
7869
|
# @param [String] parent
|
7628
7870
|
# Required. The resource name of the parent location, in the format projects/`
|
7629
7871
|
# project_id_or_number`/locations/`location_id`
|
@@ -21,7 +21,7 @@ module Google
|
|
21
21
|
module Apis
|
22
22
|
# Cloud Dataplex API
|
23
23
|
#
|
24
|
-
#
|
24
|
+
# A unified, intelligent governance solution for data and AI assets.
|
25
25
|
#
|
26
26
|
# @see https://cloud.google.com/dataplex/docs
|
27
27
|
module DataplexV1
|
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.82.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.82.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:
|