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

Commit

Permalink
chore: release gapic-generator-java v1.0.13 (#502)
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 a856e5f commit ad01cc5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Expand Up @@ -158,7 +158,7 @@ public Builder setBillingAccount(String billingAccount) {
}

private Builder(BillingAccountName billingAccountName) {
billingAccount = billingAccountName.billingAccount;
this.billingAccount = billingAccountName.billingAccount;
}

public BillingAccountName build() {
Expand Down
Expand Up @@ -181,8 +181,8 @@ public Builder setBudget(String budget) {
}

private Builder(BudgetName budgetName) {
billingAccount = budgetName.billingAccount;
budget = budgetName.budget;
this.billingAccount = budgetName.billingAccount;
this.budget = budgetName.budget;
}

public BudgetName build() {
Expand Down
Expand Up @@ -158,7 +158,7 @@ public Builder setBillingAccount(String billingAccount) {
}

private Builder(BillingAccountName billingAccountName) {
billingAccount = billingAccountName.billingAccount;
this.billingAccount = billingAccountName.billingAccount;
}

public BillingAccountName build() {
Expand Down
Expand Up @@ -181,8 +181,8 @@ public Builder setBudget(String budget) {
}

private Builder(BudgetName budgetName) {
billingAccount = budgetName.billingAccount;
budget = budgetName.budget;
this.billingAccount = budgetName.billingAccount;
this.budget = budgetName.budget;
}

public BudgetName build() {
Expand Down

0 comments on commit ad01cc5

Please sign in to comment.