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

Commit

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

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Jun 16 12:29:58 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 551681f25e36b11829e87e580281350461f4f3f5
Source-Link: googleapis/googleapis@551681f
  • Loading branch information
yoshi-automation committed Jun 19, 2021
1 parent 955778f commit 24d1c46
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
Expand Up @@ -256,10 +256,10 @@ public Builder setAssignment(String assignment) {
}

private Builder(AssignmentName assignmentName) {
project = assignmentName.project;
location = assignmentName.location;
reservation = assignmentName.reservation;
assignment = assignmentName.assignment;
this.project = assignmentName.project;
this.location = assignmentName.location;
this.reservation = assignmentName.reservation;
this.assignment = assignmentName.assignment;
}

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

private Builder(BiReservationName biReservationName) {
project = biReservationName.project;
location = biReservationName.location;
this.project = biReservationName.project;
this.location = biReservationName.location;
}

public BiReservationName build() {
Expand Down
Expand Up @@ -219,9 +219,9 @@ public Builder setCapacityCommitment(String capacityCommitment) {
}

private Builder(CapacityCommitmentName capacityCommitmentName) {
project = capacityCommitmentName.project;
location = capacityCommitmentName.location;
capacityCommitment = capacityCommitmentName.capacityCommitment;
this.project = capacityCommitmentName.project;
this.location = capacityCommitmentName.location;
this.capacityCommitment = capacityCommitmentName.capacityCommitment;
}

public CapacityCommitmentName 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
Expand Up @@ -215,9 +215,9 @@ public Builder setReservation(String reservation) {
}

private Builder(ReservationName reservationName) {
project = reservationName.project;
location = reservationName.location;
reservation = reservationName.reservation;
this.project = reservationName.project;
this.location = reservationName.location;
this.reservation = reservationName.reservation;
}

public ReservationName build() {
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -11,8 +11,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "08c4eeb531c01ad031134dca94b18e3f7dd35902",
"internalRef": "378718217"
"sha": "551681f25e36b11829e87e580281350461f4f3f5",
"internalRef": "379784268"
}
},
{
Expand Down

0 comments on commit 24d1c46

Please sign in to comment.