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: 382509175
  • Loading branch information
Google APIs authored and Copybara-Service committed Jul 1, 2021
1 parent 2c6e4dd commit 0c62f63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/cloud/datastream/v1alpha1/datastream_resources.proto
Expand Up @@ -26,6 +26,9 @@ option go_package = "google.golang.org/genproto/googleapis/cloud/datastream/v1al
option java_multiple_files = true;
option java_outer_classname = "CloudDatastreamResourcesProto";
option java_package = "com.google.cloud.datastream.v1alpha1";
option csharp_namespace = "Google.Cloud.Datastream.V1Alpha1";
option php_namespace = "Google\\Cloud\\Datastream\\V1alpha1";
option ruby_package = "Google::Cloud::Datastream::V1alpha1";

// Oracle database profile.
message OracleProfile {
Expand Down

0 comments on commit 0c62f63

Please sign in to comment.