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

chore(migration): Migrate code from googleapis/python-documentai into packages/google-cloud-documentai #11318

This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 18, 2021

  1. chore: add SECURITY.md (#135)

    chore: add SECURITY.md
    google-cloud-policy-bot[bot] committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3eb82db 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 (#152)

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

Commits on May 25, 2021

  1. fix: Parsing pages, but should be paragraphs (#147)

    The code intends to be parsing paragraphs from a page, but was instead parsing pages from a document.
    dgallegos committed May 25, 2021
    Configuration menu
    Copy the full SHA
    abf2fda View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

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

    gcr.io/repo-automation-bots/owlbot-python:latest@sha256:0856ca711da1fd5ec9d6d7da6c50aa0bbf550fb94acb47b55159a640791987bf
    gcf-owl-bot[bot] committed May 28, 2021
    Configuration menu
    Copy the full SHA
    b3fd803 View commit details
    Browse the repository at this point in the history
  2. chore: new owl bot post processor docker image (#154)

    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:c66ba3c8d7bc8566f47df841f98cd0097b28fff0b1864c86f5817f4c8c3e8600
    gcf-owl-bot[bot] committed May 28, 2021
    Configuration menu
    Copy the full SHA
    49eb3f7 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. chore: release 0.5.0 (#148)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [0.5.0](https://www.github.com/googleapis/python-documentai/compare/v0.4.0...v0.5.0) (2021-05-28)
    
    
    ### Features
    
    * add confidence field to the PageAnchor.PageRef in document.proto. ([be671a8](https://www.github.com/googleapis/python-documentai/commit/be671a832839d6efeae76d168b7913a9408572b4))
    * support self-signed JWT flow for service accounts ([be671a8](https://www.github.com/googleapis/python-documentai/commit/be671a832839d6efeae76d168b7913a9408572b4))
    * Use non-regionalized default host name for documentai.googleapis.com ([be671a8](https://www.github.com/googleapis/python-documentai/commit/be671a832839d6efeae76d168b7913a9408572b4))
    
    
    ### Bug Fixes
    
    * add async client to %name_%version/init.py ([be671a8](https://www.github.com/googleapis/python-documentai/commit/be671a832839d6efeae76d168b7913a9408572b4))
    * Parsing pages, but should be paragraphs ([#147](https://www.github.com/googleapis/python-documentai/issues/147)) ([c4aca1b](https://www.github.com/googleapis/python-documentai/commit/c4aca1bc1c01b3e1fdcc644eaf8922552c6c99a7))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] committed May 31, 2021
    Configuration menu
    Copy the full SHA
    81ec8f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. chore(deps): update dependency google-cloud-documentai to v0.5.0 (#155)

    [![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-documentai](https://togithub.com/googleapis/python-documentai) | `==0.4.0` -> `==0.5.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-documentai/0.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-documentai/0.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-documentai/0.5.0/compatibility-slim/0.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-documentai/0.5.0/confidence-slim/0.4.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-documentai</summary>
    
    ### [`v0.5.0`](https://togithub.com/googleapis/python-documentai/blob/master/CHANGELOG.md#&#8203;050-httpswwwgithubcomgoogleapispython-documentaicomparev040v050-2021-05-28)
    
    [Compare Source](https://togithub.com/googleapis/python-documentai/compare/v0.4.0...v0.5.0)
    
    ##### Features
    
    -   add confidence field to the PageAnchor.PageRef in document.proto. ([be671a8](https://www.github.com/googleapis/python-documentai/commit/be671a832839d6efeae76d168b7913a9408572b4))
    -   support self-signed JWT flow for service accounts ([be671a8](https://www.github.com/googleapis/python-documentai/commit/be671a832839d6efeae76d168b7913a9408572b4))
    -   Use non-regionalized default host name for documentai.googleapis.com ([be671a8](https://www.github.com/googleapis/python-documentai/commit/be671a832839d6efeae76d168b7913a9408572b4))
    
    ##### Bug Fixes
    
    -   add async client to %name\_%version/init.py ([be671a8](https://www.github.com/googleapis/python-documentai/commit/be671a832839d6efeae76d168b7913a9408572b4))
    -   Parsing pages, but should be paragraphs ([#&#8203;147](https://www.github.com/googleapis/python-documentai/issues/147)) ([c4aca1b](https://www.github.com/googleapis/python-documentai/commit/c4aca1bc1c01b3e1fdcc644eaf8922552c6c99a7))
    
    </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-documentai).
    renovate-bot committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    5e393eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca607d1 View commit details
    Browse the repository at this point in the history
  3. feat: bump release level to production/stable (#151)

    Fixes #150 🦕
    
    Release-As: 1.0.0
    parthea committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    2152a2b View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

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

Commits on Jun 8, 2021

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

Commits on Jun 16, 2021

  1. fix: exclude docs and tests from package (#159)

    Only include packages that start with google in the published artifact
    busunkim96 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    7729504 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25fb151 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31a00a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

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

    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:58c7342b0bccf85028100adaa3d856cb4a871c22ca9c01960d996e66c40548ce
    gcf-owl-bot[bot] committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    192041f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. docs: omit mention of Python 2.7 in 'CONTRIBUTING.rst' (#1127) (#164)

    Source-Link: googleapis/synthtool@b91f129
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:b6169fc6a5207b11800a7c002d0c5c2bc6d82697185ca12e666f44031468cfcd
    gcf-owl-bot[bot] committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    1abb56a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. chore: update precommit hook pre-commit/pre-commit-hooks to v4 (#1083) (

    #165)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [pre-commit/pre-commit-hooks](https://togithub.com/pre-commit/pre-commit-hooks) | repository | major | `v3.4.0` -> `v4.0.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pre-commit/pre-commit-hooks</summary>
    
    ### [`v4.0.1`](https://togithub.com/pre-commit/pre-commit-hooks/releases/v4.0.1)
    
    [Compare Source](https://togithub.com/pre-commit/pre-commit-hooks/compare/v4.0.0...v4.0.1)
    
    ##### Fixes
    
    -   `check-shebang-scripts-are-executable` fix entry point.
        -   [#&#8203;602](https://togithub.com/pre-commit/pre-commit-hooks/issues/602) issue by [@&#8203;Person-93](https://togithub.com/Person-93).
        -   [#&#8203;603](https://togithub.com/pre-commit/pre-commit-hooks/issues/603) PR by [@&#8203;scop](https://togithub.com/scop).
    
    ### [`v4.0.0`](https://togithub.com/pre-commit/pre-commit-hooks/releases/v4.0.0)
    
    [Compare Source](https://togithub.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.0.0)
    
    ##### Features
    
    -   `check-json`: report duplicate keys.
        -   [#&#8203;558](https://togithub.com/pre-commit/pre-commit-hooks/issues/558) PR by [@&#8203;AdityaKhursale](https://togithub.com/AdityaKhursale).
        -   [#&#8203;554](https://togithub.com/pre-commit/pre-commit-hooks/issues/554) issue by [@&#8203;adamchainz](https://togithub.com/adamchainz).
    -   `no-commit-to-branch`: add `main` to default blocked branches.
        -   [#&#8203;565](https://togithub.com/pre-commit/pre-commit-hooks/issues/565) PR by [@&#8203;ndevenish](https://togithub.com/ndevenish).
    -   `check-case-conflict`: check conflicts in directory names as well.
        -   [#&#8203;575](https://togithub.com/pre-commit/pre-commit-hooks/issues/575) PR by [@&#8203;slsyy](https://togithub.com/slsyy).
        -   [#&#8203;70](https://togithub.com/pre-commit/pre-commit-hooks/issues/70) issue by [@&#8203;andyjack](https://togithub.com/andyjack).
    -   `check-vcs-permalinks`: forbid other branch names.
        -   [#&#8203;582](https://togithub.com/pre-commit/pre-commit-hooks/issues/582) PR by [@&#8203;jack1142](https://togithub.com/jack1142).
        -   [#&#8203;581](https://togithub.com/pre-commit/pre-commit-hooks/issues/581) issue by [@&#8203;jack1142](https://togithub.com/jack1142).
    -   `check-shebang-scripts-are-executable`: new hook which ensures shebang'd scripts are executable.
        -   [#&#8203;545](https://togithub.com/pre-commit/pre-commit-hooks/issues/545) PR by [@&#8203;scop](https://togithub.com/scop).
    
    ##### Fixes
    
    -   `check-executables-have-shebangs`: Short circuit shebang lookup on windows.
        -   [#&#8203;544](https://togithub.com/pre-commit/pre-commit-hooks/issues/544) PR by [@&#8203;scop](https://togithub.com/scop).
    -   `requirements-txt-fixer`: Fix comments which have indentation
        -   [#&#8203;549](https://togithub.com/pre-commit/pre-commit-hooks/issues/549) PR by [@&#8203;greshilov](https://togithub.com/greshilov).
        -   [#&#8203;548](https://togithub.com/pre-commit/pre-commit-hooks/issues/548) issue by [@&#8203;greshilov](https://togithub.com/greshilov).
    -   `pretty-format-json`: write to stdout using UTF-8 encoding.
        -   [#&#8203;571](https://togithub.com/pre-commit/pre-commit-hooks/issues/571) PR by [@&#8203;jack1142](https://togithub.com/jack1142).
        -   [#&#8203;570](https://togithub.com/pre-commit/pre-commit-hooks/issues/570) issue by [@&#8203;jack1142](https://togithub.com/jack1142).
    -   Use more inclusive language.
        -   [#&#8203;599](https://togithub.com/pre-commit/pre-commit-hooks/issues/599) PR by [@&#8203;asottile](https://togithub.com/asottile).
    
    ##### Breaking changes
    
    -   Remove deprecated hooks: `flake8`, `pyflakes`, `autopep8-wrapper`.
        -   [#&#8203;597](https://togithub.com/pre-commit/pre-commit-hooks/issues/597) PR by [@&#8203;asottile](https://togithub.com/asottile).
    
    </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/synthtool).
    Source-Link: googleapis/synthtool@333fd90
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:b8c131c558606d3cea6e18f8e87befbd448c1482319b0db3c5d5388fa6ea72e3
    gcf-owl-bot[bot] committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    23a34b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    9208a05 View commit details
    Browse the repository at this point in the history
  2. chore: add kokoro 3.9 config templates (#1128) (#166)

    Source-Link: googleapis/synthtool@b0eb8a8
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:df50e8d462f86d6bcb42f27ecad55bb12c404f1c65de9c6fe4c4d25120080bd6
    gcf-owl-bot[bot] committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    b7fd9cb View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. chore(python): simplify nox steps in CONTRIBUTING.rst (#170)

    Source-Link: googleapis/synthtool@26558ba
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:99d90d097e4a4710cc8658ee0b5b963f4426d0e424819787c3ac1405c9a26719
    gcf-owl-bot[bot] committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    dfd2cc3 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 (#173)

    [![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://togithub.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://togithub.com/googleapis/python-storage/blob/master/CHANGELOG.md#&#8203;1400-httpswwwgithubcomgoogleapispython-storagecomparev1390v1400-2021-06-30)
    
    [Compare Source](https://togithub.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-documentai).
    renovate-bot committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    2091efc View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. feat: update ReviewDocumentRequest to allow set priority and enable v…

    …alidation (#172)
    
    Committer: @busunkim96
    PiperOrigin-RevId: 382142900
    
    Source-Link: googleapis/googleapis@513440f
    
    Source-Link: googleapis/googleapis-gen@7b1e2c3
    
    feat: add always_use_jwt_access
    feat: add the processor management methods
    fix: disable always_use_jwt_access
    gcf-owl-bot[bot] committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    417195b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. build(python): exit with success status if no samples found (#178)

    Source-Link: googleapis/synthtool@53ea389
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:e1793a23ae0ee9aafb2e3a53b564a351f74790dbe3c2d75f8fc3b8c43e5c036c
    gcf-owl-bot[bot] committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    20f1bd6 View commit details
    Browse the repository at this point in the history
  2. build(python): remove python 3.7 from kokoro Dockerfile (#179)

    Source-Link: googleapis/synthtool@e44dc0c
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:5ff7446edeaede81c3ed58b23a4e76a5403fba1350ce28478045657303b6479d
    gcf-owl-bot[bot] committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    72c28d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

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

Commits on Jul 20, 2021

  1. fix(deps): pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x …

    …versions (#180)
    
    Expand pins on library dependencies in preparation for these dependencies taking a new major version. See #10566.
    busunkim96 committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    bfb151b 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 (#181)

    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
    0545b2a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. chore: fix kokoro config for samples (#183)

    Source-Link: googleapis/synthtool@dd05f9d
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:aea14a583128771ae8aefa364e1652f3c56070168ef31beb203534222d842b8b
    gcf-owl-bot[bot] committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    9cb0353 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. fix: enable self signed jwt for grpc (#184)

    PiperOrigin-RevId: 386504689
    
    Source-Link: googleapis/googleapis@762094a
    
    Source-Link: googleapis/googleapis-gen@6bfc480
    gcf-owl-bot[bot] committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    1f4a8a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

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

    [![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://togithub.com/googleapis/python-storage) | `==1.41.0` -> `==1.41.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.41.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.41.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.41.1/compatibility-slim/1.41.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.41.1/confidence-slim/1.41.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-storage</summary>
    
    ### [`v1.41.1`](https://togithub.com/googleapis/python-storage/blob/master/CHANGELOG.md#&#8203;1411-httpswwwgithubcomgoogleapispython-storagecomparev1410v1411-2021-07-20)
    
    [Compare Source](https://togithub.com/googleapis/python-storage/compare/v1.41.0...v1.41.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-documentai).
    renovate-bot committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    40ea50f View commit details
    Browse the repository at this point in the history
  2. chore: release 1.0.0 (#156)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [1.0.0](https://www.github.com/googleapis/python-documentai/compare/v0.5.0...v1.0.0) (2021-07-26)
    
    
    ### Features
    
    * add always_use_jwt_access ([35e3b74](https://www.github.com/googleapis/python-documentai/commit/35e3b74474719ef22449fbcb4772e6d381e80874))
    * add the processor management methods ([35e3b74](https://www.github.com/googleapis/python-documentai/commit/35e3b74474719ef22449fbcb4772e6d381e80874))
    * bump release level to production/stable ([#151](https://www.github.com/googleapis/python-documentai/issues/151)) ([1e6b470](https://www.github.com/googleapis/python-documentai/commit/1e6b470673c4ff71f0f49c11825cb408d1929a88))
    * Move CommonOperationMetadata for potential reuse ([#157](https://www.github.com/googleapis/python-documentai/issues/157)) ([a1a92b2](https://www.github.com/googleapis/python-documentai/commit/a1a92b20cc6afa80434a00a90690f1470ed48353))
    * update ReviewDocumentRequest to allow set priority and enable validation ([#172](https://www.github.com/googleapis/python-documentai/issues/172)) ([35e3b74](https://www.github.com/googleapis/python-documentai/commit/35e3b74474719ef22449fbcb4772e6d381e80874))
    * **v1beta3:** update document.proto, add the processor management methods ([#160](https://www.github.com/googleapis/python-documentai/issues/160)) ([54bc0e9](https://www.github.com/googleapis/python-documentai/commit/54bc0e9c70046bb411dafd53d98c501676585aaf))
    * **v1:** Move CommonOperationMetadata into a separate file for potential reuse ([#158](https://www.github.com/googleapis/python-documentai/issues/158)) ([c309f8f](https://www.github.com/googleapis/python-documentai/commit/c309f8f6f88e0308677fc68a7825b3eac7b57627))
    
    
    ### Bug Fixes
    
    * **deps:** add packaging requirement ([#162](https://www.github.com/googleapis/python-documentai/issues/162)) ([f09f807](https://www.github.com/googleapis/python-documentai/commit/f09f8075a3b76fe0d226afa955dae170117df0d0))
    * **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#180](https://www.github.com/googleapis/python-documentai/issues/180)) ([8eab36e](https://www.github.com/googleapis/python-documentai/commit/8eab36e8ff8616ccfdfd4c4149265030bab45d19))
    * disable always_use_jwt_access ([35e3b74](https://www.github.com/googleapis/python-documentai/commit/35e3b74474719ef22449fbcb4772e6d381e80874))
    * enable self signed jwt for grpc ([#184](https://www.github.com/googleapis/python-documentai/issues/184)) ([1e35b42](https://www.github.com/googleapis/python-documentai/commit/1e35b42739f36d7e1f19528299dac40de5b0cca4))
    * exclude docs and tests from package ([#159](https://www.github.com/googleapis/python-documentai/issues/159)) ([1325677](https://www.github.com/googleapis/python-documentai/commit/132567742a2a9927665ed46278952815088ccafc))
    
    
    ### Documentation
    
    * omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-documentai/issues/1127)) ([#164](https://www.github.com/googleapis/python-documentai/issues/164)) ([baba888](https://www.github.com/googleapis/python-documentai/commit/baba888184d6cc872e048aefd52b14d2486c553f))
    * add Samples section to CONTRIBUTING.rst ([#181](https://www.github.com/googleapis/python-documentai/issues/181)) ([b0f4c7a](https://www.github.com/googleapis/python-documentai/commit/b0f4c7ab32d7b864eade29e44efc1b51c80fb3e1))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    a72b4d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. chore(deps): update dependency google-cloud-documentai to v1 (#185)

    [![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-documentai](https://togithub.com/googleapis/python-documentai) | `==0.5.0` -> `==1.0.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-documentai/1.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-documentai/1.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-documentai/1.0.0/compatibility-slim/0.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-documentai/1.0.0/confidence-slim/0.5.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-documentai</summary>
    
    ### [`v1.0.0`](https://togithub.com/googleapis/python-documentai/blob/master/CHANGELOG.md#&#8203;100-httpswwwgithubcomgoogleapispython-documentaicomparev050v100-2021-07-26)
    
    [Compare Source](https://togithub.com/googleapis/python-documentai/compare/v0.5.0...v1.0.0)
    
    ##### Features
    
    -   add always_use_jwt_access ([35e3b74](https://www.github.com/googleapis/python-documentai/commit/35e3b74474719ef22449fbcb4772e6d381e80874))
    -   add the processor management methods ([35e3b74](https://www.github.com/googleapis/python-documentai/commit/35e3b74474719ef22449fbcb4772e6d381e80874))
    -   bump release level to production/stable ([#&#8203;151](https://www.github.com/googleapis/python-documentai/issues/151)) ([1e6b470](https://www.github.com/googleapis/python-documentai/commit/1e6b470673c4ff71f0f49c11825cb408d1929a88))
    -   Move CommonOperationMetadata for potential reuse ([#&#8203;157](https://www.github.com/googleapis/python-documentai/issues/157)) ([a1a92b2](https://www.github.com/googleapis/python-documentai/commit/a1a92b20cc6afa80434a00a90690f1470ed48353))
    -   update ReviewDocumentRequest to allow set priority and enable validation ([#&#8203;172](https://www.github.com/googleapis/python-documentai/issues/172)) ([35e3b74](https://www.github.com/googleapis/python-documentai/commit/35e3b74474719ef22449fbcb4772e6d381e80874))
    -   **v1beta3:** update document.proto, add the processor management methods ([#&#8203;160](https://www.github.com/googleapis/python-documentai/issues/160)) ([54bc0e9](https://www.github.com/googleapis/python-documentai/commit/54bc0e9c70046bb411dafd53d98c501676585aaf))
    -   **v1:** Move CommonOperationMetadata into a separate file for potential reuse ([#&#8203;158](https://www.github.com/googleapis/python-documentai/issues/158)) ([c309f8f](https://www.github.com/googleapis/python-documentai/commit/c309f8f6f88e0308677fc68a7825b3eac7b57627))
    
    ##### Bug Fixes
    
    -   **deps:** add packaging requirement ([#&#8203;162](https://www.github.com/googleapis/python-documentai/issues/162)) ([f09f807](https://www.github.com/googleapis/python-documentai/commit/f09f8075a3b76fe0d226afa955dae170117df0d0))
    -   **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#&#8203;180](https://www.github.com/googleapis/python-documentai/issues/180)) ([8eab36e](https://www.github.com/googleapis/python-documentai/commit/8eab36e8ff8616ccfdfd4c4149265030bab45d19))
    -   disable always_use_jwt_access ([35e3b74](https://www.github.com/googleapis/python-documentai/commit/35e3b74474719ef22449fbcb4772e6d381e80874))
    -   enable self signed jwt for grpc ([#&#8203;184](https://www.github.com/googleapis/python-documentai/issues/184)) ([1e35b42](https://www.github.com/googleapis/python-documentai/commit/1e35b42739f36d7e1f19528299dac40de5b0cca4))
    -   exclude docs and tests from package ([#&#8203;159](https://www.github.com/googleapis/python-documentai/issues/159)) ([1325677](https://www.github.com/googleapis/python-documentai/commit/132567742a2a9927665ed46278952815088ccafc))
    
    ##### Documentation
    
    -   omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#&#8203;1127](https://www.github.com/googleapis/python-documentai/issues/1127)) ([#&#8203;164](https://www.github.com/googleapis/python-documentai/issues/164)) ([baba888](https://www.github.com/googleapis/python-documentai/commit/baba888184d6cc872e048aefd52b14d2486c553f))
    -   add Samples section to CONTRIBUTING.rst ([#&#8203;181](https://www.github.com/googleapis/python-documentai/issues/181)) ([b0f4c7a](https://www.github.com/googleapis/python-documentai/commit/b0f4c7ab32d7b864eade29e44efc1b51c80fb3e1))
    
    </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-documentai).
    renovate-bot committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    817a69f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. samples: moves region tag to include import statement (#186)

    Moves region tag so that import statements are within code snippet.
    Eric Schmidt committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    d426d10 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    5433822 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 (#192)

    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
    a828be5 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    8abe73b View commit details
    Browse the repository at this point in the history
  2. chore(python): avoid .nox directories when building docs (#193)

    Source-Link: googleapis/synthtool@7e1f6da
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:a1a891041baa4ffbe1a809ac1b8b9b4a71887293c9101c88e8e255943c5aec2d
    gcf-owl-bot[bot] committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    d50a2f7 View commit details
    Browse the repository at this point in the history
  3. fix(v1beta2): Update DocumentUnderstandingService default_host from a…

    … regional endpoint to non-regional (#195)
    
    Committer: @nicain
    PiperOrigin-RevId: 390219495
    
    Source-Link: googleapis/googleapis@09a6183
    
    Source-Link: googleapis/googleapis-gen@6a6d8a4
    gcf-owl-bot[bot] committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    47ebf04 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 (#197)

    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
    c6970c0 View commit details
    Browse the repository at this point in the history
  2. samples: moves import statement within region tags (#190)

    Eric Schmidt committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    53e68fb View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. chore: migrate to main branch (#201)

    * docs: migrate to main branch
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: update owlbot
    
    * 🦉 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>
    dandhlee and gcf-owl-bot[bot] committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    a0b1492 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

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

Commits on Aug 31, 2021

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

Commits on Sep 1, 2021

  1. fix(v1beta2): enable self signed jwt for grpc (#191)

    * fix: Remove Owlbot  v1beta2 customization that passes default scopes as user scopes, so that the auth library does not use the self-signed JWT flow.
    
    * run owlbot locally
    
    * remove replacements for v1beta2 in owlbot.py
    
    Co-authored-by: Nick Cain <nicholascain@google.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    b8256ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b8f2af View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. chore(python): rename default branch to main (#206)

    Source-Link: googleapis/synthtool@5c0fa62
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:0ffe3bdd6c7159692df5f7744da74e5ef19966288a6bf76023e8e04e0c424d7d
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    566c49b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

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

Commits on Sep 9, 2021

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

Commits on Sep 17, 2021

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

Commits on Sep 20, 2021

  1. chore(deps): update dependency google-cloud-storage to v1.42.2 (#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-storage](https://togithub.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://togithub.com/googleapis/python-storage/blob/master/CHANGELOG.md#&#8203;1422-httpswwwgithubcomgoogleapispython-storagecomparev1421v1422-2021-09-16)
    
    [Compare Source](https://togithub.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**: 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-documentai).
    renovate-bot committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    837a72c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. chore: relocate owl bot post processor (#215)

    chore: relocate owl bot post processor
    SurferJeffAtGoogle committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    95a08b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. chore: use gapic-generator-python 0.51.2 (#216)

    - [ ] Regenerate this pull request now.
    
    fix: add 'dict' annotation type to 'request'
    
    Committer: @busunkim96
    PiperOrigin-RevId: 398509016
    
    Source-Link: googleapis/googleapis@b224dfa
    
    Source-Link: googleapis/googleapis-gen@63a1db7
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjNhMWRiN2EzOGQ3NGI5NjM5NTkyZjUyMWVkMWRhYWY3Mjk5YWQ5YSJ9
    gcf-owl-bot[bot] committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    2e7c2ab View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. chore: use gapic-generator-python 0.52.0 (#217)

    - [ ] Regenerate this pull request now.
    
    fix: improper types in pagers generation
    PiperOrigin-RevId: 399773015
    
    Source-Link: googleapis/googleapis@410c184
    
    Source-Link: googleapis/googleapis-gen@290e883
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjkwZTg4MzU0NWUzYWM5ZmYyYmQwMGNkMGRhY2IyOGYxYjhjYTk0NSJ9
    gcf-owl-bot[bot] committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    b54e938 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15662a7 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency google-cloud-storage to v1.42.3 (#219)

    [![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://togithub.com/googleapis/python-storage) | `==1.42.2` -> `==1.42.3` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.3/compatibility-slim/1.42.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-storage/1.42.3/confidence-slim/1.42.2)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-storage</summary>
    
    ### [`v1.42.3`](https://togithub.com/googleapis/python-storage/blob/master/CHANGELOG.md#&#8203;1423-httpswwwgithubcomgoogleapispython-storagecomparev1422v1423-2021-09-30)
    
    [Compare Source](https://togithub.com/googleapis/python-storage/compare/v1.42.2...v1.42.3)
    
    </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-documentai).
    renovate-bot committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    aa877a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. chore: add default_version and codeowner_team to .repo-metadata.json (#…

    …221)
    
    * chore: add default_version and codeowner_team to .repo-metadata.json
    
    * update default_version and codeowner_team
    parthea committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    d7fee15 View commit details
    Browse the repository at this point in the history
  2. build: use trampoline_v2 for python samples and allow custom dockerfi…

    …le (#222)
    
    Source-Link: googleapis/synthtool@a7ed11e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:6e7328583be8edd3ba8f35311c76a1ecbc823010279ccb6ab46b7a76e25eafcc
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    cd07f56 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

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

Commits on Oct 8, 2021

  1. feat: add context manager support in client (#224)

    - [ ] Regenerate this pull request now.
    
    chore: fix docstring for first attribute of protos
    
    committer: @busunkim96
    PiperOrigin-RevId: 401271153
    
    Source-Link: googleapis/googleapis@787f8c9
    
    Source-Link: googleapis/googleapis-gen@81decff
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODFkZWNmZmU5ZmM3MjM5NmE4MTUzZTc1NmQxZDY3YTZlZWNmZDYyMCJ9
    gcf-owl-bot[bot] committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    37bf9c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ca6d02 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. chore: release 1.1.0 (#226)

    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 Oct 11, 2021
    Configuration menu
    Copy the full SHA
    38534c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88725f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

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

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    c046be6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4b5935 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b21017 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. chore: use gapic-generator-python 0.53.4 (#234)

    - [ ] Regenerate this pull request now.
    
    docs: list oneofs in docstring
    fix(deps): require google-api-core >= 1.28.0
    fix(deps): drop packaging dependency
    
    committer: busunkim96@
    PiperOrigin-RevId: 406468269
    
    Source-Link: googleapis/googleapis@83d81b0
    
    Source-Link: googleapis/googleapis-gen@2ff001f
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmZmMDAxZmJhY2I5ZTc3ZTcxZDczNGRlNWY5NTVjMDVmZGFlODUyNiJ9
    gcf-owl-bot[bot] committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    2dca76c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. chore: delete owlbot.py (#230)

    * chore: delete owlbot.py
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 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>
    parthea and gcf-owl-bot[bot] committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9d2dc18 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. chore: use gapic-generator-python 0.56.2 (#240)

    * chore: update Java and Python dependencies
    
    PiperOrigin-RevId: 408420890
    
    Source-Link: googleapis/googleapis@2921f9f
    
    Source-Link: googleapis/googleapis-gen@6598ca8
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjU5OGNhOGNiYmY1MjI2NzMzYTA5OWM0NTA2NTE4YTVhZjZmZjc0YyJ9
    
    * 🦉 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 Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b622ca0 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. docs(samples): add OCR, form, quality, splitter and specialized proce…

    …ssing samples (#239)
    
    * docs(samples): add processing samples for OCR, quality, splitter and specialized
    
    * Update quality, specialized and splitter samples
    
    * Fix lint issues
    
    * Fix snippet tags
    
    * update library from v1 to v1beta3
    
    * restore previous processing sample to avoid sample tag breakage
    Matt Carroll committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    7793fe4 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. chore: assign googleapis/cdpe-cloudai as codeowner (#243)

    * chore: assign googleapis/cdpe-cloudai as codeowner
    
    assign @googleapis/cdpe-cloudai as codeowner
    
    * Remove googleapis/ml-apis as codeowner
    parthea committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    3791e69 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. chore: add generated snippets for Document AI (#245)

    * chore: add generated snippets for Document AI
    
    PiperOrigin-RevId: 410062505
    
    Source-Link: googleapis/googleapis@cf65a53
    
    Source-Link: googleapis/googleapis-gen@c99813e
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzk5ODEzZWVhZTFjNWFhOWE1YmRmZmM5MWI0YzdiYWQzZmIwOTNjZSJ9
    
    * 🦉 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 Dec 6, 2021
    Configuration menu
    Copy the full SHA
    9876aaa View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. chore(python): run blacken session for all directories with a noxfile (

    …#241)
    
    Source-Link: googleapis/synthtool@bc0de6e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:39ad8c0570e4f5d2d3124a509de4fe975e799e2b97e0f58aed88f8880d5a8b60
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    4d7efc5 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. chore(python): add .github/CODEOWNERS as a templated file (#242)

    * chore(python): add .github/CODEOWNERS as a templated file
    
    Source-Link: googleapis/synthtool@c5026b3
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:0e18b9475fbeb12d9ad4302283171edebb6baf2dfca1bd215ee3b34ed79d95d7
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 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>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    746b69e View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

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

Commits on Jan 6, 2022

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

Commits on Jan 8, 2022

  1. chore: use gapic-generator-python 0.58.4 (#254)

    * chore: use gapic-generator-python 0.58.4
    
    fix: provide appropriate mock values for message body fields
    
    committer: dovs
    PiperOrigin-RevId: 419025932
    
    Source-Link: googleapis/googleapis@73da669
    
    Source-Link: googleapis/googleapis-gen@46df624
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDZkZjYyNGE1NGI5ZWQ0N2MxYTdlZWZiN2E0OTQxM2NmN2I4MmY5OCJ9
    
    * 🦉 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>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    1093e27 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 (#257)

    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
    26fc633 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. chore: update doc links from googleapis.dev to cloud.google.com (#246)

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

Commits on Jan 14, 2022

  1. build: switch to release-please for tagging (#259)

    Source-Link: googleapis/synthtool@f8077d2
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:dfa9b663b32de8b5b327e32c1da665a80de48876558dd58091d8160c60ad7355
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
    3 people committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    a8dbcee View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

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

    Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    ff779fe View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. chore(python): update release.sh to use keystore (#260)

    Source-Link: googleapis/synthtool@69fda12
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ae600f36b6bc972b368367b6f83a1d91ec2c82a4a116b383d67d547c56fe6de3
    
    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 17, 2022
    Configuration menu
    Copy the full SHA
    bf85bfa View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. chore(main): release 1.2.1 (#258)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### [1.2.1](googleapis/python-documentai@v1.2.0...v1.2.1) (2022-01-17)
    
    
    ### Bug Fixes
    
    * **deps:** drop packaging dependency ([038a736](googleapis/python-documentai@038a736))
    * **deps:** require google-api-core >= 1.28.0 ([038a736](googleapis/python-documentai@038a736))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    4d1d8ce 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 (#262)

    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
    77f2d7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    943ca86 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. ci(python): run lint / unit tests / docs as GH actions (#265)

    * ci(python): run lint / unit tests / docs as GH actions
    
    Source-Link: googleapis/synthtool@57be0cd
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ed1f9983d5a935a89fe8085e8bb97d94e41015252c5b6c9771257cf8624367e6
    
    * add commit to trigger gh actions
    
    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 21, 2022
    Configuration menu
    Copy the full SHA
    8c5bc37 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

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

Commits on Jan 26, 2022

  1. feat: add api key support (#267)

    * chore: upgrade gapic-generator-java, gax-java and gapic-generator-python
    
    PiperOrigin-RevId: 423842556
    
    Source-Link: googleapis/googleapis@a616ca0
    
    Source-Link: googleapis/googleapis-gen@29b938c
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjliOTM4YzU4YzFlNTFkMDE5ZjJlZTUzOWQ1NWRjMGEzYzg2YTkwNSJ9
    
    * 🦉 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 Jan 26, 2022
    Configuration menu
    Copy the full SHA
    df6d625 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. feat: add question_id field in ReviewDocumentOperationMetadata (#269)

    * feat: add question_id field in ReviewDocumentOperationMetadata
    
    PiperOrigin-RevId: 424949086
    
    Source-Link: googleapis/googleapis@087bceb
    
    Source-Link: googleapis/googleapis-gen@af34793
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWYzNDc5MzBiNjZkZjUwZDMwY2QwNzllMjgyNzc2ZDA4ZWI3ZjJhYSJ9
    
    * 🦉 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 Jan 29, 2022
    Configuration menu
    Copy the full SHA
    cea7cf8 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. feat: add question_id field in ReviewDocumentOperationMetadata (#273)

    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 426180523
    
    Source-Link: googleapis/googleapis@38a8eb9
    
    Source-Link: googleapis/googleapis-gen@9a1a88b
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWExYTg4YjIxMWUyZTk0YmM4ZTM1ODU1Mzc4ZTA1MjNjYjhhNjY4MyJ9
    
    chore: use gapic-generator-python 0.62.1
    fix: resolve DuplicateCredentialArgs error when using credentials_file
    gcf-owl-bot[bot] committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    47b790e 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 (#275)

    * chore: use gapic-generator-python 0.63.2
    
    PiperOrigin-RevId: 427792504
    
    Source-Link: googleapis/googleapis@55b9e1e
    
    Source-Link: googleapis/googleapis-gen@bf4e86b
    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
    b2a763a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

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

Commits on Feb 16, 2022

  1. feat: add symbols field, and auto-format comments (#277)

    * feat: add `symbols` field, and auto-format comments
    
    PiperOrigin-RevId: 428799963
    
    Source-Link: googleapis/googleapis@8b6181f
    
    Source-Link: googleapis/googleapis-gen@2c320a9
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmMzMjBhOTU2MTYwZWU4NmNiOGQ3OTIzZTM3YTFhM2E0NTFkMTA0MiJ9
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: add `symbols` field, and auto-format comments
    
    PiperOrigin-RevId: 428800506
    
    Source-Link: googleapis/googleapis@ea20380
    
    Source-Link: googleapis/googleapis-gen@8b9ece5
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGI5ZWNlNTA4YzEzMjUxNmY0YmY3OWU0NjJmMDgyNTNhY2M4NTkzNSJ9
    
    * 🦉 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 16, 2022
    Configuration menu
    Copy the full SHA
    274d991 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Configuration menu
    Copy the full SHA
    9cb35ac View commit details
    Browse the repository at this point in the history
  2. chore: use gapic-generator-python 0.63.4 (#278)

    * 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: googleapis/googleapis-gen@ca893ff
    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
    dde5573 View commit details
    Browse the repository at this point in the history
  3. chore: update copyright year to 2022 (#280)

    * chore: update copyright year to 2022
    
    PiperOrigin-RevId: 431037888
    
    Source-Link: googleapis/googleapis@b3397f5
    
    Source-Link: googleapis/googleapis-gen@510b54e
    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
    2e3d042 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

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

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

Commits on Mar 1, 2022

  1. chore(deps): update actions/setup-python action to v3 (#282)

    Source-Link: googleapis/synthtool@571ee2c
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:660abdf857d3ab9aabcd967c163c70e657fcc5653595c709263af5f3fa23ef67
    gcf-owl-bot[bot] committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    d640c22 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. chore(deps): update actions/checkout action to v3 (#283)

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

Commits on Mar 4, 2022

  1. fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#285)

    fix(deps): require proto-plus>=1.15.0
    parthea committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    eb0d094 View commit details
    Browse the repository at this point in the history
  2. chore: Adding support for pytest-xdist and pytest-parallel (#286)

    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>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    1cf3deb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. chore(deps): update actions/download-artifact action to v3 (#287)

    Source-Link: googleapis/synthtool@38e11ad
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:4e1991042fe54b991db9ca17c8fb386e61b22fe4d1472a568bf0fcac85dcf5d3
    gcf-owl-bot[bot] committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    acf6e93 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (#281)

    * 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>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    b87ccbd View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. chore(main): release 1.3.0 (#268)

    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 Mar 7, 2022
    Configuration menu
    Copy the full SHA
    8368054 View commit details
    Browse the repository at this point in the history
  2. chore: updated pypi link in readme (#289)

    * chore: updated pypi link in readme
    
    * updated links
    galz10 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    9cfde14 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. chore(deps): update dependency google-cloud-documentai to v1.3.0 (#290)

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

Commits on Mar 13, 2022

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

Commits on Mar 14, 2022

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

Commits on Mar 16, 2022

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

Commits on Mar 17, 2022

  1. feat: add content field in TextAnchor (#294)

    * feat: add `content` field in TextAnchor
    
    PiperOrigin-RevId: 435142243
    
    Source-Link: googleapis/googleapis@721b367
    
    Source-Link: googleapis/googleapis-gen@b627aae
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjYyN2FhZWIzYWZhZmU3ZDk0ZDYwOTlhMmQxOTQ1YWE5YjRkYWRhZCJ9
    
    * 🦉 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 Mar 17, 2022
    Configuration menu
    Copy the full SHA
    9370ecf View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

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

Commits on Mar 22, 2022

  1. chore(main): release 1.4.0 (#295)

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

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    a770a77 View commit details
    Browse the repository at this point in the history
  2. chore(python): configure release-please on previous major versions (#298

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

Commits on Mar 28, 2022

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

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

Commits on Mar 30, 2022

  1. chore(python): add E231 to .flake8 ignore list (#302)

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

Commits on Apr 1, 2022

  1. chore(python): update .pre-commit-config.yaml to use black==22.3.0 (#303

    )
    
    Source-Link: googleapis/synthtool@7804ade
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:eede5672562a32821444a8e803fb984a6f61f2237ea3de229d2de24453f4ae7d
    gcf-owl-bot[bot] committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    2d78b4e View commit details
    Browse the repository at this point in the history
  2. chore(python): Enable size-label bot (#304)

    Source-Link: googleapis/synthtool@06e8279
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:b3500c053313dc34e07b1632ba9e4e589f4f77036a7cf39e1fe8906811ae0fce
    gcf-owl-bot[bot] committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    a60b5db View commit details
    Browse the repository at this point in the history
  3. chore(python): refactor unit / system test dependency install (#305)

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

Commits on Apr 6, 2022

  1. chore(python): add license header to auto-label.yaml (#306)

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

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    0a45b2f View commit details
    Browse the repository at this point in the history
  2. chore: use gapic-generator-python 0.65.1 (#311)

    * chore: use gapic-generator-python 0.65.1
    
    PiperOrigin-RevId: 441524537
    
    Source-Link: googleapis/googleapis@2a27391
    
    Source-Link: googleapis/googleapis-gen@ab6756a
    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
    0b76ff1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. chore(python): add nox session to sort python imports (#312)

    Source-Link: googleapis/synthtool@1b71c10
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    4379a8b View commit details
    Browse the repository at this point in the history
  2. chore(python): use ubuntu 22.04 in docs image (#314)

    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
    a67192d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

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

Commits on Apr 26, 2022

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

Commits on Apr 28, 2022

  1. fix: mark Document.Entity.type as REQUIRED in all versions (#317)

    - [ ] Regenerate this pull request now.
    
    fix: remove Document.Entity.bounding_poly_for_demo_frontend from v1beta2
    
    
    PiperOrigin-RevId: 444656928
    
    Source-Link: googleapis/googleapis@a0d4c5c
    
    Source-Link: googleapis/googleapis-gen@d3a3f6d
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDNhM2Y2ZGRlMThlYzM3MjFmY2ViYTkzM2U0MzI3YTdiNmRkMmMyZCJ9
    
    chore: use gapic-generator-python 0.65.2
    PiperOrigin-RevId: 444333013
    
    Source-Link: googleapis/googleapis@f91b6cf
    
    Source-Link: googleapis/googleapis-gen@16eb360
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTZlYjM2MDk1YzI5NGU3MTJjNzRhMWJmMjM1NTA4MTdiNDIxNzRlNSJ9
    gcf-owl-bot[bot] committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    dd5eb3e View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.4.1 (#318)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    3a59d6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b12b80d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. chore: [autoapprove] update readme_gen.py to include autoescape True (#…

    …320)
    
    Source-Link: googleapis/synthtool@6b4d5a6
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f792ee1320e03eda2d13a5281a2989f7ed8a9e50b73ef6da97fac7e1e850b149
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed May 5, 2022
    Configuration menu
    Copy the full SHA
    1e22ea0 View commit details
    Browse the repository at this point in the history
  2. chore(python): auto approve template changes (#322)

    Source-Link: googleapis/synthtool@453a5d9
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:81ed5ecdfc7cac5b699ba4537376f3563f6f04122c4ec9e735d3b3dc1d43dd32
    gcf-owl-bot[bot] committed May 5, 2022
    Configuration menu
    Copy the full SHA
    3923e05 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. chore: use gapic-generator-python 1.0.0 (#332)

    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 451250442
    
    Source-Link: googleapis/googleapis@cca5e81
    
    Source-Link: googleapis/googleapis-gen@0b219da
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGIyMTlkYTE2MWE4YmRjYzNjNmY3YjJlZmNkODIxMDUxODJhMzBjYSJ9
    gcf-owl-bot[bot] committed May 30, 2022
    Configuration menu
    Copy the full SHA
    0a4c1b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

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

Commits on Jun 3, 2022

  1. docs: fix changelog header to consistent size (#333)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    dandhlee and parthea committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    adaf185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2922c4e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. chore(main): release 1.4.2 (#335)

    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 Jun 7, 2022
    Configuration menu
    Copy the full SHA
    456fe82 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. chore(python): add missing import for prerelease testing (#343)

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

Commits on Jul 10, 2022

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

    * chore(python): drop python 3.6
    
    Source-Link: googleapis/synthtool@4f89b13
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e7bb19d47c13839fe8c147e50e02e8b6cf5da8edd1af8b82208cd6f66cc2829c
    
    * require python 3.7+ in setup.py
    
    * remove python 3.6 sample configs
    
    * add api_description to .repo-metadata.json
    
    * 🦉 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 Jul 10, 2022
    Configuration menu
    Copy the full SHA
    a668636 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. chore(python): allow client documentation to be customized in README (#…

    …351)
    
    Source-Link: googleapis/synthtool@95d9289
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:c8878270182edaab99f2927969d4f700c3af265accd472c3425deedff2b7fd93
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    16ac8a2 View commit details
    Browse the repository at this point in the history
  2. fix(deps): require google-api-core>=1.32.0,>=2.8.0 (#344)

    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 459095142
    
    Source-Link: googleapis/googleapis@4f1be99
    
    Source-Link: googleapis/googleapis-gen@ae686d9
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWU2ODZkOWNkZTRmYzNlMzZkMGFjMDJlZmI4NjQzYjE1ODkwYzFlZCJ9
    
    feat: add audience parameter
    PiperOrigin-RevId: 456827138
    
    Source-Link: googleapis/googleapis@23f1a15
    
    Source-Link: googleapis/googleapis-gen@4075a85
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDA3NWE4NTE0ZjY3NjY5MWVjMTU2Njg4YTViYmYxODNhYTk4OTNjZSJ9
    gcf-owl-bot[bot] committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    9d9a625 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update all dependencies (#338)

    * 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: Gal Zahavi <38544478+galz10@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    4 people committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    f8339a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. chore(main): release 1.5.0 (#349)

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

Commits on Jul 26, 2022

  1. chore: resolve issue with prerelease presubmit [autoapprove] (#352)

    Source-Link: googleapis/synthtool@1b9ad76
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:9db98b055a7f8bd82351238ccaacfd3cda58cdf73012ab58b8da146368330021
    gcf-owl-bot[bot] committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    9b74006 View commit details
    Browse the repository at this point in the history
  2. chore(bazel): update protobuf to v3.21.3 (#353)

    * chore(bazel): update protobuf to v3.21.3
    
    chore(bazel): update gax-java to 2.18.4
    
    PiperOrigin-RevId: 463115700
    
    Source-Link: googleapis/googleapis@52130a9
    
    Source-Link: googleapis/googleapis-gen@6a4d9d9
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9
    
    * 🦉 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 Jul 26, 2022
    Configuration menu
    Copy the full SHA
    5369b68 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. refactor: Updates to Document AI Python Samples (#323)

    * Updated OCR Quickstart Sample
    
    Added Types to Request Creation
    Added ClientOptions object for type safety
    Simplified output code to print full text instead of paragraphs
    Updated Link to Document Object v1 specification
    Added mime_type as variable
    
    * Updates to process_document_sample
    
    - Same Updates as Quickstart Sample
    - Moved Imports to top of quickstart file
    
    * Updated Batch Process Example
    
        - Added typing
        - Use BatchProcessMetadata instead of Operation ID to get output files from GCS
        - Added MimeType specification
        - Added Alternatives for Directory Processing & Callbacks
        - Minor Changes to process_document/quickstart for unified style with batch
    
    * Updates to OCR Response Handling Sample
    
    - Separated Online Processing Request into function
    - Added explicit typing for documentai objects
    - Converted `.format()` to f-string
    - Simplified `layout_to_text()`
    
    * Updated Form Processing Sample
    
        - Updated to `v1` API
        - Separated processing request into function
        - Added explicit typing for Document AI Types
        - Separated `print_table_rows()` into function for modularity
        - Fixed Spelling error "Collumns"
    
    * Updated Specialized Processor Sample
    
        - Added Extraction of Properties (Nested Entities) and Normalized Values
    
    * Updates to Splitter/Classifier Sample
    
    - Updated to `v1` API
    - Changed Page Numeber Printout
      - (Splitter Classifiers now output all page numbers within a subdocument, instead of just the first and last)
    
    * Updated Test for process_document_sample
     - Added mime_type
    
    * Updated Document Quality Processor Sample
    - Updated to `v1` API
    - Moved API Call to separate function
    - Updated `.format()` to f-strings
    - Added Handling for Multiple Page Numbers per entity
    - Reused `page_refs_to_string()` from splitter/classifier example
    - Added `mime_type` as parameter
    
    * Updated Batch Processing Directory sample variable from CR comments
    
    * Added Sample Input PDF Files & Output JSON Files
    
    * Fixed Spelling Error in Invoice Parser Output filenames
    
    * Addressed Code Review Comments
    
    - Changed Copyright Year back to 2020
    - Changed "property" variable to "prop" to avoid naming conflicts
    
    * Updated Client Library Requirements versions
    
    * Addressed Unit Test Failures
    
    * Re-added google-api-core to requirements.txt
    
    * Update samples/snippets/process_document_form_sample.py
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    
    * Update samples/snippets/requirements.txt
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    
    * Fixed "entirity" spelling error
    
    Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    7d52b11 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

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

    * 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 5, 2022
    Configuration menu
    Copy the full SHA
    5745b62 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. chore(deps): update actions/setup-python action to v4 [autoapprove] (#…

    …359)
    
    Source-Link: googleapis/synthtool@8e55b32
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:c6c965a4bf40c19011b11f87dbc801a66d3a23fbc6704102be064ef31c51f1c3
    gcf-owl-bot[bot] committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a620a40 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. fix(deps): allow protobuf < 5.0.0 (#360)

    fix(deps): require proto-plus >= 1.22.0
    parthea committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    765a2ad View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. chore(main): release 1.5.1 (#361)

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

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    ead6ec2 View commit details
    Browse the repository at this point in the history
  2. docs(samples): Added Human Review Request Sample (#357)

    - Illustrates how to call `review_document()` to send a processed document to Human in the Loop (HITL)
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    holtskinner and parthea committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    15a181d View commit details
    Browse the repository at this point in the history
  3. feat: Added field_mask to ProcessRequest object in document_processor…

    …_service.proto (#358)
    
    - [ ] Regenerate this pull request now.
    
    feat: Added parent_ids to Revision object in document.proto
    feat: Added integer_values, float_values and non_present to Entity object in document.proto
    feat: Added corrected_key_text, correct_value_text to FormField object in document.proto
    feat: Added OperationMetadata resource
    feat: Added Barcode support
    feat!: Added Processor Management and Processor Version support to v1 library
    
    BREAKING CHANGE: Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion.
    
    PiperOrigin-RevId: 468022354
    
    Source-Link: googleapis/googleapis@d0237ea
    
    Source-Link: googleapis/googleapis-gen@22d54f2
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjJkNTRmMmQ4ZWRkZDYxNjE0OWM1NjkxZDgwNTZlZjEyOTBiYWNmYSJ9
    
    chore: use gapic-generator-python 1.2.0
    PiperOrigin-RevId: 467286830
    
    Source-Link: googleapis/googleapis@e6e875a
    
    Source-Link: googleapis/googleapis-gen@0295ea1
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDI5NWVhMTRkOWNkNGQ0N2RkYjIzYjllYmQzOWEzMWUyMDM1ZTI4ZiJ9
    
    docs: fix minor docstring formatting
    PiperOrigin-RevId: 466493520
    
    Source-Link: googleapis/googleapis@c2674a3
    
    Source-Link: googleapis/googleapis-gen@30077cf
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzAwNzdjZmRkN2FhMDZiOTQyNjRlZDczM2U3ZjY4NzIyZjY1Yjg3MCJ9
    
    feat: Added field_mask to ProcessRequest object in document_processor_service.proto
    feat: Added parent_ids to Revision object in document.proto
    feat: Added integer_values, float_values and non_present to Entity object in document.proto
    feat: Added corrected_key_text, correct_value_text to FormField object in document.proto
    feat: Added OperationMetadata resource
    feat!: Added Processor Management and Processor Version support to v1 library
    
    BREAKING CHANGE: Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion.
    
    PiperOrigin-RevId: 466168406
    
    Source-Link: googleapis/googleapis@19bf693
    
    Source-Link: googleapis/googleapis-gen@90986a3
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTA5ODZhMzYwOGJkYzBhMTUwZTg4NjUwY2ZmYmZkNDRhZTY2ZDU5YiJ9
    gcf-owl-bot[bot] committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    9149579 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 2.0.0 (#363)

    * chore(main): release 2.0.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] and gcf-owl-bot[bot] committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    cbb5c41 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

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

Commits on Aug 24, 2022

  1. chore: remove 'pip install' statements from python_library templates …

    …[autoapprove] (#366)
    
    Source-Link: googleapis/synthtool@1f37ce7
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8e84e0e0d71a0d681668461bba02c9e1394c785f31a10ae3470660235b673086
    gcf-owl-bot[bot] committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    9e1db1f View commit details
    Browse the repository at this point in the history
  2. chore(python): exclude path in renovate.json [autoapprove] (#367)

    Source-Link: googleapis/synthtool@69fabae
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:562802bfac02e012a6ac34eda282f81d06e77326b82a32d7bbb1369ff552b387
    gcf-owl-bot[bot] committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    2d05600 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. chore(python): exclude grpcio==1.49.0rc1 in tests (#368)

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

Commits on Sep 1, 2022

  1. ci(python): fix path to requirements.txt in release script (#369)

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

Commits on Sep 2, 2022

  1. chore(python): update .kokoro/requirements.txt (#370)

    Source-Link: googleapis/synthtool@703554a
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:94961fdc5c9ca6d13530a6a414a49d2f607203168215d074cdb0a1df9ec31c0b
    gcf-owl-bot[bot] committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    f9e74e7 View commit details
    Browse the repository at this point in the history
  2. chore(python): exclude setup.py in renovate config (#373)

    Source-Link: googleapis/synthtool@56da63e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:993a058718e84a82fda04c3177e58f0a43281a996c7c395e0a56ccc4d6d210d7
    gcf-owl-bot[bot] committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    26f8a0a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    36e51c9 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 (#375)

    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 472561635
    
    Source-Link: googleapis/googleapis@332ecf5
    
    Source-Link: googleapis/googleapis-gen@4313d68
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDMxM2Q2ODI4ODBmZDlkNzI0NzI5MTE2NGQ0ZTlkM2Q1YmQ5ZjE3NyJ9
    gcf-owl-bot[bot] committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    81858f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. chore: use gapic-generator-python 1.3.1 (#376)

    * chore: use gapic-generator-python 1.3.1
    
    PiperOrigin-RevId: 472772457
    
    Source-Link: googleapis/googleapis@855b74d
    
    Source-Link: googleapis/googleapis-gen@b64b1e7
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjY0YjFlN2RhM2UxMzhmMTVjYTM2MTU1MmVmMDU0NWU1NDg5MWI0ZiJ9
    
    * 🦉 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 Sep 8, 2022
    Configuration menu
    Copy the full SHA
    31d824d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. docs(samples): Updated Samples for v2.0.0 Client Library (#365)

    * docs(samples): Updated Samples for v2.0.0 Client Library
    
    - Added Examples for FetchProcessorTypes, CreateProcessor, ListProcessors, DeleteProcessor, DisableProcessor, EnableProcessor
    - Added example parameters for processorVersion and FieldMask
    - Removed references to 'v1' in imports (default is v1)
    - Changed File types Documentation link in comments
    - Corrected Human Review test method name
    
    * docs(samples): Added Sample Code for Operations Functions
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * docs(samples): Added GetProcessor Sample
    
    - Also removed extra test function call
    
    * docs(samples): Addressed unit test issues
    
    * docs(samples): Adjusted imports to resovle presubmit errors
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    82d877f View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.0.1 (#378)

    * chore(main): release 2.0.1
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] and gcf-owl-bot[bot] committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    b93fdcf View commit details
    Browse the repository at this point in the history
  3. chore: use gapic generator python 1.4.1 (#377)

    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 473833416
    
    Source-Link: googleapis/googleapis@565a550
    
    Source-Link: googleapis/googleapis-gen@1ee1a06
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWVlMWEwNmM2ZGUzY2E4Yjg0MzU3MmMxZmRlMDU0OGY4NDIzNjk4OSJ9
    gcf-owl-bot[bot] committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ad55da8 View commit details
    Browse the repository at this point in the history
  4. chore: detect samples tests in nested directories (#379)

    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
    2f079bc View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

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

Commits on Sep 26, 2022

  1. docs(samples): Added Processor Version Samples (#382)

    * docs(samples): Added Processor Version Samples
    
    To Be Published in documentation: https://cloud.google.com/document-ai/docs/manage-processor
    
    - `get_processor_version`
    - `list_processor_versions`
    - `set_default_processor_version`
    
    * docs(samples): Adjusted Bad Batch Input test to
    
    * docs(samples): Added Deploy/Undeploy Samples
    
    * docs(samples): Added process & batchProcess examples for processorVersions
    
    - Removed Processor Version from basic process and batchProcess examples
    - Removed Note about must create processors in the Cloud Console
    - Added note that processor must be created before running sample where missing
    
    * docs(samples): Adjusted Enable/Disable Processor Test to avoid Race Conditions
    
    * docs(samples): Added Delete Processor Version Sample
    - Also Fixed Spelling error in Undeploy Comments
    
    * docs(samples): Updated non-idempotent unit tests to use mocks
      - Also replaced test ocr processor id after making a breaking change to the project
      - Added `field_mask` to process_documents tests
    holtskinner committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    f7b6110 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. fix(deps): require protobuf >= 3.20.2 (#385)

    * chore: exclude requirements.txt file from renovate-bot
    
    Source-Link: googleapis/synthtool@f58d313
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:7a40313731a7cb1454eef6b33d3446ebb121836738dc3ab3d2d3ded5268c35b6
    
    * update constraints files
    
    * fix(deps): require protobuf 3.20.2
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    e3259e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. chore(main): release 2.0.2 (#384)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    dbe3ce9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5c88a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. fix(deps): allow protobuf 3.19.5 (#388)

    * fix(deps): allow protobuf 3.19.5
    
    * explicitly exclude protobuf 4.21.0
    parthea committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    4cacc13 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.0.3 (#389)

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

Commits on Oct 18, 2022

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

Commits on Oct 26, 2022

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

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    57cede1 View commit details
    Browse the repository at this point in the history
  2. chore:Remove Sample Inputs/Outputs from Repo (#391)

    - (Moved to Cloud Storage Bucket for Documentation)
    - https://cloud.google.com/document-ai/docs/output
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    holtskinner and parthea committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    589fcfa View commit details
    Browse the repository at this point in the history
  3. chore: update to gapic-generator-python 1.5.0 (#394)

    * 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: googleapis/googleapis-gen@c8aa327
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzhhYTMyN2I1ZjQ3ODg2NWZjM2ZkOTFlM2MyNzY4ZTU0ZTI2YWQ0NCJ9
    
    * 🦉 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 Nov 2, 2022
    Configuration menu
    Copy the full SHA
    c41335d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    33b3790 View commit details
    Browse the repository at this point in the history
  2. chore(python): update dependencies in .kokoro/requirements.txt (#397)

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

Commits on Nov 9, 2022

  1. feat: added font_family to document.proto (#404)

    * feat: added font_family to document.proto
    feat: added ImageQualityScores message to document.proto
    feat: added PropertyMetadata and EntityTypeMetadata to document_schema.proto
    
    PiperOrigin-RevId: 486975621
    
    Source-Link: googleapis/googleapis@398c9f9
    
    Source-Link: googleapis/googleapis-gen@7cd1f5f
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2NkMWY1ZjRlNDM1Nzc3Y2I4MjRhZjI2OGRjOGQzNzEzNDYxM2U2YSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update constraints-3.7.txt
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
    3 people committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    ba49385 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.1.0 (#405)

    * chore(main): release 2.1.0
    
    * Update constraints-3.7.txt
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Holt Skinner <holtskinner@google.com>
    release-please[bot] and holtskinner committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    0418c4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fcd645 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. docs(samples): Updated code samples for 2.1.0 release (#406)

    * docs(samples): Added Image Quality Output to Document OCR Processor
    
    * docs(samples): Added `field_mask` to `batch_process` samples
    holtskinner committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    da1937c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. feat: new APIs added to reflect updates to the filestore service (#408)

    * 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: googleapis/googleapis-gen@61ef576
    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: googleapis/googleapis-gen@ab0e217
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWIwZTIxN2Y1NjBjYzJjMWFmYzExNDQxYzJlYWI2YjY5NTBlZmQyYiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update constraints-3.7.txt
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
    3 people committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    783c32e View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.2.0 (#409)

    * chore(main): release 2.2.0
    * Update contstraints-3.7.txt
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Holt Skinner <holtskinner@google.com>
    release-please[bot] and holtskinner committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    be4b7b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8803c9 View commit details
    Browse the repository at this point in the history
  4. feat: added TrainProcessorVersion, EvaluateProcessorVersion, GetEvalu…

    …ation, and ListEvaluations v1beta3 APIs (#412)
    
    * feat: added TrainProcessorVersion, EvaluateProcessorVersion, GetEvaluation, and ListEvaluations v1beta3 APIs
    * feat: added evaluation.proto
    * feat: added document_schema field in ProcessorVersion processor.proto
    * feat: added image_quality_scores field in Document.Page in document.proto
    * feat: added font_family field in Document.Style in document.proto
    
    PiperOrigin-RevId: 488417413
    
    Source-Link: googleapis/googleapis@6b780a3
    
    Source-Link: googleapis/googleapis-gen@99c8d66
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTljOGQ2NmExZjcyN2FlM2NiNjY5NzgzMjY5MGRiYWFhMzE4Y2Q4NSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Fixes #410
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
    3 people committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    7b48c7d View commit details
    Browse the repository at this point in the history
  5. chore(main): release 2.3.0 (#413)

    * chore(main): release 2.3.0
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Holt Skinner <holtskinner@google.com>
    release-please[bot] and holtskinner committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    35384b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    c333ea1 View commit details
    Browse the repository at this point in the history
  2. feat: added field_mask field in DocumentOutputConfig.GcsOutputConfig …

    …in document_io.proto (#415)
    
    * feat: added field_mask field in DocumentOutputConfig.GcsOutputConfig in document_io.proto
    
    PiperOrigin-RevId: 488680436
    
    Source-Link: googleapis/googleapis@d1e4539
    
    Source-Link: googleapis/googleapis-gen@6c358d9
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmMzNThkOWI4MmZiMzczZDM2YTk1NzhjM2RlNmUxM2U1NjFjOTc0MiJ9
    
    * 🦉 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: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
    3 people committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    363ed38 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:la…

    …test@sha256:6244cdf9848ec661b48e5b626123ee9f6f8eb80adc9d42d7cd3c243d4ddaea79 (#418)
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    993c787 View commit details
    Browse the repository at this point in the history
  2. chore(python): update release script dependencies [autoapprove] (#419)

    Source-Link: https://togithub.com/googleapis/synthtool/commit/25083af347468dd5f90f69627420f7d452b6c50e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e6cbd61f1838d9ff6a31436dfc13717f372a7482a82fc1863ca954ec47bff8c8
    gcf-owl-bot[bot] committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    add1b8b View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. chore(python): drop flake8-import-order in samples noxfile (#421)

    Source-Link: googleapis/synthtool@6ed3a83
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3abfa0f1886adaf0b83f07cb117b24a639ea1cb9cffe56d43280b977033563eb
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    7854712 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea0086b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. chore(main): release 2.4.0 (#416)

    * chore(main): release 2.4.0
    
    * drop google-cloud-documentai from constraints-3.7.txt
    
    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 1, 2022
    Configuration menu
    Copy the full SHA
    5a5dc9f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

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

Commits on Dec 7, 2022

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

    * chore(deps): update dependency google-cloud-storage to v2.7.0
    
    * docs(samples): removed batch_process_documents_sample_bad_input_test
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    holtskinner and renovate-bot committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    59e4623 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Require google-api-core >=1.34.0, >=2.11.0 (#424)

    * fix(deps): Require google-api-core >=1.34.0, >=2.11.0
    
    fix: Drop usage of pkg_resources
    
    fix: Fix timeout default values
    
    docs(samples): Snippetgen should call await on the operation coroutine before calling result
    
    PiperOrigin-RevId: 493260409
    
    Source-Link: googleapis/googleapis@fea4387
    
    Source-Link: googleapis/googleapis-gen@387b734
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzg3YjczNDRjNzUyOWVlNDRiZTg0ZTYxM2IxOWE4MjA1MDhjNjEyYiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * add gapic_version.py
    
    * fix(deps): require google-api-core>=1.34.0,>=2.11.0
    
    * chore: use templated setup.py and owlbot.py
    
    * update version in gapic_version.py
    
    * work around generator bug
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    3afe07a View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.4.1 (#427)

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

Commits on Dec 8, 2022

  1. build(deps): bump certifi from 2022.9.24 to 2022.12.7 [autoapprove] (#…

    …429)
    
    Source-Link: https://togithub.com/googleapis/synthtool/commit/b4fe62efb5114b6738ad4b13d6f654f2bf4b7cc0
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3bf87e47c2173d7eed42714589dc4da2c07c3268610f1e47f8e1a30decbfc7f1
    gcf-owl-bot[bot] committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    cf65467 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

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

Commits on Dec 13, 2022

  1. feat: added sharding_config field in DocumentOutputConfig.GcsOutputCo…

    …nfig in document_io.proto (#430)
    
    * feat: added sharding_config field in DocumentOutputConfig.GcsOutputConfig in document_io.proto
    
    PiperOrigin-RevId: 495050408
    
    Source-Link: googleapis/googleapis@46a1452
    
    Source-Link: googleapis/googleapis-gen@865eeff
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODY1ZWVmZjFjZTllNzBlMDk4OWQ2YjAyMTNhZTZhNWM5ODdiMTBkNyJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: added sharding_config field in DocumentOutputConfig.GcsOutputConfig in document_io.proto
    
    PiperOrigin-RevId: 495051185
    
    Source-Link: googleapis/googleapis@0ff0b24
    
    Source-Link: googleapis/googleapis-gen@ffa8b5f
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmZhOGI1ZjUxYmQ0MjU4NDgxYjhmYzczY2E3MzcwZjc4ODQ3ZDVkNyJ9
    
    * 🦉 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 Dec 13, 2022
    Configuration menu
    Copy the full SHA
    dab1840 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. chore(main): release 2.5.0 (#431)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    dc59798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f68dee4 View commit details
    Browse the repository at this point in the history
  3. feat: added sharding_config field in DocumentOutputConfig.GcsOutputCo…

    …nfig in document_io.proto (#433)
    
    * feat: added sharding_config field in DocumentOutputConfig.GcsOutputConfig in document_io.proto
    feat: added process_options field in ProcessRequest in document_processor_service.proto
    feat: added sample_document_uris field in ProcessorType in processor_type.proto
    
    PiperOrigin-RevId: 495360288
    
    Source-Link: googleapis/googleapis@5f39f46
    
    Source-Link: googleapis/googleapis-gen@8520d57
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODUyMGQ1NzA5M2QzNjBhZmVjMTk0Y2QwMjliNzEzMjRlNTk3ZjYyNiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: added sharding_config field in DocumentOutputConfig.GcsOutputConfig in document_io.proto
    feat: added process_options field in ProcessRequest in document_processor_service.proto
    feat: added sample_document_uris field in ProcessorType in processor_type.proto
    
    PiperOrigin-RevId: 495363748
    
    Source-Link: googleapis/googleapis@3dce9ff
    
    Source-Link: googleapis/googleapis-gen@66f3518
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjZmMzUxODIxN2YwYzA0YTQ3ZmFlZmViMzMyMmZmMjI2MTA2Yjg1NyJ9
    
    * 🦉 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 Dec 14, 2022
    Configuration menu
    Copy the full SHA
    8114f05 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. chore(main): release 2.6.0 (#434)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    7d94270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    023a71e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    8c3d86b 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 (#437)

    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
    35d56a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    9c800ad 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 (#440)

    * 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: googleapis/googleapis-gen@7bf29a4
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2JmMjlhNDE0YjllY2FjMzE3MGYwYjY1YmRjMmE5NTcwNWMwZWYxYSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * require proto-plus 1.22.2 for python 3.11
    
    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 10, 2023
    Configuration menu
    Copy the full SHA
    b672cbb View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.7.0 (#441)

    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
    85c8962 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. docs(samples): Removed Samples after Migration to Mono Repo (#438)

    - Followup to GoogleCloudPlatform/python-docs-samples#8862
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    holtskinner and parthea committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    c61b8cc View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. feat: exposed GetProcessorType to v1beta3 (#444)

    * feat: exposed GetProcessorType to v1beta3
    
    PiperOrigin-RevId: 502616281
    
    Source-Link: googleapis/googleapis@04e6db9
    
    Source-Link: googleapis/googleapis-gen@f4bc77f
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjRiYzc3ZjkwNWU2ODA1N2RiMDliNzgzOTdhZmJkZGI5Yjg2YzgwZSJ9
    
    * 🦉 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 17, 2023
    Configuration menu
    Copy the full SHA
    13f0e71 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.8.0 (#445)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    2442a0f View commit details
    Browse the repository at this point in the history
  3. feat(v1): exposed GetProcessorType (#446)

    * feat: exposed GetProcessorType to v1
    
    PiperOrigin-RevId: 502624243
    
    Source-Link: googleapis/googleapis@bd5f934
    
    Source-Link: googleapis/googleapis-gen@7ae8a3a
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2FlOGEzYTk3NTVmNjYxY2U4OTg5ZTlkY2IxNDVkMmRmZjc3ZDg2NCJ9
    
    * 🦉 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 17, 2023
    Configuration menu
    Copy the full SHA
    cd82f8d View commit details
    Browse the repository at this point in the history
  4. chore(main): release 2.9.0 (#447)

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

Commits on Jan 20, 2023

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

    * 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: googleapis/googleapis-gen@0080f83
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDA4MGY4MzBkZWMzN2MzMzg0MTU3MDgyYmNlMjc5ZTM3MDc5ZWE1OCJ9
    
    * 🦉 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 20, 2023
    Configuration menu
    Copy the full SHA
    77e3cbf View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.9.1 (#449)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    95aea66 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 (#450)

    * chore: Update gapic-generator-python to v1.8.2
    
    PiperOrigin-RevId: 504289125
    
    Source-Link: googleapis/googleapis@38a48a4
    
    Source-Link: googleapis/googleapis-gen@b2dc226
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJkYzIyNjYzZGJlNDdhOTcyYzhkOGMyZjhhNGRmMDEzZGFmZGNiYyJ9
    
    * 🦉 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 25, 2023
    Configuration menu
    Copy the full SHA
    ea9ed5e View commit details
    Browse the repository at this point in the history
  2. feat: added advanced_ocr_options field in OcrConfig (#451)

    PiperOrigin-RevId: 504600937
    
    Source-Link: googleapis/googleapis@91bee51
    
    Source-Link: googleapis/googleapis-gen@70424b9
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzA0MjRiOTQ1N2QxNWVkODUyYTBhMGI5YTRmMDMyZjJiMzA5YjMyYyJ9
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    39a05a3 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.10.0 (#452)

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

Commits on Jan 30, 2023

  1. chore: fix prerelease_deps nox session [autoapprove] (#453)

    Source-Link: https://togithub.com/googleapis/synthtool/commit/26c7505b2f76981ec1707b851e1595c8c06e90fc
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f946c75373c2b0040e8e318c5e85d0cf46bc6e61d0a01f3ef94d8de974ac6790
    gcf-owl-bot[bot] committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    488564d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. feat: Added EvaluationReference to evaluation.proto (#454)

    * feat: Added EvaluationReference to evaluation.proto
    feat: Added latest_evaluation to processor.proto
    chore!: Updated TrainProcessorVersion parent to correctly be a Processor, rather than ProcessorVersion
    
    BREAKING CHANGE: The TrainProcessorVersion parent was incorrectly annotated.
    
    PiperOrigin-RevId: 507577968
    
    Source-Link: googleapis/googleapis@a2cdee8
    
    Source-Link: googleapis/googleapis-gen@68cd7fe
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjhjZDdmZTMyYmQ0Mzg3MTk1YTI3YjYwNWIwMzJjYTFmNTA3MTIyMiJ9
    
    * 🦉 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 7, 2023
    Configuration menu
    Copy the full SHA
    0b5894e View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.11.0 (#455)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    836b29b View commit details
    Browse the repository at this point in the history
  3. chore: Update gapic-generator-python to v1.8.4 (#456)

    * chore: Update gapic-generator-python to v1.8.4
    
    PiperOrigin-RevId: 507808936
    
    Source-Link: googleapis/googleapis@64cf849
    
    Source-Link: googleapis/googleapis-gen@53c48ca
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTNjNDhjYWMxNTNkM2IzN2YzZDJjMmRlYzQ4MzBjZmQ5MWVjNDE1MyJ9
    
    * 🦉 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 7, 2023
    Configuration menu
    Copy the full SHA
    a99f94f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. build(deps): bump cryptography from 38.0.3 to 39.0.1 in /synthtool/gc…

    …p/templates/python_library/.kokoro (#458)
    
    Source-Link: https://togithub.com/googleapis/synthtool/commit/bb171351c3946d3c3c32e60f5f18cee8c464ec51
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f62c53736eccb0c4934a3ea9316e0d57696bb49c1a7c86c726e9bb8a2f87dadf
    gcf-owl-bot[bot] committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7d9db03 View commit details
    Browse the repository at this point in the history
  2. feat: enable "rest" transport in Python for services supporting numer…

    …ic enums (#459)
    
    * feat: enable "rest" transport in Python for services supporting numeric enums
    
    PiperOrigin-RevId: 508143576
    
    Source-Link: googleapis/googleapis@7a702a9
    
    Source-Link: googleapis/googleapis-gen@6ad1279
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmFkMTI3OWMwZTdhYTc4N2FjNmI2NmM5ZmQ0YTIxMDY5MmVkZmZjZCJ9
    
    * 🦉 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 8, 2023
    Configuration menu
    Copy the full SHA
    63aeb13 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. chore(main): release 2.12.0 (#460)

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

Commits on Feb 21, 2023

  1. feat: Added Training and Evaluation functions, request, responses and…

    … metadata to document_processor_service.proto (#463)
    
    * feat: Added Training and Evaluation functions, request, responses and metadata to document_processor_service.proto
    feat: Added evaluation.proto
    feat: Added latest_evaluation to processor.proto
    chore: removed deprecated flag from REPLACE in OperationType in document.proto
    
    PiperOrigin-RevId: 511230520
    
    Source-Link: googleapis/googleapis@c53bf8d
    
    Source-Link: googleapis/googleapis-gen@5693cbc
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTY5M2NiYzk4YjY0MTIwODVmZjZkM2FiYTcxOWI2OGUzMDdjNTM1NyJ9
    
    * 🦉 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 21, 2023
    Configuration menu
    Copy the full SHA
    ca22baf View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.13.0 (#464)

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

Commits on Feb 27, 2023

  1. chore(python): upgrade gcp-releasetool in .kokoro [autoapprove] (#468)

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

Commits on Feb 28, 2023

  1. chore: Update gapic-generator-python to v1.8.5 (#467)

    * chore: Update gapic-generator-python to v1.8.5
    
    PiperOrigin-RevId: 511892190
    
    Source-Link: googleapis/googleapis@a45d9c0
    
    Source-Link: googleapis/googleapis-gen@1907294
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTkwNzI5NGIxZDgzNjVlYTI0ZjhjNWYyZTA1OWE2NDEyNGM0ZWQzYiJ9
    
    * 🦉 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 28, 2023
    Configuration menu
    Copy the full SHA
    5ca92f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. feat: added hints.language_hints field in OcrConfig (#470)

    * feat: added hints.language_hints field in OcrConfig
    feat: added enable_image_quality_scores field in OcrConfig
    feat: added enable_symbol field in OcrConfig
    
    PiperOrigin-RevId: 515136707
    
    Source-Link: googleapis/googleapis@236be30
    
    Source-Link: googleapis/googleapis-gen@363303f
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzYzMzAzZmJiMDM1MWIxNDMwMWI4OGRiMmNiYjZlNjBjOTA0OWEwOSJ9
    
    * 🦉 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 Mar 9, 2023
    Configuration menu
    Copy the full SHA
    7ab88f0 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.14.0 (#471)

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

Commits on Mar 16, 2023

  1. chore(deps): Update nox in .kokoro/requirements.in [autoapprove] (#472)

    Source-Link: https://togithub.com/googleapis/synthtool/commit/92006bb3cdc84677aa93c7f5235424ec2b157146
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2e247c7bf5154df7f98cce087a20ca7605e236340c7d6d1a14447e5c06791bd6
    gcf-owl-bot[bot] committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    47a458f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. docs: Fix formatting of request arg in docstring (#473)

    * chore: Update gapic-generator-python to v1.9.0
    
    PiperOrigin-RevId: 517425588
    
    Source-Link: googleapis/googleapis@33c93eb
    
    Source-Link: googleapis/googleapis-gen@d5f5978
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDVmNTk3ODlkMTlmYzQzMjcwZmYyMTI0OTY3ZDRlYzg5OTJiOGU4ZiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: Add ImportProcessorVersion in v1beta3
    
    PiperOrigin-RevId: 517997886
    
    Source-Link: googleapis/googleapis@ae3e613
    
    Source-Link: googleapis/googleapis-gen@a9e1daa
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTllMWRhYWIxNDFmMzAyYTMzMjA0NzhkMjJjMDdhYTY1YjgwZDhlYiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * docs: Fix formatting of request arg in docstring
    
    chore: Update gapic-generator-python to v1.9.1
    PiperOrigin-RevId: 518604533
    
    Source-Link: googleapis/googleapis@8a085ae
    
    Source-Link: googleapis/googleapis-gen@b2ab4b0
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJhYjRiMGEwYWUyOTA3ZTgxMmMyMDkxOThhNzRlMDg5OGFmY2IwNCJ9
    
    * 🦉 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 Mar 24, 2023
    Configuration menu
    Copy the full SHA
    53aec3f View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.15.0 (#474)

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

Commits on Apr 17, 2023

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

Commits on May 25, 2023

  1. build(deps): bump requests from 2.28.1 to 2.31.0 in /synthtool/gcp/te…

    …mplates/python_library/.kokoro (#477)
    
    Source-Link: googleapis/synthtool@30bd01b
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:9bc5fa3b62b091f60614c08a7fb4fd1d3e1678e326f34dd66ce1eefb5dc3267b
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed May 25, 2023
    Configuration menu
    Copy the full SHA
    e320390 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. build(deps): bump cryptography to 41.0.0 [autoapprove] (#479)

    Source-Link: https://togithub.com/googleapis/synthtool/commit/d0f51a0c2a9a6bcca86911eabea9e484baadf64b
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:240b5bcc2bafd450912d2da2be15e62bc6de2cf839823ae4bf94d4f392b451dc
    gcf-owl-bot[bot] committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    c6acb84 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Merge remote-tracking branch 'remote.googleapis/python-documentai/mai…

    …n' into migration.python-documentai.migration.2023-06-04.12-50-45.02.migrate
    parthea committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    92106db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bae57fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef35988 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e47f07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3976351 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'migration.python-documentai.migration.2023-06-04.12-50-…

    …45.02.migrate' of https://github.com/googleapis/google-cloud-python into migration.python-documentai.migration.2023-06-04.12-50-45.02.migrate
    gcf-owl-bot[bot] committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    31ed23c View commit details
    Browse the repository at this point in the history