Skip to content

Commit

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

Source-Author: Google APIs <[email protected]>
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 authored Jun 19, 2021
1 parent 7248e45 commit 4dd13b1
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 40 deletions.
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 setSession(String session) {
}

private Builder(ReadSessionName readSessionName) {
project = readSessionName.project;
location = readSessionName.location;
session = readSessionName.session;
this.project = readSessionName.project;
this.location = readSessionName.location;
this.session = readSessionName.session;
}

public ReadSessionName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ public Builder setStream(String stream) {
}

private Builder(ReadStreamName readStreamName) {
project = readStreamName.project;
location = readStreamName.location;
session = readStreamName.session;
stream = readStreamName.stream;
this.project = readStreamName.project;
this.location = readStreamName.location;
this.session = readStreamName.session;
this.stream = readStreamName.stream;
}

public ReadStreamName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ public Builder setTable(String table) {
}

private Builder(TableName tableName) {
project = tableName.project;
dataset = tableName.dataset;
table = tableName.table;
this.project = tableName.project;
this.dataset = tableName.dataset;
this.table = tableName.table;
}

public TableName 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 setSession(String session) {
}

private Builder(ReadSessionName readSessionName) {
project = readSessionName.project;
location = readSessionName.location;
session = readSessionName.session;
this.project = readSessionName.project;
this.location = readSessionName.location;
this.session = readSessionName.session;
}

public ReadSessionName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ public Builder setStream(String stream) {
}

private Builder(StreamName streamName) {
project = streamName.project;
location = streamName.location;
stream = streamName.stream;
this.project = streamName.project;
this.location = streamName.location;
this.stream = streamName.stream;
}

public StreamName 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 setSession(String session) {
}

private Builder(ReadSessionName readSessionName) {
project = readSessionName.project;
location = readSessionName.location;
session = readSessionName.session;
this.project = readSessionName.project;
this.location = readSessionName.location;
this.session = readSessionName.session;
}

public ReadSessionName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ public Builder setStream(String stream) {
}

private Builder(ReadStreamName readStreamName) {
project = readStreamName.project;
location = readStreamName.location;
session = readStreamName.session;
stream = readStreamName.stream;
this.project = readStreamName.project;
this.location = readStreamName.location;
this.session = readStreamName.session;
this.stream = readStreamName.stream;
}

public ReadStreamName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ public Builder setTable(String table) {
}

private Builder(TableName tableName) {
project = tableName.project;
dataset = tableName.dataset;
table = tableName.table;
this.project = tableName.project;
this.dataset = tableName.dataset;
this.table = tableName.table;
}

public TableName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ public Builder setStream(String stream) {
}

private Builder(WriteStreamName writeStreamName) {
project = writeStreamName.project;
dataset = writeStreamName.dataset;
table = writeStreamName.table;
stream = writeStreamName.stream;
this.project = writeStreamName.project;
this.dataset = writeStreamName.dataset;
this.table = writeStreamName.table;
this.stream = writeStreamName.stream;
}

public WriteStreamName build() {
Expand Down
14 changes: 7 additions & 7 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "224cabad99856d80ce0b922388997efcdcf247c2"
"sha": "7248e459b7c9cdeac573f4bd03cb618d138a7618"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "08c4eeb531c01ad031134dca94b18e3f7dd35902",
"internalRef": "378718217"
"sha": "551681f25e36b11829e87e580281350461f4f3f5",
"internalRef": "379784268"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "08c4eeb531c01ad031134dca94b18e3f7dd35902",
"internalRef": "378718217"
"sha": "551681f25e36b11829e87e580281350461f4f3f5",
"internalRef": "379784268"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "08c4eeb531c01ad031134dca94b18e3f7dd35902",
"internalRef": "378718217"
"sha": "551681f25e36b11829e87e580281350461f4f3f5",
"internalRef": "379784268"
}
},
{
Expand Down

0 comments on commit 4dd13b1

Please sign in to comment.