Skip to content

Commit

Permalink
chore: Set namespaces for Ruby clients
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 341251725
  • Loading branch information
Google APIs authored and copybara-github committed Nov 8, 2020
1 parent 5359df5 commit ff29104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions google/api/servicemanagement/v1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ option java_outer_classname = "ResourcesProto";
option java_package = "com.google.api.servicemanagement.v1";
option objc_class_prefix = "GASM";
option php_namespace = "Google\\Cloud\\ServiceManagement\\V1";
option ruby_package = "Google::Cloud::ServiceManagement::V1";

// The full representation of a Service that is managed by
// Google Service Management.
Expand Down
1 change: 1 addition & 0 deletions google/api/servicemanagement/v1/servicemanager.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ option java_outer_classname = "ServiceManagerProto";
option java_package = "com.google.api.servicemanagement.v1";
option objc_class_prefix = "GASM";
option php_namespace = "Google\\Cloud\\ServiceManagement\\V1";
option ruby_package = "Google::Cloud::ServiceManagement::V1";

// [Google Service Management API](/service-management/overview)
service ServiceManager {
Expand Down

0 comments on commit ff29104

Please sign in to comment.