google-apis-dlp_v2 0.78.0 → 0.79.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23fafd16421c79106d7ebeb29241ead5f0e1f66e5e2112109c5e8081def517d3
4
- data.tar.gz: 8f522bf8c6696263fb706e66004b6eb3a7e6036991ac15b92657f978ebe397c5
3
+ metadata.gz: c7041dc3b23c1d26f9a1cc30a5e3f5cd13ca8daa9ffa7fe60fea2988870585a5
4
+ data.tar.gz: 43f2ba1c50abe168361edfa6cd0e7aad4d79b9948b95e742e90ead9f9dda014c
5
5
  SHA512:
6
- metadata.gz: 04eecb06a9c314739b54e58f173cb376c35da08f373ef46b2a4214c25c5154df5c2589e8282fb2cd88c84c0d3e45edcc6a5f46952d1d87d929bf4c9813fe2211
7
- data.tar.gz: 794d35e75e0ac01a7f844159eb62272f2a17a10fccb9fffc2f39dcd8f55a56ee8ac50bb851014b7c6384876bc838db96c5fc53263e107ed51c76a99821166d76
6
+ metadata.gz: 6de2d82f83a98292068be11604deb9ec86053630a0ab9f44dc4e2d9f2284c500770e8146fe7c4c0a7efc539df8124e0f72107a89b9b2a078822576493cee0dfe
7
+ data.tar.gz: 1bab0cb423c67599b20dfea641fdb4a35d99c4f9989c70081e59b6a1cf20e50ba570db900769dd367bfa5460aa484a7db77cfe3cb9e111c5b1506bf562191468
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.79.0 (2024-11-03)
4
+
5
+ * Regenerated from discovery document revision 20241027
6
+
3
7
  ### v0.78.0 (2024-10-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20241020
@@ -1174,8 +1174,8 @@ module Google
1174
1174
  # @return [String]
1175
1175
  attr_accessor :database_engine
1176
1176
 
1177
- # Required. DLP will limit its connections to max_connections. Must be 2 or
1178
- # greater.
1177
+ # Required. The DLP API will limit its connections to max_connections. Must be 2
1178
+ # or greater.
1179
1179
  # Corresponds to the JSON property `maxConnections`
1180
1180
  # @return [Fixnum]
1181
1181
  attr_accessor :max_connections
@@ -1699,8 +1699,8 @@ module Google
1699
1699
  end
1700
1700
  end
1701
1701
 
1702
- # A data connection to allow DLP to profile data in locations that require
1703
- # additional configuration.
1702
+ # A data connection to allow the DLP API to profile data in locations that
1703
+ # require additional configuration.
1704
1704
  class GooglePrivacyDlpV2Connection
1705
1705
  include Google::Apis::Core::Hashable
1706
1706
 
@@ -1906,8 +1906,8 @@ module Google
1906
1906
  class GooglePrivacyDlpV2CreateConnectionRequest
1907
1907
  include Google::Apis::Core::Hashable
1908
1908
 
1909
- # A data connection to allow DLP to profile data in locations that require
1910
- # additional configuration.
1909
+ # A data connection to allow the DLP API to profile data in locations that
1910
+ # require additional configuration.
1911
1911
  # Corresponds to the JSON property `connection`
1912
1912
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Connection]
1913
1913
  attr_accessor :connection
@@ -2433,7 +2433,8 @@ module Google
2433
2433
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToChronicle]
2434
2434
  attr_accessor :publish_to_chronicle
2435
2435
 
2436
- # If set, a summary finding will be created/updated in SCC for each profile.
2436
+ # If set, a summary finding will be created or updated in Security Command
2437
+ # Center for each profile.
2437
2438
  # Corresponds to the JSON property `publishToScc`
2438
2439
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToSecurityCommandCenter]
2439
2440
  attr_accessor :publish_to_scc
@@ -2584,8 +2585,8 @@ module Google
2584
2585
  attr_accessor :other_cloud_starting_location
2585
2586
 
2586
2587
  # The project that will run the scan. The DLP service account that exists within
2587
- # this project must have access to all resources that are profiled, and the
2588
- # Cloud DLP API must be enabled.
2588
+ # this project must have access to all resources that are profiled, and the DLP
2589
+ # API must be enabled.
2589
2590
  # Corresponds to the JSON property `projectId`
2590
2591
  # @return [String]
2591
2592
  attr_accessor :project_id
@@ -7354,8 +7355,8 @@ module Google
7354
7355
  attr_accessor :location
7355
7356
 
7356
7357
  # The project that will run the scan. The DLP service account that exists within
7357
- # this project must have access to all resources that are profiled, and the
7358
- # Cloud DLP API must be enabled.
7358
+ # this project must have access to all resources that are profiled, and the DLP
7359
+ # API must be enabled.
7359
7360
  # Corresponds to the JSON property `projectId`
7360
7361
  # @return [String]
7361
7362
  attr_accessor :project_id
@@ -8137,7 +8138,8 @@ module Google
8137
8138
  end
8138
8139
  end
8139
8140
 
8140
- # If set, a summary finding will be created/updated in SCC for each profile.
8141
+ # If set, a summary finding will be created or updated in Security Command
8142
+ # Center for each profile.
8141
8143
  class GooglePrivacyDlpV2PublishToSecurityCommandCenter
8142
8144
  include Google::Apis::Core::Hashable
8143
8145
 
@@ -10395,8 +10397,8 @@ module Google
10395
10397
  class GooglePrivacyDlpV2UpdateConnectionRequest
10396
10398
  include Google::Apis::Core::Hashable
10397
10399
 
10398
- # A data connection to allow DLP to profile data in locations that require
10399
- # additional configuration.
10400
+ # A data connection to allow the DLP API to profile data in locations that
10401
+ # require additional configuration.
10400
10402
  # Corresponds to the JSON property `connection`
10401
10403
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Connection]
10402
10404
  attr_accessor :connection
@@ -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.78.0"
19
+ GEM_VERSION = "0.79.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241020"
25
+ REVISION = "20241027"
26
26
  end
27
27
  end
28
28
  end
@@ -52,9 +52,9 @@ module Google
52
52
  @batch_path = 'batch'
53
53
  end
54
54
 
55
- # Returns a list of the sensitive information types that DLP API supports. See
56
- # https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference to
57
- # learn more.
55
+ # Returns a list of the sensitive information types that the DLP API supports.
56
+ # See https://cloud.google.com/sensitive-data-protection/docs/infotypes-
57
+ # reference to learn more.
58
58
  # @param [String] filter
59
59
  # filter to only return infoTypes supported by certain parts of the API.
60
60
  # Defaults to supported_by=INSPECT.
@@ -96,9 +96,9 @@ module Google
96
96
  execute_or_queue_command(command, &block)
97
97
  end
98
98
 
99
- # Returns a list of the sensitive information types that DLP API supports. See
100
- # https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference to
101
- # learn more.
99
+ # Returns a list of the sensitive information types that the DLP API supports.
100
+ # See https://cloud.google.com/sensitive-data-protection/docs/infotypes-
101
+ # reference to learn more.
102
102
  # @param [String] parent
103
103
  # The parent resource name. The format of this value is as follows: `locations/`
104
104
  # location_id``
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.78.0
4
+ version: 0.79.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-10-27 00:00:00.000000000 Z
11
+ date: 2024-11-03 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.78.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.79.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: []