google-apis-dlp_v2 0.66.0 → 0.67.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: 3a4a529fdd7e0246a0dface55c8eb9299cd3fe7cd7c1af9620454928b961f868
4
- data.tar.gz: 34060bdfc6896d51d590d5638a10cc8d75851e2197528015f4285c0a6d50e3d6
3
+ metadata.gz: 9eb5400424d71f4293922741ba2e4b736d4d151fa9dc3518604ac46ea4b952f9
4
+ data.tar.gz: 593a3f33b3cd073f6fdddfcb351aab1c07baae9de4d699d14ce90eb512f42d70
5
5
  SHA512:
6
- metadata.gz: 02d2500755cf6861506a929d73fb3d449fa5dbbd6e02310151978ccf4d9d6b732a44800dc90649f24ec235e77223f2f6f10452b327781de3d3a664df29358d49
7
- data.tar.gz: 45ae0201b8a663f2d1d93984cdaa21bd83548a4639c2a2e8e9607c6673c23eefa581f403d5cd599a5a47c39c485dea83ce7c9da6875d8c2475467b6fdfcd4381
6
+ metadata.gz: 3221b76b33baf89671a32049a5d1947d354f4b87fb56f5fd4981558d99c897b5835c96347f55e86cbca3a5d448c76e6ea48ee18f399d6ce4c821eb7a4d359aca
7
+ data.tar.gz: 39c1f591cee81173dbb0b2ec6054957050b830bae8a9f9d50abb184c8d76f847914d9e05f8f47e37cc910f7a0291663416f395a96d03956cc41f3d27d121b7e2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.67.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240609
6
+
3
7
  ### v0.66.0 (2024-05-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20240519
@@ -697,12 +697,12 @@ module Google
697
697
 
698
698
  # Generalization function that buckets values based on ranges. The ranges and
699
699
  # replacement values are dynamically provided by the user for custom behavior,
700
- # such as 1-30 -> LOW 31-65 -> MEDIUM 66-100 -> HIGH This can be used on data of
701
- # type: number, long, string, timestamp. If the bound `Value` type differs from
702
- # the type of data being transformed, we will first attempt converting the type
703
- # of the data to be transformed to match the type of the bound before comparing.
704
- # See https://cloud.google.com/sensitive-data-protection/docs/concepts-bucketing
705
- # to learn more.
700
+ # such as 1-30 -> LOW, 31-65 -> MEDIUM, 66-100 -> HIGH. This can be used on data
701
+ # of type: number, long, string, timestamp. If the bound `Value` type differs
702
+ # from the type of data being transformed, we will first attempt converting the
703
+ # type of the data to be transformed to match the type of the bound before
704
+ # comparing. See https://cloud.google.com/sensitive-data-protection/docs/
705
+ # concepts-bucketing to learn more.
706
706
  class GooglePrivacyDlpV2BucketingConfig
707
707
  include Google::Apis::Core::Hashable
708
708
 
@@ -6539,12 +6539,12 @@ module Google
6539
6539
 
6540
6540
  # Generalization function that buckets values based on ranges. The ranges and
6541
6541
  # replacement values are dynamically provided by the user for custom behavior,
6542
- # such as 1-30 -> LOW 31-65 -> MEDIUM 66-100 -> HIGH This can be used on data of
6543
- # type: number, long, string, timestamp. If the bound `Value` type differs from
6544
- # the type of data being transformed, we will first attempt converting the type
6545
- # of the data to be transformed to match the type of the bound before comparing.
6546
- # See https://cloud.google.com/sensitive-data-protection/docs/concepts-bucketing
6547
- # to learn more.
6542
+ # such as 1-30 -> LOW, 31-65 -> MEDIUM, 66-100 -> HIGH. This can be used on data
6543
+ # of type: number, long, string, timestamp. If the bound `Value` type differs
6544
+ # from the type of data being transformed, we will first attempt converting the
6545
+ # type of the data to be transformed to match the type of the bound before
6546
+ # comparing. See https://cloud.google.com/sensitive-data-protection/docs/
6547
+ # concepts-bucketing to learn more.
6548
6548
  # Corresponds to the JSON property `bucketingConfig`
6549
6549
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2BucketingConfig]
6550
6550
  attr_accessor :bucketing_config
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DlpV2
18
18
  # Version of the google-apis-dlp_v2 gem
19
- GEM_VERSION = "0.66.0"
19
+ GEM_VERSION = "0.67.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240519"
25
+ REVISION = "20240609"
26
26
  end
27
27
  end
28
28
  end
@@ -148,7 +148,7 @@ module Google
148
148
  # the scope of the request (project or organization) and whether you have [
149
149
  # specified a processing location](https://cloud.google.com/sensitive-data-
150
150
  # protection/docs/specifying-location): + Projects scope, location specified: `
151
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
151
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
152
152
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
153
153
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
154
154
  # Organizations scope, no location specified (defaults to global): `
@@ -259,7 +259,7 @@ module Google
259
259
  # the scope of the request (project or organization) and whether you have [
260
260
  # specified a processing location](https://cloud.google.com/sensitive-data-
261
261
  # protection/docs/specifying-location): + Projects scope, location specified: `
262
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
262
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
263
263
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
264
264
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
265
265
  # Organizations scope, no location specified (defaults to global): `
@@ -358,7 +358,7 @@ module Google
358
358
  # the scope of the request (project or organization) and whether you have [
359
359
  # specified a processing location](https://cloud.google.com/sensitive-data-
360
360
  # protection/docs/specifying-location): + Projects scope, location specified: `
361
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
361
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
362
362
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
363
363
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
364
364
  # Organizations scope, no location specified (defaults to global): `
@@ -469,7 +469,7 @@ module Google
469
469
  # the scope of the request (project or organization) and whether you have [
470
470
  # specified a processing location](https://cloud.google.com/sensitive-data-
471
471
  # protection/docs/specifying-location): + Projects scope, location specified: `
472
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
472
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
473
473
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
474
474
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
475
475
  # Organizations scope, no location specified (defaults to global): `
@@ -659,6 +659,138 @@ module Google
659
659
  execute_or_queue_command(command, &block)
660
660
  end
661
661
 
662
+ # Create a Connection to an external data source.
663
+ # @param [String] parent
664
+ # Required. Parent resource name. The format of this value varies depending on
665
+ # the scope of the request (project or organization): + Projects scope: `
666
+ # projects/`PROJECT_ID`/locations/`LOCATION_ID + Organizations scope: `
667
+ # organizations/`ORG_ID`/locations/`LOCATION_ID
668
+ # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2CreateConnectionRequest] google_privacy_dlp_v2_create_connection_request_object
669
+ # @param [String] fields
670
+ # Selector specifying which fields to include in a partial response.
671
+ # @param [String] quota_user
672
+ # Available to use for quota purposes for server-side applications. Can be any
673
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
674
+ # @param [Google::Apis::RequestOptions] options
675
+ # Request-specific options
676
+ #
677
+ # @yield [result, err] Result & error if block supplied
678
+ # @yieldparam result [Google::Apis::DlpV2::GooglePrivacyDlpV2Connection] parsed result object
679
+ # @yieldparam err [StandardError] error object if request failed
680
+ #
681
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Connection]
682
+ #
683
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
684
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
685
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
686
+ def create_organization_location_connection(parent, google_privacy_dlp_v2_create_connection_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
687
+ command = make_simple_command(:post, 'v2/{+parent}/connections', options)
688
+ command.request_representation = Google::Apis::DlpV2::GooglePrivacyDlpV2CreateConnectionRequest::Representation
689
+ command.request_object = google_privacy_dlp_v2_create_connection_request_object
690
+ command.response_representation = Google::Apis::DlpV2::GooglePrivacyDlpV2Connection::Representation
691
+ command.response_class = Google::Apis::DlpV2::GooglePrivacyDlpV2Connection
692
+ command.params['parent'] = parent unless parent.nil?
693
+ command.query['fields'] = fields unless fields.nil?
694
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
695
+ execute_or_queue_command(command, &block)
696
+ end
697
+
698
+ # Delete a Connection.
699
+ # @param [String] name
700
+ # Required. Resource name of the Connection to be deleted, in the format: `
701
+ # projects/`project`/locations/`location`/connections/`connection``.
702
+ # @param [String] fields
703
+ # Selector specifying which fields to include in a partial response.
704
+ # @param [String] quota_user
705
+ # Available to use for quota purposes for server-side applications. Can be any
706
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
707
+ # @param [Google::Apis::RequestOptions] options
708
+ # Request-specific options
709
+ #
710
+ # @yield [result, err] Result & error if block supplied
711
+ # @yieldparam result [Google::Apis::DlpV2::GoogleProtobufEmpty] parsed result object
712
+ # @yieldparam err [StandardError] error object if request failed
713
+ #
714
+ # @return [Google::Apis::DlpV2::GoogleProtobufEmpty]
715
+ #
716
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
717
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
718
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
719
+ def delete_organization_location_connection(name, fields: nil, quota_user: nil, options: nil, &block)
720
+ command = make_simple_command(:delete, 'v2/{+name}', options)
721
+ command.response_representation = Google::Apis::DlpV2::GoogleProtobufEmpty::Representation
722
+ command.response_class = Google::Apis::DlpV2::GoogleProtobufEmpty
723
+ command.params['name'] = name unless name.nil?
724
+ command.query['fields'] = fields unless fields.nil?
725
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
726
+ execute_or_queue_command(command, &block)
727
+ end
728
+
729
+ # Get a Connection by name.
730
+ # @param [String] name
731
+ # Required. Resource name in the format: `projects/`project`/locations/`location`
732
+ # /connections/`connection``.
733
+ # @param [String] fields
734
+ # Selector specifying which fields to include in a partial response.
735
+ # @param [String] quota_user
736
+ # Available to use for quota purposes for server-side applications. Can be any
737
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
738
+ # @param [Google::Apis::RequestOptions] options
739
+ # Request-specific options
740
+ #
741
+ # @yield [result, err] Result & error if block supplied
742
+ # @yieldparam result [Google::Apis::DlpV2::GooglePrivacyDlpV2Connection] parsed result object
743
+ # @yieldparam err [StandardError] error object if request failed
744
+ #
745
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Connection]
746
+ #
747
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
748
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
749
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
750
+ def get_organization_location_connection(name, fields: nil, quota_user: nil, options: nil, &block)
751
+ command = make_simple_command(:get, 'v2/{+name}', options)
752
+ command.response_representation = Google::Apis::DlpV2::GooglePrivacyDlpV2Connection::Representation
753
+ command.response_class = Google::Apis::DlpV2::GooglePrivacyDlpV2Connection
754
+ command.params['name'] = name unless name.nil?
755
+ command.query['fields'] = fields unless fields.nil?
756
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
757
+ execute_or_queue_command(command, &block)
758
+ end
759
+
760
+ # Update a Connection.
761
+ # @param [String] name
762
+ # Required. Resource name in the format: `projects/`project`/locations/`location`
763
+ # /connections/`connection``.
764
+ # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2UpdateConnectionRequest] google_privacy_dlp_v2_update_connection_request_object
765
+ # @param [String] fields
766
+ # Selector specifying which fields to include in a partial response.
767
+ # @param [String] quota_user
768
+ # Available to use for quota purposes for server-side applications. Can be any
769
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
770
+ # @param [Google::Apis::RequestOptions] options
771
+ # Request-specific options
772
+ #
773
+ # @yield [result, err] Result & error if block supplied
774
+ # @yieldparam result [Google::Apis::DlpV2::GooglePrivacyDlpV2Connection] parsed result object
775
+ # @yieldparam err [StandardError] error object if request failed
776
+ #
777
+ # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Connection]
778
+ #
779
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
780
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
781
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
782
+ def patch_organization_location_connection(name, google_privacy_dlp_v2_update_connection_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
783
+ command = make_simple_command(:patch, 'v2/{+name}', options)
784
+ command.request_representation = Google::Apis::DlpV2::GooglePrivacyDlpV2UpdateConnectionRequest::Representation
785
+ command.request_object = google_privacy_dlp_v2_update_connection_request_object
786
+ command.response_representation = Google::Apis::DlpV2::GooglePrivacyDlpV2Connection::Representation
787
+ command.response_class = Google::Apis::DlpV2::GooglePrivacyDlpV2Connection
788
+ command.params['name'] = name unless name.nil?
789
+ command.query['fields'] = fields unless fields.nil?
790
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
791
+ execute_or_queue_command(command, &block)
792
+ end
793
+
662
794
  # Searches for Connections in a parent.
663
795
  # @param [String] parent
664
796
  # Required. Parent name, typically an organization, without location. For
@@ -708,7 +840,7 @@ module Google
708
840
  # the scope of the request (project or organization) and whether you have [
709
841
  # specified a processing location](https://cloud.google.com/sensitive-data-
710
842
  # protection/docs/specifying-location): + Projects scope, location specified: `
711
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
843
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
712
844
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
713
845
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
714
846
  # Organizations scope, no location specified (defaults to global): `
@@ -819,7 +951,7 @@ module Google
819
951
  # the scope of the request (project or organization) and whether you have [
820
952
  # specified a processing location](https://cloud.google.com/sensitive-data-
821
953
  # protection/docs/specifying-location): + Projects scope, location specified: `
822
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
954
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
823
955
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
824
956
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
825
957
  # Organizations scope, no location specified (defaults to global): `
@@ -912,8 +1044,10 @@ module Google
912
1044
 
913
1045
  # Creates a config for discovery to scan and profile storage.
914
1046
  # @param [String] parent
915
- # Required. Parent resource name. The format of this value is as follows: `
916
- # projects/`PROJECT_ID`/locations/`LOCATION_ID The following example `parent`
1047
+ # Required. Parent resource name. The format of this value varies depending on
1048
+ # the scope of the request (project or organization): + Projects scope: `
1049
+ # projects/`PROJECT_ID`/locations/`LOCATION_ID + Organizations scope: `
1050
+ # organizations/`ORG_ID`/locations/`LOCATION_ID The following example `parent`
917
1051
  # string specifies a parent project with the identifier `example-project`, and
918
1052
  # specifies the `europe-west3` location for processing data: parent=projects/
919
1053
  # example-project/locations/europe-west3
@@ -1100,7 +1234,7 @@ module Google
1100
1234
  # Required. Parent resource name. The format of this value varies depending on
1101
1235
  # whether you have [specified a processing location](https://cloud.google.com/
1102
1236
  # sensitive-data-protection/docs/specifying-location): + Projects scope,
1103
- # location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects
1237
+ # location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects
1104
1238
  # scope, no location specified (defaults to global): `projects/`PROJECT_ID The
1105
1239
  # following example `parent` string specifies a parent project with the
1106
1240
  # identifier `example-project`, and specifies the `europe-west3` location for
@@ -1179,7 +1313,7 @@ module Google
1179
1313
  # the scope of the request (project or organization) and whether you have [
1180
1314
  # specified a processing location](https://cloud.google.com/sensitive-data-
1181
1315
  # protection/docs/specifying-location): + Projects scope, location specified: `
1182
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
1316
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
1183
1317
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
1184
1318
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
1185
1319
  # Organizations scope, no location specified (defaults to global): `
@@ -1290,7 +1424,7 @@ module Google
1290
1424
  # the scope of the request (project or organization) and whether you have [
1291
1425
  # specified a processing location](https://cloud.google.com/sensitive-data-
1292
1426
  # protection/docs/specifying-location): + Projects scope, location specified: `
1293
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
1427
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
1294
1428
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
1295
1429
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
1296
1430
  # Organizations scope, no location specified (defaults to global): `
@@ -1388,7 +1522,7 @@ module Google
1388
1522
  # Required. Parent resource name. The format of this value varies depending on
1389
1523
  # whether you have [specified a processing location](https://cloud.google.com/
1390
1524
  # sensitive-data-protection/docs/specifying-location): + Projects scope,
1391
- # location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects
1525
+ # location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects
1392
1526
  # scope, no location specified (defaults to global): `projects/`PROJECT_ID The
1393
1527
  # following example `parent` string specifies a parent project with the
1394
1528
  # identifier `example-project`, and specifies the `europe-west3` location for
@@ -1493,7 +1627,7 @@ module Google
1493
1627
  # Required. Parent resource name. The format of this value varies depending on
1494
1628
  # whether you have [specified a processing location](https://cloud.google.com/
1495
1629
  # sensitive-data-protection/docs/specifying-location): + Projects scope,
1496
- # location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects
1630
+ # location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects
1497
1631
  # scope, no location specified (defaults to global): `projects/`PROJECT_ID The
1498
1632
  # following example `parent` string specifies a parent project with the
1499
1633
  # identifier `example-project`, and specifies the `europe-west3` location for
@@ -1698,7 +1832,7 @@ module Google
1698
1832
  # the scope of the request (project or organization) and whether you have [
1699
1833
  # specified a processing location](https://cloud.google.com/sensitive-data-
1700
1834
  # protection/docs/specifying-location): + Projects scope, location specified: `
1701
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
1835
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
1702
1836
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
1703
1837
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
1704
1838
  # Organizations scope, no location specified (defaults to global): `
@@ -1809,7 +1943,7 @@ module Google
1809
1943
  # the scope of the request (project or organization) and whether you have [
1810
1944
  # specified a processing location](https://cloud.google.com/sensitive-data-
1811
1945
  # protection/docs/specifying-location): + Projects scope, location specified: `
1812
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
1946
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
1813
1947
  # specified (defaults to global): `projects/`PROJECT_ID The following example `
1814
1948
  # parent` string specifies a parent project with the identifier `example-project`
1815
1949
  # , and specifies the `europe-west3` location for processing data: parent=
@@ -2037,7 +2171,7 @@ module Google
2037
2171
  # the scope of the request (project or organization) and whether you have [
2038
2172
  # specified a processing location](https://cloud.google.com/sensitive-data-
2039
2173
  # protection/docs/specifying-location): + Projects scope, location specified: `
2040
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
2174
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
2041
2175
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
2042
2176
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
2043
2177
  # Organizations scope, no location specified (defaults to global): `
@@ -2148,7 +2282,7 @@ module Google
2148
2282
  # the scope of the request (project or organization) and whether you have [
2149
2283
  # specified a processing location](https://cloud.google.com/sensitive-data-
2150
2284
  # protection/docs/specifying-location): + Projects scope, location specified: `
2151
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
2285
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
2152
2286
  # specified (defaults to global): `projects/`PROJECT_ID The following example `
2153
2287
  # parent` string specifies a parent project with the identifier `example-project`
2154
2288
  # , and specifies the `europe-west3` location for processing data: parent=
@@ -2248,7 +2382,7 @@ module Google
2248
2382
  # Parent resource name. The format of this value varies depending on whether you
2249
2383
  # have [specified a processing location](https://cloud.google.com/sensitive-data-
2250
2384
  # protection/docs/specifying-location): + Projects scope, location specified: `
2251
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
2385
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
2252
2386
  # specified (defaults to global): `projects/`PROJECT_ID The following example `
2253
2387
  # parent` string specifies a parent project with the identifier `example-project`
2254
2388
  # , and specifies the `europe-west3` location for processing data: parent=
@@ -2294,7 +2428,7 @@ module Google
2294
2428
  # Parent resource name. The format of this value varies depending on whether you
2295
2429
  # have [specified a processing location](https://cloud.google.com/sensitive-data-
2296
2430
  # protection/docs/specifying-location): + Projects scope, location specified: `
2297
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
2431
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
2298
2432
  # specified (defaults to global): `projects/`PROJECT_ID The following example `
2299
2433
  # parent` string specifies a parent project with the identifier `example-project`
2300
2434
  # , and specifies the `europe-west3` location for processing data: parent=
@@ -2336,7 +2470,7 @@ module Google
2336
2470
  # Required. Parent resource name. The format of this value varies depending on
2337
2471
  # whether you have [specified a processing location](https://cloud.google.com/
2338
2472
  # sensitive-data-protection/docs/specifying-location): + Projects scope,
2339
- # location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects
2473
+ # location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects
2340
2474
  # scope, no location specified (defaults to global): `projects/`PROJECT_ID The
2341
2475
  # following example `parent` string specifies a parent project with the
2342
2476
  # identifier `example-project`, and specifies the `europe-west3` location for
@@ -2379,7 +2513,7 @@ module Google
2379
2513
  # the scope of the request (project or organization) and whether you have [
2380
2514
  # specified a processing location](https://cloud.google.com/sensitive-data-
2381
2515
  # protection/docs/specifying-location): + Projects scope, location specified: `
2382
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
2516
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
2383
2517
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
2384
2518
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
2385
2519
  # Organizations scope, no location specified (defaults to global): `
@@ -2490,7 +2624,7 @@ module Google
2490
2624
  # the scope of the request (project or organization) and whether you have [
2491
2625
  # specified a processing location](https://cloud.google.com/sensitive-data-
2492
2626
  # protection/docs/specifying-location): + Projects scope, location specified: `
2493
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
2627
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
2494
2628
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
2495
2629
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
2496
2630
  # Organizations scope, no location specified (defaults to global): `
@@ -2628,7 +2762,7 @@ module Google
2628
2762
  # Required. Parent resource name. The format of this value varies depending on
2629
2763
  # whether you have [specified a processing location](https://cloud.google.com/
2630
2764
  # sensitive-data-protection/docs/specifying-location): + Projects scope,
2631
- # location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects
2765
+ # location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects
2632
2766
  # scope, no location specified (defaults to global): `projects/`PROJECT_ID The
2633
2767
  # following example `parent` string specifies a parent project with the
2634
2768
  # identifier `example-project`, and specifies the `europe-west3` location for
@@ -2737,7 +2871,7 @@ module Google
2737
2871
  # Required. Parent resource name. The format of this value varies depending on
2738
2872
  # whether you have [specified a processing location](https://cloud.google.com/
2739
2873
  # sensitive-data-protection/docs/specifying-location): + Projects scope,
2740
- # location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects
2874
+ # location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects
2741
2875
  # scope, no location specified (defaults to global): `projects/`PROJECT_ID The
2742
2876
  # following example `parent` string specifies a parent project with the
2743
2877
  # identifier `example-project`, and specifies the `europe-west3` location for
@@ -2818,7 +2952,7 @@ module Google
2818
2952
  # Parent resource name. The format of this value varies depending on whether you
2819
2953
  # have [specified a processing location](https://cloud.google.com/sensitive-data-
2820
2954
  # protection/docs/specifying-location): + Projects scope, location specified: `
2821
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
2955
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
2822
2956
  # specified (defaults to global): `projects/`PROJECT_ID The following example `
2823
2957
  # parent` string specifies a parent project with the identifier `example-project`
2824
2958
  # , and specifies the `europe-west3` location for processing data: parent=
@@ -2861,7 +2995,7 @@ module Google
2861
2995
  # the scope of the request (project or organization) and whether you have [
2862
2996
  # specified a processing location](https://cloud.google.com/sensitive-data-
2863
2997
  # protection/docs/specifying-location): + Projects scope, location specified: `
2864
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
2998
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
2865
2999
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
2866
3000
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
2867
3001
  # Organizations scope, no location specified (defaults to global): `
@@ -2972,7 +3106,7 @@ module Google
2972
3106
  # the scope of the request (project or organization) and whether you have [
2973
3107
  # specified a processing location](https://cloud.google.com/sensitive-data-
2974
3108
  # protection/docs/specifying-location): + Projects scope, location specified: `
2975
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
3109
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
2976
3110
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
2977
3111
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
2978
3112
  # Organizations scope, no location specified (defaults to global): `
@@ -3105,7 +3239,7 @@ module Google
3105
3239
  # Required. Parent resource name. The format of this value varies depending on
3106
3240
  # whether you have [specified a processing location](https://cloud.google.com/
3107
3241
  # sensitive-data-protection/docs/specifying-location): + Projects scope,
3108
- # location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects
3242
+ # location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects
3109
3243
  # scope, no location specified (defaults to global): `projects/`PROJECT_ID The
3110
3244
  # following example `parent` string specifies a parent project with the
3111
3245
  # identifier `example-project`, and specifies the `europe-west3` location for
@@ -3210,7 +3344,7 @@ module Google
3210
3344
  # Required. Parent resource name. The format of this value varies depending on
3211
3345
  # whether you have [specified a processing location](https://cloud.google.com/
3212
3346
  # sensitive-data-protection/docs/specifying-location): + Projects scope,
3213
- # location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects
3347
+ # location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects
3214
3348
  # scope, no location specified (defaults to global): `projects/`PROJECT_ID The
3215
3349
  # following example `parent` string specifies a parent project with the
3216
3350
  # identifier `example-project`, and specifies the `europe-west3` location for
@@ -3418,8 +3552,10 @@ module Google
3418
3552
 
3419
3553
  # Create a Connection to an external data source.
3420
3554
  # @param [String] parent
3421
- # Required. Parent resource name in the format: `projects/`project`/locations/`
3422
- # location``.
3555
+ # Required. Parent resource name. The format of this value varies depending on
3556
+ # the scope of the request (project or organization): + Projects scope: `
3557
+ # projects/`PROJECT_ID`/locations/`LOCATION_ID + Organizations scope: `
3558
+ # organizations/`ORG_ID`/locations/`LOCATION_ID
3423
3559
  # @param [Google::Apis::DlpV2::GooglePrivacyDlpV2CreateConnectionRequest] google_privacy_dlp_v2_create_connection_request_object
3424
3560
  # @param [String] fields
3425
3561
  # Selector specifying which fields to include in a partial response.
@@ -3637,7 +3773,7 @@ module Google
3637
3773
  # Parent resource name. The format of this value varies depending on whether you
3638
3774
  # have [specified a processing location](https://cloud.google.com/sensitive-data-
3639
3775
  # protection/docs/specifying-location): + Projects scope, location specified: `
3640
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
3776
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
3641
3777
  # specified (defaults to global): `projects/`PROJECT_ID The following example `
3642
3778
  # parent` string specifies a parent project with the identifier `example-project`
3643
3779
  # , and specifies the `europe-west3` location for processing data: parent=
@@ -3683,7 +3819,7 @@ module Google
3683
3819
  # Parent resource name. The format of this value varies depending on whether you
3684
3820
  # have [specified a processing location](https://cloud.google.com/sensitive-data-
3685
3821
  # protection/docs/specifying-location): + Projects scope, location specified: `
3686
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
3822
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
3687
3823
  # specified (defaults to global): `projects/`PROJECT_ID The following example `
3688
3824
  # parent` string specifies a parent project with the identifier `example-project`
3689
3825
  # , and specifies the `europe-west3` location for processing data: parent=
@@ -3725,7 +3861,7 @@ module Google
3725
3861
  # Required. Parent resource name. The format of this value varies depending on
3726
3862
  # whether you have [specified a processing location](https://cloud.google.com/
3727
3863
  # sensitive-data-protection/docs/specifying-location): + Projects scope,
3728
- # location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects
3864
+ # location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects
3729
3865
  # scope, no location specified (defaults to global): `projects/`PROJECT_ID The
3730
3866
  # following example `parent` string specifies a parent project with the
3731
3867
  # identifier `example-project`, and specifies the `europe-west3` location for
@@ -3768,7 +3904,7 @@ module Google
3768
3904
  # the scope of the request (project or organization) and whether you have [
3769
3905
  # specified a processing location](https://cloud.google.com/sensitive-data-
3770
3906
  # protection/docs/specifying-location): + Projects scope, location specified: `
3771
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
3907
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
3772
3908
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
3773
3909
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
3774
3910
  # Organizations scope, no location specified (defaults to global): `
@@ -3879,7 +4015,7 @@ module Google
3879
4015
  # the scope of the request (project or organization) and whether you have [
3880
4016
  # specified a processing location](https://cloud.google.com/sensitive-data-
3881
4017
  # protection/docs/specifying-location): + Projects scope, location specified: `
3882
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
4018
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
3883
4019
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
3884
4020
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
3885
4021
  # Organizations scope, no location specified (defaults to global): `
@@ -3972,8 +4108,10 @@ module Google
3972
4108
 
3973
4109
  # Creates a config for discovery to scan and profile storage.
3974
4110
  # @param [String] parent
3975
- # Required. Parent resource name. The format of this value is as follows: `
3976
- # projects/`PROJECT_ID`/locations/`LOCATION_ID The following example `parent`
4111
+ # Required. Parent resource name. The format of this value varies depending on
4112
+ # the scope of the request (project or organization): + Projects scope: `
4113
+ # projects/`PROJECT_ID`/locations/`LOCATION_ID + Organizations scope: `
4114
+ # organizations/`ORG_ID`/locations/`LOCATION_ID The following example `parent`
3977
4115
  # string specifies a parent project with the identifier `example-project`, and
3978
4116
  # specifies the `europe-west3` location for processing data: parent=projects/
3979
4117
  # example-project/locations/europe-west3
@@ -4199,7 +4337,7 @@ module Google
4199
4337
  # Required. Parent resource name. The format of this value varies depending on
4200
4338
  # whether you have [specified a processing location](https://cloud.google.com/
4201
4339
  # sensitive-data-protection/docs/specifying-location): + Projects scope,
4202
- # location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects
4340
+ # location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects
4203
4341
  # scope, no location specified (defaults to global): `projects/`PROJECT_ID The
4204
4342
  # following example `parent` string specifies a parent project with the
4205
4343
  # identifier `example-project`, and specifies the `europe-west3` location for
@@ -4377,7 +4515,7 @@ module Google
4377
4515
  # Required. Parent resource name. The format of this value varies depending on
4378
4516
  # whether you have [specified a processing location](https://cloud.google.com/
4379
4517
  # sensitive-data-protection/docs/specifying-location): + Projects scope,
4380
- # location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects
4518
+ # location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects
4381
4519
  # scope, no location specified (defaults to global): `projects/`PROJECT_ID The
4382
4520
  # following example `parent` string specifies a parent project with the
4383
4521
  # identifier `example-project`, and specifies the `europe-west3` location for
@@ -4458,7 +4596,7 @@ module Google
4458
4596
  # Parent resource name. The format of this value varies depending on whether you
4459
4597
  # have [specified a processing location](https://cloud.google.com/sensitive-data-
4460
4598
  # protection/docs/specifying-location): + Projects scope, location specified: `
4461
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
4599
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
4462
4600
  # specified (defaults to global): `projects/`PROJECT_ID The following example `
4463
4601
  # parent` string specifies a parent project with the identifier `example-project`
4464
4602
  # , and specifies the `europe-west3` location for processing data: parent=
@@ -4501,7 +4639,7 @@ module Google
4501
4639
  # the scope of the request (project or organization) and whether you have [
4502
4640
  # specified a processing location](https://cloud.google.com/sensitive-data-
4503
4641
  # protection/docs/specifying-location): + Projects scope, location specified: `
4504
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
4642
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
4505
4643
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
4506
4644
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
4507
4645
  # Organizations scope, no location specified (defaults to global): `
@@ -4612,7 +4750,7 @@ module Google
4612
4750
  # the scope of the request (project or organization) and whether you have [
4613
4751
  # specified a processing location](https://cloud.google.com/sensitive-data-
4614
4752
  # protection/docs/specifying-location): + Projects scope, location specified: `
4615
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
4753
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
4616
4754
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
4617
4755
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
4618
4756
  # Organizations scope, no location specified (defaults to global): `
@@ -4745,7 +4883,7 @@ module Google
4745
4883
  # Required. Parent resource name. The format of this value varies depending on
4746
4884
  # whether you have [specified a processing location](https://cloud.google.com/
4747
4885
  # sensitive-data-protection/docs/specifying-location): + Projects scope,
4748
- # location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects
4886
+ # location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects
4749
4887
  # scope, no location specified (defaults to global): `projects/`PROJECT_ID The
4750
4888
  # following example `parent` string specifies a parent project with the
4751
4889
  # identifier `example-project`, and specifies the `europe-west3` location for
@@ -4886,7 +5024,7 @@ module Google
4886
5024
  # Required. Parent resource name. The format of this value varies depending on
4887
5025
  # whether you have [specified a processing location](https://cloud.google.com/
4888
5026
  # sensitive-data-protection/docs/specifying-location): + Projects scope,
4889
- # location specified: `projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects
5027
+ # location specified: `projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects
4890
5028
  # scope, no location specified (defaults to global): `projects/`PROJECT_ID The
4891
5029
  # following example `parent` string specifies a parent project with the
4892
5030
  # identifier `example-project`, and specifies the `europe-west3` location for
@@ -5091,7 +5229,7 @@ module Google
5091
5229
  # the scope of the request (project or organization) and whether you have [
5092
5230
  # specified a processing location](https://cloud.google.com/sensitive-data-
5093
5231
  # protection/docs/specifying-location): + Projects scope, location specified: `
5094
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
5232
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
5095
5233
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
5096
5234
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
5097
5235
  # Organizations scope, no location specified (defaults to global): `
@@ -5202,7 +5340,7 @@ module Google
5202
5340
  # the scope of the request (project or organization) and whether you have [
5203
5341
  # specified a processing location](https://cloud.google.com/sensitive-data-
5204
5342
  # protection/docs/specifying-location): + Projects scope, location specified: `
5205
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
5343
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
5206
5344
  # specified (defaults to global): `projects/`PROJECT_ID The following example `
5207
5345
  # parent` string specifies a parent project with the identifier `example-project`
5208
5346
  # , and specifies the `europe-west3` location for processing data: parent=
@@ -5430,7 +5568,7 @@ module Google
5430
5568
  # the scope of the request (project or organization) and whether you have [
5431
5569
  # specified a processing location](https://cloud.google.com/sensitive-data-
5432
5570
  # protection/docs/specifying-location): + Projects scope, location specified: `
5433
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
5571
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
5434
5572
  # specified (defaults to global): `projects/`PROJECT_ID + Organizations scope,
5435
5573
  # location specified: `organizations/`ORG_ID`/locations/`LOCATION_ID +
5436
5574
  # Organizations scope, no location specified (defaults to global): `
@@ -5541,7 +5679,7 @@ module Google
5541
5679
  # the scope of the request (project or organization) and whether you have [
5542
5680
  # specified a processing location](https://cloud.google.com/sensitive-data-
5543
5681
  # protection/docs/specifying-location): + Projects scope, location specified: `
5544
- # projects/`PROJECT_ID`/locations/`LOCATION_ID + Projects scope, no location
5682
+ # projects/`PROJECT_ID`/locations/` LOCATION_ID + Projects scope, no location
5545
5683
  # specified (defaults to global): `projects/`PROJECT_ID The following example `
5546
5684
  # parent` string specifies a parent project with the identifier `example-project`
5547
5685
  # , and specifies the `europe-west3` location for processing data: parent=
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dlp_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.66.0
4
+ version: 0.67.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-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-16 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-dlp_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.66.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.67.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2
63
63
  post_install_message:
64
64
  rdoc_options: []