Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 1d8efd9

Browse files
authored
feat: add v1beta2, remove v1beta1 (#13)
* feat: generate v1beta2 * chore: remove extra line in changelog
1 parent a53289f commit 1d8efd9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2641
-6287
lines changed

.eggs/README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This directory contains eggs that were downloaded by setuptools to build, test, and run plug-ins.
2+
3+
This directory caches those eggs to prevent repeated downloads.
4+
5+
However, it is safe to delete this directory.
6+

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generated by synthtool. DO NOT EDIT!
22
[flake8]
3-
ignore = E203, E266, E501, W503
3+
ignore = E203, E266, E501, W503, F401, F841
44
exclude =
55
# Exclude generated code.
66
**/proto/**

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/document-understanding/docs/",
55
"client_documentation": "https://googleapis.dev/python/documentai/latest",
66
"issue_tracker": "",
7-
"release_level": "alpha",
7+
"release_level": "beta",
88
"language": "python",
99
"repo": "googleapis/python-documentai",
1010
"distribution_name": "google-cloud-documentai",

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Changelog
1+
# Changelog

README.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
Python Client for Cloud Document AI API (`Alpha`_)
1+
Python Client for Cloud Document AI API
22
==================================================
33

4+
|beta| |pypi| |versions|
5+
46
`Cloud Document AI API`_: Service to parse structured information from unstructured or
57
semi-structured documents using state-of-the-art Google AI such as natural
68
language, computer vision, translation, and AutoML.
79

810
- `Client Library Documentation`_
911
- `Product Documentation`_
1012

11-
.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
13+
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
14+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
15+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-service-directory.svg
16+
:target: https://pypi.org/project/google-cloud-service-directory/
17+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-service-directory.svg
18+
:target: https://pypi.org/project/google-cloud-service-directory/
1219
.. _Cloud Document AI API: https://cloud.google.com/document-understanding/docs/
1320
.. _Client Library Documentation: https://googleapis.dev/python/documentai/latest
1421
.. _Product Documentation: https://cloud.google.com/document-understanding/docs/
@@ -70,8 +77,8 @@ Next Steps
7077
API to see other available methods on the client.
7178
- Read the `Cloud Document AI API Product documentation`_ to learn
7279
more about the product and see How-to Guides.
73-
- View this `repository’s main README`_ to see the full list of Cloud
80+
- View this `README`_ to see the full list of Cloud
7481
APIs that we cover.
7582

7683
.. _Cloud Document AI API Product documentation: https://cloud.google.com/document-understanding/docs/
77-
.. _repository’s main README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
84+
.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Client for Google Cloud Documentai API
2+
======================================
3+
4+
.. automodule:: google.cloud.documentai_v1beta2
5+
:members:
6+
:inherited-members:

docs/documentai_v1beta2/types.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Types for Google Cloud Documentai API
2+
=====================================
3+
4+
.. automodule:: google.cloud.documentai_v1beta2.types
5+
:members:

docs/gapic/v1beta1/api.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/gapic/v1beta1/types.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/index.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
.. include:: README.rst
22

3-
Api Reference
3+
API Reference
44
-------------
55
.. toctree::
66
:maxdepth: 2
77

8-
gapic/v1beta1/api
9-
gapic/v1beta1/types
8+
documentai_v1beta2/services
9+
documentai_v1beta2/types
10+
1011

1112
Changelog
1213
---------
@@ -16,4 +17,4 @@ For a list of all ``google-cloud-documentai`` releases:
1617
.. toctree::
1718
:maxdepth: 2
1819

19-
changelog
20+
changelog

0 commit comments

Comments
 (0)