google-apis-dataplex_v1 0.83.0 → 0.84.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/gem_version.rb +2 -2
- data/lib/google/apis/dataplex_v1/service.rb +4 -94
- 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: b3aead9bc94f3d408ed88c2aa9e1ad6bb35bc7cc8bf1b8796b2e000f842ced24
|
4
|
+
data.tar.gz: d16244bc3f3a05a0e521c367cc3650b937e117d673c67fa0adfbec2182c90b6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1bd0f17953e469f80a7cec655eed541621c9e2866f83ab335f3978c6c7b32b0c03cd3bb887079f37a8d25e34b8d6a397852bfb64871f895c6f0be14b89e9947
|
7
|
+
data.tar.gz: da14bc4612de74fdd45a47ddd57de2ad0fe28450d4645d0af9ef3d392a975a40e4652885a2758a34129f9f79796f209f7c8af361fb84fb4389886a3d6b6206d4
|
data/CHANGELOG.md
CHANGED
@@ -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.84.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 = "20250825"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -546,8 +546,8 @@ module Google
|
|
546
546
|
# @param [String] name
|
547
547
|
# The resource that owns the locations collection, if applicable.
|
548
548
|
# @param [Array<String>, String] extra_location_types
|
549
|
-
# Optional.
|
550
|
-
#
|
549
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
550
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
551
551
|
# @param [String] filter
|
552
552
|
# A filter to narrow down results to a preferred subset. The filtering language
|
553
553
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
@@ -640,8 +640,8 @@ module Google
|
|
640
640
|
# Required. The project to which the request should be attributed in the
|
641
641
|
# following form: projects/`project`/locations/global.
|
642
642
|
# @param [String] order_by
|
643
|
-
# Optional. Specifies the ordering of results. Supported values are: relevance
|
644
|
-
#
|
643
|
+
# Optional. Specifies the ordering of results. Supported values are: relevance
|
644
|
+
# last_modified_timestamp last_modified_timestamp asc
|
645
645
|
# @param [Fixnum] page_size
|
646
646
|
# Optional. Number of results in the search page. If <=0, then defaults to 10.
|
647
647
|
# Max limit for page_size is 1000. Throws an invalid argument for page_size >
|
@@ -1345,51 +1345,6 @@ 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
1348
|
# Sets the access control policy on the specified resource. Replaces any
|
1394
1349
|
# existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED
|
1395
1350
|
# errors.
|
@@ -1466,51 +1421,6 @@ module Google
|
|
1466
1421
|
execute_or_queue_command(command, &block)
|
1467
1422
|
end
|
1468
1423
|
|
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
1424
|
# Sets the access control policy on the specified resource. Replaces any
|
1515
1425
|
# existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED
|
1516
1426
|
# errors.
|
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.84.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.84.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:
|