Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
fix: Fix the last element of the C# namespace to V1Beta1 instead of V…
Browse files Browse the repository at this point in the history
…1beta1 (#468)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/a10621ca-3f25-4fae-8d3c-d01a982d605e/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)

PiperOrigin-RevId: 375638678
Source-Link: googleapis/googleapis@d4d6443
  • Loading branch information
yoshi-automation committed May 31, 2021
1 parent 0d0cb3f commit 90a9d8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Expand Up @@ -132,7 +132,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "exttospeech.v1beta1B\021TextToSpeechProtoP\001"
+ "ZMgoogle.golang.org/genproto/googleapis/"
+ "cloud/texttospeech/v1beta1;texttospeech\370"
+ "\001\001\252\002!Google.Cloud.TextToSpeech.V1beta1\312\002"
+ "\001\001\252\002!Google.Cloud.TextToSpeech.V1Beta1\312\002"
+ "!Google\\Cloud\\TextToSpeech\\V1beta1\352\002$Goo"
+ "gle::Cloud::TextToSpeech::V1beta1b\006proto"
+ "3"
Expand Down
Expand Up @@ -21,7 +21,7 @@ import "google/api/client.proto";
import "google/api/field_behavior.proto";

option cc_enable_arenas = true;
option csharp_namespace = "Google.Cloud.TextToSpeech.V1beta1";
option csharp_namespace = "Google.Cloud.TextToSpeech.V1Beta1";
option go_package = "google.golang.org/genproto/googleapis/cloud/texttospeech/v1beta1;texttospeech";
option java_multiple_files = true;
option java_outer_classname = "TextToSpeechProto";
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata
Expand Up @@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-texttospeech.git",
"sha": "8fb9a13fd5e1313eb746537b2f30afefdfd0d7b4"
"sha": "1eeca2807eb2a1cb3f3c1edb9d761a27d3b404a1"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "45445f476c39de13be89a3c5a45b67c7a2320fcf",
"internalRef": "365608171"
"sha": "d4d64433e6a99a018b6169ddd0a3aee6fe4c779f",
"internalRef": "375638678"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "45445f476c39de13be89a3c5a45b67c7a2320fcf",
"internalRef": "365608171"
"sha": "d4d64433e6a99a018b6169ddd0a3aee6fe4c779f",
"internalRef": "375638678"
}
},
{
Expand Down

0 comments on commit 90a9d8c

Please sign in to comment.