google-cloud-dlp-v2 1.7.0 → 1.8.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: 156f5c64115fac0a5436276d2bfca9ad3cfe7aa31359a7b35782aeeebe6b6359
4
- data.tar.gz: 5549d08e880d5730235385210f69340581fcbd3dc3eea4a5a53843c8e1fe5b41
3
+ metadata.gz: d09ced2e76d37e8cb9ec43b4d227b52eb0d4b93f28598ff619af76d25c4a7546
4
+ data.tar.gz: fecd8dc57298389e43c735948630d246e34b41ee21ca8b7a6f3a9f7be0d07aae
5
5
  SHA512:
6
- metadata.gz: 052602ba54bc335eed991f7c50b6d134b1d451eaeb561dd0e2f53219b9f50cfb74aef273f857eb4f79888181f973b1db72c5fdf482557aa1e520f4aecd61a6e2
7
- data.tar.gz: e3d2f5518ec787576f3cad9920b99c08ad23e338569acdaa1edb017650bb82322d3d529c744e6fcabd63e3a66dc74ffa0d0d746a7a4e67442f11b4204b4f07f1
6
+ metadata.gz: 2bb57f868f6e939becc74c0c49e34076e955dec3b16096f2ee73377a9b4f7e5008a4ebda70a1a95688426df8f2c6697d7491d661deffa6a4820f932e03602419
7
+ data.tar.gz: 0d1913599e642471662f8e6d6153e195687e5a7518e49261f8c152d5d78b7ce5a792f7efe9ed593435dad651b97812edbef813616fd5f351f6b898d695496101
@@ -911,7 +911,7 @@ module Google
911
911
  end
912
912
 
913
913
  ##
914
- # Returns a list of the sensitive information types that DLP API
914
+ # Returns a list of the sensitive information types that the DLP API
915
915
  # supports. See
916
916
  # https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference
917
917
  # to learn more.
@@ -876,7 +876,7 @@ module Google
876
876
  end
877
877
 
878
878
  ##
879
- # Returns a list of the sensitive information types that DLP API
879
+ # Returns a list of the sensitive information types that the DLP API
880
880
  # supports. See
881
881
  # https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference
882
882
  # to learn more.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dlp
23
23
  module V2
24
- VERSION = "1.7.0"
24
+ VERSION = "1.8.0"
25
25
  end
26
26
  end
27
27
  end