Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: fuzz_msg

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 6 22.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 21 77.7%
All colors 27 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
2 8 ...fuzz_msg.TestOneInput call site: 00008 fdp.ConsumeIntInRange
1 2 ...fuzz_msg.TestOneInput call site: 00002 fdp.ConsumeUnicodeNoSurrogates
1 14 google.cloud.pubsub_v1.subscriber.message.Message.modify_ack_deadline_with_response call site: 00014 typing.NamedTuple.__init__
1 20 google.cloud.pubsub_v1.subscriber.message.Message.ack_with_response call site: 00020 typing.NamedTuple.__init__
1 24 google.cloud.pubsub_v1.subscriber.message.Message.nack_with_response call site: 00024 typing.NamedTuple.__init__

Runtime coverage analysis

Covered functions
583
Functions that are reachable but not covered
14
Reachable functions
18
Percentage of reachable functions covered
22.22%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/ 1
...fuzz_msg 10
google.cloud.pubsub_v1.subscriber.message 7

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
google.protobuf.text_format._Parser._MergeField google.protobuf.text_format 3 ['N/A', 'N/A', 'N/A'] 10 0 18 23 12 214 10 706 706
google.auth.credentials.Credentials._non_blocking_refresh google.auth.credentials 2 ['N/A', 'N/A'] 7 0 2 2 4 188 1 612 588
google.pubsub_v1.services.subscriber.transports.rest.SubscriberRestTransport._CreateSnapshot.__call__ google.pubsub_v1.services.subscriber.transports.rest 5 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 9 0 4 3 4 116 0 396 324
google.api_core.bidi.BackgroundConsumer._thread_main google.api_core.bidi 2 ['N/A', 'N/A'] 14 0 14 3 4 96 0 313 271
google.auth._default._get_explicit_environ_credentials google.auth._default 1 ['N/A'] 8 0 3 2 4 106 1 337 270
google.protobuf.text_format._Printer.PrintFieldValue google.protobuf.text_format 3 ['N/A', 'N/A', 'N/A'] 17 0 14 12 8 194 15 652 154
google.cloud.pubsub_v1.subscriber._protocol.dispatcher.Dispatcher.dispatch_callback google.cloud.pubsub_v1.subscriber._protocol.dispatcher 2 ['N/A', 'N/A'] 3 0 21 15 9 58 1 193 133

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
12.0%
383 / 3086
Cyclomatic complexity statically reachable by fuzzers
14.0%
1382 / 10155

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
google.protobuf.descriptor_pool.DescriptorPool._ConvertFileProtoToFileDescriptor 31 0 0.0% []
google.protobuf.descriptor_pool.DescriptorPool._ConvertMessageDescriptor 31 0 0.0% []
google.protobuf.descriptor_pool.DescriptorPool._SetFieldType 47 0 0.0% []
name.rstrip 67 13 19.40% ['fuzz_msg']
google.protobuf.internal.api_implementation._CanImport 43 21 48.83% ['fuzz_msg']
google.protobuf.internal.python_message._AddInitMethod.init 67 0 0.0% []
google.protobuf.descriptor_pb2 224 12 5.357% ['fuzz_msg']
google.protobuf.descriptor_pb2._ResolvedFeatures.__init__ 473 3 0.634% ['fuzz_msg']
google.protobuf.descriptor.Descriptor.__init__ 31 0 0.0% []
google.protobuf.descriptor.MakeDescriptor 48 0 0.0% []
os.remove 34 13 38.23% ['fuzz_msg']
google.protobuf.internal.decoder.MessageSetItemDecoder.DecodeItem 38 0 0.0% []
typing_extensions.ParamSpec 1787 514 28.76% ['fuzz_msg']
google.protobuf.text_format._Printer._PrintUnknownFields 35 0 0.0% []
google.protobuf.text_format._Printer.PrintFieldValue 31 0 0.0% []
google.protobuf.text_format._Parser._MergeField 74 0 0.0% []
google.protobuf.text_format._Parser._MergeScalarField 37 0 0.0% []
struct.calcsize 64 22 34.37% ['fuzz_msg']
google.protobuf.internal.well_known_types.Timestamp.FromJsonString 39 0 0.0% []
google.pubsub_v1.services.subscriber.client.SubscriberClient.__init__ 37 0 0.0% []
request.messages.extend 108 49 45.37% ['fuzz_msg']
response.get 658 142 21.58% ['fuzz_msg']
google.rpc.error_details_pb2 51 12 23.52% ['fuzz_msg']
key.split 260 76 29.23% ['fuzz_msg']
url.find 204 60 29.41% ['fuzz_msg']
s.to_bytes 114 8 7.017% ['fuzz_msg']
pyasn1_modules.pem.readPemBlocksFromFile 36 6 16.66% ['fuzz_msg']
d.get 189 25 13.22% ['fuzz_msg']
cachetools.LRUCache 516 133 25.77% ['fuzz_msg']
api.Authenticate 214 16 7.476% ['fuzz_msg']
connection.close 63 18 28.57% ['fuzz_msg']
google.api_core.retry.retry_streaming_async.retry_target_stream 41 2 4.878% ['fuzz_msg']
google.iam.v1.iam_policy_pb2 49 18 36.73% ['fuzz_msg']
google.api.client_pb2 69 14 20.28% ['fuzz_msg']
google.iam.v1.policy_pb2 35 12 34.28% ['fuzz_msg']
google.protobuf.json_format._Printer._RegularMessageToJsonObject 41 0 0.0% []
google.protobuf.json_format._Printer._FieldToJsonObject 33 0 0.0% []
google.protobuf.json_format._Parser._ConvertFieldValuePair 71 0 0.0% []
google.protobuf.json_format._ConvertScalarFieldValue 34 0 0.0% []
google.api_core._rest_streaming_base.BaseResponseIterator._process_chunk 33 0 0.0% []
google.api_core.path_template.transcode 34 0 0.0% []
google.pubsub_v1.services.publisher.client.PublisherClient.__init__ 37 0 0.0% []
google.pubsub_v1.services.schema_service.client.SchemaServiceClient.__init__ 37 0 0.0% []
google.protobuf.wrappers_pb2 34 13 38.23% ['fuzz_msg']
google.cloud.pubsub_v1.subscriber._protocol.streaming_pull_manager._process_requests 35 2 5.714% ['fuzz_msg']
google.cloud.pubsub_v1.subscriber._protocol.streaming_pull_manager.StreamingPullManager.__init__ 37 0 0.0% []
google.cloud.pubsub_v1.subscriber._protocol.streaming_pull_manager.StreamingPullManager.send_unary_modack 37 0 0.0% []
google.cloud.pubsub_v1.subscriber._protocol.streaming_pull_manager.StreamingPullManager._shutdown 34 0 0.0% []
google.cloud.pubsub_v1.subscriber._protocol.streaming_pull_manager.StreamingPullManager._send_lease_modacks 45 0 0.0% []
google.cloud.pubsub_v1.subscriber._protocol.streaming_pull_manager.StreamingPullManager._on_response 35 0 0.0% []
itertools.islice 64 19 29.68% ['fuzz_msg']
google.cloud.pubsub_v1.publisher._batch.thread.Batch._commit 53 0 0.0% []
google.cloud.pubsub_v1.publisher.client.Client.publish 32 0 0.0% []
google.cloud.pubsub_v1.publisher.client.Client.publish.on_publish_done 35 0 0.0% []
v.decode 1256 496 39.49% ['fuzz_msg']
google.cloud.pubsub_v1.subscriber._protocol.dispatcher.Dispatcher.dispatch_callback 47 0 0.0% []
google.cloud.pubsub_v1.subscriber._protocol.dispatcher.Dispatcher.ack 40 0 0.0% []
google.cloud.pubsub_v1.subscriber._protocol.dispatcher.Dispatcher._retry_acks 34 0 0.0% []
google.cloud.pubsub_v1.subscriber._protocol.dispatcher.Dispatcher.modify_ack_deadline 44 0 0.0% []
google.cloud.pubsub_v1.subscriber._protocol.dispatcher.Dispatcher._retry_modacks 33 0 0.0% []
google.cloud.pubsub_v1.subscriber._protocol.leaser.Leaser.maintain_leases 42 0 0.0% []
urllib3.util.ssl_.create_urllib3_context 181 82 45.30% ['fuzz_msg']

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
google.auth.crypt._cryptography_rsa [] []
google.api_core.operations_v1.operations_async_client [] []
google.auth [] []
google.cloud.pubsub_v1.subscriber._protocol.histogram [] []
google.api.field_info_pb2 [] []
google.api_core.page_iterator_async [] []
google.pubsub_v1.services.publisher.async_client [] []
google.auth.transport._mtls_helper [] []
[] []
google.auth._default_async [] []
google.auth.aio [] []
typing [] []
google.auth.external_account [] []
google.auth.impersonated_credentials [] []
google.cloud.pubsub_v1.subscriber._protocol [] []
google.protobuf.testdata [] []
google.protobuf.proto [] []
google.auth.compute_engine.credentials [] []
google.longrunning.operations_proto [] []
google.auth.crypt._python_rsa [] []
google.type.money_pb2 [] []
google.pubsub_v1.types.pubsub [] []
google.api_core.operations_v1.transports [] []
gc [] []
google.auth.metrics [] []
google.rpc.context.attribute_context_pb2 [] []
google.api_core.future.polling [] []
google.api.source_info_pb2 [] []
urllib3 [] []
google.protobuf.api_pb2 [] []
google.protobuf.internal.wire_format [] []
grpc [] []
google.cloud.pubsub_v1.subscriber.scheduler [] []
collections [] []
google.pubsub_v1.services.publisher.transports [] []
google.oauth2.credentials [] []
google.cloud.pubsub_v1.exceptions [] []
google.cloud.environment_vars [] []
google.cloud.pubsub_v1.publisher._sequencer.base [] []
google.protobuf.pyext [] []
google.protobuf.text_encoding [] []
google.api_core [] []
google.auth.aws [] []
subprocess [] []
google.api_core.bidi [] []
google.api_core.client_options [] []
google.oauth2._credentials_async [] []
google.api_core.client_info [] []
google.auth.transport._requests_base [] []
google.pubsub_v1.services.subscriber.transports.grpc_asyncio [] []
google.auth.version [] []
google.type.phone_number_pb2 [] []
google.api_core.retry [] []
google.auth.crypt.base [] []
google.type.expr_pb2 [] []
google.protobuf.duration [] []
google.api_core.general_helpers [] []
google.pubsub_v1 [] []
google.api_core.operations_v1.operations_client_config [] []
google.cloud.pubsub_v1.subscriber._protocol.dispatcher [] []
google.pubsub_v1.services.subscriber.async_client [] []
google.protobuf.wrappers_pb2 [] []
google.pubsub_v1.services.schema_service [] []
google.api.client_pb2 [] []
google.api_core.future._helpers [] []
urllib [] []
google.auth.api_key [] []
google.api_core.grpc_helpers_async [] []
uuid [] []
google.cloud.pubsub_v1.subscriber._protocol.heartbeater [] []
google.api_core.client_logging [] []
google.cloud.pubsub_v1.open_telemetry.subscribe_opentelemetry [] []
google.protobuf.json_format [] []
google.auth.compute_engine [] []
google.pubsub_v1.services.subscriber.transports.rest_base [] []
google.auth.aio._helpers [] []
google.api.endpoint_pb2 [] []
google.logging.type.log_severity_pb2 [] []
google.api_core.rest_streaming [] []
google.auth.iam [] []
google.auth._credentials_async [] []
google.type.interval_pb2 [] []
grpc_gcp [] []
posixpath [] []
google.iam.v1 [] []
google.api_core.version [] []
json [] []
weakref [] []
google.protobuf.any_pb2 [] []
google.oauth2.service_account [] []
google.pubsub_v1.services.schema_service.transports [] []
google.api_core.future.base [] []
google.api_core.gapic_v1.config_async [] []
google.cloud.pubsub_v1.open_telemetry.publish_message_wrapper [] []
google.type.fraction_pb2 [] []
google.api.usage_pb2 [] []
google.protobuf.pyext.cpp_message [] []
google.api_core.retry.retry_streaming_async [] []
google.api.context_pb2 [] []
google.auth.transport._http_client [] []
google.api_core.version_header [] []
http [] []
google.api_core.operations_v1.pagers_async [] []
email [] []
google.cloud.pubsub_v1.publisher.flow_controller [] []
pickle [] []
google.type.calendar_period_pb2 [] []
google.api.distribution_pb2 [] []
google.cloud.pubsub_v1.publisher.exceptions [] []
google.cloud.pubsub_v1.publisher._sequencer [] []
google.oauth2.webauthn_handler [] []
google.cloud.pubsub_v1.open_telemetry.context_propagation [] []
google.pubsub_v1.services.subscriber.transports.grpc [] []
google.pubsub_v1.services.publisher.transports.grpc [] []
google.auth._oauth2client [] []
unittest [] []
google.iam.v1.logging.audit_data_pb2 [] []
google.rpc.status_pb2 [] []
getpass [] []
google.protobuf.source_context_pb2 [] []
google.pubsub_v1.services.schema_service.transports.rest_base [] []
google.cloud._helpers [] []
google.longrunning.operations_grpc [] []
operator [] []
google.auth.identity_pool [] []
google.auth._credentials_base [] []
google._upb._message [] []
google.pubsub_v1.services.subscriber.pagers [] []
google.gapic.metadata.gapic_metadata_pb2 [] []
binascii [] []
google.rpc.context.audit_context_pb2 [] []
google.api.annotations_pb2 [] []
google.type.date_pb2 [] []
google.protobuf.internal.message_listener [] []
google.type.localized_text_pb2 [] []
threading [] []
google.auth.transport.requests [] []
google.api_core.operations_v1 [] []
functools [] []
google.cloud.pubsub_v1.subscriber._protocol.streaming_pull_manager [] []
rsa [] []
google.longrunning.operations_pb2_grpc [] []
struct [] []
queue [] []
google.api_core.datetime_helpers [] []
google.auth.transport.mtls [] []
google.cloud.pubsub_v1 [] []
logging [] []
google.api_core.protobuf_helpers [] []
tempfile [] []
random [] []
opentelemetry [] []
google.protobuf.empty_pb2 [] []
google.protobuf.internal.builder [] []
google.oauth2.webauthn_handler_factory [] []
google.api.metric_pb2 [] []
google.oauth2.gdch_credentials [] []
google.api_core.gapic_v1.method_async [] []
google.type.color_pb2 [] []
google.rpc.error_details_pb2 [] []
jwt [] []
google.pubsub.gapic_version [] []
google.cloud.pubsub [] []
google.pubsub_v1.services.subscriber [] []
google.oauth2.id_token [] []
google.protobuf.internal.api_implementation [] []
google.pubsub_v1.services.subscriber.transports.rest [] []
google.cloud.pubsub_v1.subscriber.futures [] []
datetime [] []
google.cloud.pubsub_v1.publisher._batch [] []
google.cloud.pubsub_v1.subscriber._protocol.messages_on_hold [] []
google.api_core.operations_v1.operations_client [] []
google.api.launch_stage_pb2 [] []
google.protobuf.message [] []
google.type.timeofday_pb2 [] []
google.pubsub_v1.services.schema_service.pagers [] []
google.api_core.retry.retry_base [] []
google.oauth2.sts [] []
requests [] []
google.api_core.operations_v1.operations_rest_client_async [] []
google.auth._cloud_sdk [] []
...fuzz_msg ['fuzz_msg'] []
google.type.quaternion_pb2 [] []
grpc_status [] []
pyasn1 [] []
ctypes [] []
google.pubsub_v1.services.schema_service.async_client [] []
google.auth.external_account_authorized_user [] []
google [] []
google.type.dayofweek_pb2 [] []
google.api.control_pb2 [] []
google.pubsub_v1.services.schema_service.transports.base [] []
google.rpc.code_pb2 [] []
google.iam.v1.iam_policy_pb2 [] []
google.protobuf.message_factory [] []
google.api_core.iam [] []
hmac [] []
google.cloud.client [] []
google.protobuf.internal.python_edition_defaults [] []
google.protobuf.descriptor_pool [] []
OpenSSL [] []
google.api_core.gapic_v1.client_info [] []
google.cloud.location.locations_pb2 [] []
proto [] []
google.protobuf.internal.enum_type_wrapper [] []
google.protobuf [] []
google.api_core.operations_v1.transports.rest [] []
google.oauth2._service_account_async [] []
google.pubsub_v1.services.publisher.transports.rest_base [] []
google.api_core.operations_v1.pagers [] []
google.api_core.operation [] []
google.auth.credentials [] []
google.auth.app_engine [] []
google.api.billing_pb2 [] []
google.cloud.pubsub_v1.types [] []
google.api_core.rest_helpers [] []
google.auth.aio.transport.sessions [] []
google.pubsub_v1.services.publisher.transports.rest [] []
google.api_core.retry_async [] []
google.oauth2._reauth_async [] []
google.cloud.pubsub_v1.subscriber._protocol.helper_threads [] []
importlib_metadata [] []
google.api_core.page_iterator [] []
google.pubsub_v1.types [] []
google.cloud._testing [] []
google.type.decimal_pb2 [] []
google.pubsub_v1.services.publisher [] []
google.protobuf.descriptor [] []
google.auth.crypt [] []
google.auth.crypt.es256 [] []
google.cloud.pubsub_v1.publisher._sequencer.ordered_sequencer [] []
atheris [] []
aiohttp [] []
google.cloud._http [] []
google.api.consumer_pb2 [] []
google.longrunning.operations_proto_pb2 [] []
google.auth._helpers [] []
google.cloud.pubsub_v1.subscriber._protocol.leaser [] []
google.api_core.operations_v1.pagers_base [] []
google.auth._service_account_info [] []
google.pubsub_v1.services.schema_service.transports.grpc_asyncio [] []
importlib [] []
calendar [] []
google.auth.transport [] []
google.api.routing_pb2 [] []
google.auth._refresh_worker [] []
cryptography [] []
google.api.field_behavior_pb2 [] []
google.api_core.gapic_v1 [] []
google.api.service_pb2 [] []
math [] []
google.api.backend_pb2 [] []
google.rpc.http_pb2 [] []
google.auth._exponential_backoff [] []
google.api_core.operations_v1.transports.base [] []
google.oauth2.challenges [] []
google.protobuf.runtime_version [] []
google.protobuf.proto_json [] []
google.protobuf.struct_pb2 [] []
time [] []
google.oauth2._id_token_async [] []
google.pubsub_v1.services.subscriber.client [] []
google.cloud.pubsub_v1.publisher._sequencer.unordered_sequencer [] []
google.protobuf.internal.decoder [] []
google.cloud.pubsub_v1.subscriber._protocol.requests [] []
google.logging.type.http_request_pb2 [] []
google.auth.compute_engine._metadata [] []
google.pubsub_v1.services.subscriber.transports [] []
google.cloud.obsolete [] []
google.api_core.rest_streaming_async [] []
google.cloud.pubsub_v1.subscriber.message ['fuzz_msg'] []
google.api_core.operations_v1.transports.rest_asyncio [] []
google.api_core.operations_v1.abstract_operations_client [] []
google.oauth2.utils [] []
copy [] []
google.iam.v1.iam_policy_pb2_grpc [] []
google.oauth2.webauthn_types [] []
google.pubsub_v1.gapic_version [] []
google.protobuf.service_reflection [] []
google.api_core.exceptions [] []
google.protobuf.text_format [] []
google.oauth2.reauth [] []
google.pubsub_v1.services.publisher.client [] []
google.cloud.pubsub_v1.publisher [] []
cachetools [] []
google.iam.v1.options_pb2_grpc [] []
base64 [] []
google.api_core.future.async_future [] []
google.protobuf.proto_builder [] []
google.protobuf.timestamp [] []
google.protobuf.descriptor_pb2 [] []
google.iam.v1.policy_pb2 [] []
google.cloud.pubsub_v1.subscriber.client [] []
google.pubsub_v1.services.schema_service.client [] []
google.protobuf.compiler.plugin_pb2 [] []
shutil [] []
google.cloud.exceptions [] []
google.longrunning.operations_pb2 [] []
google.auth.exceptions [] []
google.api_core.retry.retry_unary [] []
google.api.auth_pb2 [] []
google.pubsub_v1.services.publisher.transports.grpc_asyncio [] []
google.oauth2 [] []
google.api.monitored_resource_pb2 [] []
google.longrunning.operations_grpc_pb2 [] []
google.api_core.gapic_v1.method [] []
cffi [] []
google.auth.pluggable [] []
google.api.system_parameter_pb2 [] []
warnings [] []
google.protobuf.unknown_fields [] []
google.api.label_pb2 [] []
google.type.postal_address_pb2 [] []
os [] []
google.pubsub_v1.services.subscriber.transports.base [] []
google.iam.v1.policy_pb2_grpc [] []
google.auth.aio.credentials [] []
google.api.log_pb2 [] []
google.protobuf.internal [] []
google.pubsub_v1.services.publisher.pagers [] []
google.auth.environment_vars [] []
google.iam.v1.options_pb2 [] []
google.cloud.pubsub_v1.open_telemetry [] []
google.api.documentation_pb2 [] []
hashlib [] []
google.protobuf.internal.python_message [] []
google.api.monitoring_pb2 [] []
google.cloud.pubsub_v1.publisher._batch.thread [] []
google.protobuf.internal.containers [] []
google.cloud.pubsub_v1.subscriber.exceptions [] []
google.protobuf.reflection [] []
google.cloud.pubsub_v1.subscriber [] []
google.auth.crypt._helpers [] []
google.api.resource_pb2 [] []
google.protobuf.descriptor_database [] []
google.cloud.pubsub_v1.futures [] []
google.protobuf.util [] []
google.protobuf.compiler [] []
copyreg [] []
google.auth.transport._aiohttp_requests [] []
google.api.http_pb2 [] []
google.api.quota_pb2 [] []
google.type.latlng_pb2 [] []
google.protobuf.internal.type_checkers [] []
google.api_core.operations_v1.abstract_operations_base_client [] []
google.protobuf.internal.well_known_types [] []
google.api.logging_pb2 [] []
google.protobuf.any [] []
google.cloud.pubsub_v1.publisher._batch.base [] []
google.type.month_pb2 [] []
google.protobuf.internal.field_mask [] []
google.cloud.version [] []
google.api.policy_pb2 [] []
google.cloud.pubsub_v1.publisher.client [] []
google.oauth2._client_async [] []
google.api_core._rest_streaming_base [] []
google.pubsub_v1.services.schema_service.transports.rest [] []
google.auth.transport._custom_tls_signer [] []
google.protobuf.duration_pb2 [] []
google.api.error_reason_pb2 [] []
google.protobuf.proto_text [] []
inspect [] []
google.api_core.grpc_helpers [] []
certifi [] []
google.auth.aio.transport [] []
packaging [] []
google.pubsub [] []
google.iam.v1.resource_policy_member_pb2 [] []
google.api_core.future [] []
google.pubsub_v1.services.schema_service.transports.grpc [] []
google.api.visibility_pb2 [] []
google.cloud.operation [] []
google.api_core.retry.retry_unary_async [] []
types [] []
google.api_core.path_template [] []
google.auth.transport.urllib3 [] []
google.auth.transport.grpc [] []
asyncio [] []
google.api.httpbody_pb2 [] []
re [] []
google.api_core.operation_async [] []
google.protobuf.timestamp_pb2 [] []
google.auth._jwt_async [] []
google.auth._default [] []
google.api_core.timeout [] []
google.type.datetime_pb2 [] []
itertools [] []
google.api_core.universe [] []
google.api_core.extended_operation [] []
google.protobuf.field_mask_pb2 [] []
google.pubsub_v1.types.schema [] []
google.auth.crypt.rsa [] []
google.pubsub_v1.services [] []
google.auth.downscoped [] []
google.oauth2._client [] []
google.api_core.retry.retry_streaming [] []
sys [] []
google.auth.aio.transport.aiohttp [] []
pyasn1_modules [] []
google.api_core.gapic_v1.config [] []
google.protobuf.type_pb2 [] []
google.cloud.pubsub_v1.publisher.futures [] []
google.protobuf.internal.extension_dict [] []
google.auth.jwt [] []
google.iam.v1.logging [] []
typing_extensions [] []
google.api.config_change_pb2 [] []
google.protobuf.internal.encoder [] []
google.protobuf.symbol_database [] []
platform [] []
google.api_core.gapic_v1.routing_header [] []
google.cloud.extended_operations_pb2 [] []
io [] []
google.pubsub_v1.services.publisher.transports.base [] []
google.protobuf.internal.testing_refleaks [] []

Directories in report

Directory