Class FlowValidationResultName.Builder (0.54.0)

public static class FlowValidationResultName.Builder

Builder for projects/{project}/locations/{location}/agents/{agent}/flows/{flow}/validationResult.

Inheritance

java.lang.Object > FlowValidationResultName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public FlowValidationResultName build()
Returns
Type Description
FlowValidationResultName

getAgent()

public String getAgent()
Returns
Type Description
String

getFlow()

public String getFlow()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setAgent(String agent)

public FlowValidationResultName.Builder setAgent(String agent)
Parameter
Name Description
agent String
Returns
Type Description
FlowValidationResultName.Builder

setFlow(String flow)

public FlowValidationResultName.Builder setFlow(String flow)
Parameter
Name Description
flow String
Returns
Type Description
FlowValidationResultName.Builder

setLocation(String location)

public FlowValidationResultName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
FlowValidationResultName.Builder

setProject(String project)

public FlowValidationResultName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
FlowValidationResultName.Builder