Class EntityTypeName.ProjectLocationEntityTypeBuilder (4.29.0)

See more code actions.
public static class EntityTypeName.ProjectLocationEntityTypeBuilder

Builder for projects/{project}/locations/{location}/agent/entityTypes/{entity_type}.

java.lang.Object > EntityTypeName.ProjectLocationEntityTypeBuilder

Constructors

ProjectLocationEntityTypeBuilder()

protected ProjectLocationEntityTypeBuilder()

Methods

build()

public EntityTypeName build()
Returns
Type Description
EntityTypeName

getEntityType()

public String getEntityType()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setEntityType(String entityType)

public EntityTypeName.ProjectLocationEntityTypeBuilder setEntityType(String entityType)
Parameter
Name Description
entityType String

setLocation(String location)

public EntityTypeName.ProjectLocationEntityTypeBuilder setLocation(String location)
Parameter
Name Description
location String

setProject(String project)

public EntityTypeName.ProjectLocationEntityTypeBuilder setProject(String project)
Parameter
Name Description
project String