google-apis-dlp_v2 0.70.0 → 0.71.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 +3 -3
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- data/lib/google/apis/dlp_v2/service.rb +4 -4
- 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: 4876a835fc30a5cb0e94a7e89cebda7d89e360219ee08cc79ed26fb6d6019357
|
4
|
+
data.tar.gz: 95c8ab9d35d8843a4ef6662f2842b95a8ac096a3690a30fdf81622632f46f49f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 955ccbbdbf480621c880e1cbeb315ef697959c20bd6c43d4e2d1022e24b477879e5b6e38d51c81934c9ad7444fcb74ca79db03bb2306529870abf31d195d2950
|
7
|
+
data.tar.gz: 374b7badee79a98df5f50ee2b237e54e7f1afa6076d0908185418d756c38d05264df17f316e9d31dc12f26b0a70835ca9bf23afd40af98a69588fa838d7ea02d
|
data/CHANGELOG.md
CHANGED
@@ -3732,8 +3732,8 @@ module Google
|
|
3732
3732
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence]
|
3733
3733
|
attr_accessor :inspect_template_modified_cadence
|
3734
3734
|
|
3735
|
-
# Frequency
|
3736
|
-
# changed. Defaults to never.
|
3735
|
+
# Frequency at which profiles should be updated, regardless of whether the
|
3736
|
+
# underlying resource has changed. Defaults to never.
|
3737
3737
|
# Corresponds to the JSON property `refreshFrequency`
|
3738
3738
|
# @return [String]
|
3739
3739
|
attr_accessor :refresh_frequency
|
@@ -3814,7 +3814,7 @@ module Google
|
|
3814
3814
|
class GooglePrivacyDlpV2DiscoveryStartingLocation
|
3815
3815
|
include Google::Apis::Core::Hashable
|
3816
3816
|
|
3817
|
-
# The ID of the folder within an organization to
|
3817
|
+
# The ID of the folder within an organization to be scanned.
|
3818
3818
|
# Corresponds to the JSON property `folderId`
|
3819
3819
|
# @return [Fixnum]
|
3820
3820
|
attr_accessor :folder_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.
|
19
|
+
GEM_VERSION = "0.71.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 = "20240805"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -760,7 +760,7 @@ module Google
|
|
760
760
|
# Lists Connections in a parent. Use SearchConnections to see all connections
|
761
761
|
# within an organization.
|
762
762
|
# @param [String] parent
|
763
|
-
# Required. Resource name of the organization or project, for example `
|
763
|
+
# Required. Resource name of the organization or project, for example, `
|
764
764
|
# organizations/433245324/locations/europe` or `projects/project-id/locations/
|
765
765
|
# asia`.
|
766
766
|
# @param [String] filter
|
@@ -837,7 +837,7 @@ module Google
|
|
837
837
|
# Searches for Connections in a parent.
|
838
838
|
# @param [String] parent
|
839
839
|
# Required. Resource name of the organization or project with a wildcard
|
840
|
-
# location, for example `organizations/433245324/locations/-` or `projects/
|
840
|
+
# location, for example, `organizations/433245324/locations/-` or `projects/
|
841
841
|
# project-id/locations/-`.
|
842
842
|
# @param [String] filter
|
843
843
|
# Optional. Supported field/value: - `state` - MISSING|AVAILABLE|ERROR
|
@@ -3825,7 +3825,7 @@ module Google
|
|
3825
3825
|
# Lists Connections in a parent. Use SearchConnections to see all connections
|
3826
3826
|
# within an organization.
|
3827
3827
|
# @param [String] parent
|
3828
|
-
# Required. Resource name of the organization or project, for example `
|
3828
|
+
# Required. Resource name of the organization or project, for example, `
|
3829
3829
|
# organizations/433245324/locations/europe` or `projects/project-id/locations/
|
3830
3830
|
# asia`.
|
3831
3831
|
# @param [String] filter
|
@@ -3902,7 +3902,7 @@ module Google
|
|
3902
3902
|
# Searches for Connections in a parent.
|
3903
3903
|
# @param [String] parent
|
3904
3904
|
# Required. Resource name of the organization or project with a wildcard
|
3905
|
-
# location, for example `organizations/433245324/locations/-` or `projects/
|
3905
|
+
# location, for example, `organizations/433245324/locations/-` or `projects/
|
3906
3906
|
# project-id/locations/-`.
|
3907
3907
|
# @param [String] filter
|
3908
3908
|
# Optional. Supported field/value: - `state` - MISSING|AVAILABLE|ERROR
|
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.71.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-11 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.71.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: []
|