@@ -589,7 +589,11 @@ def list_project_locations(name, extra_location_types: nil, filter: nil, page_si
589589 execute_or_queue_command(command, &block)
590590 end
591591
592- # Looks up an entry by name using the permission on the source system.
592+ # Looks up an entry by name using the permission on the source system. Caution:
593+ # The Vertex AI, Bigtable, Spanner, Pub/Sub, Dataform, and Dataproc Metastore
594+ # metadata that is stored in Dataplex Universal Catalog is changing. For more
595+ # information, see Changes to metadata stored in Dataplex Universal Catalog (
596+ # https://cloud.google.com/dataplex/docs/metadata-changes).
593597 # @param [String] name
594598 # Required. The project to which the request should be attributed in the
595599 # following form: projects/`project`/locations/`location`.
@@ -3066,7 +3070,10 @@ def delete_project_location_entry_group_entry(name, fields: nil, quota_user: nil
30663070 execute_or_queue_command(command, &block)
30673071 end
30683072
3069- # Gets an Entry.
3073+ # Gets an Entry. Caution: The Vertex AI, Bigtable, Spanner, Pub/Sub, Dataform,
3074+ # and Dataproc Metastore metadata that is stored in Dataplex Universal Catalog
3075+ # is changing. For more information, see Changes to metadata stored in Dataplex
3076+ # Universal Catalog (https://cloud.google.com/dataplex/docs/metadata-changes).
30703077 # @param [String] name
30713078 # Required. The resource name of the Entry: projects/`project`/locations/`
30723079 # location`/entryGroups/`entry_group`/entries/`entry`.
@@ -3108,7 +3115,11 @@ def get_project_location_entry_group_entry(name, aspect_types: nil, paths: nil,
31083115 execute_or_queue_command(command, &block)
31093116 end
31103117
3111- # Lists Entries within an EntryGroup.
3118+ # Lists Entries within an EntryGroup. Caution: The Vertex AI, Bigtable, Spanner,
3119+ # Pub/Sub, Dataform, and Dataproc Metastore metadata that is stored in Dataplex
3120+ # Universal Catalog is changing. For more information, see Changes to metadata
3121+ # stored in Dataplex Universal Catalog (https://cloud.google.com/dataplex/docs/
3122+ # metadata-changes).
31123123 # @param [String] parent
31133124 # Required. The resource name of the parent Entry Group: projects/`project`/
31143125 # locations/`location`/entryGroups/`entry_group`.
0 commit comments