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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98414aa8374a2c41189f2b8f35945353da0b887cb34076961be694809f65fcc9
4
- data.tar.gz: 8a7bf2d1d456dcc36e8958449e20ea6fe5944a29a0377684481d2bdcfe413830
3
+ metadata.gz: 500dca2ec3707c2ceaad7c846d3fd576c20f39a16dd7a415a57a1d74a38c8cf4
4
+ data.tar.gz: c9b313716a3a2b79c702e399c3be364a75c2dc2b3742e076ce8926d366295a3e
5
5
  SHA512:
6
- metadata.gz: 7ec4289aa51bea26c7cc51746455a1d17629b2e1b36254e4bdbb4c2e39a7a48ce246c6681bfec316da1a5e4203f1bf100efd5985292e5a2eed1eba92652375a5
7
- data.tar.gz: 605e27e25a2707194ed56586088b84dcab0cceb9e45286021367f32b20316402f3011ae025edf7e9b88b6bc10a4310c0a6ae6c62c98a3da150a559bfe0a92795
6
+ metadata.gz: 8e7160ebbc80d3729edec3fc2c312ca8b7be11ba8f48513f02f93eb566574a39ccf560c712b909becfce39b8af8e22836b3389f437f3991135ccc406b5654c87
7
+ data.tar.gz: 9e261fb567ee113eec9ea39c727a11440dcfe79da6d80985df166bc3adc9adb4a3b67184ce765a960128129b52da551d64fd4f51a7b88b3bf4df6727a468bca6
data/MIGRATING.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Migrating to google-cloud-phishing_protection 0.10
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
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module PhishingProtection
23
- VERSION = "0.16.1"
23
+ VERSION = "0.16.3"
24
24
  end
25
25
  end
26
26
  end
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.1
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.8
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: []