@@ -76,7 +76,11 @@ public function delete($name, $optParams = [])
7676 return $ this ->call ('delete ' , [$ params ], GoogleCloudDataplexV1Entry::class);
7777 }
7878 /**
79- * Gets an Entry. (entries.get)
79+ * Gets an Entry. Caution: The Vertex AI, Bigtable, Spanner, Pub/Sub, Dataform,
80+ * and Dataproc Metastore metadata that is stored in Dataplex Universal Catalog
81+ * is changing. For more information, see Changes to metadata stored in Dataplex
82+ * Universal Catalog (https://cloud.google.com/dataplex/docs/metadata-changes).
83+ * (entries.get)
8084 *
8185 * @param string $name Required. The resource name of the Entry: projects/{proje
8286 * ct}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
@@ -99,7 +103,11 @@ public function get($name, $optParams = [])
99103 return $ this ->call ('get ' , [$ params ], GoogleCloudDataplexV1Entry::class);
100104 }
101105 /**
102- * Lists Entries within an EntryGroup.
106+ * Lists Entries within an EntryGroup. Caution: The Vertex AI, Bigtable,
107+ * Spanner, Pub/Sub, Dataform, and Dataproc Metastore metadata that is stored in
108+ * Dataplex Universal Catalog is changing. For more information, see Changes to
109+ * metadata stored in Dataplex Universal Catalog
110+ * (https://cloud.google.com/dataplex/docs/metadata-changes).
103111 * (entries.listProjectsLocationsEntryGroupsEntries)
104112 *
105113 * @param string $parent Required. The resource name of the parent Entry Group:
0 commit comments