Class TestCaseResultName.Builder
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.TestCaseResultName.Builder
-
- Enclosing class:
- TestCaseResultName
public static class TestCaseResultName.Builder extends Object
Builder for projects/{project}/locations/{location}/agents/{agent}/testCases/{test_case}/results/{result}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestCaseResultNamebuild()StringgetAgent()StringgetLocation()StringgetProject()StringgetResult()StringgetTestCase()TestCaseResultName.BuildersetAgent(String agent)TestCaseResultName.BuildersetLocation(String location)TestCaseResultName.BuildersetProject(String project)TestCaseResultName.BuildersetResult(String result)TestCaseResultName.BuildersetTestCase(String testCase)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAgent
public String getAgent()
-
getTestCase
public String getTestCase()
-
getResult
public String getResult()
-
setProject
public TestCaseResultName.Builder setProject(String project)
-
setLocation
public TestCaseResultName.Builder setLocation(String location)
-
setAgent
public TestCaseResultName.Builder setAgent(String agent)
-
setTestCase
public TestCaseResultName.Builder setTestCase(String testCase)
-
setResult
public TestCaseResultName.Builder setResult(String result)
-
build
public TestCaseResultName build()
-
-