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

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

getVersion()

public String getVersion()
Returns
TypeDescription
String

setAgent(String agent)

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

setFlow(String flow)

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

setLocation(String location)

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

setProject(String project)

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

setVersion(String version)

public VersionName.Builder setVersion(String version)
Parameter
NameDescription
versionString
Returns
TypeDescription
VersionName.Builder