Skip to content

Commit a575a65

Browse files
feat(dlp): update the api
#### dlp:v2 The following keys were added: - schemas.GooglePrivacyDlpV2DataProfileFinding (Total Keys: 18) - schemas.GooglePrivacyDlpV2Export.properties.sampleFindingsTable.$ref (Total Keys: 1) - schemas.GooglePrivacyDlpV2FileStoreDataProfile.properties.sampleFindingsTable.$ref (Total Keys: 1) - schemas.GooglePrivacyDlpV2TableDataProfile.properties.sampleFindingsTable.$ref (Total Keys: 1)
1 parent cc14619 commit a575a65

7 files changed

+273
-1
lines changed

docs/dyn/dlp_v2.organizations.locations.discoveryConfigs.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ <h3>Method Details</h3>
121121
&quot;projectId&quot;: &quot;A String&quot;, # The Google Cloud project ID of the project containing the table. If omitted, project ID is inferred from the API call.
122122
&quot;tableId&quot;: &quot;A String&quot;, # Name of the table.
123123
},
124+
&quot;sampleFindingsTable&quot;: { # Message defining the location of a BigQuery table. A table is uniquely identified by its project_id, dataset_id, and table_name. Within a query a table is often referenced with a string in the format of: `:.` or `..`. # Store sample data profile findings in an existing table or a new table in an existing dataset. Each regeneration will result in new rows in BigQuery. Data is inserted using [streaming insert](https://cloud.google.com/blog/products/bigquery/life-of-a-bigquery-streaming-insert) and so data may be in the buffer for a period of time after the profile has finished.
125+
&quot;datasetId&quot;: &quot;A String&quot;, # Dataset ID of the table.
126+
&quot;projectId&quot;: &quot;A String&quot;, # The Google Cloud project ID of the project containing the table. If omitted, project ID is inferred from the API call.
127+
&quot;tableId&quot;: &quot;A String&quot;, # Name of the table.
128+
},
124129
},
125130
&quot;pubSubNotification&quot;: { # Send a Pub/Sub message into the given Pub/Sub topic to connect other systems to data profile generation. The message payload data will be the byte serialization of `DataProfilePubSubMessage`. # Publish a message into the Pub/Sub topic.
126131
&quot;detailOfMessage&quot;: &quot;A String&quot;, # How much data to include in the Pub/Sub message. If the user wishes to limit the size of the message, they can use resource_name and fetch the profile fields they wish to. Per table profile (not per column).
@@ -455,6 +460,11 @@ <h3>Method Details</h3>
455460
&quot;projectId&quot;: &quot;A String&quot;, # The Google Cloud project ID of the project containing the table. If omitted, project ID is inferred from the API call.
456461
&quot;tableId&quot;: &quot;A String&quot;, # Name of the table.
457462
},
463+
&quot;sampleFindingsTable&quot;: { # Message defining the location of a BigQuery table. A table is uniquely identified by its project_id, dataset_id, and table_name. Within a query a table is often referenced with a string in the format of: `:.` or `..`. # Store sample data profile findings in an existing table or a new table in an existing dataset. Each regeneration will result in new rows in BigQuery. Data is inserted using [streaming insert](https://cloud.google.com/blog/products/bigquery/life-of-a-bigquery-streaming-insert) and so data may be in the buffer for a period of time after the profile has finished.
464+
&quot;datasetId&quot;: &quot;A String&quot;, # Dataset ID of the table.
465+
&quot;projectId&quot;: &quot;A String&quot;, # The Google Cloud project ID of the project containing the table. If omitted, project ID is inferred from the API call.
466+
&quot;tableId&quot;: &quot;A String&quot;, # Name of the table.
467+
},
458468
},
459469
&quot;pubSubNotification&quot;: { # Send a Pub/Sub message into the given Pub/Sub topic to connect other systems to data profile generation. The message payload data will be the byte serialization of `DataProfilePubSubMessage`. # Publish a message into the Pub/Sub topic.
460470
&quot;detailOfMessage&quot;: &quot;A String&quot;, # How much data to include in the Pub/Sub message. If the user wishes to limit the size of the message, they can use resource_name and fetch the profile fields they wish to. Per table profile (not per column).
@@ -813,6 +823,11 @@ <h3>Method Details</h3>
813823
&quot;projectId&quot;: &quot;A String&quot;, # The Google Cloud project ID of the project containing the table. If omitted, project ID is inferred from the API call.
814824
&quot;tableId&quot;: &quot;A String&quot;, # Name of the table.
815825
},
826+
&quot;sampleFindingsTable&quot;: { # Message defining the location of a BigQuery table. A table is uniquely identified by its project_id, dataset_id, and table_name. Within a query a table is often referenced with a string in the format of: `:.` or `..`. # Store sample data profile findings in an existing table or a new table in an existing dataset. Each regeneration will result in new rows in BigQuery. Data is inserted using [streaming insert](https://cloud.google.com/blog/products/bigquery/life-of-a-bigquery-streaming-insert) and so data may be in the buffer for a period of time after the profile has finished.
827+
&quot;datasetId&quot;: &quot;A String&quot;, # Dataset ID of the table.
828+
&quot;projectId&quot;: &quot;A String&quot;, # The Google Cloud project ID of the project containing the table. If omitted, project ID is inferred from the API call.
829+
&quot;tableId&quot;: &quot;A String&quot;, # Name of the table.
830+
},
816831
},
817832
&quot;pubSubNotification&quot;: { # Send a Pub/Sub message into the given Pub/Sub topic to connect other systems to data profile generation. The message payload data will be the byte serialization of `DataProfilePubSubMessage`. # Publish a message into the Pub/Sub topic.
818833
&quot;detailOfMessage&quot;: &quot;A String&quot;, # How much data to include in the Pub/Sub message. If the user wishes to limit the size of the message, they can use resource_name and fetch the profile fields they wish to. Per table profile (not per column).
@@ -1158,6 +1173,11 @@ <h3>Method Details</h3>
11581173
&quot;projectId&quot;: &quot;A String&quot;, # The Google Cloud project ID of the project containing the table. If omitted, project ID is inferred from the API call.
11591174
&quot;tableId&quot;: &quot;A String&quot;, # Name of the table.
11601175
},
1176+
&quot;sampleFindingsTable&quot;: { # Message defining the location of a BigQuery table. A table is uniquely identified by its project_id, dataset_id, and table_name. Within a query a table is often referenced with a string in the format of: `:.` or `..`. # Store sample data profile findings in an existing table or a new table in an existing dataset. Each regeneration will result in new rows in BigQuery. Data is inserted using [streaming insert](https://cloud.google.com/blog/products/bigquery/life-of-a-bigquery-streaming-insert) and so data may be in the buffer for a period of time after the profile has finished.
1177+
&quot;datasetId&quot;: &quot;A String&quot;, # Dataset ID of the table.
1178+
&quot;projectId&quot;: &quot;A String&quot;, # The Google Cloud project ID of the project containing the table. If omitted, project ID is inferred from the API call.
1179+
&quot;tableId&quot;: &quot;A String&quot;, # Name of the table.
1180+
},
11611181
},
11621182
&quot;pubSubNotification&quot;: { # Send a Pub/Sub message into the given Pub/Sub topic to connect other systems to data profile generation. The message payload data will be the byte serialization of `DataProfilePubSubMessage`. # Publish a message into the Pub/Sub topic.
11631183
&quot;detailOfMessage&quot;: &quot;A String&quot;, # How much data to include in the Pub/Sub message. If the user wishes to limit the size of the message, they can use resource_name and fetch the profile fields they wish to. Per table profile (not per column).
@@ -1511,6 +1531,11 @@ <h3>Method Details</h3>
15111531
&quot;projectId&quot;: &quot;A String&quot;, # The Google Cloud project ID of the project containing the table. If omitted, project ID is inferred from the API call.
15121532
&quot;tableId&quot;: &quot;A String&quot;, # Name of the table.
15131533
},
1534+
&quot;sampleFindingsTable&quot;: { # Message defining the location of a BigQuery table. A table is uniquely identified by its project_id, dataset_id, and table_name. Within a query a table is often referenced with a string in the format of: `:.` or `..`. # Store sample data profile findings in an existing table or a new table in an existing dataset. Each regeneration will result in new rows in BigQuery. Data is inserted using [streaming insert](https://cloud.google.com/blog/products/bigquery/life-of-a-bigquery-streaming-insert) and so data may be in the buffer for a period of time after the profile has finished.
1535+
&quot;datasetId&quot;: &quot;A String&quot;, # Dataset ID of the table.
1536+
&quot;projectId&quot;: &quot;A String&quot;, # The Google Cloud project ID of the project containing the table. If omitted, project ID is inferred from the API call.
1537+
&quot;tableId&quot;: &quot;A String&quot;, # Name of the table.
1538+
},
15141539
},
15151540
&quot;pubSubNotification&quot;: { # Send a Pub/Sub message into the given Pub/Sub topic to connect other systems to data profile generation. The message payload data will be the byte serialization of `DataProfilePubSubMessage`. # Publish a message into the Pub/Sub topic.
15161541
&quot;detailOfMessage&quot;: &quot;A String&quot;, # How much data to include in the Pub/Sub message. If the user wishes to limit the size of the message, they can use resource_name and fetch the profile fields they wish to. Per table profile (not per column).
@@ -1846,6 +1871,11 @@ <h3>Method Details</h3>
18461871
&quot;projectId&quot;: &quot;A String&quot;, # The Google Cloud project ID of the project containing the table. If omitted, project ID is inferred from the API call.
18471872
&quot;tableId&quot;: &quot;A String&quot;, # Name of the table.
18481873
},
1874+
&quot;sampleFindingsTable&quot;: { # Message defining the location of a BigQuery table. A table is uniquely identified by its project_id, dataset_id, and table_name. Within a query a table is often referenced with a string in the format of: `:.` or `..`. # Store sample data profile findings in an existing table or a new table in an existing dataset. Each regeneration will result in new rows in BigQuery. Data is inserted using [streaming insert](https://cloud.google.com/blog/products/bigquery/life-of-a-bigquery-streaming-insert) and so data may be in the buffer for a period of time after the profile has finished.
1875+
&quot;datasetId&quot;: &quot;A String&quot;, # Dataset ID of the table.
1876+
&quot;projectId&quot;: &quot;A String&quot;, # The Google Cloud project ID of the project containing the table. If omitted, project ID is inferred from the API call.
1877+
&quot;tableId&quot;: &quot;A String&quot;, # Name of the table.
1878+
},
18491879
},
18501880
&quot;pubSubNotification&quot;: { # Send a Pub/Sub message into the given Pub/Sub topic to connect other systems to data profile generation. The message payload data will be the byte serialization of `DataProfilePubSubMessage`. # Publish a message into the Pub/Sub topic.
18511881
&quot;detailOfMessage&quot;: &quot;A String&quot;, # How much data to include in the Pub/Sub message. If the user wishes to limit the size of the message, they can use resource_name and fetch the profile fields they wish to. Per table profile (not per column).

0 commit comments

Comments
 (0)