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

Commit

Permalink
chore: release gapic-generator-java v1.0.13 (#233)
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 379784268

Source-Link: googleapis/googleapis@551681f

Source-Link: googleapis/googleapis-gen@478f365
  • Loading branch information
gcf-owl-bot[bot] committed Jun 16, 2021
1 parent 0acef03 commit 6afa603
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -211,9 +211,9 @@ public Builder setFunction(String function) {
}

private Builder(CloudFunctionName cloudFunctionName) {
project = cloudFunctionName.project;
location = cloudFunctionName.location;
function = cloudFunctionName.function;
this.project = cloudFunctionName.project;
this.location = cloudFunctionName.location;
this.function = cloudFunctionName.function;
}

public CloudFunctionName build() {
Expand Down
Expand Up @@ -181,8 +181,8 @@ public Builder setLocation(String location) {
}

private Builder(LocationName locationName) {
project = locationName.project;
location = locationName.location;
this.project = locationName.project;
this.location = locationName.location;
}

public LocationName build() {
Expand Down

0 comments on commit 6afa603

Please sign in to comment.