google-apis-dlp_v2 0.76.0 → 0.77.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/classes.rb +18 -13
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43f64c3de4deb54cd4757aa04dc3ebb2c35fe8f809c3d5e20540698a9d8b4fb0
|
4
|
+
data.tar.gz: 8e3bc67202c90b4314796c516e9b3dd50c64b9e3dc1b271d7330e6b50aae082e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 440c8af45c166000d7ade45ad27325eb6fbd5a274a85ed6e88654fa9417fc24cc68d568ce395e7f9d226bacba44bd6d9ccd3486eaa26f331331c9ed93f67b99d
|
7
|
+
data.tar.gz: 806942d0f947e9b1a3ec0e981c84f1f63fc036bf6336101a8953b1086ce3fcc8dba536eb80c3bd3c6977826560d1dd4a4a6e3e15fe00e1874a2a9b0d4a7b232f
|
data/CHANGELOG.md
CHANGED
@@ -1521,13 +1521,13 @@ module Google
|
|
1521
1521
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DataRiskLevel]
|
1522
1522
|
attr_accessor :data_risk_level
|
1523
1523
|
|
1524
|
-
# The BigQuery dataset ID.
|
1524
|
+
# The BigQuery dataset ID, if the resource profiled is a BigQuery table.
|
1525
1525
|
# Corresponds to the JSON property `datasetId`
|
1526
1526
|
# @return [String]
|
1527
1527
|
attr_accessor :dataset_id
|
1528
1528
|
|
1529
|
-
#
|
1530
|
-
# google.com/bigquery/docs/locations for supported locations.
|
1529
|
+
# If supported, the location where the dataset's data is stored. See https://
|
1530
|
+
# cloud.google.com/bigquery/docs/locations for supported BigQuery locations.
|
1531
1531
|
# Corresponds to the JSON property `datasetLocation`
|
1532
1532
|
# @return [String]
|
1533
1533
|
attr_accessor :dataset_location
|
@@ -1600,7 +1600,7 @@ module Google
|
|
1600
1600
|
# @return [String]
|
1601
1601
|
attr_accessor :table_full_resource
|
1602
1602
|
|
1603
|
-
# The
|
1603
|
+
# The table ID.
|
1604
1604
|
# Corresponds to the JSON property `tableId`
|
1605
1605
|
# @return [String]
|
1606
1606
|
attr_accessor :table_id
|
@@ -9539,8 +9539,9 @@ module Google
|
|
9539
9539
|
# @return [Fixnum]
|
9540
9540
|
attr_accessor :failed_column_count
|
9541
9541
|
|
9542
|
-
# The
|
9543
|
-
# design/resource_names#
|
9542
|
+
# The Cloud Asset Inventory resource that was profiled in order to generate this
|
9543
|
+
# TableDataProfile. https://cloud.google.com/apis/design/resource_names#
|
9544
|
+
# full_resource_name
|
9544
9545
|
# Corresponds to the JSON property `fullResource`
|
9545
9546
|
# @return [String]
|
9546
9547
|
attr_accessor :full_resource
|
@@ -9612,7 +9613,7 @@ module Google
|
|
9612
9613
|
# @return [String]
|
9613
9614
|
attr_accessor :state
|
9614
9615
|
|
9615
|
-
#
|
9616
|
+
# The table ID.
|
9616
9617
|
# Corresponds to the JSON property `tableId`
|
9617
9618
|
# @return [String]
|
9618
9619
|
attr_accessor :table_id
|
@@ -10806,24 +10807,28 @@ module Google
|
|
10806
10807
|
class GoogleTypeTimeOfDay
|
10807
10808
|
include Google::Apis::Core::Hashable
|
10808
10809
|
|
10809
|
-
# Hours of day in 24 hour format.
|
10810
|
-
#
|
10810
|
+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
|
10811
|
+
# typically must be less than or equal to 23. An API may choose to allow the
|
10812
|
+
# value "24:00:00" for scenarios like business closing time.
|
10811
10813
|
# Corresponds to the JSON property `hours`
|
10812
10814
|
# @return [Fixnum]
|
10813
10815
|
attr_accessor :hours
|
10814
10816
|
|
10815
|
-
# Minutes of hour
|
10817
|
+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
|
10818
|
+
# to 59.
|
10816
10819
|
# Corresponds to the JSON property `minutes`
|
10817
10820
|
# @return [Fixnum]
|
10818
10821
|
attr_accessor :minutes
|
10819
10822
|
|
10820
|
-
# Fractions of seconds in nanoseconds. Must be
|
10823
|
+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
|
10824
|
+
# less than or equal to 999,999,999.
|
10821
10825
|
# Corresponds to the JSON property `nanos`
|
10822
10826
|
# @return [Fixnum]
|
10823
10827
|
attr_accessor :nanos
|
10824
10828
|
|
10825
|
-
# Seconds of
|
10826
|
-
# allow the value 60 if it allows leap-
|
10829
|
+
# Seconds of a minute. Must be greater than or equal to 0 and typically must be
|
10830
|
+
# less than or equal to 59. An API may allow the value 60 if it allows leap-
|
10831
|
+
# seconds.
|
10827
10832
|
# Corresponds to the JSON property `seconds`
|
10828
10833
|
# @return [Fixnum]
|
10829
10834
|
attr_accessor :seconds
|
@@ -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.77.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 = "20241006"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.77.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-
|
11
|
+
date: 2024-10-13 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.77.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.21
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Sensitive Data Protection (DLP) V2
|