@@ -5581,6 +5581,11 @@ message DiscoveryCloudSqlGenerationCadence {
55815581 // frequency regardless of whether the underlying tables have changed.
55825582 // Defaults to never.
55835583 DataProfileUpdateFrequency refresh_frequency = 2 ;
5584+
5585+ // Governs when to update data profiles when the inspection rules
5586+ // defined by the `InspectTemplate` change.
5587+ // If not set, changing the template will not cause a data profile to update.
5588+ DiscoveryInspectTemplateModifiedCadence inspect_template_modified_cadence = 3 ;
55845589}
55855590
55865591// Discovery target for credentials and secrets in cloud resource metadata.
@@ -7502,10 +7507,12 @@ message FileClusterSummary {
75027507 repeated Error errors = 6 ;
75037508
75047509 // A sample of file types scanned in this cluster. Empty if no files were
7505- // scanned.
7510+ // scanned. File extensions can be derived from the file name or the file
7511+ // content.
75067512 repeated FileExtensionInfo file_extensions_scanned = 7 ;
75077513
75087514 // A sample of file types seen in this cluster. Empty if no files were seen.
7515+ // File extensions can be derived from the file name or the file content.
75097516 repeated FileExtensionInfo file_extensions_seen = 8 ;
75107517
75117518 // True if no files exist in this cluster. If the bucket had more files than
@@ -7593,6 +7600,10 @@ message ListFileStoreDataProfilesRequest {
75937600 // * Supported fields/values:
75947601 // - `project_id` - The Google Cloud project ID.
75957602 // - `file_store_path` - The path like "gs://bucket".
7603+ // - `data_source_type` - The profile's data source type, like
7604+ // "google/storage/bucket".
7605+ // - `data_storage_location` - The location where the file store's data is
7606+ // stored, like "us-central1".
75967607 // - `sensitivity_level` - HIGH|MODERATE|LOW
75977608 // - `data_risk_level` - HIGH|MODERATE|LOW
75987609 // - `resource_visibility`: PUBLIC|RESTRICTED
0 commit comments