forked from googleapis/python-documentai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsynth.metadata
More file actions
163 lines (163 loc) · 6.31 KB
/
synth.metadata
File metadata and controls
163 lines (163 loc) · 6.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"sources": [
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-documentai.git",
"sha": "c94afd55124b0abc8978bf86b84743dd4afb0778"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "dd372aa22ded7a8ba6f0e03a80e06358a3fa0907",
"internalRef": "347055288"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "373861061648b5fe5e0ac4f8a38b32d639ee93e4"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "373861061648b5fe5e0ac4f8a38b32d639ee93e4"
}
}
],
"destinations": [
{
"client": {
"source": "googleapis",
"apiName": "documentai",
"apiVersion": "v1beta2",
"language": "python",
"generator": "bazel"
}
},
{
"client": {
"source": "googleapis",
"apiName": "documentai",
"apiVersion": "v1beta3",
"language": "python",
"generator": "bazel"
}
}
],
"generatedFiles": [
".flake8",
".github/CONTRIBUTING.md",
".github/ISSUE_TEMPLATE/bug_report.md",
".github/ISSUE_TEMPLATE/feature_request.md",
".github/ISSUE_TEMPLATE/support_request.md",
".github/PULL_REQUEST_TEMPLATE.md",
".github/release-please.yml",
".github/snippet-bot.yml",
".gitignore",
".kokoro/build.sh",
".kokoro/continuous/common.cfg",
".kokoro/continuous/continuous.cfg",
".kokoro/docker/docs/Dockerfile",
".kokoro/docker/docs/fetch_gpg_keys.sh",
".kokoro/docs/common.cfg",
".kokoro/docs/docs-presubmit.cfg",
".kokoro/docs/docs.cfg",
".kokoro/populate-secrets.sh",
".kokoro/presubmit/common.cfg",
".kokoro/presubmit/presubmit.cfg",
".kokoro/publish-docs.sh",
".kokoro/release.sh",
".kokoro/release/common.cfg",
".kokoro/release/release.cfg",
".kokoro/samples/lint/common.cfg",
".kokoro/samples/lint/continuous.cfg",
".kokoro/samples/lint/periodic.cfg",
".kokoro/samples/lint/presubmit.cfg",
".kokoro/samples/python3.6/common.cfg",
".kokoro/samples/python3.6/continuous.cfg",
".kokoro/samples/python3.6/periodic.cfg",
".kokoro/samples/python3.6/presubmit.cfg",
".kokoro/samples/python3.7/common.cfg",
".kokoro/samples/python3.7/continuous.cfg",
".kokoro/samples/python3.7/periodic.cfg",
".kokoro/samples/python3.7/presubmit.cfg",
".kokoro/samples/python3.8/common.cfg",
".kokoro/samples/python3.8/continuous.cfg",
".kokoro/samples/python3.8/periodic.cfg",
".kokoro/samples/python3.8/presubmit.cfg",
".kokoro/test-samples.sh",
".kokoro/trampoline.sh",
".kokoro/trampoline_v2.sh",
".pre-commit-config.yaml",
".trampolinerc",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.rst",
"LICENSE",
"MANIFEST.in",
"docs/_static/custom.css",
"docs/_templates/layout.html",
"docs/conf.py",
"docs/documentai_v1beta2/services.rst",
"docs/documentai_v1beta2/types.rst",
"docs/documentai_v1beta3/services.rst",
"docs/documentai_v1beta3/types.rst",
"docs/multiprocessing.rst",
"google/cloud/documentai/__init__.py",
"google/cloud/documentai/py.typed",
"google/cloud/documentai_v1beta2/__init__.py",
"google/cloud/documentai_v1beta2/py.typed",
"google/cloud/documentai_v1beta2/services/__init__.py",
"google/cloud/documentai_v1beta2/services/document_understanding_service/__init__.py",
"google/cloud/documentai_v1beta2/services/document_understanding_service/async_client.py",
"google/cloud/documentai_v1beta2/services/document_understanding_service/client.py",
"google/cloud/documentai_v1beta2/services/document_understanding_service/transports/__init__.py",
"google/cloud/documentai_v1beta2/services/document_understanding_service/transports/base.py",
"google/cloud/documentai_v1beta2/services/document_understanding_service/transports/grpc.py",
"google/cloud/documentai_v1beta2/services/document_understanding_service/transports/grpc_asyncio.py",
"google/cloud/documentai_v1beta2/types/__init__.py",
"google/cloud/documentai_v1beta2/types/document.py",
"google/cloud/documentai_v1beta2/types/document_understanding.py",
"google/cloud/documentai_v1beta2/types/geometry.py",
"google/cloud/documentai_v1beta3/__init__.py",
"google/cloud/documentai_v1beta3/py.typed",
"google/cloud/documentai_v1beta3/services/__init__.py",
"google/cloud/documentai_v1beta3/services/document_processor_service/__init__.py",
"google/cloud/documentai_v1beta3/services/document_processor_service/async_client.py",
"google/cloud/documentai_v1beta3/services/document_processor_service/client.py",
"google/cloud/documentai_v1beta3/services/document_processor_service/transports/__init__.py",
"google/cloud/documentai_v1beta3/services/document_processor_service/transports/base.py",
"google/cloud/documentai_v1beta3/services/document_processor_service/transports/grpc.py",
"google/cloud/documentai_v1beta3/services/document_processor_service/transports/grpc_asyncio.py",
"google/cloud/documentai_v1beta3/types/__init__.py",
"google/cloud/documentai_v1beta3/types/document.py",
"google/cloud/documentai_v1beta3/types/document_processor_service.py",
"google/cloud/documentai_v1beta3/types/geometry.py",
"mypy.ini",
"noxfile.py",
"renovate.json",
"samples/AUTHORING_GUIDE.md",
"samples/CONTRIBUTING.md",
"samples/snippets/noxfile.py",
"scripts/decrypt-secrets.sh",
"scripts/fixup_documentai_v1beta2_keywords.py",
"scripts/fixup_documentai_v1beta3_keywords.py",
"scripts/readme-gen/readme_gen.py",
"scripts/readme-gen/templates/README.tmpl.rst",
"scripts/readme-gen/templates/auth.tmpl.rst",
"scripts/readme-gen/templates/auth_api_key.tmpl.rst",
"scripts/readme-gen/templates/install_deps.tmpl.rst",
"scripts/readme-gen/templates/install_portaudio.tmpl.rst",
"setup.cfg",
"testing/.gitignore",
"tests/unit/gapic/documentai_v1beta2/__init__.py",
"tests/unit/gapic/documentai_v1beta2/test_document_understanding_service.py",
"tests/unit/gapic/documentai_v1beta3/__init__.py",
"tests/unit/gapic/documentai_v1beta3/test_document_processor_service.py"
]
}