google-apis-dlp_v2 0.73.0 → 0.74.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c06994afd6c892d90c3f975908ef22885b792f05a9efe46492f9251b4f7cd41
4
- data.tar.gz: a1e7efb162a4cd00478a71b7e50b0d53e377810b0a844870b56a662abe907b2a
3
+ metadata.gz: 58946e8eb7924848dc61d3a686164f8f966aae01b3ae9cb3897e569822008459
4
+ data.tar.gz: 1eb05f959abf8e25dee9f302d0b89fc928681a3f809c8f6c5e3a0e51d8cde2de
5
5
  SHA512:
6
- metadata.gz: 6b12066e55463890c5c8304335db201b4a1996907edeaa808450a2bce50225f7dd1833abb8cf96fe6c83806c0eb8dae583e87d18f9a6220b1be0af46dbf9d6f6
7
- data.tar.gz: 28074d234f07205d03ce9de6e26c59c4e06f78718b9f0843d215ef7bed66364d63b0208fa20beaff146cd0af0f9650471af454e2ff6ebd152155044c262d375f
6
+ metadata.gz: c6dd95276a0d26697374f797839a8b216f4141a6584ceeb9e3f440fb97a1eefcdee8abe68e3130daa7e7637fffaedfdfeab1ba30dc4f5701511048f1876fbf64
7
+ data.tar.gz: 5da10ea261327535c39d3d972bfa83f7ffc457cf0db6ddf74ad3331990f65f6246cd6c2f2d9a5c5acaf561748fded6ac3bd628be4d6ce8534d5eebe99b35dff3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.74.0 (2024-09-01)
4
+
5
+ * Regenerated from discovery document revision 20240825
6
+
3
7
  ### v0.73.0 (2024-08-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20240818
@@ -2541,7 +2541,8 @@ module Google
2541
2541
  include Google::Apis::Core::Hashable
2542
2542
 
2543
2543
  # Output only. An identifying string to the type of resource being profiled.
2544
- # Current values: google/bigquery/table, google/project
2544
+ # Current values: * google/bigquery/table * google/project * google/sql/table *
2545
+ # google/gcs/bucket
2545
2546
  # Corresponds to the JSON property `dataSource`
2546
2547
  # @return [String]
2547
2548
  attr_accessor :data_source
@@ -7475,7 +7476,7 @@ module Google
7475
7476
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ProfileStatus]
7476
7477
  attr_accessor :profile_status
7477
7478
 
7478
- # Project ID that was profiled.
7479
+ # Project ID or account that was profiled.
7479
7480
  # Corresponds to the JSON property `projectId`
7480
7481
  # @return [String]
7481
7482
  attr_accessor :project_id
@@ -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.73.0"
19
+ GEM_VERSION = "0.74.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 = "20240818"
25
+ REVISION = "20240825"
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.73.0
4
+ version: 0.74.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-25 00:00:00.000000000 Z
11
+ date: 2024-09-01 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.73.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.74.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: []