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