Google Cloud Data Catalog API (datacatalog:v1)

2021-12-09

2 new methods

Additions

    Methods
  • datacatalog.projects.locations.entryGroups.entries.unstar

      Path : v1/{+name}:unstar

      HTTP Method : POST

      Parameters :

        name

          Required : Yes

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+/entries/[^/]+$

          Type : string

          Description : Required. The name of the entry to mark as **not** starred.

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries/{entriesId}:unstar

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Marks an Entry as NOT starred by the current user. Starring information is private to each user.

      Parameter Order : name

  • datacatalog.projects.locations.entryGroups.entries.star

      Description : Marks an Entry as starred by the current user. Starring information is private to each user.

      HTTP Method : POST

      Path : v1/{+name}:star

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Type : string

          Description : Required. The name of the entry to mark as starred.

          Pattern : ^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+/entries/[^/]+$

          Required : Yes

          Location : path

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entries/{entriesId}:star