Class FlowValidationResultName.Builder (0.52.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
TypeDescription
FlowValidationResultName

getAgent()

public String getAgent()
Returns
TypeDescription
String

getFlow()

public String getFlow()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setAgent(String agent)

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

setFlow(String flow)

public FlowValidationResultName.Builder setFlow(String flow)
Parameter
NameDescription
flowString
Returns
TypeDescription
FlowValidationResultName.Builder

setLocation(String location)

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

setProject(String project)

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