google-apis-dlp_v2 0.72.0 → 0.73.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- data/lib/google/apis/dlp_v2/service.rb +20 -16
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c06994afd6c892d90c3f975908ef22885b792f05a9efe46492f9251b4f7cd41
|
4
|
+
data.tar.gz: a1e7efb162a4cd00478a71b7e50b0d53e377810b0a844870b56a662abe907b2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b12066e55463890c5c8304335db201b4a1996907edeaa808450a2bce50225f7dd1833abb8cf96fe6c83806c0eb8dae583e87d18f9a6220b1be0af46dbf9d6f6
|
7
|
+
data.tar.gz: 28074d234f07205d03ce9de6e26c59c4e06f78718b9f0843d215ef7bed66364d63b0208fa20beaff146cd0af0f9650471af454e2ff6ebd152155044c262d375f
|
data/CHANGELOG.md
CHANGED
@@ -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.73.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 = "
|
25
|
+
REVISION = "20240818"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1422,14 +1422,16 @@ module Google
|
|
1422
1422
|
# logical operators. A sequence of restrictions implicitly uses `AND`. * A
|
1423
1423
|
# restriction has the form of ``field` `operator` `value``. * Supported fields/
|
1424
1424
|
# values: - `project_id` - The Google Cloud project ID. - `file_store_path` -
|
1425
|
-
# The path like "gs://bucket". - `
|
1426
|
-
#
|
1427
|
-
#
|
1428
|
-
#
|
1429
|
-
#
|
1430
|
-
#
|
1431
|
-
#
|
1432
|
-
#
|
1425
|
+
# The path like "gs://bucket". - `data_source_type` - The profile's data source
|
1426
|
+
# type, like "google/storage/bucket". - `data_storage_location` - The location
|
1427
|
+
# where the file store's data is stored, like "us-central1". - `
|
1428
|
+
# sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW
|
1429
|
+
# - `resource_visibility`: PUBLIC|RESTRICTED - `status_code` - an RPC status
|
1430
|
+
# code as defined in https://github.com/googleapis/googleapis/blob/master/google/
|
1431
|
+
# rpc/code.proto * The operator must be `=` or `!=`. Examples: * `project_id =
|
1432
|
+
# 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH`
|
1433
|
+
# * `project_id = 12345 AND resource_visibility = PUBLIC` * `file_store_path = "
|
1434
|
+
# gs://mybucket"` The length of this field should be no more than 500 characters.
|
1433
1435
|
# @param [String] order_by
|
1434
1436
|
# Optional. Comma-separated list of fields to order by, followed by `asc` or `
|
1435
1437
|
# desc` postfix. This list is case insensitive. The default sorting order is
|
@@ -4837,14 +4839,16 @@ module Google
|
|
4837
4839
|
# logical operators. A sequence of restrictions implicitly uses `AND`. * A
|
4838
4840
|
# restriction has the form of ``field` `operator` `value``. * Supported fields/
|
4839
4841
|
# values: - `project_id` - The Google Cloud project ID. - `file_store_path` -
|
4840
|
-
# The path like "gs://bucket". - `
|
4841
|
-
#
|
4842
|
-
#
|
4843
|
-
#
|
4844
|
-
#
|
4845
|
-
#
|
4846
|
-
#
|
4847
|
-
#
|
4842
|
+
# The path like "gs://bucket". - `data_source_type` - The profile's data source
|
4843
|
+
# type, like "google/storage/bucket". - `data_storage_location` - The location
|
4844
|
+
# where the file store's data is stored, like "us-central1". - `
|
4845
|
+
# sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW
|
4846
|
+
# - `resource_visibility`: PUBLIC|RESTRICTED - `status_code` - an RPC status
|
4847
|
+
# code as defined in https://github.com/googleapis/googleapis/blob/master/google/
|
4848
|
+
# rpc/code.proto * The operator must be `=` or `!=`. Examples: * `project_id =
|
4849
|
+
# 12345 AND status_code = 1` * `project_id = 12345 AND sensitivity_level = HIGH`
|
4850
|
+
# * `project_id = 12345 AND resource_visibility = PUBLIC` * `file_store_path = "
|
4851
|
+
# gs://mybucket"` The length of this field should be no more than 500 characters.
|
4848
4852
|
# @param [String] order_by
|
4849
4853
|
# Optional. Comma-separated list of fields to order by, followed by `asc` or `
|
4850
4854
|
# desc` postfix. This list is case insensitive. The default sorting order is
|
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.
|
4
|
+
version: 0.73.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-08-
|
11
|
+
date: 2024-08-25 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.73.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: []
|