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 protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VersionName
build()
String
getAgent()
String
getFlow()
String
getLocation()
String
getProject()
String
getVersion()
VersionName.Builder
setAgent(String agent)
VersionName.Builder
setFlow(String flow)
VersionName.Builder
setLocation(String location)
VersionName.Builder
setProject(String project)
VersionName.Builder
setVersion(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()
-
-