Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions docs/speech/gapic/v1p1beta1/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Speech Client API
=================

.. automodule:: google.cloud.speech_v1p1beta1
:members:
:inherited-members:
5 changes: 5 additions & 0 deletions docs/speech/gapic/v1p1beta1/types.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Speech Client Types
===================

.. automodule:: google.cloud.speech_v1p1beta1.types
:members:
16 changes: 14 additions & 2 deletions docs/speech/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,20 @@ API Reference
.. toctree::
:maxdepth: 2

gapic/api
gapic/types
gapic/v1/api
gapic/v1/types

A new beta release, spelled ``v1p1beta1``, is provided to provide for preview
of upcoming features. In order to use this, you will want to import from
``google.cloud.speech_v1p1beta1`` in lieu of ``google.cloud.speech``.

An API and type reference is provided the first beta also:

.. toctree::
:maxdepth: 2

gapic/v1p1beta1/api
gapic/v1p1beta1/types

Releases
--------
Expand Down
3 changes: 3 additions & 0 deletions docs/speech/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
* ``0.28.0`` (`PyPI <https://pypi.org/project/google-cloud-speech/0.28.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.28.0>`__)
* ``0.29.0`` (`PyPI <https://pypi.org/project/google-cloud-speech/0.29.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.29.0>`__)
* ``0.30.0`` (`PyPI <https://pypi.org/project/google-cloud-speech/0.30.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.30.0>`__)
* ``0.31.0`` (`PyPI <https://pypi.org/project/google-cloud-speech/0.31.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.31.0>`__)
* ``0.31.1`` (`PyPI <https://pypi.org/project/google-cloud-speech/0.31.1/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.31.1>`__)
* ``0.32.0`` (`PyPI <https://pypi.org/project/google-cloud-speech/0.32.0/>`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/speech-0.32.0>`__)
2 changes: 1 addition & 1 deletion speech/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

setup(
name='google-cloud-speech',
version='0.31.1',
version='0.32.0',
description='Python Client for Google Cloud Speech',
long_description=README,
namespace_packages=[
Expand Down