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

Commit

Permalink
chore: release gapic-generator-java v1.0.13 (#134)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/5b086f36-1837-4582-ac41-809a365e5724/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)

PiperOrigin-RevId: 379784268
Source-Link: googleapis/googleapis@551681f
  • Loading branch information
yoshi-automation authored Jun 18, 2021
1 parent af58fc2 commit 85c8eea
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ public Builder setBranch(String branch) {
}

private Builder(BranchName branchName) {
project = branchName.project;
location = branchName.location;
catalog = branchName.catalog;
branch = branchName.branch;
this.project = branchName.project;
this.location = branchName.location;
this.catalog = branchName.catalog;
this.branch = branchName.branch;
}

public BranchName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ public Builder setCatalog(String catalog) {
}

private Builder(CatalogName catalogName) {
project = catalogName.project;
location = catalogName.location;
catalog = catalogName.catalog;
this.project = catalogName.project;
this.location = catalogName.location;
this.catalog = catalogName.catalog;
}

public CatalogName build() {
Expand Down
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,11 @@ public Builder setProduct(String product) {
}

private Builder(ProductName productName) {
project = productName.project;
location = productName.location;
catalog = productName.catalog;
branch = productName.branch;
product = productName.product;
this.project = productName.project;
this.location = productName.location;
this.catalog = productName.catalog;
this.branch = productName.branch;
this.product = productName.product;
}

public ProductName build() {
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-retail.git",
"sha": "a1bf8336692c4c93f6114b743cbe0333afa07228"
"sha": "af58fc222938aa55ec664cf065bd12f533674eb1"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "08c4eeb531c01ad031134dca94b18e3f7dd35902",
"internalRef": "378718217"
"sha": "551681f25e36b11829e87e580281350461f4f3f5",
"internalRef": "379784268"
}
},
{
Expand Down

0 comments on commit 85c8eea

Please sign in to comment.