Class VersionName.ProjectLocationVersionBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.VersionName.ProjectLocationVersionBuilder
-
- Enclosing class:
- VersionName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class VersionName.ProjectLocationVersionBuilder extends Object
Builder for projects/{project}/locations/{location}/agent/versions/{version}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationVersionBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VersionName
build()
String
getLocation()
String
getProject()
String
getVersion()
VersionName.ProjectLocationVersionBuilder
setLocation(String location)
VersionName.ProjectLocationVersionBuilder
setProject(String project)
VersionName.ProjectLocationVersionBuilder
setVersion(String version)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getVersion
public String getVersion()
-
setProject
public VersionName.ProjectLocationVersionBuilder setProject(String project)
-
setLocation
public VersionName.ProjectLocationVersionBuilder setLocation(String location)
-
setVersion
public VersionName.ProjectLocationVersionBuilder setVersion(String version)
-
build
public VersionName build()
-
-