Uses of Class
com.google.cloud.datacatalog.v1.EntryName
-
Packages that use EntryName Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog API -
-
Uses of EntryName in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 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.v1 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.v1 with parameters of type EntryName Modifier and Type Method Description Tag
DataCatalogClient. createTag(EntryName parent, Tag tag)
Creates a tag and assigns it to: An [Entry][google.cloud.datacatalog.v1.Entry] if the method name is `projects.locations.entryGroups.entries.tags.create`.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.v1.Entry].StarEntryResponse
DataCatalogClient. starEntry(EntryName name)
Marks an [Entry][google.cloud.datacatalog.v1.Entry] as starred by the current user.UnstarEntryResponse
DataCatalogClient. unstarEntry(EntryName name)
Marks an [Entry][google.cloud.datacatalog.v1.Entry] as NOT starred by the current user.Method parameters in com.google.cloud.datacatalog.v1 with type arguments of type EntryName Modifier and Type Method Description static List<String>
EntryName. toStringList(List<EntryName> values)
-