google-apis-dlp_v2 0.76.0 → 0.77.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: 3a9276e3cc72ee15d6bc85ab260c8d59a949d3a07f59e1e3c5e067af646709d4
4
- data.tar.gz: fc930baa9b02b209c6ca028a262cc83625a16b81fc04a8d128a0d147b0f2b072
3
+ metadata.gz: 43f64c3de4deb54cd4757aa04dc3ebb2c35fe8f809c3d5e20540698a9d8b4fb0
4
+ data.tar.gz: 8e3bc67202c90b4314796c516e9b3dd50c64b9e3dc1b271d7330e6b50aae082e
5
5
  SHA512:
6
- metadata.gz: 6dfaed159722c5e02c57cd66f62f3e554c8a033075c5bbed7629e157913390dfa6fcbffd81cdd056f791eaf060d4b396d1c3e76505cd47249eb8943e5b0cd078
7
- data.tar.gz: b365a3875024a0519ccc3e4f85c843cba204fdc7e54be3a3cb1de11265d5e192850b3e1275ad91cc6ee4ffd1eac2117f86d2df5169ef59947384889583516574
6
+ metadata.gz: 440c8af45c166000d7ade45ad27325eb6fbd5a274a85ed6e88654fa9417fc24cc68d568ce395e7f9d226bacba44bd6d9ccd3486eaa26f331331c9ed93f67b99d
7
+ data.tar.gz: 806942d0f947e9b1a3ec0e981c84f1f63fc036bf6336101a8953b1086ce3fcc8dba536eb80c3bd3c6977826560d1dd4a4a6e3e15fe00e1874a2a9b0d4a7b232f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.77.0 (2024-10-13)
4
+
5
+ * Regenerated from discovery document revision 20241006
6
+
3
7
  ### v0.76.0 (2024-09-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20240916
@@ -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
- # The BigQuery location where the dataset's data is stored. See https://cloud.
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 BigQuery table ID.
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 resource name of the resource profiled. https://cloud.google.com/apis/
9543
- # design/resource_names#full_resource_name
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
- # If the resource is BigQuery, the BigQuery table ID.
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. Should be from 0 to 23. An API may choose to
10810
- # allow the value "24:00:00" for scenarios like business closing time.
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 of day. Must be from 0 to 59.
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 from 0 to 999,999,999.
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 minutes of the time. Must normally be from 0 to 59. An API may
10826
- # allow the value 60 if it allows leap-seconds.
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.76.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 = "20240916"
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.76.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-09-22 00:00:00.000000000 Z
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.76.0
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.6
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