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 class
CloudKnowledgeGraphEntityName.Builder
Builder for projects/{project}/locations/{location}/cloudKnowledgeGraphEntities/{cloud_knowledge_graph_entity}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
CloudKnowledgeGraphEntityName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
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:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-