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 +4 -4
- data/lib/google/cloud/dlp/v2/dlp_service/client.rb +1 -1
- data/lib/google/cloud/dlp/v2/dlp_service/rest/client.rb +1 -1
- data/lib/google/cloud/dlp/v2/version.rb +1 -1
- data/lib/google/privacy/dlp/v2/dlp_pb.rb +14 -1
- data/lib/google/privacy/dlp/v2/dlp_services_pb.rb +1 -1
- data/proto_docs/google/api/client.rb +14 -0
- data/proto_docs/google/privacy/dlp/v2/dlp.rb +270 -34
- data/proto_docs/google/privacy/dlp/v2/storage.rb +1 -1
- 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: d09ced2e76d37e8cb9ec43b4d227b52eb0d4b93f28598ff619af76d25c4a7546
|
4
|
+
data.tar.gz: fecd8dc57298389e43c735948630d246e34b41ee21ca8b7a6f3a9f7be0d07aae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|