Class TestCaseName.Builder (0.52.0)

public static class TestCaseName.Builder

Builder for projects/{project}/locations/{location}/agents/{agent}/testCases/{test_case}.

Inheritance

java.lang.Object > TestCaseName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public TestCaseName build()
Returns
TypeDescription
TestCaseName

getAgent()

public String getAgent()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getTestCase()

public String getTestCase()
Returns
TypeDescription
String

setAgent(String agent)

public TestCaseName.Builder setAgent(String agent)
Parameter
NameDescription
agentString
Returns
TypeDescription
TestCaseName.Builder

setLocation(String location)

public TestCaseName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
TestCaseName.Builder

setProject(String project)

public TestCaseName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
TestCaseName.Builder

setTestCase(String testCase)

public TestCaseName.Builder setTestCase(String testCase)
Parameter
NameDescription
testCaseString
Returns
TypeDescription
TestCaseName.Builder