Class TestCaseResultName.Builder (0.14.7)

public static class TestCaseResultName.Builder

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

Inheritance

java.lang.Object > TestCaseResultName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public TestCaseResultName build()
Returns
TypeDescription
TestCaseResultName

getAgent()

public String getAgent()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getResult()

public String getResult()
Returns
TypeDescription
String

getTestCase()

public String getTestCase()
Returns
TypeDescription
String

setAgent(String agent)

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

setLocation(String location)

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

setProject(String project)

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

setResult(String result)

public TestCaseResultName.Builder setResult(String result)
Parameter
NameDescription
resultString
Returns
TypeDescription
TestCaseResultName.Builder

setTestCase(String testCase)

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