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

Commit a344d0b

Browse files
chore: release gapic-generator-java v1.0.13 (#24)
Committer: @miraleung PiperOrigin-RevId: 379784268 Source-Link: googleapis/googleapis@551681f Source-Link: https://github.com/googleapis/googleapis-gen/commit/478f36572d7bcf1dc66038d0e76b9b3fa2abae63
1 parent ee8697c commit a344d0b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

proto-google-cloud-binary-authorization-v1beta1/src/main/java/com/google/cloud/binaryauthorization/v1beta1/AttestorName.java

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

183183
private Builder(AttestorName attestorName) {
184-
project = attestorName.project;
185-
attestor = attestorName.attestor;
184+
this.project = attestorName.project;
185+
this.attestor = attestorName.attestor;
186186
}
187187

188188
public AttestorName build() {

proto-google-cloud-binary-authorization-v1beta1/src/main/java/com/google/cloud/binaryauthorization/v1beta1/PolicyName.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(PolicyName policyName) {
161-
project = policyName.project;
161+
this.project = policyName.project;
162162
}
163163

164164
public PolicyName build() {

proto-google-cloud-binary-authorization-v1beta1/src/main/java/com/google/cloud/binaryauthorization/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() {

0 commit comments

Comments
 (0)