Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate code from googleapis/python-dlp #9091

Merged
merged 219 commits into from
Mar 1, 2023
Merged

migrate code from googleapis/python-dlp #9091

merged 219 commits into from
Mar 1, 2023

Commits on Aug 13, 2020

  1. chore: move samples from python-docs-sample (#33)

    * Add samples for DLP API v2beta1 [(#1369)](#1369)
    
    * Auto-update dependencies. [(#1377)](#1377)
    
    * Auto-update dependencies.
    
    * Update requirements.txt
    
    * Update DLP samples for release [(#1415)](#1415)
    
    * fix DLP region tags, and add @flaky to pub/sub sample tests [(#1418)](#1418)
    
    * Auto-update dependencies.
    
    * Regenerate the README files and fix the Open in Cloud Shell link for some samples [(#1441)](#1441)
    
    * Update README for DLP GA [(#1426)](#1426)
    
    * Update READMEs to fix numbering and add git clone [(#1464)](#1464)
    
    * DLP: Add auto_populate_timespan option for create job trigger. [(#1543)](#1543)
    
    * Add DLP code samples for custom info types [(#1524)](#1524)
    
    * Add custom info type samples to inspect_content.py
    
    Use flags to indicate dictionary word lists and regex patterns, then parse them into custom info types.
    
    * Make code compatible with python 2.7
    
    * Add missing commas
    
    * Remove bad import
    
    * Add tests for custom info types
    
    * Add info_types parameter to deid.py
    
    * Update deid tests to use info_types parameter
    
    * Fix indentation
    
    * Add blank lines
    
    * Share logic for building custom info types
    
    * Fix line too long
    
    * Fix typo.
    
    * Revert "Fix typo."
    
    This reverts commit b4ffea6, so that
    the sharing of the custom info type logic can be reverted as well to
    make the code samples more readable.
    
    * Revert "Share logic for building custom info types"
    
    This reverts commit 47fc04f. This makes
    the code samples more readable.
    
    * Switch from indexes to using enumerate.
    
    * Updated help message for custom dictionaries.
    
    * Fix enumerate syntax error.
    
    * upgrade DLP version and fix tests [(#1784)](#1784)
    
    * upgrade DLP version and fix tests
    
    * bump dlp version again
    
    * Auto-update dependencies. [(#1846)](#1846)
    
    ACK, merging.
    
    * Per internal documentation complaint, fix the naming. [(#1933)](#1933)
    
    The documentation for DLP uses 'dlp' as the instance name.  As this is also the name of the python package, it could be confusing for people new to the API object model so switch to dlp_client.
    
    * Add inspect table code sample for DLP and some nit fixes [(#1921)](#1921)
    
    * Remove claim that redact.py operates on strings
    
    Reflect in the comments that this particular code sample does not support text redaction.
    
    * Add code sample for inspecting table, fix requirements for running tests, quickstart example refactor
    
    * Remove newline, if -> elif
    
    * formatting
    
    * More formatting
    
    * Update DLP redact image code sample region to include mimetype import [(#1928)](#1928)
    
    In response to feedback where a user was confused that the mimetype
    import was missing from the code sample in the documentation.
    
    * Update to use new subscribe() syntax [(#1989)](#1989)
    
    * Update to use new subscribe() syntax
    
    * Missed two subscribe() call changes before
    
    * Cancel subscription when processed
    
    * Update risk.py
    
    * Fix waiting for message
    
    * Unneeded try/except removed
    
    * Auto-update dependencies. [(#1980)](#1980)
    
    * Auto-update dependencies.
    
    * Update requirements.txt
    
    * Update requirements.txt
    
    * Convert append -> nargs, so arguments are not additive [(#2191)](#2191)
    
    * increase test timeout [(#2351)](#2351)
    
    * Adds updates including compute [(#2436)](#2436)
    
    * Adds updates including compute
    
    * Python 2 compat pytest
    
    * Fixing weird \r\n issue from GH merge
    
    * Put asset tests back in
    
    * Re-add pod operator test
    
    * Hack parameter for k8s pod operator
    
    * Update DLP samples to use dlp_v2 client. [(#2580)](#2580)
    
    * fix: correct dataset name, use env var for project [(#2621)](#2621)
    
    * fix: correct dataset name, use env var for project
    
    * Add uuids to tests
    
    * add uuids and fixtures for bq
    
    * Add logic to delete job
    
    * ran black
    
    * Run black with line length
    
    * Add utf encoding for python 2 tests
    
    * Add skips for now
    
    * Ran black
    
    * Remove skips, adjust job tests
    
    * fix lint and skips
    
    * Cleanup commented things
    
    Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
    
    * Remove param to reduce latency (per docs) [(#2853)](#2853)
    
    * chore(deps): update dependency google-cloud-storage to v1.26.0 [(#3046)](#3046)
    
    * chore(deps): update dependency google-cloud-storage to v1.26.0
    
    * chore(deps): specify dependencies by python version
    
    * chore: up other deps to try to remove errors
    
    Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    Co-authored-by: Leah Cole <coleleah@google.com>
    
    * Fix dlp tests [(#3058)](#3058)
    
    Since the tests are flaky and timing out, I'm proposing we do the ML API approach of creating an operation then canceling it. 
    
    It would 
    fix #2809
    fix #2810  
    fix #2811 
    fix #2812
    
    * Simplify noxfile setup. [(#2806)](#2806)
    
    * chore(deps): update dependency requests to v2.23.0
    
    * Simplify noxfile and add version control.
    
    * Configure appengine/standard to only test Python 2.7.
    
    * Update Kokokro configs to match noxfile.
    
    * Add requirements-test to each folder.
    
    * Remove Py2 versions from everything execept appengine/standard.
    
    * Remove conftest.py.
    
    * Remove appengine/standard/conftest.py
    
    * Remove 'no-sucess-flaky-report' from pytest.ini.
    
    * Add GAE SDK back to appengine/standard tests.
    
    * Fix typo.
    
    * Roll pytest to python 2 version.
    
    * Add a bunch of testing requirements.
    
    * Remove typo.
    
    * Add appengine lib directory back in.
    
    * Add some additional requirements.
    
    * Fix issue with flake8 args.
    
    * Even more requirements.
    
    * Readd appengine conftest.py.
    
    * Add a few more requirements.
    
    * Even more Appengine requirements.
    
    * Add webtest for appengine/standard/mailgun.
    
    * Add some additional requirements.
    
    * Add workaround for issue with mailjet-rest.
    
    * Add responses for appengine/standard/mailjet.
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    
    * [dlp] fix: fix periodic builds timeout [(#3420)](#3420)
    
    * [dlp] fix: remove gcp-devrel-py-tools
    
    fixes #3375
    fixes #3416
    fixes #3417
    
    * remove wrong usage of `eventually_consistent.call`
    * only test if the operation has been started
    * shorter timeout for polling
    * correct use of `pytest.mark.flaky`
    * use try-finally
    * use uuid for job_id
    * add a filter to allow state = DONE
    
    * chore(deps): update dependency google-cloud-dlp to v0.14.0 [(#3431)](#3431)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-dlp](https://github.com/googleapis/python-dlp) | minor | `==0.13.0` -> `==0.14.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-dlp</summary>
    
    ### [`v0.14.0`](https://github.com/googleapis/python-dlp/blob/master/CHANGELOG.md#&#8203;0140-httpswwwgithubcomgoogleapispython-dlpcomparev0130v0140-2020-02-21)
    
    [Compare Source](https://github.com/googleapis/python-dlp/compare/v0.13.0...v0.14.0)
    
    ##### Features
    
    -   **dlp:** undeprecate resource name helper methods, add 2.7 deprecation warning (via synth)  ([#&#8203;10040](https://www.github.com/googleapis/python-dlp/issues/10040)) ([b30d7c1](https://www.github.com/googleapis/python-dlp/commit/b30d7c1cd48fba47fdddb7b9232e421261108a52))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/python-docs-samples).
    
    * Update dependency google-cloud-datastore to v1.12.0 [(#3296)](#3296)
    
    Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>
    
    * Update dependency google-cloud-pubsub to v1.4.2 [(#3340)](#3340)
    
    Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    
    * chore(deps): update dependency google-cloud-storage to v1.28.0 [(#3260)](#3260)
    
    Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
    
    * [dlp] fix: increase the number of retries for some tests [(#3685)](#3685)
    
    fixes #3673
    
    * chore: some lint fixes [(#3744)](#3744)
    
    * chore(deps): update dependency google-cloud-pubsub to v1.4.3 [(#3725)](#3725)
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
    
    * chore(deps): update dependency google-cloud-dlp to v0.15.0 [(#3780)](#3780)
    
    * chore(deps): update dependency google-cloud-storage to v1.28.1 [(#3785)](#3785)
    
    * chore(deps): update dependency google-cloud-storage to v1.28.1
    
    * [asset] testing: use uuid instead of time
    
    Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
    
    * chore(deps): update dependency google-cloud-pubsub to v1.5.0 [(#3781)](#3781)
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    
    * [dlp] fix: mitigate flakiness [(#3919)](#3919)
    
    * [dlp] fix: mitigate flakiness
    
    * make the Pub/Sub fixture function level
    * shorten the timeout for the tests from 300 secs to 30 secs
    * retring all the tests in risk_test.py 3 times
    
    fixes #3897
    fixes #3896
    fixes #3895
    fixes #3894
    fixes #3893
    fixes #3892
    fixes #3890
    fixes #3889
    
    * more retries, comment
    
    * 30 seconds operation wait and 20 minutes retry delay
    
    * lint fix etc
    
    * limit the max retry wait time
    
    * [dlp] testing: fix Pub/Sub notifications [(#3925)](#3925)
    
    * re-generated README.rst with some more setup info
    * use parent with the global location attached
    * re-enabled some tests with Pub/Sub notification
    * stop waiting between test retries
    
    * Add text redaction sample using DLP [(#3964)](#3964)
    
    * Add text redaction sample using DLP
    
    * Update dlp/deid.py
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    
    * Rename string parameter to item
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    
    * testing: start using btlr [(#3959)](#3959)
    
    * testing: start using btlr
    
    The binary is at gs://cloud-devrel-kokoro-resources/btlr/v0.0.1/btlr
    
    * add period after DIFF_FROM
    
    * use array for btlr args
    
    * fix websocket tests
    
    * add debug message
    
    * wait longer for the server to spin up
    
    * dlp: bump the wait timeout to 10 minutes
    
    * [run] copy noxfile.py to child directory to avoid gcloud issue
    
    * [iam] fix: only display description when the key exists
    
    * use uuid4 instead of uuid1
    
    * [iot] testing: use the same format for registry id
    
    * Stop asserting Out of memory not in the output
    
    * fix missing imports
    
    * [dns] testing: more retries with delay
    
    * [dlp] testing: longer timeout
    
    * use the max-concurrency flag
    
    * use 30 workers
    
    * [monitoring] use multiple projects
    
    * [dlp] testing: longer timeout
    
    * Add code sample for string replacement based deidentification. [(#3956)](#3956)
    
    Adds a code sample corresponding to the replacement based deidentification in the Cloud DLP API. The detected sensitive value is replaced with a specified surrogate.
    
    * Add custom infoType snippets to DLP samples [(#3991)](#3991)
    
    * Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT. [(#4022)](#4022)
    
    * Rename DLP code samples from 'redact' to 'replace' [(#4020)](#4020)
    
    In the DLP API, redaction and replacement are two separate, named concepts. Code samples recently added by #3964 were named 'redact' but are actually examples of replacement. This change renames those samples for clarity.
    
    * Add DLP sample for redacting all image text [(#4018)](#4018)
    
    The sample shows how to remove all text found in an image with DLP.
    The sample is integrated into the existing redact.py CLI application.
    
    * Add DLP sample code for inspecting with custom regex detector [(#4031)](#4031)
    
    * code sample and test for medical record number custom regex detector
    
    * fix linter error
    
    * Using f-strings instead of string.format
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>
    
    * Update dependency google-cloud-dlp to v1 [(#4047)](#4047)
    
    * Update dependency google-cloud-bigquery to v1.25.0 [(#4024)](#4024)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | minor | `==1.24.0` -> `==1.25.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery</summary>
    
    ### [`v1.25.0`](https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;1250-httpswwwgithubcomgoogleapispython-bigquerycomparev1240v1250-2020-06-06)
    
    [Compare Source](https://github.com/googleapis/python-bigquery/compare/v1.24.0...v1.25.0)
    
    ##### Features
    
    -   add BigQuery storage client support to DB API ([#&#8203;36](https://www.github.com/googleapis/python-bigquery/issues/36)) ([ba9b2f8](https://www.github.com/googleapis/python-bigquery/commit/ba9b2f87e36320d80f6f6460b77e6daddb0fa214))
    -   **bigquery:** add create job method ([#&#8203;32](https://www.github.com/googleapis/python-bigquery/issues/32)) ([2abdef8](https://www.github.com/googleapis/python-bigquery/commit/2abdef82bed31601d1ca1aa92a10fea1e09f5297))
    -   **bigquery:** add support of model for extract job ([#&#8203;71](https://www.github.com/googleapis/python-bigquery/issues/71)) ([4a7a514](https://www.github.com/googleapis/python-bigquery/commit/4a7a514659a9f6f9bbd8af46bab3f8782d6b4b98))
    -   add HOUR support for time partitioning interval ([#&#8203;91](https://www.github.com/googleapis/python-bigquery/issues/91)) ([0dd90b9](https://www.github.com/googleapis/python-bigquery/commit/0dd90b90e3714c1d18f8a404917a9454870e338a))
    -   add support for policy tags ([#&#8203;77](https://www.github.com/googleapis/python-bigquery/issues/77)) ([38a5c01](https://www.github.com/googleapis/python-bigquery/commit/38a5c01ca830daf165592357c45f2fb4016aad23))
    -   make AccessEntry objects hashable ([#&#8203;93](https://www.github.com/googleapis/python-bigquery/issues/93)) ([23a173b](https://www.github.com/googleapis/python-bigquery/commit/23a173bc5a25c0c8200adc5af62eb05624c9099e))
    -   **bigquery:** expose start index parameter for query result ([#&#8203;121](https://www.github.com/googleapis/python-bigquery/issues/121)) ([be86de3](https://www.github.com/googleapis/python-bigquery/commit/be86de330a3c3801653a0ccef90e3d9bdb3eee7a))
    -   **bigquery:** unit and system test for dataframe with int column with Nan values  ([#&#8203;39](https://www.github.com/googleapis/python-bigquery/issues/39)) ([5fd840e](https://www.github.com/googleapis/python-bigquery/commit/5fd840e9d4c592c4f736f2fd4792c9670ba6795e))
    
    ##### Bug Fixes
    
    -   allow partial streaming_buffer statistics ([#&#8203;37](https://www.github.com/googleapis/python-bigquery/issues/37)) ([645f0fd](https://www.github.com/googleapis/python-bigquery/commit/645f0fdb35ee0e81ee70f7459e796a42a1f03210))
    -   distinguish server timeouts from transport timeouts ([#&#8203;43](https://www.github.com/googleapis/python-bigquery/issues/43)) ([a17be5f](https://www.github.com/googleapis/python-bigquery/commit/a17be5f01043f32d9fbfb2ddf456031ea9205c8f))
    -   improve cell magic error message on missing query ([#&#8203;58](https://www.github.com/googleapis/python-bigquery/issues/58)) ([6182cf4](https://www.github.com/googleapis/python-bigquery/commit/6182cf48aef8f463bb96891cfc44a96768121dbc))
    -   **bigquery:** fix repr of model reference ([#&#8203;66](https://www.github.com/googleapis/python-bigquery/issues/66)) ([26c6204](https://www.github.com/googleapis/python-bigquery/commit/26c62046f4ec8880cf6561cc90a8b821dcc84ec5))
    -   **bigquery:** fix start index with page size for list rows ([#&#8203;27](https://www.github.com/googleapis/python-bigquery/issues/27)) ([400673b](https://www.github.com/googleapis/python-bigquery/commit/400673b5d0f2a6a3d828fdaad9d222ca967ffeff))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/python-docs-samples).
    
    * Add code sample and tests for redaction [(#4037)](#4037)
    
    Add A DLP code sample for redacting text.
    
    Code will be linked to this documentation: https://cloud.google.com/dlp/docs/deidentify-sensitive-data
    
    * dlp: add inspect string sample, person_name w/ custom hotword certainty boosting [(#4081)](#4081)
    
    * Add a simplified inspect string example to DLP code samples [(#4069)](#4069)
    
    * Add a simplified inspect string example
    
    * Remove unnecessary try-catch block - all findings in this examnple should have quotes.
    
    * dlp: Add sample for reid w/ fpe using surrogate type and unwrapped security key [(#4051)](#4051)
    
    * add code sample and test for reid w/ fpe using surrogate type and unwrapped security key
    
    * refactor reidentify_config
    
    * add code sample and test for medical number custom detector with hotwords [(#4071)](#4071)
    
    Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
    
    * Add DLP code sample and test for de-id free text with surrogate [(#4085)](#4085)
    
    ## Description
    Add DLP code sample and test for de-id free text with surrogate, meant for https://cloud.google.com/dlp/docs/pseudonymization#de-identification_in_free_text_code_example
    
    ## Checklist
    - [x] I have followed [Sample Guidelines from AUTHORING_GUIDE.MD](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md)
    - [ ] README is updated to include [all relevant information](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#readme-file)
    - [x] **Tests** pass:   `nox -s py-3.6` (see [Test Enviroment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup))
    - [x] **Lint** pass:   `nox -s lint` (see [Test Enviroment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup))
    - [ ] These samples need a new **API enabled** in testing projects to pass (let us know which ones)
    - [ ] These samples need a new/updated **env vars** in testing projects set to pass (let us know which ones)
    - [x] Please **merge** this PR for me once it is approved.
    
    * chore(deps): update dependency google-cloud-storage to v1.29.0 [(#4040)](#4040)
    
    * Update dependency google-cloud-pubsub to v1.6.0 [(#4039)](#4039)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-pubsub](https://github.com/googleapis/python-pubsub) | minor | `==1.5.0` -> `==1.6.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-pubsub</summary>
    
    ### [`v1.6.0`](https://github.com/googleapis/python-pubsub/blob/master/CHANGELOG.md#&#8203;160-httpswwwgithubcomgoogleapispython-pubsubcomparev150v160-2020-06-09)
    
    [Compare Source](https://github.com/googleapis/python-pubsub/compare/v1.5.0...v1.6.0)
    
    ##### Features
    
    -   Add flow control for message publishing ([#&#8203;96](https://www.github.com/googleapis/python-pubsub/issues/96)) ([06085c4](https://www.github.com/googleapis/python-pubsub/commit/06085c4083b9dccdd50383257799904510bbf3a0))
    
    ##### Bug Fixes
    
    -   Fix PubSub incompatibility with api-core 1.17.0+ ([#&#8203;103](https://www.github.com/googleapis/python-pubsub/issues/103)) ([c02060f](https://www.github.com/googleapis/python-pubsub/commit/c02060fbbe6e2ca4664bee08d2de10665d41dc0b))
    
    ##### Documentation
    
    -   Clarify that Schedulers shouldn't be used with multiple SubscriberClients ([#&#8203;100](https://github.com/googleapis/python-pubsub/pull/100)) ([cf9e87c](https://github.com/googleapis/python-pubsub/commit/cf9e87c80c0771f3fa6ef784a8d76cb760ad37ef))
    -   Fix update subscription/snapshot/topic samples ([#&#8203;113](https://github.com/googleapis/python-pubsub/pull/113)) ([e62c38b](https://github.com/googleapis/python-pubsub/commit/e62c38bb33de2434e32f866979de769382dea34a))
    
    ##### Internal / Testing Changes
    
    -   Re-generated service implementaton using synth: removed experimental notes from the RetryPolicy and filtering features in anticipation of GA, added DetachSubscription (experimental) ([#&#8203;114](https://github.com/googleapis/python-pubsub/pull/114)) ([0132a46](https://github.com/googleapis/python-pubsub/commit/0132a4680e0727ce45d5e27d98ffc9f3541a0962))
    -   Incorporate will_accept() checks into publish() ([#&#8203;108](https://github.com/googleapis/python-pubsub/pull/108)) ([6c7677e](https://github.com/googleapis/python-pubsub/commit/6c7677ecb259672bbb9b6f7646919e602c698570))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/python-docs-samples).
    
    * [dlp] fix: add retry count to mitigate the flake [(#4152)](#4152)
    
    fixes #4100
    
    * chore(deps): update dependency google-cloud-pubsub to v1.6.1 [(#4242)](#4242)
    
    Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>
    
    * chore(deps): update dependency google-cloud-datastore to v1.13.0 [(#4273)](#4273)
    
    * chore(deps): update dependency pytest to v5.4.3 [(#4279)](#4279)
    
    * chore(deps): update dependency pytest to v5.4.3
    
    * specify pytest for python 2 in appengine
    
    Co-authored-by: Leah Cole <coleleah@google.com>
    
    * chore(deps): update dependency mock to v4 [(#4287)](#4287)
    
    * chore(deps): update dependency mock to v4
    
    * specify mock version for appengine python 2
    
    Co-authored-by: Leah Cole <coleleah@google.com>
    
    * chore(deps): update dependency google-cloud-pubsub to v1.7.0 [(#4290)](#4290)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-pubsub](https://github.com/googleapis/python-pubsub) | minor | `==1.6.1` -> `==1.7.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-pubsub</summary>
    
    ### [`v1.7.0`](https://github.com/googleapis/python-pubsub/blob/master/CHANGELOG.md#&#8203;170-httpswwwgithubcomgoogleapispython-pubsubcomparev161v170-2020-07-13)
    
    [Compare Source](https://github.com/googleapis/python-pubsub/compare/v1.6.1...v1.7.0)
    
    ##### New Features
    
    -   Add support for server-side flow control. ([#&#8203;143](https://github.com/googleapis/python-pubsub/pull/143)) ([04e261c](https://www.github.com/googleapis/python-pubsub/commit/04e261c602a2919cc75b3efa3dab099fb2cf704c))
    
    ##### Dependencies
    
    -   Update samples dependency `google-cloud-pubsub` to `v1.6.1`. ([#&#8203;144](https://github.com/googleapis/python-pubsub/pull/144)) ([1cb6746](https://github.com/googleapis/python-pubsub/commit/1cb6746b00ebb23dbf1663bae301b32c3fc65a88))
    
    ##### Documentation
    
    -   Add pubsub/cloud-client samples from the common samples repo (with commit history). ([#&#8203;151](https://github.com/googleapis/python-pubsub/pull/151)) 
    -   Add flow control section to publish overview. ([#&#8203;129](https://github.com/googleapis/python-pubsub/pull/129)) ([acc19eb](https://www.github.com/googleapis/python-pubsub/commit/acc19eb048eef067d9818ef3e310b165d9c6307e))
    -   Add a link to Pub/Sub filtering language public documentation to `pubsub.proto`. ([#&#8203;121](https://github.com/googleapis/python-pubsub/pull/121)) ([8802d81](https://www.github.com/googleapis/python-pubsub/commit/8802d8126247f22e26057e68a42f5b5a82dcbf0d))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/python-docs-samples).
    
    * Update dependency flaky to v3.7.0 [(#4300)](#4300)
    
    * Update dependency google-cloud-datastore to v1.13.1 [(#4295)](#4295)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-datastore](https://github.com/googleapis/python-datastore) | patch | `==1.13.0` -> `==1.13.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-datastore</summary>
    
    ### [`v1.13.1`](https://github.com/googleapis/python-datastore/blob/master/CHANGELOG.md#&#8203;1131-httpswwwgithubcomgoogleapispython-datastorecomparev1130v1131-2020-07-13)
    
    [Compare Source](https://github.com/googleapis/python-datastore/compare/v1.13.0...v1.13.1)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/python-docs-samples).
    
    * chore(deps): update dependency google-cloud-datastore to v1.13.2 [(#4326)](#4326)
    
    * Update dependency google-cloud-storage to v1.30.0
    
    * Update dependency pytest to v6 [(#4390)](#4390)
    
    * chore: update templates
    
    * chore: update synth.py
    
    * chore: update project env name
    
    Co-authored-by: Andrew Gorcester <andrew.gorcester@gmail.com>
    Co-authored-by: DPE bot <dpebot@google.com>
    Co-authored-by: chenyumic <chenyumic@google.com>
    Co-authored-by: Frank Natividad <frankyn@users.noreply.github.com>
    Co-authored-by: Mike DaCosta <michel.david@gmail.com>
    Co-authored-by: michaelawyu <michael.a.w.yu@hotmail.com>
    Co-authored-by: mwdaub <mwdaub@gmail.com>
    Co-authored-by: realjordanna <32629229+realjordanna@users.noreply.github.com>
    Co-authored-by: Ace <achinkul@gmail.com>
    Co-authored-by: djmailhot <djmailhot@gmail.com>
    Co-authored-by: Charles Engelke <github@engelke.com>
    Co-authored-by: Maximus <maximus12793@users.noreply.github.com>
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    Co-authored-by: Gus Class <gguuss@gmail.com>
    Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
    Co-authored-by: WhiteSource Renovate <bot@renovateapp.com>
    Co-authored-by: Leah Cole <coleleah@google.com>
    Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
    Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Co-authored-by: Seth Moore <sethmoore@outlook.com>
    Co-authored-by: Ace <kulac@google.com>
    Co-authored-by: Seth Moore <sethmo@google.com>
    Co-authored-by: jlmwise <66651702+jlmwise@users.noreply.github.com>
    Co-authored-by: Xiaohua (Victor) Liang <xiaohual@stanford.edu>
    Co-authored-by: Xiaohua (Victor) Liang <victorlxh@google.com>
    Co-authored-by: Charles Engelke <engelke@google.com>
    Configuration menu
    Copy the full SHA
    500d18e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. feat!: migrate to use microgen (#34)

    * feat!: migrate to use microgen
    
    * Update UPGRADING.md
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    arithmetic1728 and busunkim96 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    88bb66c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    845b3e2 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-cloud-bigquery to v1.27.2 (#36)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | minor | `==1.25.0` -> `==1.27.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery</summary>
    
    ### [`v1.27.2`](https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;1272-httpswwwgithubcomgoogleapispython-bigquerycomparev1271v1272-2020-08-18)
    
    [Compare Source](https://github.com/googleapis/python-bigquery/compare/v1.26.1...v1.27.2)
    
    ### [`v1.26.1`](https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;1261-httpswwwgithubcomgoogleapispython-bigquerycomparev1260v1261-2020-07-25)
    
    [Compare Source](https://github.com/googleapis/python-bigquery/compare/v1.26.0...v1.26.1)
    
    ### [`v1.26.0`](https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;1260-httpswwwgithubcomgoogleapispython-bigquerycomparev1250v1260-2020-07-20)
    
    [Compare Source](https://github.com/googleapis/python-bigquery/compare/v1.25.0...v1.26.0)
    
    ##### Features
    
    -   use BigQuery Storage client by default (if dependencies available) ([#&#8203;55](https://www.github.com/googleapis/python-bigquery/issues/55)) ([e75ff82](https://www.github.com/googleapis/python-bigquery/commit/e75ff8297c65981545b097f75a17cf9e78ac6772)), closes [#&#8203;91](https://www.github.com/googleapis/python-bigquery/issues/91)
    -   **bigquery:** add **eq** method for class PartitionRange and RangePartitioning ([#&#8203;162](https://www.github.com/googleapis/python-bigquery/issues/162)) ([0d2a88d](https://www.github.com/googleapis/python-bigquery/commit/0d2a88d8072154cfc9152afd6d26a60ddcdfbc73))
    -   **bigquery:** expose date_as_object parameter to users ([#&#8203;150](https://www.github.com/googleapis/python-bigquery/issues/150)) ([a2d5ce9](https://www.github.com/googleapis/python-bigquery/commit/a2d5ce9e97992318d7dc85c51c053cab74e25a11))
    -   **bigquery:** expose date_as_object parameter to users ([#&#8203;150](https://www.github.com/googleapis/python-bigquery/issues/150)) ([cbd831e](https://www.github.com/googleapis/python-bigquery/commit/cbd831e08024a67148723afd49e1db085e0a862c))
    
    ##### Bug Fixes
    
    -   dry run queries with DB API cursor ([#&#8203;128](https://www.github.com/googleapis/python-bigquery/issues/128)) ([bc33a67](https://www.github.com/googleapis/python-bigquery/commit/bc33a678a765f0232615aa2038b8cc67c88468a0))
    -   omit `NaN` values when uploading from `insert_rows_from_dataframe` ([#&#8203;170](https://www.github.com/googleapis/python-bigquery/issues/170)) ([f9f2f45](https://www.github.com/googleapis/python-bigquery/commit/f9f2f45bc009c03cd257441bd4b6beb1754e2177))
    
    ##### Documentation
    
    -   **bigquery:** add client thread-safety documentation ([#&#8203;132](https://www.github.com/googleapis/python-bigquery/issues/132)) ([fce76b3](https://www.github.com/googleapis/python-bigquery/commit/fce76b3776472b1da798df862a3405e659e35bab))
    -   **bigquery:** add docstring for conflict exception ([#&#8203;171](https://www.github.com/googleapis/python-bigquery/issues/171)) ([9c3409b](https://www.github.com/googleapis/python-bigquery/commit/9c3409bb06218bf499620544f8e92802df0cce47))
    -   **bigquery:** consistent use of optional keyword ([#&#8203;153](https://www.github.com/googleapis/python-bigquery/issues/153)) ([79d8c61](https://www.github.com/googleapis/python-bigquery/commit/79d8c61064cca18b596a24b6f738c7611721dd5c))
    -   **bigquery:** fix the broken docs ([#&#8203;139](https://www.github.com/googleapis/python-bigquery/issues/139)) ([3235255](https://www.github.com/googleapis/python-bigquery/commit/3235255cc5f483949f34d2e8ef13b372e8713782))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    110d777 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency google-cloud-datastore to v1.15.0 (#42)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-datastore](https://github.com/googleapis/python-datastore) | minor | `==1.13.2` -> `==1.15.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-datastore</summary>
    
    ### [`v1.15.0`](https://github.com/googleapis/python-datastore/blob/master/CHANGELOG.md#&#8203;1150-httpswwwgithubcomgoogleapispython-datastorecomparev1140v1150-2020-08-14)
    
    [Compare Source](https://github.com/googleapis/python-datastore/compare/v1.14.0...v1.15.0)
    
    ##### Features
    
    -   add retry and timeout args to API methods ([#&#8203;67](https://www.github.com/googleapis/python-datastore/issues/67)) ([f3283e1](https://www.github.com/googleapis/python-datastore/commit/f3283e14c34c36c8386e4cb6b43c109d469f118c)), closes [#&#8203;3](https://www.github.com/googleapis/python-datastore/issues/3)
    -   supply anonymous credentials under emulator ([#&#8203;71](https://www.github.com/googleapis/python-datastore/issues/71)) ([4db3c40](https://www.github.com/googleapis/python-datastore/commit/4db3c4048e53c220eee0aea2063c05292bbc5334)), closes [#&#8203;70](https://www.github.com/googleapis/python-datastore/issues/70)
    
    ##### Bug Fixes
    
    -   smooth over system test bumps ([#&#8203;66](https://www.github.com/googleapis/python-datastore/issues/66)) ([8bb17ea](https://www.github.com/googleapis/python-datastore/commit/8bb17ea30ed94c0a298a54cc75c031b67d0a576a))
    
    ##### Documentation
    
    -   add docs for admin client ([#&#8203;63](https://www.github.com/googleapis/python-datastore/issues/63)) ([43ff64a](https://www.github.com/googleapis/python-datastore/commit/43ff64a5889aeac321fbead967ec527ede414fa2)), closes [#&#8203;49](https://www.github.com/googleapis/python-datastore/issues/49)
    
    ### [`v1.14.0`](https://github.com/googleapis/python-datastore/blob/master/CHANGELOG.md#&#8203;1140-httpswwwgithubcomgoogleapispython-datastorecomparev1132v1140-2020-08-05)
    
    [Compare Source](https://github.com/googleapis/python-datastore/compare/v1.13.2...v1.14.0)
    
    ##### Features
    
    -   pass 'client_options' to base class ctor ([#&#8203;60](https://www.github.com/googleapis/python-datastore/issues/60)) ([2575697](https://www.github.com/googleapis/python-datastore/commit/2575697380a2e57b210a37033f2558de582ec10e)), closes [#&#8203;50](https://www.github.com/googleapis/python-datastore/issues/50)
    
    ##### Documentation
    
    -   correct semantics of 'complete_key' arg to 'Client.reserve_ids' ([#&#8203;36](https://www.github.com/googleapis/python-datastore/issues/36)) ([50ed945](https://www.github.com/googleapis/python-datastore/commit/50ed94503da244434df0be58098a0ccf2da54b16))
    -   update docs build (via synth) ([#&#8203;58](https://www.github.com/googleapis/python-datastore/issues/58)) ([5bdacd4](https://www.github.com/googleapis/python-datastore/commit/5bdacd4785f3d433e6e7302fc6839a3c5a3314b4)), closes [#&#8203;700](https://www.github.com/googleapis/python-datastore/issues/700)
    
    ##### [1.13.2](https://www.github.com/googleapis/python-datastore/compare/v1.13.1...v1.13.2) (2020-07-17)
    
    ##### Bug Fixes
    
    -   modify admin pkg name in gapic ([#&#8203;47](https://www.github.com/googleapis/python-datastore/issues/47)) ([5b5011d](https://www.github.com/googleapis/python-datastore/commit/5b5011daf74133ecdd579bf19bbcf356e6f40dad))
    
    ##### [1.13.1](https://www.github.com/googleapis/python-datastore/compare/v1.13.0...v1.13.1) (2020-07-13)
    
    ##### Bug Fixes
    
    -   add missing datastore admin client files ([#&#8203;43](https://www.github.com/googleapis/python-datastore/issues/43)) ([0d40f87](https://www.github.com/googleapis/python-datastore/commit/0d40f87eeacd2a256d4b45ccb742599b5df93096))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    620882a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    c31f34d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    62f7b7c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. fix(sample-test): add backoff around the cleanup code (#65)

    Takashi Matsuo committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    dcc8994 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c50cda4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    14084e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. chore(deps): update dependency google-cloud-bigquery to v2.2.0 (#66)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | minor | `==2.1.0` -> `==2.2.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery</summary>
    
    ### [`v2.2.0`](https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;220-httpswwwgithubcomgoogleapispython-bigquerycomparev210v220-2020-10-19)
    
    [Compare Source](https://github.com/googleapis/python-bigquery/compare/v2.1.0...v2.2.0)
    
    ##### Features
    
    -   add method api_repr for table list item ([#&#8203;299](https://www.github.com/googleapis/python-bigquery/issues/299)) ([07c70f0](https://www.github.com/googleapis/python-bigquery/commit/07c70f0292f9212f0c968cd5c9206e8b0409c0da))
    -   add support for listing arima, automl, boosted tree, DNN, and matrix factorization models ([#&#8203;328](https://www.github.com/googleapis/python-bigquery/issues/328)) ([502a092](https://www.github.com/googleapis/python-bigquery/commit/502a0926018abf058cb84bd18043c25eba15a2cc))
    -   add timeout paramter to load_table_from_file and it dependent methods ([#&#8203;327](https://www.github.com/googleapis/python-bigquery/issues/327)) ([b0dd892](https://www.github.com/googleapis/python-bigquery/commit/b0dd892176e31ac25fddd15554b5bfa054299d4d))
    -   add to_api_repr method to Model ([#&#8203;326](https://www.github.com/googleapis/python-bigquery/issues/326)) ([fb401bd](https://www.github.com/googleapis/python-bigquery/commit/fb401bd94477323bba68cf252dd88166495daf54))
    -   allow client options to be set in magics context ([#&#8203;322](https://www.github.com/googleapis/python-bigquery/issues/322)) ([5178b55](https://www.github.com/googleapis/python-bigquery/commit/5178b55682f5e264bfc082cde26acb1fdc953a18))
    
    ##### Bug Fixes
    
    -   make TimePartitioning repr evaluable ([#&#8203;110](https://www.github.com/googleapis/python-bigquery/issues/110)) ([20f473b](https://www.github.com/googleapis/python-bigquery/commit/20f473bfff5ae98377f5d9cdf18bfe5554d86ff4)), closes [#&#8203;109](https://www.github.com/googleapis/python-bigquery/issues/109)
    -   use version.py instead of pkg_resources.get_distribution ([#&#8203;307](https://www.github.com/googleapis/python-bigquery/issues/307)) ([b8f502b](https://www.github.com/googleapis/python-bigquery/commit/b8f502b14f21d1815697e4d57cf1225dfb4a7c5e))
    
    ##### Performance Improvements
    
    -   add size parameter for load table from dataframe and json methods ([#&#8203;280](https://www.github.com/googleapis/python-bigquery/issues/280)) ([3be78b7](https://www.github.com/googleapis/python-bigquery/commit/3be78b737add7111e24e912cd02fc6df75a07de6))
    
    ##### Documentation
    
    -   update clustering field docstrings ([#&#8203;286](https://www.github.com/googleapis/python-bigquery/issues/286)) ([5ea1ece](https://www.github.com/googleapis/python-bigquery/commit/5ea1ece2d911cdd1f3d9549ee01559ce8ed8269a)), closes [#&#8203;285](https://www.github.com/googleapis/python-bigquery/issues/285)
    -   update snippets samples to support version 2.0 ([#&#8203;309](https://www.github.com/googleapis/python-bigquery/issues/309)) ([61634be](https://www.github.com/googleapis/python-bigquery/commit/61634be9bf9e3df7589fc1bfdbda87288859bb13))
    
    ##### Dependencies
    
    -   add protobuf dependency ([#&#8203;306](https://www.github.com/googleapis/python-bigquery/issues/306)) ([cebb5e0](https://www.github.com/googleapis/python-bigquery/commit/cebb5e0e911e8c9059bc8c9e7fce4440e518bff3)), closes [#&#8203;305](https://www.github.com/googleapis/python-bigquery/issues/305)
    -   require pyarrow for pandas support ([#&#8203;314](https://www.github.com/googleapis/python-bigquery/issues/314)) ([801e4c0](https://www.github.com/googleapis/python-bigquery/commit/801e4c0574b7e421aa3a28cafec6fd6bcce940dd)), closes [#&#8203;265](https://www.github.com/googleapis/python-bigquery/issues/265)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    cf7b26f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. docs(samples): fix README to accurately reflect the new repo after th…

    …e move (#72)
    
    Fix README to accurately reflect the new repo after the move. 
    
    - [X] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-dlp/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] *N/A* ~Ensure the tests and linter pass~ 
    - [ ] *N/A* ~Code coverage does not decrease (if any source code was changed)~
    - [X] Appropriate docs were updated (if necessary)
    
    Fixes google internal bug b/173536792
    sushicw committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    31233a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. chore(deps): update dependency google-cloud-storage to v1.33.0 (#71)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-storage](https://github.com/googleapis/python-storage) | minor | `==1.32.0` -> `==1.33.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-storage</summary>
    
    ### [`v1.33.0`](https://github.com/googleapis/python-storage/blob/master/CHANGELOG.md#&#8203;1330-httpswwwgithubcomgoogleapispython-storagecomparev1320v1330-2020-11-16)
    
    [Compare Source](https://github.com/googleapis/python-storage/compare/v1.32.0...v1.33.0)
    
    ##### Features
    
    -   add classifiers for python3.9 and remove for python3.5 ([#&#8203;295](https://www.github.com/googleapis/python-storage/issues/295)) ([f072825](https://www.github.com/googleapis/python-storage/commit/f072825ce03d774fd95d9fe3db95a8c7130b0e8a))
    -   add testing support for Python 3.9, drop Python 3.5 ([#&#8203;313](https://www.github.com/googleapis/python-storage/issues/313)) ([fa14009](https://www.github.com/googleapis/python-storage/commit/fa140092877a277abbb23785657590a274a86d61))
    
    ##### Bug Fixes
    
    -   use passed-in `client` within `Blob.from_string` and helpers ([#&#8203;290](https://www.github.com/googleapis/python-storage/issues/290)) ([d457ce3](https://www.github.com/googleapis/python-storage/commit/d457ce3e161555c9117ae288ec0c9cd5f8d5fe3a)), closes [#&#8203;286](https://www.github.com/googleapis/python-storage/issues/286)
    -   preserve `metadata` value when uploading new file content ([#&#8203;298](https://www.github.com/googleapis/python-storage/issues/298)) ([5ab6b0d](https://www.github.com/googleapis/python-storage/commit/5ab6b0d9a2b27ae830740a7a0226fc1e241e9ec4)), closes [#&#8203;293](https://www.github.com/googleapis/python-storage/issues/293)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    cb133f8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-cloud-bigquery to v2.4.0 (#68)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | minor | `==2.2.0` -> `==2.4.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery</summary>
    
    ### [`v2.4.0`](https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;240-httpswwwgithubcomgoogleapispython-bigquerycomparev231v240-2020-11-16)
    
    [Compare Source](https://github.com/googleapis/python-bigquery/compare/v2.3.1...v2.4.0)
    
    ##### Features
    
    -   add progress bar to `QueryJob.to_dataframe` and `to_arrow` ([#&#8203;352](https://www.github.com/googleapis/python-bigquery/issues/352)) ([dc78edd](https://www.github.com/googleapis/python-bigquery/commit/dc78eddde7a6a312c8fed7bace7d64036837ab1a))
    -   allow routine references ([#&#8203;378](https://www.github.com/googleapis/python-bigquery/issues/378)) ([f9480dc](https://www.github.com/googleapis/python-bigquery/commit/f9480dc2a1bc58367083176bd74725aa8b903301))
    
    ##### Bug Fixes
    
    -   **dbapi:** allow rows to be fetched from scripts ([#&#8203;387](https://www.github.com/googleapis/python-bigquery/issues/387)) ([b899ad1](https://www.github.com/googleapis/python-bigquery/commit/b899ad12e17cb87c58d3ae46b4388d917c5743f2)), closes [#&#8203;377](https://www.github.com/googleapis/python-bigquery/issues/377)
    
    ##### Performance Improvements
    
    -   avoid extra API calls from `to_dataframe` if all rows are cached ([#&#8203;384](https://www.github.com/googleapis/python-bigquery/issues/384)) ([c52b317](https://www.github.com/googleapis/python-bigquery/commit/c52b31789998fc0dfde07c3296650c85104d719d))
    -   cache first page of `jobs.getQueryResults` rows ([#&#8203;374](https://www.github.com/googleapis/python-bigquery/issues/374)) ([86f6a51](https://www.github.com/googleapis/python-bigquery/commit/86f6a516d1c7c5dc204ab085ea2578793e6561ff))
    -   use `getQueryResults` from DB-API ([#&#8203;375](https://www.github.com/googleapis/python-bigquery/issues/375)) ([30de15f](https://www.github.com/googleapis/python-bigquery/commit/30de15f7255de5ea221df4e8db7991d279e0ea28))
    
    ##### Dependencies
    
    -   expand pyarrow dependencies to include version 2 ([#&#8203;368](https://www.github.com/googleapis/python-bigquery/issues/368)) ([cd9febd](https://www.github.com/googleapis/python-bigquery/commit/cd9febd20c34983781386c3bf603e5fca7135695))
    
    ### [`v2.3.1`](https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;231)
    
    [Compare Source](https://github.com/googleapis/python-bigquery/compare/v2.2.0...v2.3.1)
    
    11-05-2020 09:27 PST
    
    ##### Internal / Testing Changes
    
    -   update `google.cloud.bigquery.__version__`
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    e0e51a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    df18123 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. chore(samples): add samples for custom infotype rules (#76)

    Add missing python samples for https://cloud.google.com/dlp/docs/creating-custom-infotypes-rules#dlp_inspect_string_without_overlap-java
    
    - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-dlp/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] Ensure the tests and linter pass
      - Some tests in other files are already broken, but `pytest custom_infotype_test.py` succeeds. 
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    
    
    Fixes internal bugs:
    b/156968601
    b/156970772
    b/156970547
    b/156969966
    b/156970576
    b/156974339
    b/156969968
    sushicw committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    f35e866 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. fix!: rename fields that collide with builtins; retrieve job config f…

    …or risk analysis jobs (#75)
    
    fix: retrieve job config for risk analysis jobs
    fix!: rename fields that collide with builtins.
      * `ByteContentItem.type` -> `ByteContentItem.type_`
      * `MetadataLocation.type` -> `MetadataLocation.type_`
      * `Container.type` -> `Container.type_`
      * `Bucket.min` -> `Bucket.min_`
      * `Bucket.max `-> `Bucket.max_`
      * `DlpJob.type` -> `DlpJob.type_`
      * `GetDlpJobRequest.type` -> `GetDlpJobRequest.type_`
    yoshi-automation committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    74257e7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-cloud-dlp to v3 (#82)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-dlp](https://github.com/googleapis/python-dlp) | major | `==2.0.0` -> `==3.0.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-dlp</summary>
    
    ### [`v3.0.0`](https://github.com/googleapis/python-dlp/blob/master/CHANGELOG.md#&#8203;300-httpswwwgithubcomgoogleapispython-dlpcomparev200v300-2020-12-02)
    
    [Compare Source](https://github.com/googleapis/python-dlp/compare/v2.0.0...v3.0.0)
    
    ##### ⚠ BREAKING CHANGES
    
    -   rename fields that collide with builtins ([#&#8203;75](https://github.com/googleapis/python-dlp/issues/75))
        -   `ByteContentItem.type` -> `ByteContentItem.type_`
        -   `MetadataLocation.type` -> `MetadataLocation.type_`
        -   `Container.type` -> `Container.type_`
        -   `Bucket.min` -> `Bucket.min_`
        -   `Bucket.max`-> `Bucket.max_`
        -   `DlpJob.type` -> `DlpJob.type_`
        -   `GetDlpJobRequest.type` -> `GetDlpJobRequest.type_`
    
    ##### Bug Fixes
    
    -   rename fields that collide with builtins; retrieve job config for risk analysis jobs ([#&#8203;75](https://www.github.com/googleapis/python-dlp/issues/75)) ([4f3148e](https://www.github.com/googleapis/python-dlp/commit/4f3148e93ec3dfc9395aa38a3afc62498500a055))
    
    ##### Documentation
    
    -   **samples:** fix README to accurately reflect the new repo after the move ([#&#8203;72](https://www.github.com/googleapis/python-dlp/issues/72)) ([dc56806](https://www.github.com/googleapis/python-dlp/commit/dc56806b47f92227e396969d8a583b881aa41fd1))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    6756d3e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Configuration menu
    Copy the full SHA
    ad9bf98 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    cbfe39b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. chore(deps): update dependency google-cloud-bigquery to v2.6.1 (#86)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | patch | `==2.6.0` -> `==2.6.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery</summary>
    
    ### [`v2.6.1`](https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;261-httpswwwgithubcomgoogleapispython-bigquerycomparev260v261-2020-12-09)
    
    [Compare Source](https://github.com/googleapis/python-bigquery/compare/v2.6.0...v2.6.1)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    b0cb865 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    c77435d View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Configuration menu
    Copy the full SHA
    5ce09b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b22a9d3 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency google-cloud-pubsub to v2 (#54)

    * chore(deps): update dependency google-cloud-pubsub to v2
    
    * pubsub v2 fix
    
    * run blacken
    
    Co-authored-by: Leah Cole <coleleah@google.com>
    renovate-bot and leahecole committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    cf9c823 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    7d7e90c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee3497e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    fe84637 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    8b4b430 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    6cb62c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    1bb941d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5627d0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d5afe8 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    b04cc3e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    50e3559 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-cloud-pubsub to v2.4.0 (#110)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-pubsub](https://github.com/googleapis/python-pubsub) | `==2.3.0` -> `==2.4.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.4.0/compatibility-slim/2.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.4.0/confidence-slim/2.3.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-pubsub</summary>
    
    ### [`v2.4.0`](https://github.com/googleapis/python-pubsub/blob/master/CHANGELOG.md#&#8203;240)
    
    [Compare Source](https://github.com/googleapis/python-pubsub/compare/v2.3.0...v2.4.0)
    
    02-22-2021 05:02 PST
    
    ##### Implementation Changes
    
    ##### New Features
    
    -   Add graceful streaming pull shutdown. ([#&#8203;292](https://github.com/googleapis/python-pubsub/pull/292))
    
    ##### Documentation
    
    -   Update samples with using the subscriber client as a context manager. ([#&#8203;254](https://github.com/googleapis/python-pubsub/pull/254))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    f191ff7 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    a539eef View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    3c15027 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    e8386d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    55e0498 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    810912c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    c4c7833 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    033b1ec View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    ab0c1de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8cc8ba View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. fix: use correct retry deadlines (#96)

    fix: require google-api-core>=1.22.2
    yoshi-automation committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    e18881e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    541c67e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. chore: add constraints file check for python samples (#128)

    This is the sibling PR to #5611
    and this is the issue opened for it #5549
    
    If you look at the files in [this example repo](https://github.com/leahecole/testrepo-githubapp/pull/31/files), you'll see that renovate successfully opened a PR on three constraints files in `samples` directories and subdirectories, and properly ignored `constraints` files at the root level
    
    cc @tswast
    
    TODO:
    
    - [x]   update renovate to check for samples/constraints.txt dependency updates
    - [x]  run lint locally to double check that I'm not introducing lint error
    
    Source-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    Source-Date: Fri Apr 9 22:50:04 2021 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 0a071b3460344886297a304253bf924aa68ddb7e
    Source-Link: googleapis/synthtool@0a071b3
    yoshi-automation committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    42d7dd1 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    f29c66c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcfc7f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88b7298 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fa891d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Configuration menu
    Copy the full SHA
    bf7188a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec12338 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d3b0d8 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency google-cloud-datastore to v2.1.2 (#144)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-datastore](https://github.com/googleapis/python-datastore) | `==2.1.0` -> `==2.1.2` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-datastore/2.1.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-datastore/2.1.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-datastore/2.1.2/compatibility-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-datastore/2.1.2/confidence-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-datastore</summary>
    
    ### [`v2.1.2`](https://github.com/googleapis/python-datastore/blob/master/CHANGELOG.md#&#8203;212-httpswwwgithubcomgoogleapispython-datastorecomparev211v212-2021-05-03)
    
    [Compare Source](https://github.com/googleapis/python-datastore/compare/v2.1.1...v2.1.2)
    
    ### [`v2.1.1`](https://github.com/googleapis/python-datastore/blob/master/CHANGELOG.md#&#8203;211-httpswwwgithubcomgoogleapispython-datastorecomparev210v211-2021-04-20)
    
    [Compare Source](https://github.com/googleapis/python-datastore/compare/v2.1.0...v2.1.1)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed May 14, 2021
    Configuration menu
    Copy the full SHA
    9224da1 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. chore: new owl bot post processor docker image (#155)

    gcr.io/repo-automation-bots/owlbot-python:latest@sha256:3c3a445b3ddc99ccd5d31edc4b4519729635d20693900db32c4f587ed51f7479
    gcf-owl-bot[bot] committed May 22, 2021
    Configuration menu
    Copy the full SHA
    d3c56ba View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    2a69deb View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-cloud-bigquery to v2.17.0 (#153)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | `==2.16.1` -> `==2.17.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.17.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.17.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.17.0/compatibility-slim/2.16.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.17.0/confidence-slim/2.16.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery</summary>
    
    ### [`v2.17.0`](https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;2170-httpswwwgithubcomgoogleapispython-bigquerycomparev2161v2170-2021-05-21)
    
    [Compare Source](https://github.com/googleapis/python-bigquery/compare/v2.16.1...v2.17.0)
    
    ##### Features
    
    -   detect obsolete BQ Storage extra at runtime ([#&#8203;666](https://www.github.com/googleapis/python-bigquery/issues/666)) ([bd7dbda](https://www.github.com/googleapis/python-bigquery/commit/bd7dbdae5c972b16bafc53c67911eeaa3255a880))
    -   Support parameterized NUMERIC, BIGNUMERIC, STRING, and BYTES types ([#&#8203;673](https://www.github.com/googleapis/python-bigquery/issues/673)) ([45421e7](https://www.github.com/googleapis/python-bigquery/commit/45421e73bfcddb244822e6a5cd43be6bd1ca2256))
    
    ##### Bug Fixes
    
    -   **tests:** invalid path to strptime() ([#&#8203;672](https://www.github.com/googleapis/python-bigquery/issues/672)) ([591cdd8](https://www.github.com/googleapis/python-bigquery/commit/591cdd851bb1321b048a05a378a0ef48d3ade462))
    
    ##### [2.16.1](https://www.github.com/googleapis/python-bigquery/compare/v2.16.0...v2.16.1) (2021-05-12)
    
    ##### Bug Fixes
    
    -   executemany rowcount only reflected the last execution ([#&#8203;660](https://www.github.com/googleapis/python-bigquery/issues/660)) ([aeadc8c](https://www.github.com/googleapis/python-bigquery/commit/aeadc8c2d614bb9f0883ec901fca48930f3aaf19))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed May 26, 2021
    Configuration menu
    Copy the full SHA
    8ad87f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f54d75 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. chore(deps): update dependency google-cloud-bigquery to v2.18.0 (#160)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | `==2.17.0` -> `==2.18.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.18.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.18.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.18.0/compatibility-slim/2.17.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.18.0/confidence-slim/2.17.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery</summary>
    
    ### [`v2.18.0`](https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;2180-httpswwwgithubcomgoogleapispython-bigquerycomparev2170v2180-2021-06-02)
    
    [Compare Source](https://github.com/googleapis/python-bigquery/compare/v2.17.0...v2.18.0)
    
    ##### Features
    
    -   add support for Parquet options ([#&#8203;679](https://www.github.com/googleapis/python-bigquery/issues/679)) ([d792ce0](https://www.github.com/googleapis/python-bigquery/commit/d792ce09388a6ee3706777915dd2818d4c854f79))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    7b9226a View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-cloud-dlp to v3.1.0 (#159)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-dlp](https://github.com/googleapis/python-dlp) | `==3.0.1` -> `==3.1.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-dlp/3.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-dlp/3.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-dlp/3.1.0/compatibility-slim/3.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-dlp/3.1.0/confidence-slim/3.0.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-dlp</summary>
    
    ### [`v3.1.0`](https://github.com/googleapis/python-dlp/blob/master/CHANGELOG.md#&#8203;310-httpswwwgithubcomgoogleapispython-dlpcomparev301v310-2021-05-28)
    
    [Compare Source](https://github.com/googleapis/python-dlp/compare/v3.0.1...v3.1.0)
    
    ##### Features
    
    -   crypto_deterministic_config ([#&#8203;108](https://www.github.com/googleapis/python-dlp/issues/108)) ([#&#8203;119](https://www.github.com/googleapis/python-dlp/issues/119)) ([396804d](https://www.github.com/googleapis/python-dlp/commit/396804d65e40c1ae9ced16aa0f04ef4bdffa54c5))
    -   support self-signed JWT flow for service accounts ([cdea974](https://www.github.com/googleapis/python-dlp/commit/cdea9744d0bc7244a42894acc1446080a16b2dab))
    
    ##### Bug Fixes
    
    -   add async client ([cdea974](https://www.github.com/googleapis/python-dlp/commit/cdea9744d0bc7244a42894acc1446080a16b2dab))
    -   require google-api-core>=1.22.2 ([d146cf5](https://www.github.com/googleapis/python-dlp/commit/d146cf59db14b3c3afbef72d7a86419532ad347e))
    -   use correct retry deadlines ([#&#8203;96](https://www.github.com/googleapis/python-dlp/issues/96)) ([d146cf5](https://www.github.com/googleapis/python-dlp/commit/d146cf59db14b3c3afbef72d7a86419532ad347e))
    
    ##### [3.0.1](https://www.github.com/googleapis/python-dlp/compare/v3.0.0...v3.0.1) (2021-01-28)
    
    ##### Bug Fixes
    
    -   remove gRPC send/recv limits;  add enums to `types/__init__.py` ([#&#8203;89](https://www.github.com/googleapis/python-dlp/issues/89)) ([76e0439](https://www.github.com/googleapis/python-dlp/commit/76e0439b3acfdacf9303595107c03c1d49eac8b6))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    4394419 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    d0ee3f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. chore(deps): update dependency google-cloud-dlp to v3.1.1 (#165)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-dlp](https://github.com/googleapis/python-dlp) | `==3.1.0` -> `==3.1.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-dlp/3.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-dlp/3.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-dlp/3.1.1/compatibility-slim/3.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-dlp/3.1.1/confidence-slim/3.1.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-dlp</summary>
    
    ### [`v3.1.1`](https://github.com/googleapis/python-dlp/blob/master/CHANGELOG.md#&#8203;311-httpswwwgithubcomgoogleapispython-dlpcomparev310v311-2021-06-16)
    
    [Compare Source](https://github.com/googleapis/python-dlp/compare/v3.1.0...v3.1.1)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    84786a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    91fd504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b041af7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. chore(deps): update dependency google-cloud-storage to v1.40.0 (#178)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-storage](https://github.com/googleapis/python-storage) | `==1.39.0` -> `==1.40.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.40.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.40.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.40.0/compatibility-slim/1.39.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.40.0/confidence-slim/1.39.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-storage</summary>
    
    ### [`v1.40.0`](https://github.com/googleapis/python-storage/blob/master/CHANGELOG.md#&#8203;1400-httpswwwgithubcomgoogleapispython-storagecomparev1390v1400-2021-06-30)
    
    [Compare Source](https://github.com/googleapis/python-storage/compare/v1.39.0...v1.40.0)
    
    ##### Features
    
    -   add preconditions and retry configuration to blob.create_resumable_upload_session ([#&#8203;484](https://www.github.com/googleapis/python-storage/issues/484)) ([0ae35ee](https://www.github.com/googleapis/python-storage/commit/0ae35eef0fe82fe60bc095c4b183102bb1dabeeb))
    -   add public access prevention to bucket IAM configuration ([#&#8203;304](https://www.github.com/googleapis/python-storage/issues/304)) ([e3e57a9](https://www.github.com/googleapis/python-storage/commit/e3e57a9c779d6b87852063787f19e27c76b1bb14))
    
    ##### Bug Fixes
    
    -   replace default retry for upload operations ([#&#8203;480](https://www.github.com/googleapis/python-storage/issues/480)) ([c027ccf](https://www.github.com/googleapis/python-storage/commit/c027ccf4279fb05e041754294f10744b7d81beea))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    5fb034b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    1a2711a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    7b0bab5 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency backoff to v1.11.0 (#183)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [backoff](https://github.com/litl/backoff) | `==1.10.0` -> `==1.11.0` | [![age](https://badges.renovateapi.com/packages/pypi/backoff/1.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/backoff/1.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/backoff/1.11.0/compatibility-slim/1.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/backoff/1.11.0/confidence-slim/1.10.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>litl/backoff</summary>
    
    ### [`v1.11.0`](https://github.com/litl/backoff/blob/master/CHANGELOG.md#v1110-2021-07-12)
    
    [Compare Source](https://github.com/litl/backoff/compare/v1.10.0...v1.11.0)
    
    ##### Changed
    
    -   Configurable logging levels for backoff and giveup events
    -   Minor documentation fixes
    
    ##### NOTE
    
    THIS WILL BE THE FINAL PYTHON 2.7 COMPATIBLE RELEASE.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    f9d20d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. chore(deps): update dependency google-cloud-dlp to v3.2.0 (#184)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-dlp](https://github.com/googleapis/python-dlp) | `==3.1.1` -> `==3.2.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-dlp/3.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-dlp/3.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-dlp/3.2.0/compatibility-slim/3.1.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-dlp/3.2.0/confidence-slim/3.1.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-dlp</summary>
    
    ### [`v3.2.0`](https://github.com/googleapis/python-dlp/blob/master/CHANGELOG.md#&#8203;320-httpswwwgithubcomgoogleapispython-dlpcomparev311v320-2021-07-12)
    
    [Compare Source](https://github.com/googleapis/python-dlp/compare/v3.1.1...v3.2.0)
    
    ##### Features
    
    -   add always_use_jwt_access ([#&#8203;172](https://www.github.com/googleapis/python-dlp/issues/172)) ([fb86805](https://www.github.com/googleapis/python-dlp/commit/fb8680580a16b088fd680355e85f12593372b9a4))
    
    ##### Bug Fixes
    
    -   disable always_use_jwt_access ([#&#8203;177](https://www.github.com/googleapis/python-dlp/issues/177)) ([15f189f](https://www.github.com/googleapis/python-dlp/commit/15f189fdbbb8f9445bd88e3675c3f1e65da84aad))
    
    ##### Documentation
    
    -   omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#&#8203;1127](https://www.github.com/googleapis/python-dlp/issues/1127)) ([#&#8203;166](https://www.github.com/googleapis/python-dlp/issues/166)) ([e2e1c90](https://www.github.com/googleapis/python-dlp/commit/e2e1c90d65a2e2e9c1be1ed7921e138059401519))
    
    ##### [3.1.1](https://www.github.com/googleapis/python-dlp/compare/v3.1.0...v3.1.1) (2021-06-16)
    
    ##### Bug Fixes
    
    -   **deps:** add packaging requirement ([#&#8203;162](https://www.github.com/googleapis/python-dlp/issues/162)) ([e857e15](https://www.github.com/googleapis/python-dlp/commit/e857e1522d9fd59c1b4c5d9936c7371ddf8018b1))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    aca4d55 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-cloud-bigquery to v2.21.0 (#203)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | `==2.20.0` -> `==2.21.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.21.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.21.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.21.0/compatibility-slim/2.20.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.21.0/confidence-slim/2.20.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery</summary>
    
    ### [`v2.21.0`](https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;2210-httpswwwgithubcomgoogleapispython-bigquerycomparev2200v2210-2021-07-12)
    
    ##### Features
    
    -   Add max_results parameter to some of the `QueryJob` methods. ([#&#8203;698](https://www.github.com/googleapis/python-bigquery/issues/698)) ([2a9618f](https://www.github.com/googleapis/python-bigquery/commit/2a9618f4daaa4a014161e1a2f7376844eec9e8da))
    -   Add support for decimal target types. ([#&#8203;735](https://www.github.com/googleapis/python-bigquery/issues/735)) ([7d2d3e9](https://www.github.com/googleapis/python-bigquery/commit/7d2d3e906a9eb161911a198fb925ad79de5df934))
    -   Add support for table snapshots. ([#&#8203;740](https://www.github.com/googleapis/python-bigquery/issues/740)) ([ba86b2a](https://www.github.com/googleapis/python-bigquery/commit/ba86b2a6300ae5a9f3c803beeb42bda4c522e34c))
    -   Enable unsetting policy tags on schema fields. ([#&#8203;703](https://www.github.com/googleapis/python-bigquery/issues/703)) ([18bb443](https://www.github.com/googleapis/python-bigquery/commit/18bb443c7acd0a75dcb57d9aebe38b2d734ff8c7))
    -   Make it easier to disable best-effort deduplication with streaming inserts. ([#&#8203;734](https://www.github.com/googleapis/python-bigquery/issues/734)) ([1246da8](https://www.github.com/googleapis/python-bigquery/commit/1246da86b78b03ca1aa2c45ec71649e294cfb2f1))
    -   Support passing struct data to the DB API. ([#&#8203;718](https://www.github.com/googleapis/python-bigquery/issues/718)) ([38b3ef9](https://www.github.com/googleapis/python-bigquery/commit/38b3ef96c3dedc139b84f0ff06885141ae7ce78c))
    
    ##### Bug Fixes
    
    -   Inserting non-finite floats with `insert_rows()`. ([#&#8203;728](https://www.github.com/googleapis/python-bigquery/issues/728)) ([d047419](https://www.github.com/googleapis/python-bigquery/commit/d047419879e807e123296da2eee89a5253050166))
    -   Use `pandas` function to check for `NaN`. ([#&#8203;750](https://www.github.com/googleapis/python-bigquery/issues/750)) ([67bc5fb](https://www.github.com/googleapis/python-bigquery/commit/67bc5fbd306be7cdffd216f3791d4024acfa95b3))
    
    ##### Documentation
    
    -   Add docs for all enums in module. ([#&#8203;745](https://www.github.com/googleapis/python-bigquery/issues/745)) ([145944f](https://www.github.com/googleapis/python-bigquery/commit/145944f24fedc4d739687399a8309f9d51d43dfd))
    -   Omit mention of Python 2.7 in `CONTRIBUTING.rst`. ([#&#8203;706](https://www.github.com/googleapis/python-bigquery/issues/706)) ([27d6839](https://www.github.com/googleapis/python-bigquery/commit/27d6839ee8a40909e4199cfa0da8b6b64705b2e9))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    2c22ea2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. chore(deps): update dependency backoff to v1.11.1 (#205)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [backoff](https://github.com/litl/backoff) | `==1.11.0` -> `==1.11.1` | [![age](https://badges.renovateapi.com/packages/pypi/backoff/1.11.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/backoff/1.11.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/backoff/1.11.1/compatibility-slim/1.11.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/backoff/1.11.1/confidence-slim/1.11.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>litl/backoff</summary>
    
    ### [`v1.11.1`](https://github.com/litl/backoff/blob/master/CHANGELOG.md#v1111-2021-07-14)
    
    [Compare Source](https://github.com/litl/backoff/compare/v1.11.0...v1.11.1)
    
    ##### Changed
    
    -   Update **version** in backoff module
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    5fe0102 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-cloud-storage to v1.41.0 (#204)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-storage](https://github.com/googleapis/python-storage) | `==1.40.0` -> `==1.41.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.41.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.41.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.41.0/compatibility-slim/1.40.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.41.0/confidence-slim/1.40.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-storage</summary>
    
    ### [`v1.41.0`](https://github.com/googleapis/python-storage/blob/master/CHANGELOG.md#&#8203;1410-httpswwwgithubcomgoogleapispython-storagecomparev1400v1410-2021-07-13)
    
    [Compare Source](https://github.com/googleapis/python-storage/compare/v1.40.0...v1.41.0)
    
    ##### Features
    
    -   add support for Etag headers on reads ([#&#8203;489](https://www.github.com/googleapis/python-storage/issues/489)) ([741d3fd](https://www.github.com/googleapis/python-storage/commit/741d3fda4e4280022cede29ebeb7c2ea09e73b6f))
    
    ##### Bug Fixes
    
    -   **deps:** update minimum dependency versions to pick up bugfixes ([#&#8203;496](https://www.github.com/googleapis/python-storage/issues/496)) ([92251a5](https://www.github.com/googleapis/python-storage/commit/92251a5c8ea4d663773506eb1c630201a657aa69)), closes [#&#8203;494](https://www.github.com/googleapis/python-storage/issues/494)
    -   populate etag / generation / metageneration properties during download ([#&#8203;488](https://www.github.com/googleapis/python-storage/issues/488)) ([49ba14c](https://www.github.com/googleapis/python-storage/commit/49ba14c9c47dbe6bc2bb45d53bbe5621c131fbcb))
    -   revise and rename is_etag_in_json(data) ([#&#8203;483](https://www.github.com/googleapis/python-storage/issues/483)) ([0a52546](https://www.github.com/googleapis/python-storage/commit/0a5254647bf1155874fe48f3891bcc34a76b0b81))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    a5952d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. chore(deps): update dependency google-cloud-bigquery to v2.22.0 (#208)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | `==2.21.0` -> `==2.22.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.22.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.22.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.22.0/compatibility-slim/2.21.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.22.0/confidence-slim/2.21.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery</summary>
    
    ### [`v2.22.0`](https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;2220-httpswwwgithubcomgoogleapispython-bigquerycomparev2210v2220-2021-07-19)
    
    [Compare Source](https://github.com/googleapis/python-bigquery/compare/v2.21.0...v2.22.0)
    
    ##### Features
    
    -   add `LoadJobConfig.projection_fields` to select DATASTORE_BACKUP fields ([#&#8203;736](https://www.github.com/googleapis/python-bigquery/issues/736)) ([c45a738](https://www.github.com/googleapis/python-bigquery/commit/c45a7380871af3dfbd3c45524cb606c60e1a01d1))
    -   add standard sql table type, update scalar type enums ([#&#8203;777](https://www.github.com/googleapis/python-bigquery/issues/777)) ([b8b5433](https://www.github.com/googleapis/python-bigquery/commit/b8b5433898ec881f8da1303614780a660d94733a))
    -   add support for more detailed DML stats ([#&#8203;758](https://www.github.com/googleapis/python-bigquery/issues/758)) ([36fe86f](https://www.github.com/googleapis/python-bigquery/commit/36fe86f41c1a8f46167284f752a6d6bbf886a04b))
    -   add support for user defined Table View Functions ([#&#8203;724](https://www.github.com/googleapis/python-bigquery/issues/724)) ([8c7b839](https://www.github.com/googleapis/python-bigquery/commit/8c7b839a6ac1491c1c3b6b0e8755f4b70ed72ee3))
    
    ##### Bug Fixes
    
    -   avoid possible job already exists error ([#&#8203;751](https://www.github.com/googleapis/python-bigquery/issues/751)) ([45b9308](https://www.github.com/googleapis/python-bigquery/commit/45b93089f5398740413104285cc8acfd5ebc9c08))
    
    ##### Dependencies
    
    -   allow 2.x versions of `google-api-core`, `google-cloud-core`, `google-resumable-media` ([#&#8203;770](https://www.github.com/googleapis/python-bigquery/issues/770)) ([87a09fa](https://www.github.com/googleapis/python-bigquery/commit/87a09fa3f2a9ab35728a1ac925f9d5f2e6616c65))
    
    ##### Documentation
    
    -   add loading data from Firestore backup sample ([#&#8203;737](https://www.github.com/googleapis/python-bigquery/issues/737)) ([22fd848](https://www.github.com/googleapis/python-bigquery/commit/22fd848cae4af1148040e1faa31dd15a4d674687))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    fde1f8e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    b9d6488 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. feat: add Samples section to CONTRIBUTING.rst (#210)

    Source-Link: googleapis/synthtool@52e4e46
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:6186535cbdbf6b9fe61f00294929221d060634dae4a0795c1cefdbc995b2d605
    gcf-owl-bot[bot] committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    15f2a0f View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-cloud-datastore to v2.1.5 (#213)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-datastore](https://github.com/googleapis/python-datastore) | `==2.1.4` -> `==2.1.5` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-datastore/2.1.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-datastore/2.1.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-datastore/2.1.5/compatibility-slim/2.1.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-datastore/2.1.5/confidence-slim/2.1.4)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-datastore</summary>
    
    ### [`v2.1.5`](https://github.com/googleapis/python-datastore/blob/master/CHANGELOG.md#&#8203;215-httpswwwgithubcomgoogleapispython-datastorecomparev214v215-2021-07-20)
    
    [Compare Source](https://github.com/googleapis/python-datastore/compare/v2.1.4...v2.1.5)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    897ff0d View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency google-cloud-dlp to v3.2.1 (#214)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-dlp](https://github.com/googleapis/python-dlp) | `==3.2.0` -> `==3.2.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-dlp/3.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-dlp/3.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-dlp/3.2.1/compatibility-slim/3.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-dlp/3.2.1/confidence-slim/3.2.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-dlp</summary>
    
    ### [`v3.2.1`](https://github.com/googleapis/python-dlp/blob/master/CHANGELOG.md#&#8203;321-httpswwwgithubcomgoogleapispython-dlpcomparev320v321-2021-07-21)
    
    [Compare Source](https://github.com/googleapis/python-dlp/compare/v3.2.0...v3.2.1)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    9f9f4f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9abf50 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    afe34c7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-cloud-datastore to v2.1.6 (#220)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-datastore](https://github.com/googleapis/python-datastore) | `==2.1.5` -> `==2.1.6` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-datastore/2.1.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-datastore/2.1.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-datastore/2.1.6/compatibility-slim/2.1.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-datastore/2.1.6/confidence-slim/2.1.5)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-datastore</summary>
    
    ### [`v2.1.6`](https://github.com/googleapis/python-datastore/blob/master/CHANGELOG.md#&#8203;216-httpswwwgithubcomgoogleapispython-datastorecomparev215v216-2021-07-26)
    
    [Compare Source](https://github.com/googleapis/python-datastore/compare/v2.1.5...v2.1.6)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    62751b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    79a5210 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e230335 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7399373 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    709d827 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    801e06f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. chore: fix INSTALL_LIBRARY_FROM_SOURCE in noxfile.py (#229)

    Source-Link: googleapis/synthtool@6252f2c
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:50e35228649c47b6ca82aa0be3ff9eb2afce51c82b66c4a03fe4afeb5ff6c0fc
    gcf-owl-bot[bot] committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    c8e524c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    0b4bbbd View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-cloud-storage to v1.42.0 (#231)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-storage](https://github.com/googleapis/python-storage) | `==1.41.1` -> `==1.42.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.0/compatibility-slim/1.41.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.0/confidence-slim/1.41.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-storage</summary>
    
    ### [`v1.42.0`](https://github.com/googleapis/python-storage/blob/master/CHANGELOG.md#&#8203;1420-httpswwwgithubcomgoogleapispython-storagecomparev1411v1420-2021-08-05)
    
    [Compare Source](https://github.com/googleapis/python-storage/compare/v1.41.1...v1.42.0)
    
    ##### Features
    
    -   add 'page_size' parameter to 'Bucket.list_blobs, list_buckets ([#&#8203;520](https://www.github.com/googleapis/python-storage/issues/520)) ([c5f4ad8](https://www.github.com/googleapis/python-storage/commit/c5f4ad8fddd1849a4229b0126c4c022bccb90128))
    
    ##### Bug Fixes
    
    -   **deps:** add explicit ranges for 'google-api-core' and 'google-auth' ([#&#8203;530](https://www.github.com/googleapis/python-storage/issues/530)) ([310f207](https://www.github.com/googleapis/python-storage/commit/310f207411da0382af310172344f19c644c14e6a))
    -   downloading no longer marks metadata fields as 'changed' ([#&#8203;523](https://www.github.com/googleapis/python-storage/issues/523)) ([160d1ec](https://www.github.com/googleapis/python-storage/commit/160d1ecb41f1f269b25cb68b2d2f7daf418bf01c))
    -   make 'requests.exceptions.ChunkedEncodingError retryable by default ([#&#8203;526](https://www.github.com/googleapis/python-storage/issues/526)) ([4abb403](https://www.github.com/googleapis/python-storage/commit/4abb40310eca7ec45afc4bc5e4dfafbe083e74d2))
    
    ##### Documentation
    
    -   update supported / removed Python versions in README ([#&#8203;519](https://www.github.com/googleapis/python-storage/issues/519)) ([1f1b138](https://www.github.com/googleapis/python-storage/commit/1f1b138865fb171535ee0cf768aff1987ed58914))
    
    ##### [1.41.1](https://www.github.com/googleapis/python-storage/compare/v1.41.0...v1.41.1) (2021-07-20)
    
    ##### Bug Fixes
    
    -   **deps:** pin `{api,cloud}-core`, `auth` to allow 2.x versions on Python 3 ([#&#8203;512](https://www.github.com/googleapis/python-storage/issues/512)) ([4d7500e](https://www.github.com/googleapis/python-storage/commit/4d7500e39c51efd817b8363b69c88be040f3edb8))
    -   remove trailing commas from error message constants ([#&#8203;505](https://www.github.com/googleapis/python-storage/issues/505)) ([d4a86ce](https://www.github.com/googleapis/python-storage/commit/d4a86ceb7a7c5e00ba7bae37c7078d52478040ff)), closes [#&#8203;501](https://www.github.com/googleapis/python-storage/issues/501)
    
    ##### Documentation
    
    -   replace usage of deprecated function `download_as_string` in docs ([#&#8203;508](https://www.github.com/googleapis/python-storage/issues/508)) ([8dfa4d4](https://www.github.com/googleapis/python-storage/commit/8dfa4d429dce94b671dc3e3755e52ab82733f61a))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    33c38b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. chore: drop mention of Python 2.7 from templates (#233)

    Source-Link: googleapis/synthtool@facee4c
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:9743664022bd63a8084be67f144898314c7ca12f0a03e422ac17c733c129d803
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    32c9246 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. chore(deps): update dependency google-cloud-pubsub to v2.7.1 (#235)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    b888185 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-cloud-bigquery to v2.25.1 (#234)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | `==2.24.0` -> `==2.25.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.25.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.25.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.25.1/compatibility-slim/2.24.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.25.1/confidence-slim/2.24.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery</summary>
    
    ### [`v2.25.1`](https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;2251-httpswwwgithubcomgoogleapispython-bigquerycomparev2250v2251-2021-08-25)
    
    [Compare Source](https://github.com/googleapis/python-bigquery/compare/v2.25.0...v2.25.1)
    
    ### [`v2.25.0`](https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;2250-httpswwwgithubcomgoogleapispython-bigquerycomparev2241v2250-2021-08-24)
    
    [Compare Source](https://github.com/googleapis/python-bigquery/compare/v2.24.1...v2.25.0)
    
    ##### Features
    
    -   Support using GeoPandas for GEOGRAPHY columns ([#&#8203;848](https://www.github.com/googleapis/python-bigquery/issues/848)) ([16f65e6](https://www.github.com/googleapis/python-bigquery/commit/16f65e6ae15979217ceea6c6d398c9057a363a13))
    
    ##### [2.24.1](https://www.github.com/googleapis/python-bigquery/compare/v2.24.0...v2.24.1) (2021-08-13)
    
    ##### Bug Fixes
    
    -   remove pytz dependency and require pyarrow>=3.0.0 ([#&#8203;875](https://www.github.com/googleapis/python-bigquery/issues/875)) ([2cb3563](https://www.github.com/googleapis/python-bigquery/commit/2cb3563ee863edef7eaf5d04d739bcfe7bc6438e))
    
    ### [`v2.24.1`](https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;2241-httpswwwgithubcomgoogleapispython-bigquerycomparev2240v2241-2021-08-13)
    
    [Compare Source](https://github.com/googleapis/python-bigquery/compare/v2.24.0...v2.24.1)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    12acda6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5436ff1 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    cd71be7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    a0ea5c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. chore(deps): update dependency google-cloud-pubsub to v2.8.0 (#248)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-pubsub](https://github.com/googleapis/python-pubsub) | `==2.7.1` -> `==2.8.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.8.0/compatibility-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.8.0/confidence-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-pubsub</summary>
    
    ### [`v2.8.0`](https://github.com/googleapis/python-pubsub/blob/master/CHANGELOG.md#&#8203;280-httpswwwgithubcomgoogleapispython-pubsubcomparev271v280-2021-09-02)
    
    [Compare Source](https://github.com/googleapis/python-pubsub/compare/v2.7.1...v2.8.0)
    
    ##### Features
    
    -   closed subscriber as context manager raises ([#&#8203;488](https://www.github.com/googleapis/python-pubsub/issues/488)) ([a05a3f2](https://www.github.com/googleapis/python-pubsub/commit/a05a3f250cf8567ffe0d2eb3ecc45856a2bcd07c))
    
    ##### Documentation
    
    -   clarify the types of Message parameters ([#&#8203;486](https://www.github.com/googleapis/python-pubsub/issues/486)) ([633e91b](https://www.github.com/googleapis/python-pubsub/commit/633e91bbfc0a8f4f484089acff6812b754f40c75))
    
    ##### [2.7.1](https://www.github.com/googleapis/python-pubsub/compare/v2.7.0...v2.7.1) (2021-08-13)
    
    ##### Bug Fixes
    
    -   remove dependency on pytz ([#&#8203;472](https://www.github.com/googleapis/python-pubsub/issues/472)) ([972cc16](https://www.github.com/googleapis/python-pubsub/commit/972cc163f5a1477b37a5ab7e329faf1468637fa2))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    e4a7ea1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    2066feb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    ee82c4c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. chore(deps): update dependency google-cloud-storage to v1.42.2 (#252)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-storage](https://github.com/googleapis/python-storage) | `==1.42.1` -> `==1.42.2` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.2/compatibility-slim/1.42.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.2/confidence-slim/1.42.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-storage</summary>
    
    ### [`v1.42.2`](https://github.com/googleapis/python-storage/blob/master/CHANGELOG.md#&#8203;1422-httpswwwgithubcomgoogleapispython-storagecomparev1421v1422-2021-09-16)
    
    [Compare Source](https://github.com/googleapis/python-storage/compare/v1.42.1...v1.42.2)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    renovate-bot committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    93c2464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d7f302 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    d911b80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a3ce49 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    26aea2f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. samples: increase timeout, catch concurrent.futures.TimeoutError (#266)

    * samples: catch concurrent.futures.TimeoutError
    
    * fix: use default timeout in samples file
    busunkim96 committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    bb011e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    f6d9b34 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    97093aa View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. chore(deps): update all dependencies (#271)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    848dc7a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    1371cd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. chore(deps): update all dependencies (#284)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    bb25082 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    57be3e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    dbc27e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    3e01468 View commit details
    Browse the repository at this point in the history
  2. chore(python): run blacken session for all directories with a noxfile (

    …#291)
    
    * chore(python): run blacken session for all directories with a noxfile
    
    Source-Link: googleapis/synthtool@bc0de6e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:39ad8c0570e4f5d2d3124a509de4fe975e799e2b97e0f58aed88f8880d5a8b60
    
    * lint
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    c552fa2 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    fae82d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. chore(deps): update dependency google-cloud-bigquery to v2.31.0 (#295)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    fa86f21 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. chore(samples): Add check for tests in directory (#308)

    Source-Link: googleapis/synthtool@52aef91
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:36a95b8f494e4674dc9eee9af98961293b51b86b3649942aac800ae6c1f796d4
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    fc0677b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. chore(deps): update dependency google-cloud-dlp to v3.4.0 (#298)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    831e146 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. chore(deps): update all dependencies (#312)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    f582f74 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    aff98b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. chore(python): Noxfile recognizes that tests can live in a folder (#315)

    Source-Link: googleapis/synthtool@4760d8d
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f0e4b51deef56bed74d3e2359c583fc104a8d6367da3984fc5c66938db738828
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    a7c9b15 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. chore(deps): update dependency google-cloud-storage to v2.1.0 (#317)

    * chore(deps): update dependency google-cloud-storage to v2.1.0
    
    * add pin for google-cloud-storage for py36
    
    * revert pin for py36
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    3d6bb74 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    bb43458 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. chore: use gapic-generator-python 0.63.2 (#329)

    * chore: use gapic-generator-python 0.63.2
    docs: add generated snippets
    
    PiperOrigin-RevId: 427792504
    
    Source-Link: googleapis/googleapis@55b9e1e
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/bf4e86b753f42cb0edb1fd51fbe840d7da0a1cde
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmY0ZTg2Yjc1M2Y0MmNiMGVkYjFmZDUxZmJlODQwZDdkYTBhMWNkZSJ9
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    5fb080e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. docs(dlp-samples): modified region tags and fixed comment (#330)

    * docs(dlp-samples): modified region tags and fixed comment
    
    * lint fix
    Sita04 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    9b77b4c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    95fa751 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. chore: use gapic-generator-python 0.63.4 (#331)

    * chore: use gapic-generator-python 0.63.4
    
    chore: fix snippet region tag format
    chore: fix docstring code block formatting
    PiperOrigin-RevId: 430730865
    
    Source-Link: googleapis/googleapis@ea58002
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/ca893ff8af25fc7fe001de1405a517d80446ecca
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E4OTNmZjhhZjI1ZmM3ZmUwMDFkZTE0MDVhNTE3ZDgwNDQ2ZWNjYSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: delete duplicates
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    4 people committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    de3df2b View commit details
    Browse the repository at this point in the history
  2. chore: update copyright year to 2022 (#332)

    * chore: update copyright year to 2022
    
    PiperOrigin-RevId: 431037888
    
    Source-Link: googleapis/googleapis@b3397f5
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/510b54e1cdefd53173984df16645081308fe897e
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTEwYjU0ZTFjZGVmZDUzMTczOTg0ZGYxNjY0NTA4MTMwOGZlODk3ZSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    b3ee596 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. chore(deps): update all dependencies (#334)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e75c2a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. chore(deps): update all dependencies (#340)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    650717c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. chore: Adding support for pytest-xdist and pytest-parallel (#343)

    Source-Link: googleapis/synthtool@82f5cb2
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5d8da01438ece4021d135433f2cf3227aa39ef0eaccc941d62aa35e6902832ae
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    23ebba3 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Configuration menu
    Copy the full SHA
    5b3ef09 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Configuration menu
    Copy the full SHA
    8563355 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    f3fd596 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Configuration menu
    Copy the full SHA
    c08e9dd View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. chore(python): use black==22.3.0 (#359)

    Source-Link: googleapis/synthtool@6fab84a
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:7cffbc10910c3ab1b852c05114a08d374c195a81cdec1d4a67a1d129331d0bfe
    gcf-owl-bot[bot] committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    cfb490a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    44aa597 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    a7f60c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    8b1f38a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. chore: use gapic-generator-python 0.65.1 (#374)

    * chore: use gapic-generator-python 0.65.1
    
    PiperOrigin-RevId: 441524537
    
    Source-Link: googleapis/googleapis@2a27391
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/ab6756a48c89b5bcb9fb73443cb8e55d574f4643
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWI2NzU2YTQ4Yzg5YjViY2I5ZmI3MzQ0M2NiOGU1NWQ1NzRmNDY0MyJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    d43441a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. chore(python): use ubuntu 22.04 in docs image (#377)

    Source-Link: googleapis/synthtool@f15cc72
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:bc5eed3804aec2f05fad42aacf973821d9500c174015341f721a984a0825b6fd
    gcf-owl-bot[bot] committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    c6777a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    53c274a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    8eafd9d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    fd17b18 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    a70a63a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    7a4d2c8 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    ae6bf15 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    eaf8312 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. fix: require python 3.7+ (#411)

    * chore(python): drop python 3.6
    
    Source-Link: googleapis/synthtool@4f89b13
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e7bb19d47c13839fe8c147e50e02e8b6cf5da8edd1af8b82208cd6f66cc2829c
    
    * add api_description to .repo-metadata.json
    
    * require python 3.7+ in setup.py
    
    * remove python 3.6 sample configs
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * trigger CI
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    762f83b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. chore(deps): update all dependencies (#400)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * revert
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    a62ec55 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. chore(deps): update all dependencies (#416)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * revert
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    a9f6822 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. chore(deps): update all dependencies (#418)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * revert
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    71ca240 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. chore(deps): update all dependencies (#419)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|---|---|
    | [actions/setup-python](https://github.com/actions/setup-python) | action | major | `v3` -> `v4` | [![age](https://badges.renovateapi.com/packages/github-tags/actions%2fsetup-python/v4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/github-tags/actions%2fsetup-python/v4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/github-tags/actions%2fsetup-python/v4/compatibility-slim/v3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/github-tags/actions%2fsetup-python/v4/confidence-slim/v3)](https://docs.renovatebot.com/merge-confidence/) |
    | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) |  | patch | `==3.3.0` -> `==3.3.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.3.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.3.1/compatibility-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.3.1/confidence-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) |
    | [protobuf](https://developers.google.com/protocol-buffers/) |  | major | `>= 3.19.0, <4.0.0dev` -> `>=4.21.4, <4.22.0` | [![age](https://badges.renovateapi.com/packages/pypi/protobuf/4.21.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/protobuf/4.21.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/protobuf/4.21.4/compatibility-slim/3.20.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/protobuf/4.21.4/confidence-slim/3.20.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>actions/setup-python</summary>
    
    ### [`v4`](https://github.com/actions/setup-python/compare/v3...v4)
    
    [Compare Source](https://github.com/actions/setup-python/compare/v3...v4)
    
    </details>
    
    <details>
    <summary>googleapis/python-bigquery</summary>
    
    ### [`v3.3.1`](https://github.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#&#8203;331-httpsgithubcomgoogleapispython-bigquerycomparev330v331-2022-08-09)
    
    ##### Bug Fixes
    
    -   **deps:** allow pyarrow < 10 ([#&#8203;1304](https://github.com/googleapis/python-bigquery/issues/1304)) ([13616a9](https://github.com/googleapis/python-bigquery/commit/13616a910ba2e9b7bc3595847229b56e70c99f84))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTAuNCIsInVwZGF0ZWRJblZlciI6IjMyLjE1MC40In0=-->
    renovate-bot committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a1a5d4b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    1c7054a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    63c3ab8 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    459ba2c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    be9b103 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. chore: Bump gapic-generator-python version to 1.3.0 (#440)

    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 472561635
    
    Source-Link: googleapis/googleapis@332ecf5
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/4313d682880fd9d7247291164d4e9d3d5bd9f177
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDMxM2Q2ODI4ODBmZDlkNzI0NzI5MTE2NGQ0ZTlkM2Q1YmQ5ZjE3NyJ9
    gcf-owl-bot[bot] committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    a9dffbc View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (#437)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    a2f6b8b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. chore: detect samples tests in nested directories (#443)

    Source-Link: googleapis/synthtool@50db768
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e09366bdf0fd9c8976592988390b24d53583dd9f002d476934da43725adbb978
    gcf-owl-bot[bot] committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f082795 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. chore(deps): update all dependencies (#444)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    65737e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58b5274 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    47e8dd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    e9dfbbd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    c876e36 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    d88c91e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    76c6e92 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. chore(python): drop flake8-import-order in samples noxfile [autoappro…

    …ve] (#461)
    
    Source-Link: https://github.com/googleapis/synthtool/commit/6ed3a831cb9ff69ef8a504c353e098ec0192ad93
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3abfa0f1886adaf0b83f07cb117b24a639ea1cb9cffe56d43280b977033563eb
    gcf-owl-bot[bot] committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    0c95326 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. chore: Update gapic-generator-python to v1.6.1 (#456)

    * chore: update to gapic-generator-python 1.5.0
    
    feat: add support for `google.cloud.<api>.__version__`
    PiperOrigin-RevId: 484665853
    
    Source-Link: googleapis/googleapis@8eb249a
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/c8aa327b5f478865fc3fd91e3c2768e54e26ad44
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzhhYTMyN2I1ZjQ3ODg2NWZjM2ZkOTFlM2MyNzY4ZTU0ZTI2YWQ0NCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * update version in gapic_version.py
    
    * add .release-please-manifest.json with correct version
    
    * add owlbot.py to exclude generated gapic_version.py
    
    * set manifest to true in .github/release-please.yml
    
    * add release-please-config.json
    
    * chore: Update to gapic-generator-python 1.6.0
    
    feat(python): Add typing to proto.Message based class attributes
    
    feat(python): Snippetgen handling of repeated enum field
    
    PiperOrigin-RevId: 487326846
    
    Source-Link: googleapis/googleapis@da380c7
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/61ef5762ee6731a0cbbfea22fd0eecee51ab1c8e
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjFlZjU3NjJlZTY3MzFhMGNiYmZlYTIyZmQwZWVjZWU1MWFiMWM4ZSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: new APIs added to reflect updates to the filestore service
    
    - Add ENTERPRISE Tier
    - Add snapshot APIs: RevertInstance, ListSnapshots, CreateSnapshot, DeleteSnapshot, UpdateSnapshot
    - Add multi-share APIs: ListShares, GetShare, CreateShare, DeleteShare, UpdateShare
    - Add ConnectMode to NetworkConfig (for Private Service Access support)
    - New status codes (SUSPENDED/SUSPENDING, REVERTING/RESUMING)
    - Add SuspensionReason (for KMS related suspension)
    - Add new fields to Instance information: max_capacity_gb, capacity_step_size_gb, max_share_count, capacity_gb, multi_share_enabled
    
    PiperOrigin-RevId: 487492758
    
    Source-Link: googleapis/googleapis@5be5981
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/ab0e217f560cc2c1afc11441c2eab6b6950efd2b
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWIwZTIxN2Y1NjBjYzJjMWFmYzExNDQxYzJlYWI2YjY5NTBlZmQyYiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: ExcludeByHotword added as an ExclusionRule type, NEW_ZEALAND added as a LocationCategory value
    
    PiperOrigin-RevId: 487581128
    
    Source-Link: googleapis/googleapis@9140e55
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/502b50e61710bca3d774cb918314cb1ef39e6fe9
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTAyYjUwZTYxNzEwYmNhM2Q3NzRjYjkxODMxNGNiMWVmMzllNmZlOSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * update path to snippet metadata json
    
    * chore: Update gapic-generator-python to v1.6.1
    
    PiperOrigin-RevId: 488036204
    
    Source-Link: googleapis/googleapis@08f275f
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/555c0945e60649e38739ae64bc45719cdf72178f
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTU1YzA5NDVlNjA2NDllMzg3MzlhZTY0YmM0NTcxOWNkZjcyMTc4ZiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    354b11b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. chore(deps): update all dependencies (#463)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    ed76f25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03dda35 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 3.10.0 (#462)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    release-please[bot] and parthea committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    3a4354d View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    c33e416 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    fe3e8d9 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.10.1 (#470)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    e8cbaec View commit details
    Browse the repository at this point in the history
  3. chore(deps): update all dependencies (#468)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    bf75b0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    752f6c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. chore(python): add support for python 3.11 (#472)

    Source-Link: googleapis/synthtool@7197a00
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:c43f1d918bcf817d337aa29ff833439494a158a0831508fda4ec75dc4c0d0320
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    9200224 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    5e52644 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. feat: Add support for python 3.11 (#474)

    * feat: Add support for python 3.11
    
    chore: Update gapic-generator-python to v1.8.0
    PiperOrigin-RevId: 500768693
    
    Source-Link: googleapis/googleapis@190b612
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/7bf29a414b9ecac3170f0b65bdc2a95705c0ef1a
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2JmMjlhNDE0YjllY2FjMzE3MGYwYjY1YmRjMmE5NTcwNWMwZWYxYSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    03d2ad4 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.11.0 (#475)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    539cfec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7835846 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    80c3fdb View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    49b7831 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f3857b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. docs: Add documentation for enums (#481)

    * docs: Add documentation for enums
    
    fix: Add context manager return types
    
    chore: Update gapic-generator-python to v1.8.1
    PiperOrigin-RevId: 503210727
    
    Source-Link: googleapis/googleapis@a391fd1
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/0080f830dec37c3384157082bce279e37079ea58
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDA4MGY4MzBkZWMzN2MzMzg0MTU3MDgyYmNlMjc5ZTM3MDc5ZWE1OCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * work around docs issue
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    11c572f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. chore(main): release 3.11.1 (#482)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5811342 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. chore: Update gapic-generator-python to v1.8.2 (#483)

    * chore: Update gapic-generator-python to v1.8.2
    
    PiperOrigin-RevId: 504289125
    
    Source-Link: googleapis/googleapis@38a48a4
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/b2dc22663dbe47a972c8d8c2f8a4df013dafdcbc
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJkYzIyNjYzZGJlNDdhOTcyYzhkOGMyZjhhNGRmMDEzZGFmZGNiYyJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * revert
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    96713ef View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    0375bb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    155b175 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    b4091fe View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. remove generated samples

    Sita04 committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    9bc625a View commit details
    Browse the repository at this point in the history
  2. adding noxconfig file

    Sita04 committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    7305d05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4544c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    4f1884a View commit details
    Browse the repository at this point in the history
  2. lint fix

    Sita04 committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ce94302 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    b92cabe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    791a167 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    59ab15c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. increase timeout

    Sita04 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    e621348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5c3211 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f0b49f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. skip bigquery test

    Sita04 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b433f64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4781ccc View commit details
    Browse the repository at this point in the history
  3. int fix

    Sita04 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    07133bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25f210e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. updated acc to review comments

    Sita04 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    fe89c95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b00f129 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67e6daa View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    68636f6 View commit details
    Browse the repository at this point in the history
  2. add Py27 to ignored versions

    Sita04 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    9e515d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3660990 View commit details
    Browse the repository at this point in the history
  4. Updating test project

    Sita04 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    09f4eb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e7d521 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    83e3ab6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95c8de0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c7df29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27a77a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    2be71c4 View commit details
    Browse the repository at this point in the history