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 (#49)
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 e0a3602 commit eb11f3f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Expand Up @@ -219,9 +219,9 @@ public Builder setConnectionProfile(String connectionProfile) {
}

private Builder(ConnectionProfileName connectionProfileName) {
project = connectionProfileName.project;
location = connectionProfileName.location;
connectionProfile = connectionProfileName.connectionProfile;
this.project = connectionProfileName.project;
this.location = connectionProfileName.location;
this.connectionProfile = connectionProfileName.connectionProfile;
}

public ConnectionProfileName 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 setMigrationJob(String migrationJob) {
}

private Builder(MigrationJobName migrationJobName) {
project = migrationJobName.project;
location = migrationJobName.location;
migrationJob = migrationJobName.migrationJob;
this.project = migrationJobName.project;
this.location = migrationJobName.location;
this.migrationJob = migrationJobName.migrationJob;
}

public MigrationJobName build() {
Expand Down

0 comments on commit eb11f3f

Please sign in to comment.