Uses of Class
com.google.cloud.dataplex.v1.EntityName
-
Packages that use EntityName Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of EntityName in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return EntityName Modifier and Type Method Description EntityNameEntityName.Builder. build()static EntityNameEntityName. of(String project, String location, String lake, String zone, String entity)static EntityNameEntityName. parse(String formattedString)Methods in com.google.cloud.dataplex.v1 that return types with arguments of type EntityName Modifier and Type Method Description static List<EntityName>EntityName. parseList(List<String> formattedStrings)Methods in com.google.cloud.dataplex.v1 with parameters of type EntityName Modifier and Type Method Description PartitionMetadataServiceClient. createPartition(EntityName parent, Partition partition)Create a metadata partition.voidMetadataServiceClient. deleteEntity(EntityName name)Delete a metadata entity.EntityMetadataServiceClient. getEntity(EntityName name)Get a metadata entity.MetadataServiceClient.ListPartitionsPagedResponseMetadataServiceClient. listPartitions(EntityName parent)List metadata partitions of an entity.Method parameters in com.google.cloud.dataplex.v1 with type arguments of type EntityName Modifier and Type Method Description static List<String>EntityName. toStringList(List<EntityName> values)
-