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

Commit 0356f6b

Browse files
chore: release gapic-generator-java v1.0.13 (#173)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/9a7c9fa8-4dc9-4cdc-ad4d-84efd06eacd0/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 cea9a0a commit 0356f6b

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

‎proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/JobName.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ public Builder setJob(String job) {
204204
}
205205

206206
private Builder(JobName jobName) {
207-
project = jobName.project;
208-
location = jobName.location;
209-
job = jobName.job;
207+
this.project = jobName.project;
208+
this.location = jobName.location;
209+
this.job = jobName.job;
210210
}
211211

212212
public JobName build() {

‎proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/JobTemplateName.java

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

217217
private Builder(JobTemplateName jobTemplateName) {
218-
project = jobTemplateName.project;
219-
location = jobTemplateName.location;
220-
jobTemplate = jobTemplateName.jobTemplate;
218+
this.project = jobTemplateName.project;
219+
this.location = jobTemplateName.location;
220+
this.jobTemplate = jobTemplateName.jobTemplate;
221221
}
222222

223223
public JobTemplateName build() {

‎proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/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() {

‎synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-video-transcoder.git",
7-
"sha": "dfe722f8987d2ec43b6006d63890060f526e0cdc"
7+
"sha": "cea9a0aa491b484da06b67ad95588740988a7814"
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
{

0 commit comments

Comments
 (0)