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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dlp_v2/classes.rb +7 -7
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- 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: 1cd339ad166458b08ba20316adc119c7052de2b8ef42ba6e6b14170c99645f65
|
|
4
|
+
data.tar.gz: 0d07446f1e582f9faa82de2467d858be55606fc2520dda6eb965b03085ad0280
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 188d156056f6a7d66bc29e82c8be1c904fdb2ba6bef786efee6ea5442a235895cf2cf2a9551f0100dfbeb22d790e52636a7b3ff4bbb9c5b030b7d01a5dbaba26
|
|
7
|
+
data.tar.gz: 2aeb953bd0ee8e5bae6261dd4fdb376ea763e41dd5371c0e4c583a323657803c2ec3343aa306e6d27a416137d6efaebec6c463318303a370302c91b1a79b3974
|
data/CHANGELOG.md
CHANGED
|
@@ -2847,9 +2847,8 @@ module Google
|
|
|
2847
2847
|
class GooglePrivacyDlpV2DataSourceType
|
|
2848
2848
|
include Google::Apis::Core::Hashable
|
|
2849
2849
|
|
|
2850
|
-
#
|
|
2851
|
-
#
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|