Skip to content

Commit

Permalink
chore: Add package/namespace options for C#, Ruby and PHP. This is a …
Browse files Browse the repository at this point in the history
…breaking change *only* for those languages, and packages for those languages have not been published yet.

PiperOrigin-RevId: 377946883
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 7, 2021
1 parent e3fcbab commit 3be62a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/cloud/lifesciences/v2beta/workflows.proto
Expand Up @@ -24,11 +24,14 @@ import "google/protobuf/timestamp.proto";
import "google/rpc/code.proto";
import "google/api/client.proto";

option csharp_namespace = "Google.Cloud.LifeSciences.V2Beta";
option go_package = "google.golang.org/genproto/googleapis/cloud/lifesciences/v2beta;lifesciences";
option java_multiple_files = true;
option java_outer_classname = "WorkflowsProto";
option java_package = "com.google.cloud.lifesciences.v2beta";
option objc_class_prefix = "CLSW";
option php_namespace = "Google\\Cloud\\LifeSciences\\V2beta";
option ruby_package = "Google::Cloud::LifeSciences::V2beta";

// A service for running workflows, such as pipelines consisting of Docker
// containers.
Expand Down

0 comments on commit 3be62a5

Please sign in to comment.