@Generated(value="by gapic-generator-java") public class EntityTypeName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityTypeName.Builder
Builder for
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
EntityTypeName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String featurestore,
String entityType) |
String |
getEntityType() |
String |
getFeaturestore() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static EntityTypeName.Builder |
newBuilder() |
static EntityTypeName |
of(String project,
String location,
String featurestore,
String entityType) |
static EntityTypeName |
parse(String formattedString) |
static List<EntityTypeName> |
parseList(List<String> formattedStrings) |
EntityTypeName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<EntityTypeName> values) |
@Deprecated protected EntityTypeName()
public String getProject()
public String getLocation()
public String getFeaturestore()
public String getEntityType()
public static EntityTypeName.Builder newBuilder()
public EntityTypeName.Builder toBuilder()
public static EntityTypeName of(String project, String location, String featurestore, String entityType)
public static String format(String project, String location, String featurestore, String entityType)
public static EntityTypeName parse(String formattedString)
public static List<EntityTypeName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<EntityTypeName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2023 Google LLC. All rights reserved.