@Generated(value="by gapic-generator-java") public class CloudKnowledgeGraphEntityName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudKnowledgeGraphEntityName.Builder
Builder for
projects/{project}/locations/{location}/cloudKnowledgeGraphEntities/{cloud_knowledge_graph_entity}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CloudKnowledgeGraphEntityName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String cloudKnowledgeGraphEntity) |
String |
getCloudKnowledgeGraphEntity() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static CloudKnowledgeGraphEntityName.Builder |
newBuilder() |
static CloudKnowledgeGraphEntityName |
of(String project,
String location,
String cloudKnowledgeGraphEntity) |
static CloudKnowledgeGraphEntityName |
parse(String formattedString) |
static List<CloudKnowledgeGraphEntityName> |
parseList(List<String> formattedStrings) |
CloudKnowledgeGraphEntityName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<CloudKnowledgeGraphEntityName> values) |
@Deprecated protected CloudKnowledgeGraphEntityName()
public String getProject()
public String getLocation()
public String getCloudKnowledgeGraphEntity()
public static CloudKnowledgeGraphEntityName.Builder newBuilder()
public CloudKnowledgeGraphEntityName.Builder toBuilder()
public static CloudKnowledgeGraphEntityName of(String project, String location, String cloudKnowledgeGraphEntity)
public static String format(String project, String location, String cloudKnowledgeGraphEntity)
public static CloudKnowledgeGraphEntityName parse(String formattedString)
public static List<CloudKnowledgeGraphEntityName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<CloudKnowledgeGraphEntityName> 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 © 2024 Google LLC. All rights reserved.