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

Commit 8f16c24

Browse files
chore: release gapic-generator-java v1.0.13
Committer: @miraleung PiperOrigin-RevId: 379784268 Source-Author: Google APIs <[email protected]> Source-Date: Wed Jun 16 12:29:58 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 551681f25e36b11829e87e580281350461f4f3f5 Source-Link: googleapis/googleapis@551681f
1 parent 2c76a83 commit 8f16c24

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorGroupName.java

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

182182
private Builder(ErrorGroupName errorGroupName) {
183-
project = errorGroupName.project;
184-
group = errorGroupName.group;
183+
this.project = errorGroupName.project;
184+
this.group = errorGroupName.group;
185185
}
186186

187187
public ErrorGroupName build() {

proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/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() {

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
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)