Skip to content

Commit 67d72f1

Browse files
1 parent dce6793 commit 67d72f1

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

src/CloudDataplex/Resource/ProjectsLocations.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@ public function listProjectsLocations($name, $optParams = [])
7474
return $this->call('list', [$params], GoogleCloudLocationListLocationsResponse::class);
7575
}
7676
/**
77-
* Looks up an entry by name using the permission on the source system.
77+
* Looks up an entry by name using the permission on the source system. Caution:
78+
* The Vertex AI, Bigtable, Spanner, Pub/Sub, Dataform, and Dataproc Metastore
79+
* metadata that is stored in Dataplex Universal Catalog is changing. For more
80+
* information, see Changes to metadata stored in Dataplex Universal Catalog
81+
* (https://cloud.google.com/dataplex/docs/metadata-changes).
7882
* (locations.lookupEntry)
7983
*
8084
* @param string $name Required. The project to which the request should be

src/CloudDataplex/Resource/ProjectsLocationsEntryGroupsEntries.php

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)