Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
chore: release gapic-generator-java v1.0.13 (#134)
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 6381003 commit c3ec5d7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
Expand Up @@ -248,10 +248,10 @@ public Builder setExecution(String execution) {
}

private Builder(ExecutionName executionName) {
project = executionName.project;
location = executionName.location;
workflow = executionName.workflow;
execution = executionName.execution;
this.project = executionName.project;
this.location = executionName.location;
this.workflow = executionName.workflow;
this.execution = executionName.execution;
}

public ExecutionName build() {
Expand Down
Expand Up @@ -211,9 +211,9 @@ public Builder setWorkflow(String workflow) {
}

private Builder(WorkflowName workflowName) {
project = workflowName.project;
location = workflowName.location;
workflow = workflowName.workflow;
this.project = workflowName.project;
this.location = workflowName.location;
this.workflow = workflowName.workflow;
}

public WorkflowName build() {
Expand Down
Expand Up @@ -248,10 +248,10 @@ public Builder setExecution(String execution) {
}

private Builder(ExecutionName executionName) {
project = executionName.project;
location = executionName.location;
workflow = executionName.workflow;
execution = executionName.execution;
this.project = executionName.project;
this.location = executionName.location;
this.workflow = executionName.workflow;
this.execution = executionName.execution;
}

public ExecutionName build() {
Expand Down
Expand Up @@ -211,9 +211,9 @@ public Builder setWorkflow(String workflow) {
}

private Builder(WorkflowName workflowName) {
project = workflowName.project;
location = workflowName.location;
workflow = workflowName.workflow;
this.project = workflowName.project;
this.location = workflowName.location;
this.workflow = workflowName.workflow;
}

public WorkflowName build() {
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata
Expand Up @@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-workflow-executions.git",
"sha": "798bbd171403384569b3e3e273df94b67cd2bf02"
"sha": "71cf7fcf92e395899e37273efedc046a1b101d7e"
}
},
{
"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 c3ec5d7

Please sign in to comment.