Class FlowValidationResultName.Builder
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.FlowValidationResultName.Builder
-
- Enclosing class:
- FlowValidationResultName
public static class FlowValidationResultName.Builder extends Object
Builder for projects/{project}/locations/{location}/agents/{agent}/flows/{flow}/validationResult.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowValidationResultNamebuild()StringgetAgent()StringgetFlow()StringgetLocation()StringgetProject()FlowValidationResultName.BuildersetAgent(String agent)FlowValidationResultName.BuildersetFlow(String flow)FlowValidationResultName.BuildersetLocation(String location)FlowValidationResultName.BuildersetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAgent
public String getAgent()
-
getFlow
public String getFlow()
-
setProject
public FlowValidationResultName.Builder setProject(String project)
-
setLocation
public FlowValidationResultName.Builder setLocation(String location)
-
setAgent
public FlowValidationResultName.Builder setAgent(String agent)
-
setFlow
public FlowValidationResultName.Builder setFlow(String flow)
-
build
public FlowValidationResultName build()
-
-