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