Skip to content

Commit

Permalink
chore(profiler): Set proto namespace to google.cloud
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 355274209
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 3, 2021
1 parent acdf818 commit f694606
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google/devtools/cloudprofiler/v2/cloudprofiler_gapic.yaml
Expand Up @@ -8,11 +8,11 @@ language_settings:
go:
package_name: cloud.google.com/go/devtools/cloudprofiler/apiv2
csharp:
package_name: Google.Devtools.Cloudprofiler.V2
package_name: Google.Cloud.Profiler.V2
ruby:
package_name: Google::Devtools::Cloudprofiler::V2
package_name: Google::Cloud::Profiler::V2
php:
package_name: Google\Devtools\Cloudprofiler\V2
package_name: Google\Cloud\Profiler\V2
nodejs:
package_name: cloudprofiler.v2
domain_layer_location: google-cloud
3 changes: 3 additions & 0 deletions google/devtools/cloudprofiler/v2/profiler.proto
Expand Up @@ -21,10 +21,13 @@ import "google/protobuf/duration.proto";
import "google/protobuf/field_mask.proto";
import "google/api/client.proto";

option csharp_namespace = "Google.Cloud.Profiler.V2";
option go_package = "google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2;cloudprofiler";
option java_multiple_files = true;
option java_outer_classname = "ProfilerProto";
option java_package = "com.google.devtools.cloudprofiler.v2";
option php_namespace = "Google\\Cloud\\Profiler\\V2";
option ruby_package = "Google::Cloud::Profiler::V2";

// Manage the collection of continuous profiling data provided by profiling
// agents running in the cloud or by an offline provider of profiling data.
Expand Down

0 comments on commit f694606

Please sign in to comment.