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

Commit f13b855

Browse files
chore: release gapic-generator-java v1.0.13 (#564)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/7ab4e2f2-c909-42c0-bf0a-c8146ab2878a/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) PiperOrigin-RevId: 379784268 Source-Link: googleapis/googleapis@551681f
1 parent 03de3b2 commit f13b855

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/CustomClassName.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ public Builder setCustomClass(String customClass) {
215215
}
216216

217217
private Builder(CustomClassName customClassName) {
218-
project = customClassName.project;
219-
location = customClassName.location;
220-
customClass = customClassName.customClass;
218+
this.project = customClassName.project;
219+
this.location = customClassName.location;
220+
this.customClass = customClassName.customClass;
221221
}
222222

223223
public CustomClassName build() {

proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/LocationName.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ public Builder setLocation(String location) {
181181
}
182182

183183
private Builder(LocationName locationName) {
184-
project = locationName.project;
185-
location = locationName.location;
184+
this.project = locationName.project;
185+
this.location = locationName.location;
186186
}
187187

188188
public LocationName build() {

proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/PhraseSetName.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ public Builder setPhraseSet(String phraseSet) {
211211
}
212212

213213
private Builder(PhraseSetName phraseSetName) {
214-
project = phraseSetName.project;
215-
location = phraseSetName.location;
216-
phraseSet = phraseSetName.phraseSet;
214+
this.project = phraseSetName.project;
215+
this.location = phraseSetName.location;
216+
this.phraseSet = phraseSetName.phraseSet;
217217
}
218218

219219
public PhraseSetName build() {

synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-speech.git",
7-
"sha": "3baccc584c9ac2bc304bec097880d06a7dd9646c"
7+
"sha": "03de3b299af4750fb89400e68176e89114c13bfb"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "08c4eeb531c01ad031134dca94b18e3f7dd35902",
15-
"internalRef": "378718217"
14+
"sha": "551681f25e36b11829e87e580281350461f4f3f5",
15+
"internalRef": "379784268"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "googleapis",
2121
"remote": "https://github.com/googleapis/googleapis.git",
22-
"sha": "08c4eeb531c01ad031134dca94b18e3f7dd35902",
23-
"internalRef": "378718217"
22+
"sha": "551681f25e36b11829e87e580281350461f4f3f5",
23+
"internalRef": "379784268"
2424
}
2525
},
2626
{

0 commit comments

Comments
 (0)