Class VersionName.Builder
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3.VersionName.Builder
-
- Enclosing class:
- VersionName
public static class VersionName.Builder extends Object
Builder for projects/{project}/locations/{location}/agents/{agent}/flows/{flow}/versions/{version}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VersionNamebuild()StringgetAgent()StringgetFlow()StringgetLocation()StringgetProject()StringgetVersion()VersionName.BuildersetAgent(String agent)VersionName.BuildersetFlow(String flow)VersionName.BuildersetLocation(String location)VersionName.BuildersetProject(String project)VersionName.BuildersetVersion(String version)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAgent
public String getAgent()
-
getFlow
public String getFlow()
-
getVersion
public String getVersion()
-
setProject
public VersionName.Builder setProject(String project)
-
setLocation
public VersionName.Builder setLocation(String location)
-
setAgent
public VersionName.Builder setAgent(String agent)
-
setFlow
public VersionName.Builder setFlow(String flow)
-
setVersion
public VersionName.Builder setVersion(String version)
-
build
public VersionName build()
-
-