google-apis-dlp_v2 0.76.0 → 0.78.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 +8 -0
- data/lib/google/apis/dlp_v2/classes.rb +20 -15
- 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: 23fafd16421c79106d7ebeb29241ead5f0e1f66e5e2112109c5e8081def517d3
|
4
|
+
data.tar.gz: 8f522bf8c6696263fb706e66004b6eb3a7e6036991ac15b92657f978ebe397c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04eecb06a9c314739b54e58f173cb376c35da08f373ef46b2a4214c25c5154df5c2589e8282fb2cd88c84c0d3e45edcc6a5f46952d1d87d929bf4c9813fe2211
|
7
|
+
data.tar.gz: 794d35e75e0ac01a7f844159eb62272f2a17a10fccb9fffc2f39dcd8f55a56ee8ac50bb851014b7c6384876bc838db96c5fc53263e107ed51c76a99821166d76
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dlp_v2
|
2
2
|
|
3
|
+
### v0.78.0 (2024-10-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241020
|
6
|
+
|
7
|
+
### v0.77.0 (2024-10-13)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241006
|
10
|
+
|
3
11
|
### v0.76.0 (2024-09-22)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240916
|
@@ -713,8 +713,8 @@ module Google
|
|
713
713
|
# @return [String]
|
714
714
|
attr_accessor :dataset_id
|
715
715
|
|
716
|
-
# The Google Cloud
|
717
|
-
#
|
716
|
+
# The Google Cloud project ID of the project containing the table. If omitted,
|
717
|
+
# project ID is inferred from the API call.
|
718
718
|
# Corresponds to the JSON property `projectId`
|
719
719
|
# @return [String]
|
720
720
|
attr_accessor :project_id
|
@@ -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.78.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 = "20241020"
|
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.78.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-27 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.78.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
|