Uses of Class
com.google.cloud.datacatalog.v1beta1.EntryName
-
Packages that use EntryName Package Description com.google.cloud.datacatalog.v1beta1 A client to Google Cloud Data Catalog API -
-
Uses of EntryName in com.google.cloud.datacatalog.v1beta1
Methods in com.google.cloud.datacatalog.v1beta1 that return EntryName Modifier and Type Method Description EntryName
EntryName.Builder. build()
static EntryName
EntryName. of(String project, String location, String entryGroup, String entry)
static EntryName
EntryName. parse(String formattedString)
Methods in com.google.cloud.datacatalog.v1beta1 that return types with arguments of type EntryName Modifier and Type Method Description static List<EntryName>
EntryName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.datacatalog.v1beta1 with parameters of type EntryName Modifier and Type Method Description Tag
DataCatalogClient. createTag(EntryName parent, Tag tag)
Creates a tag on an [Entry][google.cloud.datacatalog.v1beta1.Entry].void
DataCatalogClient. deleteEntry(EntryName name)
Deletes an existing entry.void
DataCatalogClient. deleteTag(EntryName name)
Deletes a tag.Entry
DataCatalogClient. getEntry(EntryName name)
Gets an entry.DataCatalogClient.ListTagsPagedResponse
DataCatalogClient. listTags(EntryName parent)
Lists tags assigned to an [Entry][google.cloud.datacatalog.v1beta1.Entry].Method parameters in com.google.cloud.datacatalog.v1beta1 with type arguments of type EntryName Modifier and Type Method Description static List<String>
EntryName. toStringList(List<EntryName> values)
-