public static class FlowValidationResultName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FlowValidationResultName |
build() |
String |
getAgent() |
String |
getFlow() |
String |
getLocation() |
String |
getProject() |
FlowValidationResultName.Builder |
setAgent(String agent) |
FlowValidationResultName.Builder |
setFlow(String flow) |
FlowValidationResultName.Builder |
setLocation(String location) |
FlowValidationResultName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getAgent()
public String getFlow()
public FlowValidationResultName.Builder setProject(String project)
public FlowValidationResultName.Builder setLocation(String location)
public FlowValidationResultName.Builder setAgent(String agent)
public FlowValidationResultName.Builder setFlow(String flow)
public FlowValidationResultName build()
Copyright © 2025 Google LLC. All rights reserved.