Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release gapic-generator-java v1.0.13 #1137

Merged
merged 1 commit into from
Jun 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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