Class CloudKnowledgeGraphEntityName
- java.lang.Object
-
- com.google.cloud.enterpriseknowledgegraph.v1.CloudKnowledgeGraphEntityName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class CloudKnowledgeGraphEntityName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCloudKnowledgeGraphEntityName.BuilderBuilder for projects/{project}/locations/{location}/cloudKnowledgeGraphEntities/{cloud_knowledge_graph_entity}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedCloudKnowledgeGraphEntityName()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Stringformat(String project, String location, String cloudKnowledgeGraphEntity)StringgetCloudKnowledgeGraphEntity()StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLocation()StringgetProject()inthashCode()static booleanisParsableFrom(String formattedString)static CloudKnowledgeGraphEntityName.BuildernewBuilder()static CloudKnowledgeGraphEntityNameof(String project, String location, String cloudKnowledgeGraphEntity)static CloudKnowledgeGraphEntityNameparse(String formattedString)static List<CloudKnowledgeGraphEntityName>parseList(List<String> formattedStrings)CloudKnowledgeGraphEntityName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<CloudKnowledgeGraphEntityName> values)
-
-
-
Constructor Detail
-
CloudKnowledgeGraphEntityName
@Deprecated protected CloudKnowledgeGraphEntityName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCloudKnowledgeGraphEntity
public String getCloudKnowledgeGraphEntity()
-
newBuilder
public static CloudKnowledgeGraphEntityName.Builder newBuilder()
-
toBuilder
public CloudKnowledgeGraphEntityName.Builder toBuilder()
-
of
public static CloudKnowledgeGraphEntityName of(String project, String location, String cloudKnowledgeGraphEntity)
-
format
public static String format(String project, String location, String cloudKnowledgeGraphEntity)
-
parse
public static CloudKnowledgeGraphEntityName parse(String formattedString)
-
parseList
public static List<CloudKnowledgeGraphEntityName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<CloudKnowledgeGraphEntityName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
-