Skip to content

Commit 374f964

Browse files
authored
Added google-api-core to known list (#2824)
## Changes Added google-api-core to known list ### Linked issues Partly resolve #1931
1 parent ca3bb7a commit 374f964

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed

src/databricks/labs/ucx/source_code/known.json

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5361,6 +5361,61 @@
53615361
"glow.wrap.reusable": [],
53625362
"glow.wrap.util": []
53635363
},
5364+
"google-api-core": {
5365+
"google.api_core": [],
5366+
"google.api_core._rest_streaming_base": [],
5367+
"google.api_core.bidi": [],
5368+
"google.api_core.client_info": [],
5369+
"google.api_core.client_options": [],
5370+
"google.api_core.datetime_helpers": [],
5371+
"google.api_core.exceptions": [],
5372+
"google.api_core.extended_operation": [],
5373+
"google.api_core.future": [],
5374+
"google.api_core.future._helpers": [],
5375+
"google.api_core.future.async_future": [],
5376+
"google.api_core.future.base": [],
5377+
"google.api_core.future.polling": [],
5378+
"google.api_core.gapic_v1": [],
5379+
"google.api_core.gapic_v1.client_info": [],
5380+
"google.api_core.gapic_v1.config": [],
5381+
"google.api_core.gapic_v1.config_async": [],
5382+
"google.api_core.gapic_v1.method": [],
5383+
"google.api_core.gapic_v1.method_async": [],
5384+
"google.api_core.gapic_v1.routing_header": [],
5385+
"google.api_core.general_helpers": [],
5386+
"google.api_core.grpc_helpers": [],
5387+
"google.api_core.grpc_helpers_async": [],
5388+
"google.api_core.iam": [],
5389+
"google.api_core.operation": [],
5390+
"google.api_core.operation_async": [],
5391+
"google.api_core.operations_v1": [],
5392+
"google.api_core.operations_v1.abstract_operations_client": [],
5393+
"google.api_core.operations_v1.operations_async_client": [],
5394+
"google.api_core.operations_v1.operations_client": [],
5395+
"google.api_core.operations_v1.operations_client_config": [],
5396+
"google.api_core.operations_v1.pagers": [],
5397+
"google.api_core.operations_v1.transports": [],
5398+
"google.api_core.operations_v1.transports.base": [],
5399+
"google.api_core.operations_v1.transports.rest": [],
5400+
"google.api_core.page_iterator": [],
5401+
"google.api_core.page_iterator_async": [],
5402+
"google.api_core.path_template": [],
5403+
"google.api_core.protobuf_helpers": [],
5404+
"google.api_core.rest_helpers": [],
5405+
"google.api_core.rest_streaming": [],
5406+
"google.api_core.rest_streaming_async": [],
5407+
"google.api_core.retry": [],
5408+
"google.api_core.retry.retry_base": [],
5409+
"google.api_core.retry.retry_streaming": [],
5410+
"google.api_core.retry.retry_streaming_async": [],
5411+
"google.api_core.retry.retry_unary": [],
5412+
"google.api_core.retry.retry_unary_async": [],
5413+
"google.api_core.retry_async": [],
5414+
"google.api_core.timeout": [],
5415+
"google.api_core.universe": [],
5416+
"google.api_core.version": [],
5417+
"google.api_core.version_header": []
5418+
},
53645419
"google-auth": {
53655420
"google.auth": [],
53665421
"google.oauth2": []
@@ -23959,6 +24014,34 @@
2395924014
"prophet.tests.test_utilities": [],
2396024015
"prophet.utilities": []
2396124016
},
24017+
"proto-plus": {
24018+
"proto": [],
24019+
"proto._file_info": [],
24020+
"proto._package_info": [],
24021+
"proto.datetime_helpers": [],
24022+
"proto.enums": [],
24023+
"proto.fields": [],
24024+
"proto.marshal": [],
24025+
"proto.marshal.collections": [],
24026+
"proto.marshal.collections.maps": [],
24027+
"proto.marshal.collections.repeated": [],
24028+
"proto.marshal.compat": [],
24029+
"proto.marshal.marshal": [],
24030+
"proto.marshal.rules": [],
24031+
"proto.marshal.rules.bytes": [],
24032+
"proto.marshal.rules.dates": [],
24033+
"proto.marshal.rules.enums": [],
24034+
"proto.marshal.rules.field_mask": [],
24035+
"proto.marshal.rules.message": [],
24036+
"proto.marshal.rules.stringy_numbers": [],
24037+
"proto.marshal.rules.struct": [],
24038+
"proto.marshal.rules.wrappers": [],
24039+
"proto.message": [],
24040+
"proto.modules": [],
24041+
"proto.primitives": [],
24042+
"proto.utils": [],
24043+
"proto.version": []
24044+
},
2396224045
"protobuf": {
2396324046
"google.protobuf": [],
2396424047
"google.protobuf.any_pb2": [],

0 commit comments

Comments
 (0)