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 EntityName
EntityName.Builder. build()
static EntityName
EntityName. of(String project, String location, String lake, String zone, String entity)
static EntityName
EntityName. 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 Partition
MetadataServiceClient. createPartition(EntityName parent, Partition partition)
Create a metadata partition.void
MetadataServiceClient. deleteEntity(EntityName name)
Delete a metadata entity.Entity
MetadataServiceClient. getEntity(EntityName name)
Get a metadata entity.MetadataServiceClient.ListPartitionsPagedResponse
MetadataServiceClient. 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)
-