chore: set Ruby namespace in proto options

PiperOrigin-RevId: 304696461
This commit is contained in:
Google APIs 2020-04-03 14:42:34 -07:00 committed by Copybara-Service
parent 23848c8f64
commit 62a2a7cc33
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ option java_outer_classname = "PhishingProtectionProto";
option java_package = "com.google.phishingprotection.v1beta1";
option objc_class_prefix = "GCPP";
option php_namespace = "Google\\Cloud\\PhishingProtection\\V1beta1";
option ruby_package = "Google::Cloud::PhishingProtection::V1beta1";
// Service to report phishing URIs.
service PhishingProtectionServiceV1Beta1 {