Commit 9247b99
authored
Language: Add
* Language: Add `classify_text` method (v1).
* Update v1beta2 also.classify_text method (v1). (googleapis#4283)1 parent 30fb8f4 commit 9247b99Copy full SHA for 9247b99
13 files changed
+993-769Lines changed: 993 additions & 769 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- language
- google/cloud
- language_v1beta2
- gapic
- proto
- language_v1
- gapic
- proto
- tests/unit/gapic
- v1beta2
- v1
Expand file treeCollapse file tree
Open diff view settings
Collapse file
language/google/cloud/language.py
Copy file name to clipboardExpand all lines: language/google/cloud/language.py+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
| 24 | + |
| 25 | + |
Collapse file
language/google/cloud/language_v1/gapic/language_service_client.py
Copy file name to clipboardExpand all lines: language/google/cloud/language_v1/gapic/language_service_client.py+206-127Lines changed: 206 additions & 127 deletions
Large diffs are not rendered by default.
Collapse file
language/google/cloud/language_v1/gapic/language_service_client_config.py
Copy file name to clipboardExpand all lines: language/google/cloud/language_v1/gapic/language_service_client_config.py+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
37 | 37 | |
38 | 38 | |
39 | 39 | |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
40 | 45 | |
41 | 46 | |
42 | 47 | |
|
Collapse file
language/google/cloud/language_v1/proto/language_service_pb2.py
Copy file name to clipboardExpand all lines: language/google/cloud/language_v1/proto/language_service_pb2.py+241-93Lines changed: 241 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
language/google/cloud/language_v1/proto/language_service_pb2_grpc.py
Copy file name to clipboardExpand all lines: language/google/cloud/language_v1/proto/language_service_pb2_grpc.py+17Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
38 | 43 | |
39 | 44 | |
40 | 45 | |
| ||
80 | 85 | |
81 | 86 | |
82 | 87 | |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
83 | 95 | |
84 | 96 | |
85 | 97 | |
| ||
111 | 123 | |
112 | 124 | |
113 | 125 | |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
114 | 131 | |
115 | 132 | |
116 | 133 | |
|
Collapse file
language/google/cloud/language_v1/types.py
Copy file name to clipboardExpand all lines: language/google/cloud/language_v1/types.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
|
Collapse file
language/google/cloud/language_v1beta2/gapic/language_service_client.py
Copy file name to clipboardExpand all lines: language/google/cloud/language_v1beta2/gapic/language_service_client.py+181-137Lines changed: 181 additions & 137 deletions
Large diffs are not rendered by default.
Collapse file
language/google/cloud/language_v1beta2/proto/language_service_pb2.py
Copy file name to clipboardExpand all lines: language/google/cloud/language_v1beta2/proto/language_service_pb2.py+14-11Lines changed: 14 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
language/google/cloud/language_v1beta2/proto/language_service_pb2_grpc.py
Copy file name to clipboardExpand all lines: language/google/cloud/language_v1beta2/proto/language_service_pb2_grpc.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
5 | 5 | |
6 | 6 | |
7 | 7 | |
|
Collapse file
language/google/cloud/language_v1beta2/types.py
Copy file name to clipboardExpand all lines: language/google/cloud/language_v1beta2/types.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
|
0 commit comments