Skip to content

Commit 1daf4bb

Browse files
chore: release gapic-generator-java v1.0.13 (#329)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/9ecc150a-b534-4828-a151-dffe9fa42676/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 a3f9ce1 commit 1daf4bb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

java-grafeas/src/main/java/io/grafeas/v1/NoteName.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ public Builder setNote(String note) {
180180
}
181181

182182
private Builder(NoteName noteName) {
183-
project = noteName.project;
184-
note = noteName.note;
183+
this.project = noteName.project;
184+
this.note = noteName.note;
185185
}
186186

187187
public NoteName build() {

java-grafeas/src/main/java/io/grafeas/v1/OccurrenceName.java

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

183183
private Builder(OccurrenceName occurrenceName) {
184-
project = occurrenceName.project;
185-
occurrence = occurrenceName.occurrence;
184+
this.project = occurrenceName.project;
185+
this.occurrence = occurrenceName.occurrence;
186186
}
187187

188188
public OccurrenceName build() {

java-grafeas/src/main/java/io/grafeas/v1/ProjectName.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public Builder setProject(String project) {
158158
}
159159

160160
private Builder(ProjectName projectName) {
161-
project = projectName.project;
161+
this.project = projectName.project;
162162
}
163163

164164
public ProjectName build() {

java-grafeas/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-grafeas.git",
7-
"sha": "1f3b0392993ca10800c03de014309b116f9f3753"
7+
"sha": "1135609987044590b564a7fac0f45317f6127af0"
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)