google-cloud-dlp-v2 1.4.0 → 1.6.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.
@@ -24,13 +24,9 @@ module Google
24
24
  module Dlp
25
25
  module V2
26
26
  module DlpService
27
- # The Cloud Data Loss Prevention (DLP) API is a service that allows clients
28
- # to detect the presence of Personally Identifiable Information (PII) and other
29
- # privacy-sensitive data in user-supplied, unstructured data streams, like text
30
- # blocks or images.
31
- # The service also includes methods for sensitive data redaction and
32
- # scheduling of data scans on Google Cloud Platform based data sets.
33
- #
27
+ # Sensitive Data Protection provides access to a powerful sensitive data
28
+ # inspection, classification, and de-identification platform that works
29
+ # on text, images, and Google Cloud storage repositories.
34
30
  # To learn more about concepts and find how-to guides see
35
31
  # https://cloud.google.com/sensitive-data-protection/docs/.
36
32
  class Service
@@ -28,6 +28,9 @@ module Google
28
28
  # @!attribute [rw] destinations
29
29
  # @return [::Array<::Google::Api::ClientLibraryDestination>]
30
30
  # The destination where API teams want this client library to be published.
31
+ # @!attribute [rw] selective_gapic_generation
32
+ # @return [::Google::Api::SelectiveGapicGeneration]
33
+ # Configuration for which RPCs should be generated in the GAPIC client.
31
34
  class CommonLanguageSettings
32
35
  include ::Google::Protobuf::MessageExts
33
36
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -212,6 +215,12 @@ module Google
212
215
  # enabled. By default, asynchronous REST clients will not be generated.
213
216
  # This feature will be enabled by default 1 month after launching the
214
217
  # feature in preview packages.
218
+ # @!attribute [rw] protobuf_pythonic_types_enabled
219
+ # @return [::Boolean]
220
+ # Enables generation of protobuf code using new types that are more
221
+ # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
+ # enabled by default 1 month after launching the feature in preview
223
+ # packages.
215
224
  class ExperimentalFeatures
216
225
  include ::Google::Protobuf::MessageExts
217
226
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -297,9 +306,28 @@ module Google
297
306
  # @!attribute [rw] common
298
307
  # @return [::Google::Api::CommonLanguageSettings]
299
308
  # Some settings.
309
+ # @!attribute [rw] renamed_services
310
+ # @return [::Google::Protobuf::Map{::String => ::String}]
311
+ # Map of service names to renamed services. Keys are the package relative
312
+ # service names and values are the name to be used for the service client
313
+ # and call options.
314
+ #
315
+ # publishing:
316
+ # go_settings:
317
+ # renamed_services:
318
+ # Publisher: TopicAdmin
300
319
  class GoSettings
301
320
  include ::Google::Protobuf::MessageExts
302
321
  extend ::Google::Protobuf::MessageExts::ClassMethods
322
+
323
+ # @!attribute [rw] key
324
+ # @return [::String]
325
+ # @!attribute [rw] value
326
+ # @return [::String]
327
+ class RenamedServicesEntry
328
+ include ::Google::Protobuf::MessageExts
329
+ extend ::Google::Protobuf::MessageExts::ClassMethods
330
+ end
303
331
  end
304
332
 
305
333
  # Describes the generator configuration for a method.
@@ -375,6 +403,17 @@ module Google
375
403
  end
376
404
  end
377
405
 
406
+ # This message is used to configure the generation of a subset of the RPCs in
407
+ # a service for client libraries.
408
+ # @!attribute [rw] methods
409
+ # @return [::Array<::String>]
410
+ # An allowlist of the fully qualified names of RPCs that should be included
411
+ # on public client surfaces.
412
+ class SelectiveGapicGeneration
413
+ include ::Google::Protobuf::MessageExts
414
+ extend ::Google::Protobuf::MessageExts::ClassMethods
415
+ end
416
+
378
417
  # The organization for which the client libraries are being published.
379
418
  # Affects the url where generated docs are published, etc.
380
419
  module ClientLibraryOrganization
@@ -6375,13 +6375,14 @@ module Google
6375
6375
  # locations.
6376
6376
  # @!attribute [rw] dataset_id
6377
6377
  # @return [::String]
6378
- # If the resource is BigQuery, the dataset ID.
6378
+ # If the resource is BigQuery, the dataset ID.
6379
6379
  # @!attribute [rw] table_id
6380
6380
  # @return [::String]
6381
- # If the resource is BigQuery, the BigQuery table ID.
6381
+ # The table ID.
6382
6382
  # @!attribute [rw] full_resource
6383
6383
  # @return [::String]
6384
- # The resource name of the resource profiled.
6384
+ # The Cloud Asset Inventory resource that was profiled in order to generate
6385
+ # this TableDataProfile.
6385
6386
  # https://cloud.google.com/apis/design/resource_names#full_resource_name
6386
6387
  # @!attribute [rw] profile_status
6387
6388
  # @return [::Google::Cloud::Dlp::V2::ProfileStatus]
@@ -6536,15 +6537,15 @@ module Google
6536
6537
  # The Google Cloud project ID that owns the profiled resource.
6537
6538
  # @!attribute [rw] dataset_location
6538
6539
  # @return [::String]
6539
- # The BigQuery location where the dataset's data is stored.
6540
+ # If supported, the location where the dataset's data is stored.
6540
6541
  # See https://cloud.google.com/bigquery/docs/locations for supported
6541
- # locations.
6542
+ # BigQuery locations.
6542
6543
  # @!attribute [rw] dataset_id
6543
6544
  # @return [::String]
6544
- # The BigQuery dataset ID.
6545
+ # The BigQuery dataset ID, if the resource profiled is a BigQuery table.
6545
6546
  # @!attribute [rw] table_id
6546
6547
  # @return [::String]
6547
- # The BigQuery table ID.
6548
+ # The table ID.
6548
6549
  # @!attribute [rw] column
6549
6550
  # @return [::String]
6550
6551
  # The name of the column.
@@ -7464,8 +7465,8 @@ module Google
7464
7465
  PROFILE_GENERATION_UPDATE = 2
7465
7466
  end
7466
7467
 
7467
- # Over time new types may be added. Currently VIEW, MATERIALIZED_VIEW,
7468
- # and SNAPSHOT are not supported.
7468
+ # Over time new types may be added. Currently VIEW, MATERIALIZED_VIEW, and
7469
+ # non-BigLake external tables are not supported.
7469
7470
  module BigQueryTableTypeCollection
7470
7471
  # Unused.
7471
7472
  BIG_QUERY_COLLECTION_UNSPECIFIED = 0
@@ -7483,8 +7484,8 @@ module Google
7483
7484
  BIG_QUERY_COLLECTION_ONLY_SUPPORTED_TYPES = 2
7484
7485
  end
7485
7486
 
7486
- # Over time new types may be added. Currently VIEW, MATERIALIZED_VIEW,
7487
- # SNAPSHOT, and non-BigLake external tables are not supported.
7487
+ # Over time new types may be added. Currently VIEW, MATERIALIZED_VIEW, and
7488
+ # non-BigLake external tables are not supported.
7488
7489
  module BigQueryTableType
7489
7490
  # Unused.
7490
7491
  BIG_QUERY_TABLE_TYPE_UNSPECIFIED = 0
@@ -7494,6 +7495,9 @@ module Google
7494
7495
 
7495
7496
  # A table that references data stored in Cloud Storage.
7496
7497
  BIG_QUERY_TABLE_TYPE_EXTERNAL_BIG_LAKE = 2
7498
+
7499
+ # A snapshot of a BigQuery table.
7500
+ BIG_QUERY_TABLE_TYPE_SNAPSHOT = 3
7497
7501
  end
7498
7502
 
7499
7503
  # How frequently data profiles can be updated. New options can be added at a
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dlp-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.6.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-09-30 00:00:00.000000000 Z
11
+ date: 2024-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.21.1
19
+ version: 0.24.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.21.1
29
+ version: 0.24.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  - !ruby/object:Gem::Version
127
127
  version: '0'
128
128
  requirements: []
129
- rubygems_version: 3.5.6
129
+ rubygems_version: 3.5.23
130
130
  signing_key:
131
131
  specification_version: 4
132
132
  summary: Discover and protect your sensitive data. A fully managed service designed