Package com.google.cloud.dialogflow.v2
Class EntityTypeName.ProjectLocationEntityTypeBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.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 ObjectBuilder for projects/{project}/locations/{location}/agent/entityTypes/{entity_type}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectLocationEntityTypeBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityTypeNamebuild()StringgetEntityType()StringgetLocation()StringgetProject()EntityTypeName.ProjectLocationEntityTypeBuildersetEntityType(String entityType)EntityTypeName.ProjectLocationEntityTypeBuildersetLocation(String location)EntityTypeName.ProjectLocationEntityTypeBuildersetProject(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()
-
-