Skip to content

Commit

Permalink
chore: release gapic-generator-java v1.0.13 (#1252)
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 17, 2021
1 parent 1e1df84 commit 9641bc1
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ public Builder setBackup(String backup) {
}

private Builder(BackupName backupName) {
project = backupName.project;
instance = backupName.instance;
backup = backupName.backup;
this.project = backupName.project;
this.instance = backupName.instance;
this.backup = backupName.backup;
}

public BackupName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@ public Builder setCryptoKey(String cryptoKey) {
}

private Builder(CryptoKeyName cryptoKeyName) {
project = cryptoKeyName.project;
location = cryptoKeyName.location;
keyRing = cryptoKeyName.keyRing;
cryptoKey = cryptoKeyName.cryptoKey;
this.project = cryptoKeyName.project;
this.location = cryptoKeyName.location;
this.keyRing = cryptoKeyName.keyRing;
this.cryptoKey = cryptoKeyName.cryptoKey;
}

public CryptoKeyName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,11 @@ public Builder setCryptoKeyVersion(String cryptoKeyVersion) {
}

private Builder(CryptoKeyVersionName cryptoKeyVersionName) {
project = cryptoKeyVersionName.project;
location = cryptoKeyVersionName.location;
keyRing = cryptoKeyVersionName.keyRing;
cryptoKey = cryptoKeyVersionName.cryptoKey;
cryptoKeyVersion = cryptoKeyVersionName.cryptoKeyVersion;
this.project = cryptoKeyVersionName.project;
this.location = cryptoKeyVersionName.location;
this.keyRing = cryptoKeyVersionName.keyRing;
this.cryptoKey = cryptoKeyVersionName.cryptoKey;
this.cryptoKeyVersion = cryptoKeyVersionName.cryptoKeyVersion;
}

public CryptoKeyVersionName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ public Builder setDatabase(String database) {
}

private Builder(DatabaseName databaseName) {
project = databaseName.project;
instance = databaseName.instance;
database = databaseName.database;
this.project = databaseName.project;
this.instance = databaseName.instance;
this.database = databaseName.database;
}

public DatabaseName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ public Builder setInstance(String instance) {
}

private Builder(InstanceName instanceName) {
project = instanceName.project;
instance = instanceName.instance;
this.project = instanceName.project;
this.instance = instanceName.instance;
}

public InstanceName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ public Builder setInstanceConfig(String instanceConfig) {
}

private Builder(InstanceConfigName instanceConfigName) {
project = instanceConfigName.project;
instanceConfig = instanceConfigName.instanceConfig;
this.project = instanceConfigName.project;
this.instanceConfig = instanceConfigName.instanceConfig;
}

public InstanceConfigName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ public Builder setInstance(String instance) {
}

private Builder(InstanceName instanceName) {
project = instanceName.project;
instance = instanceName.instance;
this.project = instanceName.project;
this.instance = instanceName.instance;
}

public InstanceName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public Builder setProject(String project) {
}

private Builder(ProjectName projectName) {
project = projectName.project;
this.project = projectName.project;
}

public ProjectName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ public Builder setDatabase(String database) {
}

private Builder(DatabaseName databaseName) {
project = databaseName.project;
instance = databaseName.instance;
database = databaseName.database;
this.project = databaseName.project;
this.instance = databaseName.instance;
this.database = databaseName.database;
}

public DatabaseName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ public Builder setSession(String session) {
}

private Builder(SessionName sessionName) {
project = sessionName.project;
instance = sessionName.instance;
database = sessionName.database;
session = sessionName.session;
this.project = sessionName.project;
this.instance = sessionName.instance;
this.database = sessionName.database;
this.session = sessionName.session;
}

public SessionName 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-spanner.git",
"sha": "7d7f390604829c497f41c12fd51a44e0c2d23ea8"
"sha": "1e1df84e74011fb2b665e94b428cfa78102de7fe"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "d8698715e4f5b7c45505dadd679255987c260180",
"internalRef": "378758342"
"sha": "551681f25e36b11829e87e580281350461f4f3f5",
"internalRef": "379784268"
}
},
{
Expand Down

0 comments on commit 9641bc1

Please sign in to comment.