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

Commit 90a9d8c

Browse files
fix: Fix the last element of the C# namespace to V1Beta1 instead of V1beta1 (#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
1 parent 0d0cb3f commit 90a9d8c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: proto-google-cloud-texttospeech-v1beta1/src/main/java/com/google/cloud/texttospeech/v1beta1/TextToSpeechProto.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
132132
+ "exttospeech.v1beta1B\021TextToSpeechProtoP\001"
133133
+ "ZMgoogle.golang.org/genproto/googleapis/"
134134
+ "cloud/texttospeech/v1beta1;texttospeech\370"
135-
+ "\001\001\252\002!Google.Cloud.TextToSpeech.V1beta1\312\002"
135+
+ "\001\001\252\002!Google.Cloud.TextToSpeech.V1Beta1\312\002"
136136
+ "!Google\\Cloud\\TextToSpeech\\V1beta1\352\002$Goo"
137137
+ "gle::Cloud::TextToSpeech::V1beta1b\006proto"
138138
+ "3"

Diff for: proto-google-cloud-texttospeech-v1beta1/src/main/proto/google/cloud/texttospeech/v1beta1/cloud_tts.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import "google/api/client.proto";
2121
import "google/api/field_behavior.proto";
2222

2323
option cc_enable_arenas = true;
24-
option csharp_namespace = "Google.Cloud.TextToSpeech.V1beta1";
24+
option csharp_namespace = "Google.Cloud.TextToSpeech.V1Beta1";
2525
option go_package = "google.golang.org/genproto/googleapis/cloud/texttospeech/v1beta1;texttospeech";
2626
option java_multiple_files = true;
2727
option java_outer_classname = "TextToSpeechProto";

Diff for: synth.metadata

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-texttospeech.git",
7-
"sha": "8fb9a13fd5e1313eb746537b2f30afefdfd0d7b4"
7+
"sha": "1eeca2807eb2a1cb3f3c1edb9d761a27d3b404a1"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "45445f476c39de13be89a3c5a45b67c7a2320fcf",
15-
"internalRef": "365608171"
14+
"sha": "d4d64433e6a99a018b6169ddd0a3aee6fe4c779f",
15+
"internalRef": "375638678"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "googleapis",
2121
"remote": "https://github.com/googleapis/googleapis.git",
22-
"sha": "45445f476c39de13be89a3c5a45b67c7a2320fcf",
23-
"internalRef": "365608171"
22+
"sha": "d4d64433e6a99a018b6169ddd0a3aee6fe4c779f",
23+
"internalRef": "375638678"
2424
}
2525
},
2626
{

0 commit comments

Comments
 (0)