google-apis-dlp_v2 0.100.0 → 0.101.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: c01602343ab76a728c23bd76cf0650fab2d65c4fc883be1110f73f132cebe0f1
4
- data.tar.gz: 6b73aecdb9dd1879162d0a967e353cea14704419bb13e620beccf3c0e00d6ab6
3
+ metadata.gz: 1cd339ad166458b08ba20316adc119c7052de2b8ef42ba6e6b14170c99645f65
4
+ data.tar.gz: 0d07446f1e582f9faa82de2467d858be55606fc2520dda6eb965b03085ad0280
5
5
  SHA512:
6
- metadata.gz: 335fae7df193dd36f69dbe372fade3f649f4607cefd4a0586ca130db3ea95f3d8e5991fe46348db9a95e8bfb2af5a4e4b416d8d2e4eb14c77e0149011e63fb30
7
- data.tar.gz: f29f882946a1ac4ac9853080373ef4b2d43d4f0a618d87f1d6fec39bd977e581f4303194054c49ee5e9a4d94d0275cf50c5899bdcf5b11e59189d26333cf363a
6
+ metadata.gz: 188d156056f6a7d66bc29e82c8be1c904fdb2ba6bef786efee6ea5442a235895cf2cf2a9551f0100dfbeb22d790e52636a7b3ff4bbb9c5b030b7d01a5dbaba26
7
+ data.tar.gz: 2aeb953bd0ee8e5bae6261dd4fdb376ea763e41dd5371c0e4c583a323657803c2ec3343aa306e6d27a416137d6efaebec6c463318303a370302c91b1a79b3974
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.101.0 (2025-10-26)
4
+
5
+ * Regenerated from discovery document revision 20251019
6
+
3
7
  ### v0.100.0 (2025-10-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20251012
@@ -2847,9 +2847,8 @@ module Google
2847
2847
  class GooglePrivacyDlpV2DataSourceType
2848
2848
  include Google::Apis::Core::Hashable
2849
2849
 
2850
- # Output only. An identifying string to the type of resource being profiled.
2851
- # Current values: * google/bigquery/table * google/project * google/sql/table *
2852
- # google/gcs/bucket
2850
+ # An identifying string to the type of resource being profiled. Current values: *
2851
+ # google/bigquery/table * google/project * google/sql/table * google/gcs/bucket
2853
2852
  # Corresponds to the JSON property `dataSource`
2854
2853
  # @return [String]
2855
2854
  attr_accessor :data_source
@@ -4384,7 +4383,7 @@ module Google
4384
4383
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2AllOtherResources]
4385
4384
  attr_accessor :others
4386
4385
 
4387
- # Identifies a single Vertex AI dataset.
4386
+ # Identifies a single Vertex AI resource. Currently only datasets are supported.
4388
4387
  # Corresponds to the JSON property `vertexDatasetResourceReference`
4389
4388
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2VertexDatasetResourceReference]
4390
4389
  attr_accessor :vertex_dataset_resource_reference
@@ -11489,12 +11488,13 @@ module Google
11489
11488
  end
11490
11489
  end
11491
11490
 
11492
- # Identifies a single Vertex AI dataset.
11491
+ # Identifies a single Vertex AI resource. Currently only datasets are supported.
11493
11492
  class GooglePrivacyDlpV2VertexDatasetResourceReference
11494
11493
  include Google::Apis::Core::Hashable
11495
11494
 
11496
- # Required. The name of the dataset resource. If set within a project-level
11497
- # configuration, the specified resource must be within the project.
11495
+ # Required. The name of the Vertex AI resource. If set within a project-level
11496
+ # configuration, the specified resource must be within the project. Examples: * `
11497
+ # projects/`project`/locations/`location`/datasets/`dataset``
11498
11498
  # Corresponds to the JSON property `datasetResourceName`
11499
11499
  # @return [String]
11500
11500
  attr_accessor :dataset_resource_name
@@ -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.100.0"
19
+ GEM_VERSION = "0.101.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 = "20251012"
25
+ REVISION = "20251019"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dlp_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.100.0
4
+ version: 0.101.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-dlp_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.100.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.101.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2
62
62
  rdoc_options: []
63
63
  require_paths: