Class VersionName.Builder (0.54.0)

public static class VersionName.Builder

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

Inheritance

java.lang.Object > VersionName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public VersionName build()
Returns
Type Description
VersionName

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

getVersion()

public String getVersion()
Returns
Type Description
String

setAgent(String agent)

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

setFlow(String flow)

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

setLocation(String location)

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

setProject(String project)

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

setVersion(String version)

public VersionName.Builder setVersion(String version)
Parameter
Name Description
version String
Returns
Type Description
VersionName.Builder