Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Python Language v1 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian J. Watson authored Nov 18, 2016
1 parent 70c3f39 commit f9305a6
Show file tree
Hide file tree
Showing 34 changed files with 2,695 additions and 1,668 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
GAPIC library for the Google Language API
================================================================================

gapic-google-cloud-language-v1beta1 uses google-gax_ (Google API extensions) to provide an
easy-to-use client library for the `Google Language API`_ (v1beta1) defined in the googleapis_ git repository
gapic-google-cloud-language-v1 uses google-gax_ (Google API extensions) to provide an
easy-to-use client library for the `Google Language API`_ (v1) defined in the googleapis_ git repository


.. _`googleapis`: https://github.com/googleapis/googleapis/tree/master/google/cloud/language/v1beta1
.. _`googleapis`: https://github.com/googleapis/googleapis/tree/master/google/cloud/language/v1
.. _`google-gax`: https://github.com/googleapis/gax-python
.. _`Google Language API`: https://developers.google.com/apis-explorer/?hl=en_US#p/language/v1beta1/
.. _`Google Language API`: https://developers.google.com/apis-explorer/?hl=en_US#p/language/v1/

Getting started
---------------

gapic-google-cloud-language-v1beta1 will allow you to connect to the Google
gapic-google-cloud-language-v1 will allow you to connect to the Google
Language API and access all its methods. In order to do this, you need
to set up authentication as well as install the library locally.

Expand Down Expand Up @@ -61,7 +61,7 @@ Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install gapic-google-cloud-language-v1beta1
<your-env>/bin/pip install gapic-google-cloud-language-v1
Windows
Expand All @@ -72,7 +72,7 @@ Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install gapic-google-cloud-language-v1beta1
<your-env>\Scripts\pip.exe install gapic-google-cloud-language-v1
At this point you are all set to continue.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ APIs
.. autosummary::
:toctree:

google.cloud.gapic.language.v1beta1.enums
google.cloud.gapic.language.v1beta1.language_service_api
google.cloud.gapic.language.v1.enums
google.cloud.gapic.language.v1.language_service_api


API types
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# gapic-google-cloud-language-v1beta1 documentation build configuration file
# gapic-google-cloud-language-v1 documentation build configuration file
#
# This file is execfile()d with the current directory set to its
# containing dir.
Expand All @@ -20,7 +20,7 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('..'))

__version__ = '0.11.1'
__version__ = '0.13.1'

# -- General configuration ------------------------------------------------

Expand Down Expand Up @@ -60,7 +60,7 @@
master_doc = 'index'

# General information about the project.
project = u'gapic-google-cloud-language-v1beta1'
project = u'gapic-google-cloud-language-v1'
copyright = u'2016, Google'
author = u'Google APIs'

Expand Down Expand Up @@ -214,7 +214,7 @@
#html_search_scorer = 'scorer.js'

# Output file base name for HTML help builder.
htmlhelp_basename = 'gapic-google-cloud-language-v1beta1-doc'
htmlhelp_basename = 'gapic-google-cloud-language-v1-doc'

# -- Options for LaTeX output ---------------------------------------------

Expand All @@ -236,7 +236,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'gapic-google-cloud-language-v1beta1.tex', u'gapic-google-cloud-language-v1beta1 Documentation',
(master_doc, 'gapic-google-cloud-language-v1.tex', u'gapic-google-cloud-language-v1 Documentation',
author, 'manual'),
]

Expand Down Expand Up @@ -266,7 +266,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'gapic-google-cloud-language-v1beta1', u'gapic-google-cloud-language-v1beta1 Documentation',
(master_doc, 'gapic-google-cloud-language-v1', u'gapic-google-cloud-language-v1 Documentation',
[author], 1)
]

Expand All @@ -280,8 +280,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'gapic-google-cloud-language-v1beta1', u'gapic-google-cloud-language-v1beta1 Documentation',
author, 'gapic-google-cloud-language-v1beta1', 'GAPIC library for the google-cloud-language (api.version) service',
(master_doc, 'gapic-google-cloud-language-v1', u'gapic-google-cloud-language-v1 Documentation',
author, 'gapic-google-cloud-language-v1', 'GAPIC library for the google-cloud-language (api.version) service',
'APIs'),
]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
.. gapic-google-cloud-language-v1beta1 sphinx documentation master file
.. gapic-google-cloud-language-v1 sphinx documentation master file
GAPIC library for the Google Language API
=============================================================================================================

This is the API documentation for ``gapic-google-cloud-language-v1beta1``.
This is the API documentation for ``gapic-google-cloud-language-v1``.

gapic-google-cloud-language-v1beta1 uses google-gax_ (Google API extensions) to provide an
easy-to-use client library for the `Google Language API`_ (v1beta1) defined in the googleapis_ git repository
gapic-google-cloud-language-v1 uses google-gax_ (Google API extensions) to provide an
easy-to-use client library for the `Google Language API`_ (v1) defined in the googleapis_ git repository


.. _`google-gax`: https://github.com/googleapis/gax-python
.. _`googleapis`: https://github.com/googleapis/googleapis/tree/master/google/google/cloud/language/v1beta1
.. _`Google Language API`: https://developers.google.com/apis-explorer/?hl=en_US#p/language/v1beta1/
.. _`googleapis`: https://github.com/googleapis/googleapis/tree/master/google/google/cloud/language/v1
.. _`Google Language API`: https://developers.google.com/apis-explorer/?hl=en_US#p/language/v1/


APIs
----

.. autosummary::

google.cloud.gapic.language.v1beta1.enums
google.cloud.gapic.language.v1beta1.language_service_api
google.cloud.gapic.language.v1.enums
google.cloud.gapic.language.v1.language_service_api


Contents
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Getting started
===============

gapic-google-cloud-language-v1beta1 will allow you to connect to the `Google Language API`_ and access all its methods. In order to achieve this, you need to set up authentication as well as install the library locally.
gapic-google-cloud-language-v1 will allow you to connect to the `Google Language API`_ and access all its methods. In order to achieve this, you need to set up authentication as well as install the library locally.

.. _`Google Language API`: https://developers.google.com/apis-explorer/?hl=en_US#p/language/v1beta1/
.. _`Google Language API`: https://developers.google.com/apis-explorer/?hl=en_US#p/language/v1/


Installation
Expand All @@ -29,7 +29,7 @@ Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install gapic-google-cloud-language-v1beta1
<your-env>/bin/pip install gapic-google-cloud-language-v1
Windows
~~~~~~~
Expand All @@ -39,7 +39,7 @@ Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install gapic-google-cloud-language-v1beta1
<your-env>\Scripts\pip.exe install gapic-google-cloud-language-v1
Using the API
Expand Down
Loading

0 comments on commit f9305a6

Please sign in to comment.