Class FlowName.Builder (0.54.0)

public static class FlowName.Builder

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

Inheritance

java.lang.Object > FlowName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public FlowName build()
Returns
Type Description
FlowName

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 FlowName.Builder setAgent(String agent)
Parameter
Name Description
agent String
Returns
Type Description
FlowName.Builder

setFlow(String flow)

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

setLocation(String location)

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

setProject(String project)

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