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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70425493c8cbf114ac741ef2705f5b2eeca185ad6826fdb76d944e780a2a6dff
4
- data.tar.gz: de38fa6c6a7da9e1395f635a9dc7180bab5c642f47f821eec546249e175a0011
3
+ metadata.gz: 4876a835fc30a5cb0e94a7e89cebda7d89e360219ee08cc79ed26fb6d6019357
4
+ data.tar.gz: 95c8ab9d35d8843a4ef6662f2842b95a8ac096a3690a30fdf81622632f46f49f
5
5
  SHA512:
6
- metadata.gz: 04dedf17a029127f1693f7134c419a5eb0606f9a82cda03e8445fbb4a71f61cb8e3bc947af6c1778d91ef62f9e242dc4f3f3c0163130a7dfd826893de1d38d6f
7
- data.tar.gz: ec73dabe3310c6e8d0f2f9849bd42d67b1560c45c71ca4a3b7e7abc5c213dd0ee98a17d5e6ec1b1a3662941d9766417a12090829be5bf556cae0c18a40ee3c21
6
+ metadata.gz: 955ccbbdbf480621c880e1cbeb315ef697959c20bd6c43d4e2d1022e24b477879e5b6e38d51c81934c9ad7444fcb74ca79db03bb2306529870abf31d195d2950
7
+ data.tar.gz: 374b7badee79a98df5f50ee2b237e54e7f1afa6076d0908185418d756c38d05264df17f316e9d31dc12f26b0a70835ca9bf23afd40af98a69588fa838d7ea02d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.71.0 (2024-08-11)
4
+
5
+ * Regenerated from discovery document revision 20240805
6
+
3
7
  ### v0.70.0 (2024-08-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20240721
@@ -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 to update profiles regardless of whether the underlying resource has
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 scan.
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.70.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 = "20240721"
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.70.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-04 00:00:00.000000000 Z
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.70.0
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: []