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

NL: Add the new auto-gen. #3964

Merged
merged 3 commits into from
Sep 15, 2017
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
12 changes: 6 additions & 6 deletions language/google/cloud/language_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@

from __future__ import absolute_import

from google.cloud.gapic.language.v1 import language_service_client as lsc
from google.cloud.gapic.language.v1 import enums

from google.cloud.language_v1 import types
from google.cloud.language_v1.gapic import enums
from google.cloud.language_v1.gapic import language_service_client


LanguageServiceClient = lsc.LanguageServiceClient
class LanguageServiceClient(language_service_client.LanguageServiceClient):
__doc__ = language_service_client.LanguageServiceClient.__doc__
enums = enums


__all__ = (
'enums',
'LanguageServiceClient',
'types',
)
'LanguageServiceClient', )
Empty file.
Loading