Class FeatureName.Builder (3.42.0)

public static class FeatureName.Builder

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

Inheritance

java.lang.Object > FeatureName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public FeatureName build()
Returns
TypeDescription
FeatureName

getEntityType()

public String getEntityType()
Returns
TypeDescription
String

getFeature()

public String getFeature()
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 FeatureName.Builder setEntityType(String entityType)
Parameter
NameDescription
entityTypeString
Returns
TypeDescription
FeatureName.Builder

setFeature(String feature)

public FeatureName.Builder setFeature(String feature)
Parameter
NameDescription
featureString
Returns
TypeDescription
FeatureName.Builder

setFeaturestore(String featurestore)

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

setLocation(String location)

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

setProject(String project)

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