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 (#329)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/9ecc150a-b534-4828-a151-dffe9fa42676/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)

PiperOrigin-RevId: 379784268
Source-Link: googleapis/googleapis@551681f
  • Loading branch information
yoshi-automation committed Jul 1, 2021
1 parent bc609ac commit f480159
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/grafeas/v1/NoteName.java
Expand Up @@ -180,8 +180,8 @@ public Builder setNote(String note) {
}

private Builder(NoteName noteName) {
project = noteName.project;
note = noteName.note;
this.project = noteName.project;
this.note = noteName.note;
}

public NoteName build() {
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/grafeas/v1/OccurrenceName.java
Expand Up @@ -181,8 +181,8 @@ public Builder setOccurrence(String occurrence) {
}

private Builder(OccurrenceName occurrenceName) {
project = occurrenceName.project;
occurrence = occurrenceName.occurrence;
this.project = occurrenceName.project;
this.occurrence = occurrenceName.occurrence;
}

public OccurrenceName build() {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/grafeas/v1/ProjectName.java
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
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-grafeas.git",
"sha": "1f3b0392993ca10800c03de014309b116f9f3753"
"sha": "1135609987044590b564a7fac0f45317f6127af0"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "08c4eeb531c01ad031134dca94b18e3f7dd35902",
"internalRef": "378718217"
"sha": "551681f25e36b11829e87e580281350461f4f3f5",
"internalRef": "379784268"
}
},
{
Expand Down

0 comments on commit f480159

Please sign in to comment.