public static class WorkflowInvocationName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowInvocationName |
build() |
String |
getLocation() |
String |
getProject() |
String |
getRepository() |
String |
getWorkflowInvocation() |
WorkflowInvocationName.Builder |
setLocation(String location) |
WorkflowInvocationName.Builder |
setProject(String project) |
WorkflowInvocationName.Builder |
setRepository(String repository) |
WorkflowInvocationName.Builder |
setWorkflowInvocation(String workflowInvocation) |
public String getProject()
public String getLocation()
public String getRepository()
public String getWorkflowInvocation()
public WorkflowInvocationName.Builder setProject(String project)
public WorkflowInvocationName.Builder setLocation(String location)
public WorkflowInvocationName.Builder setRepository(String repository)
public WorkflowInvocationName.Builder setWorkflowInvocation(String workflowInvocation)
public WorkflowInvocationName build()
Copyright © 2024 Google LLC. All rights reserved.