public static class FeatureName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FeatureName |
build() |
String |
getEntityType() |
String |
getFeature() |
String |
getFeaturestore() |
String |
getLocation() |
String |
getProject() |
FeatureName.Builder |
setEntityType(String entityType) |
FeatureName.Builder |
setFeature(String feature) |
FeatureName.Builder |
setFeaturestore(String featurestore) |
FeatureName.Builder |
setLocation(String location) |
FeatureName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getFeaturestore()
public String getEntityType()
public String getFeature()
public FeatureName.Builder setProject(String project)
public FeatureName.Builder setLocation(String location)
public FeatureName.Builder setFeaturestore(String featurestore)
public FeatureName.Builder setEntityType(String entityType)
public FeatureName.Builder setFeature(String feature)
public FeatureName build()
Copyright © 2023 Google LLC. All rights reserved.