Skip to content

Commit

Permalink
feat: added deidentify replacement dictionaries feat: added field for…
Browse files Browse the repository at this point in the history
… BigQuery inspect template inclusion lists feat: added field to support infotype versioning

PiperOrigin-RevId: 413780624

Source-Link: googleapis/googleapis@ed9918e

Source-Link: googleapis/googleapis-gen@9286ba6
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuRGxwLlYyLy5Pd2xCb3QueWFtbCIsImgiOiI5Mjg2YmE2MGUxYzFmNmJjZDU1OWU5ODM0NzU2YjJmYTNlNTFmMjZkIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Dec 3, 2021
1 parent 9ca7ec1 commit 4ccc8e5
Show file tree
Hide file tree
Showing 5 changed files with 1,640 additions and 1,281 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2699,6 +2699,7 @@ public void ListJobTriggersRequestObject()
ParentAsProjectName = ProjectName.FromProject("[PROJECT]"),
OrderBy = "",
Filter = "",
Type = DlpJobType.Unspecified,
LocationId = "",
};
// Make the request
Expand Down Expand Up @@ -2750,6 +2751,7 @@ public async Task ListJobTriggersRequestObjectAsync()
ParentAsProjectName = ProjectName.FromProject("[PROJECT]"),
OrderBy = "",
Filter = "",
Type = DlpJobType.Unspecified,
LocationId = "",
};
// Make the request
Expand Down
Loading

0 comments on commit 4ccc8e5

Please sign in to comment.