Skip to content

Commit 99a177d

Browse files
Remove the natural language manual layer. (#3970)
1 parent aaf833b commit 99a177d

22 files changed

+64
-3070
lines changed

language/.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[run]
22
branch = True
3+
omit =
4+
*/gapic/*
5+
*/proto/*
36

47
[report]
58
fail_under = 100

language/google/cloud/language.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copyright 2017, Google Inc. All rights reserved.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
from __future__ import absolute_import
16+
17+
from google.cloud.language_v1 import LanguageServiceClient
18+
from google.cloud.language_v1 import enums
19+
from google.cloud.language_v1 import types
20+
21+
__all__ = (
22+
'enums',
23+
'types',
24+
'LanguageServiceClient', )

language/google/cloud/language/__init__.py

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

language/google/cloud/language/_http.py

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

language/google/cloud/language/api_responses.py

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

0 commit comments

Comments
 (0)