This repository was archived by the owner on Dec 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1 Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff 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 () {
Original file line number Diff line number Diff 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 () {
Original file line number Diff line number Diff 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 () {
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments