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