Skip to content

Commit

Permalink
chore: release main (#12967)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>google-cloud-documentai: 2.30.0</summary>

##
[2.30.0](google-cloud-documentai-v2.29.3...google-cloud-documentai-v2.30.0)
(2024-07-31)


### Features

* [google-cloud-documentai] A new field `imageless_mode` is added to
message `.google.cloud.documentai.v1.ProcessRequest`
([#12966](#12966))
([60d0728](60d0728))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
release-please[bot] and parthea authored Jul 31, 2024
1 parent b316a6a commit aee9f0e
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"packages/google-cloud-discoveryengine": "0.12.0",
"packages/google-cloud-dlp": "3.20.0",
"packages/google-cloud-dms": "1.9.5",
"packages/google-cloud-documentai": "2.29.3",
"packages/google-cloud-documentai": "2.30.0",
"packages/google-cloud-domains": "1.7.5",
"packages/google-cloud-edgecontainer": "0.5.11",
"packages/google-cloud-edgenetwork": "0.1.10",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-documentai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.30.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v2.29.3...google-cloud-documentai-v2.30.0) (2024-07-31)


### Features

* [google-cloud-documentai] A new field `imageless_mode` is added to message `.google.cloud.documentai.v1.ProcessRequest` ([#12966](https://github.com/googleapis/google-cloud-python/issues/12966)) ([60d0728](https://github.com/googleapis/google-cloud-python/commit/60d07285f7282e89612f184aa6c95d7f2f38e1c7))

## [2.29.3](https://github.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v2.29.2...google-cloud-documentai-v2.29.3) (2024-07-30)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.30.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.30.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.30.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.30.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,8 @@ class ListDocumentsRequest(proto.Message):
https://google.aip.dev/160.
Currently support query strings are:
------------------------------------
``SplitType=DATASET_SPLIT_TEST|DATASET_SPLIT_TRAIN|DATASET_SPLIT_UNASSIGNED``
- ``SplitType=DATASET_SPLIT_TEST|DATASET_SPLIT_TRAIN|DATASET_SPLIT_UNASSIGNED``
- ``LabelingState=DOCUMENT_LABELED|DOCUMENT_UNLABELED|DOCUMENT_AUTO_LABELED``
- ``DisplayName=\"file_name.pdf\"``
- ``EntityType=abc/def``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-documentai",
"version": "0.1.0"
"version": "2.30.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-documentai",
"version": "0.1.0"
"version": "2.30.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-documentai",
"version": "0.1.0"
"version": "2.30.0"
},
"snippets": [
{
Expand Down

0 comments on commit aee9f0e

Please sign in to comment.