google-cloud-phishing_protection 0.16.1 → 0.16.3
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/MIGRATING.md +1 -1
- data/README.md +8 -0
- data/lib/google/cloud/phishing_protection/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 500dca2ec3707c2ceaad7c846d3fd576c20f39a16dd7a415a57a1d74a38c8cf4
|
4
|
+
data.tar.gz: c9b313716a3a2b79c702e399c3be364a75c2dc2b3742e076ce8926d366295a3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e7160ebbc80d3729edec3fc2c312ca8b7be11ba8f48513f02f93eb566574a39ccf560c712b909becfce39b8af8e22836b3389f437f3991135ccc406b5654c87
|
7
|
+
data.tar.gz: 9e261fb567ee113eec9ea39c727a11440dcfe79da6d80985df166bc3adc9adb4a3b67184ce765a960128129b52da551d64fd4f51a7b88b3bf4df6727a468bca6
|
data/MIGRATING.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
# Migrating to google-cloud-phishing_protection 0.10
|
2
2
|
|
3
3
|
The 0.10 release of the google-cloud-phishing_protection client is a significant upgrade
|
4
4
|
based on a [next-gen code generator](https://github.com/googleapis/gapic-generator-ruby),
|
data/README.md
CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
|
|
34
34
|
1. [Enable the API.](https://console.cloud.google.com/apis/library/phishingprotection.googleapis.com)
|
35
35
|
1. {file:AUTHENTICATION.md Set up authentication.}
|
36
36
|
|
37
|
+
```ruby
|
38
|
+
require "google/cloud/phishing_protection"
|
39
|
+
|
40
|
+
client = Google::Cloud::PhishingProtection.phishing_protection_service
|
41
|
+
request = ::Google::Cloud::PhishingProtection::V1beta1::ReportPhishingRequest.new # (request fields as keyword arguments...)
|
42
|
+
response = client.report_phishing request
|
43
|
+
```
|
44
|
+
|
37
45
|
## Migrating from pre-0.10 versions
|
38
46
|
|
39
47
|
The 0.10 release of the google-cloud-phishing_protection client is a significant upgrade
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-phishing_protection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.16.
|
4
|
+
version: 0.16.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
- !ruby/object:Gem::Version
|
79
79
|
version: '0'
|
80
80
|
requirements: []
|
81
|
-
rubygems_version: 3.6.
|
81
|
+
rubygems_version: 3.6.9
|
82
82
|
specification_version: 4
|
83
83
|
summary: API Client library for the Phishing Protection API
|
84
84
|
test_files: []
|