Class EntityTypeName.Builder (3.42.0)

public static class EntityTypeName.Builder

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

Inheritance

java.lang.Object > EntityTypeName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public EntityTypeName build()
Returns
TypeDescription
EntityTypeName

getEntityType()

public String getEntityType()
Returns
TypeDescription
String

getFeaturestore()

public String getFeaturestore()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setEntityType(String entityType)

public EntityTypeName.Builder setEntityType(String entityType)
Parameter
NameDescription
entityTypeString
Returns
TypeDescription
EntityTypeName.Builder

setFeaturestore(String featurestore)

public EntityTypeName.Builder setFeaturestore(String featurestore)
Parameter
NameDescription
featurestoreString
Returns
TypeDescription
EntityTypeName.Builder

setLocation(String location)

public EntityTypeName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
EntityTypeName.Builder

setProject(String project)

public EntityTypeName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
EntityTypeName.Builder