Preview
This product is subject to the "Pre-GA Offerings Terms" in the General Service Terms section of the Service Specific Terms . You can process personal data for this product as outlined in the Cloud Data Processing Addendum , subject to the obligations and restrictions described in the agreement under which you access Google Cloud. Pre-GA products are available "as is" and might have limited support. For more information, see the launch stage descriptions .
Updates to the request
-  New Google Knowledge Graph Search API introduces two editions, BasicandAdvanced. For more information, see Basic and Advanced editions .
-  To support security and compliance requirements, move to a new prediction endpoint. If planning to use the Basicedition, use a new access token or a service account for this API and replace your endpoint URL as shown here:
Legacy
 https://kgsearch.googleapis.com/v1/entities 
 
Updated
 https://enterpriseknowledgegraph.googleapis.com/v1/projects/ PROJECT_ID 
/locations/global/publicKnowledgeGraphEntities 
 
Updates to the response
-  Cloud Knowledge Graph MID becomes the primary MID ( identifier) for the entity. You can still find the Google Knowledge Graph MID in theidentifiersection for backward compatibility. For more information, see Understand Machine ID (MID) ."identifier" : [ { "@type" : "PropertyValue" , "propertyID" : "googleKgMID" , "value" : "/m/06pwq" } ]
-  The additionalPropertyhas been added to describe the license requirement for thenamefield."additionalProperty" : { "@type" : "PropertyValue" , "name" : "nameLicense" , "value" : "https://cloud.google.com/maps-platform/terms" }
-  The resultScorefield has been removed from the response.

