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_util

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 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 9 100.%
All colors 9 100

Runtime coverage analysis

Covered functions
707
Functions that are reachable but not covered
5
Reachable functions
8
Percentage of reachable functions covered
37.5%
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_util 6
google.cloud.error_reporting.util 1

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 186 1 606 582
google.cloud.errorreporting_v1beta1.services.error_group_service.transports.rest.ErrorGroupServiceRestTransport._UpdateGroup.__call__ google.cloud.errorreporting_v1beta1.services.error_group_service.transports.rest 5 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 6 0 4 3 4 116 0 396 324

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

Functions statically reachable by fuzzers
8.0%
257 / 3118
Cyclomatic complexity statically reachable by fuzzers
9.0%
923 / 10350

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
mock.mock._patch.__enter__ 105 0 0.0% []
mock.mock._Call.__eq__ 38 1 2.631% ['fuzz_util']
mock.mock.create_autospec 80 0 0.0% []
name.rstrip 67 13 19.40% ['fuzz_util']
google.api_core._rest_streaming_base.BaseResponseIterator._process_chunk 33 0 0.0% []
google.cloud.logging_v2.entries.LogEntry.from_api_repr 35 0 0.0% []
google.cloud.logging_v2.entries.LogEntry.to_api_repr 32 2 6.25% ['fuzz_util']
os.remove 34 13 38.23% ['fuzz_util']
google.api_core.path_template.transcode 34 0 0.0% []
urllib3.response.MultiDecoder 658 142 21.58% ['fuzz_util']
pyasn1_modules.pem.readPemBlocksFromFile 36 6 16.66% ['fuzz_util']
s.to_bytes 114 8 7.017% ['fuzz_util']
cachetools.LRUCache 516 133 25.77% ['fuzz_util']
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% []
google.protobuf.descriptor.Descriptor.__init__ 31 0 0.0% []
google.protobuf.descriptor.MakeDescriptor 48 0 0.0% []
google.protobuf.internal.api_implementation._CanImport 43 21 48.83% ['fuzz_util']
descriptor_pb2.Edition.Name 224 12 5.357% ['fuzz_util']
google.protobuf.descriptor_pb2._ResolvedFeatures.__init__ 473 3 0.634% ['fuzz_util']
google.protobuf.internal.python_message._AddInitMethod.init 67 0 0.0% []
google.protobuf.internal.decoder.MessageSetItemDecoder.DecodeItem 38 0 0.0% []
typing_extensions.ParamSpec 1787 514 28.76% ['fuzz_util']
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.Struct 64 22 34.37% ['fuzz_util']
google.protobuf.internal.well_known_types.Timestamp.FromJsonString 39 0 0.0% []
url.find 204 60 29.41% ['fuzz_util']
d.get 189 25 13.22% ['fuzz_util']
api.Authenticate 214 16 7.476% ['fuzz_util']
connection.close 63 18 28.57% ['fuzz_util']
google.rpc.error_details_pb2 51 12 23.52% ['fuzz_util']
google.cloud.errorreporting_v1beta1.services.error_group_service.client.ErrorGroupServiceClient.__init__ 31 0 0.0% []
google.api_core.retry.retry_streaming_async.retry_target_stream 41 2 4.878% ['fuzz_util']
google.cloud.logging_v2.services.config_service_v2.transports.grpc_asyncio.ConfigServiceV2GrpcAsyncIOTransport.__init__ 31 0 0.0% []
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.cloud.errorreporting_v1beta1.services.report_errors_service.client.ReportErrorsServiceClient.__init__ 31 0 0.0% []
google.cloud.errorreporting_v1beta1.services.error_stats_service.client.ErrorStatsServiceClient.__init__ 31 0 0.0% []
google.iam.v1.policy_pb2 35 12 34.28% ['fuzz_util']
google.cloud.audit.audit_log_pb2 67 16 23.88% ['fuzz_util']
google.rpc.context.attribute_context_pb2 52 15 28.84% ['fuzz_util']
google.api.monitored_resource_pb2 31 14 45.16% ['fuzz_util']
google.api.metric_pb2 35 14 40.0% ['fuzz_util']
google.api_core.operations_v1.abstract_operations_base_client.AbstractOperationsBaseClient.__init__ 37 0 0.0% []
google.cloud.logging_v2.services.logging_service_v2.client.LoggingServiceV2Client.__init__ 31 0 0.0% []
google.cloud.logging_v2.services.config_service_v2.client.ConfigServiceV2Client.__init__ 31 0 0.0% []
google.cloud.logging_v2.services.metrics_service_v2.client.MetricsServiceV2Client.__init__ 31 0 0.0% []
google.protobuf.wrappers_pb2 34 13 38.23% ['fuzz_util']
google.longrunning.operations_proto_pb2 49 18 36.73% ['fuzz_util']
google.api.client_pb2 69 14 20.28% ['fuzz_util']
channel.unary_unary 980 263 26.83% ['fuzz_util']
urllib3.util.ssl_.create_urllib3_context 181 82 45.30% ['fuzz_util']
b.get 35 17 48.57% ['fuzz_util']

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.cloud.errorreporting_v1beta1.gapic_version [] []
sys [] []
google.api.field_behavior_pb2 [] []
google.longrunning.operations_grpc [] []
types [] []
google.protobuf.compiler.plugin_pb2 [] []
urllib3 [] []
google.api.httpbody_pb2 [] []
google.api_core.iam [] []
google.auth.crypt._python_rsa [] []
google.api_core.protobuf_helpers [] []
google.cloud.errorreporting_v1beta1.services.error_stats_service.transports.base [] []
google.iam.v1.resource_policy_member_pb2 [] []
google.auth.aio.transport.sessions [] []
google.cloud.logging_v2.services.config_service_v2.pagers [] []
google.api.quota_pb2 [] []
google.auth._credentials_base [] []
google.protobuf.testdata [] []
google.protobuf.descriptor_database [] []
google.cloud.logging_v2.handlers.transports.sync [] []
google.auth._default [] []
google.auth [] []
google.protobuf.util [] []
google.auth.aio [] []
google.protobuf.internal.wire_format [] []
google.auth.transport._custom_tls_signer [] []
google.cloud.logging_v2.services.metrics_service_v2.client [] []
google.api.monitored_resource_pb2 [] []
google.auth.aio.transport [] []
google.api_core.retry.retry_unary_async [] []
struct [] []
google.cloud.errorreporting_v1beta1.types [] []
google.cloud.appengine_logging_v1.services [] []
ctypes [] []
google.cloud.errorreporting_v1beta1.services.error_stats_service.pagers [] []
asyncio [] []
google.auth.exceptions [] []
google.api_core.operations_v1.abstract_operations_client [] []
traceback [] []
tempfile [] []
google.oauth2.challenges [] []
google.cloud.errorreporting_v1beta1.services.error_group_service.async_client [] []
google.api_core.operations_v1.transports [] []
google.api_core.grpc_helpers [] []
google.oauth2.reauth [] []
google.cloud._helpers [] []
google.cloud.appengine_logging.gapic_version [] []
google.protobuf.pyext.cpp_message [] []
google.api_core.general_helpers [] []
google.type.interval_pb2 [] []
google.api_core.rest_streaming_async [] []
google.cloud.appengine_logging_v1.types [] []
subprocess [] []
google.api.routing_pb2 [] []
google.type.decimal_pb2 [] []
google.cloud.client [] []
google.protobuf.duration [] []
google.cloud.errorreporting_v1beta1.types.error_stats_service [] []
google.api_core.operations_v1 [] []
google.cloud.logging_v2.handlers.transports [] []
google._upb._message [] []
google.protobuf.internal.field_mask [] []
google.api_core.future.async_future [] []
google.auth._helpers [] []
google.auth.crypt._cryptography_rsa [] []
google.cloud.logging_v2.services.logging_service_v2 [] []
google.cloud.logging_v2.services.metrics_service_v2.async_client [] []
google.auth.compute_engine.credentials [] []
hashlib [] []
google.api_core.client_logging [] []
google.protobuf.descriptor_pb2 [] []
google.api.logging_pb2 [] []
google.protobuf [] []
google.rpc.context.attribute_context_pb2 [] []
OpenSSL [] []
google.api.field_info_pb2 [] []
google.protobuf.json_format [] []
grpc_gcp [] []
google.oauth2.id_token [] []
google.api_core.future.polling [] []
google.auth.external_account [] []
google.auth._oauth2client [] []
google.api.backend_pb2 [] []
google.protobuf.internal.extension_dict [] []
google.cloud.logging_v2.services.config_service_v2.transports.grpc_asyncio [] []
google.api.launch_stage_pb2 [] []
[] []
google.oauth2._credentials_async [] []
google.cloud.logging_v2.resource [] []
google.api.visibility_pb2 [] []
google.iam.v1.logging.audit_data_pb2 [] []
google.type.latlng_pb2 [] []
mock.mock [] []
google.auth.transport.mtls [] []
google.cloud.errorreporting_v1beta1.services.error_group_service.transports.rest_base [] []
google.cloud.errorreporting_v1beta1.services.error_stats_service.transports.rest [] []
getpass [] []
urllib [] []
google.auth._jwt_async [] []
google.cloud.logging_v2.types [] []
google.protobuf.wrappers_pb2 [] []
pickle [] []
google.cloud.logging_v2.logger [] []
google.gapic.metadata.gapic_metadata_pb2 [] []
google.cloud.logging_v2.services [] []
gc [] []
google.iam.v1.policy_pb2_grpc [] []
google.type.phone_number_pb2 [] []
google.api_core.gapic_v1.method_async [] []
google.cloud.logging_v2.handlers [] []
weakref [] []
...fuzz_util ['fuzz_util'] []
google.cloud.errorreporting_v1beta1.services.report_errors_service.transports [] []
google.iam.v1.options_pb2 [] []
google.protobuf.symbol_database [] []
google.cloud.extended_operations_pb2 [] []
copy [] []
google.auth._refresh_worker [] []
unittest [] []
google.cloud.logging_v2.types.log_entry [] []
google.cloud.errorreporting_v1beta1.services.report_errors_service.async_client [] []
threading [] []
google.cloud.errorreporting_v1beta1.services [] []
pprint [] []
google.protobuf.internal.well_known_types [] []
google.protobuf.internal.api_implementation [] []
google.cloud.logging_v2.handlers.middleware [] []
google.api.error_reason_pb2 [] []
re [] []
google.cloud.error_reporting._gapic [] []
google.api.distribution_pb2 [] []
google.type.dayofweek_pb2 [] []
google.type.fraction_pb2 [] []
warnings [] []
google.api_core.retry.retry_streaming [] []
google.cloud.logging_v2.handlers.app_engine [] []
platform [] []
google.oauth2.webauthn_types [] []
math [] []
google.api_core.datetime_helpers [] []
google.type.postal_address_pb2 [] []
google.oauth2._client [] []
google.cloud.logging_v2.services.logging_service_v2.transports.base [] []
google.longrunning.operations_pb2_grpc [] []
google.oauth2.gdch_credentials [] []
contextlib [] []
aiohttp [] []
google.cloud._testing [] []
google.cloud.logging.gapic_version [] []
google.auth._cloud_sdk [] []
google.cloud.logging_v2.metric [] []
google.protobuf.compiler [] []
typing_extensions [] []
google.api_core._rest_streaming_base [] []
google.cloud.appengine_logging_v1.gapic_version [] []
google.api_core.retry.retry_streaming_async [] []
google.cloud.environment_vars [] []
google.protobuf.source_context_pb2 [] []
google.oauth2._id_token_async [] []
google.cloud.logging_v2.sink [] []
google.cloud.version [] []
google.cloud.logging_v2._instrumentation [] []
google.auth.api_key [] []
typing [] []
google.protobuf.reflection [] []
certifi [] []
cryptography [] []
google.api_core.page_iterator [] []
google.cloud.errorreporting_v1beta1.types.error_group_service [] []
google.protobuf.timestamp [] []
grpc [] []
google.api_core.bidi [] []
google.api_core.operations_v1.abstract_operations_base_client [] []
dataclasses [] []
google.cloud.logging_v2.services.metrics_service_v2.transports.grpc_asyncio [] []
google.cloud.error_reporting.client [] []
google.protobuf.internal.testing_refleaks [] []
google.api_core.gapic_v1.method [] []
google.auth.aio.transport.aiohttp [] []
google.rpc.status_pb2 [] []
google.iam.v1.logging [] []
google.protobuf.any_pb2 [] []
google.cloud.logging_v2.entries [] []
google.cloud.logging_v2.client [] []
google.api.billing_pb2 [] []
google.cloud.logging_v2.handlers.transports.background_thread [] []
google.type.datetime_pb2 [] []
collections [] []
google.api_core.operations_v1.pagers_async [] []
google.protobuf.message [] []
cffi [] []
google.rpc.error_details_pb2 [] []
google.auth.crypt.rsa [] []
google.cloud.audit.audit_log_pb2 [] []
google.auth.app_engine [] []
google.auth.transport.requests [] []
google.cloud.operation [] []
google.cloud.errorreporting_v1beta1 [] []
google.cloud.logging_v2.services.metrics_service_v2.pagers [] []
shutil [] []
google.oauth2 [] []
google.auth.transport._requests_base [] []
google.api.documentation_pb2 [] []
google.logging.type.http_request_pb2 [] []
google.oauth2.credentials [] []
google.cloud.logging_v2._helpers [] []
atheris [] []
google.api_core.client_info [] []
google.auth.iam [] []
google.cloud.errorreporting_v1beta1.types.report_errors_service [] []
google.cloud.errorreporting_v1beta1.services.report_errors_service [] []
google.protobuf.runtime_version [] []
google.api_core.universe [] []
calendar [] []
google.api_core.grpc_helpers_async [] []
google.cloud.errorreporting_v1beta1.services.error_group_service.client [] []
google.cloud.logging_v2._gapic [] []
google.iam.v1.policy_pb2 [] []
google.api_core.future [] []
google.cloud.errorreporting_v1beta1.services.error_group_service.transports.rest [] []
google.cloud.logging_v2.services.logging_service_v2.transports.grpc [] []
google.auth.transport._mtls_helper [] []
google.protobuf.any [] []
importlib_metadata [] []
google.cloud.logging_v2.services.config_service_v2.client [] []
google.cloud.logging_v2.handlers._monitored_resources [] []
google.auth.external_account_authorized_user [] []
google.api_core.gapic_v1.config [] []
google.api.client_pb2 [] []
google.iam.v1.options_pb2_grpc [] []
email [] []
google.auth.environment_vars [] []
google.api_core [] []
google.auth.metrics [] []
rsa [] []
google.auth.crypt._helpers [] []
google.cloud.audit [] []
google.type.quaternion_pb2 [] []
google.api_core.operations_v1.operations_async_client [] []
http [] []
google.auth.transport._http_client [] []
google.auth.downscoped [] []
google.api_core.version_header [] []
google.cloud.exceptions [] []
google.oauth2.utils [] []
google.cloud.logging_v2.services.metrics_service_v2 [] []
google.type.calendar_period_pb2 [] []
google.protobuf.service_reflection [] []
google.oauth2._service_account_async [] []
google.protobuf.internal.encoder [] []
google.api_core.operations_v1.operations_client [] []
google.protobuf.internal [] []
google.auth.transport.urllib3 [] []
posixpath [] []
google.api.annotations_pb2 [] []
atexit [] []
google.longrunning.operations_proto_pb2 [] []
google.auth.version [] []
google.protobuf.internal.python_edition_defaults [] []
google.oauth2.webauthn_handler_factory [] []
google.api_core.future.base [] []
google.auth.crypt.es256 [] []
google.protobuf.duration_pb2 [] []
google.cloud.errorreporting_v1beta1.services.report_errors_service.transports.base [] []
google.auth.pluggable [] []
google.auth.aio._helpers [] []
google.auth._default_async [] []
google.api.monitoring_pb2 [] []
google.protobuf.text_format [] []
pyasn1_modules [] []
google.cloud.logging_v2._http [] []
google.cloud.logging.handlers.transports [] []
google.api.http_pb2 [] []
google.api.log_pb2 [] []
google.cloud.logging_v2.services.config_service_v2.transports [] []
google.cloud.errorreporting_v1beta1.services.report_errors_service.transports.rest_base [] []
google.cloud.logging_v2.services.logging_service_v2.client [] []
google.auth.crypt [] []
google.type.color_pb2 [] []
google.cloud.logging_v2.handlers._helpers [] []
google.cloud.logging_v2.services.logging_service_v2.transports [] []
google.api_core.operations_v1.operations_rest_client_async [] []
operator [] []
google.auth.compute_engine._metadata [] []
google.cloud.logging_v2.handlers.container_engine [] []
google.rpc.code_pb2 [] []
google.cloud.logging_v2.gapic_version [] []
google.api_core.future._helpers [] []
json [] []
pyasn1 [] []
google.cloud.logging_v2.services.metrics_service_v2.transports.base [] []
google.protobuf.internal.enum_type_wrapper [] []
google.api.source_info_pb2 [] []
google.auth.compute_engine [] []
google.api_core.extended_operation [] []
google.protobuf.pyext [] []
google.cloud.errorreporting_v1beta1.services.error_stats_service.transports.rest_base [] []
google.protobuf.internal.builder [] []
google.api_core.exceptions [] []
google.cloud.obsolete [] []
google.cloud.logging_v2 [] []
random [] []
google.rpc.context.audit_context_pb2 [] []
google.api_core.operations_v1.transports.base [] []
google.api_core.retry.retry_unary [] []
google.cloud.error_reporting.util ['fuzz_util'] []
google.cloud.errorreporting_v1beta1.services.error_stats_service.transports.grpc_asyncio [] []
cachetools [] []
google.auth.crypt.base [] []
google.cloud.errorreporting_v1beta1.services.error_stats_service.client [] []
datetime [] []
google.api.system_parameter_pb2 [] []
binascii [] []
google.api.resource_pb2 [] []
google.cloud.audit.bigquery_audit_metadata_pb2 [] []
google.cloud.logging_v2.handlers.middleware.request [] []
google.iam.v1 [] []
google.cloud._http [] []
google.api_core.gapic_v1 [] []
google.api.label_pb2 [] []
google.protobuf.internal.python_message [] []
google.api_core.operations_v1.operations_client_config [] []
google.cloud.errorreporting_v1beta1.services.report_errors_service.transports.rest [] []
google.api_core.operations_v1.transports.rest [] []
google.auth._credentials_async [] []
google.cloud.errorreporting_v1beta1.services.error_group_service.transports.grpc_asyncio [] []
google.logging.type.log_severity_pb2 [] []
google.protobuf.type_pb2 [] []
google.api.config_change_pb2 [] []
google.cloud.appengine_logging_v1.types.request_log [] []
google.api.metric_pb2 [] []
google.cloud.logging_v2.services.metrics_service_v2.transports.grpc [] []
google.oauth2._client_async [] []
google.cloud.logging_v2.services.config_service_v2.async_client [] []
google.protobuf.descriptor_pool [] []
google.api_core.retry.retry_base [] []
google.protobuf.proto [] []
google.auth.impersonated_credentials [] []
google.cloud.errorreporting_v1beta1.services.error_group_service.transports.base [] []
google.type.money_pb2 [] []
google.api_core.gapic_v1.client_info [] []
google.cloud.location.locations_pb2 [] []
google.auth.jwt [] []
google.oauth2.service_account [] []
google.api.policy_pb2 [] []
google.protobuf.internal.type_checkers [] []
google.auth.transport.grpc [] []
google.oauth2.webauthn_handler [] []
proto [] []
google.api_core.rest_helpers [] []
google.cloud.logging_v2.handlers.structured_log [] []
google.protobuf.timestamp_pb2 [] []
google.oauth2._reauth_async [] []
google.auth.identity_pool [] []
google.api_core.timeout [] []
google.longrunning.operations_grpc_pb2 [] []
google.api.auth_pb2 [] []
google.protobuf.struct_pb2 [] []
inspect [] []
jwt [] []
google.api.service_pb2 [] []
google.protobuf.api_pb2 [] []
google.cloud.error_reporting [] []
google.rpc.http_pb2 [] []
hmac [] []
google.cloud.logging_v2.services.config_service_v2.transports.base [] []
google.type.localized_text_pb2 [] []
google.api_core.version [] []
google.api_core.client_options [] []
copyreg [] []
google.cloud.logging.handlers [] []
google.api_core.operation_async [] []
google.api_core.operations_v1.pagers [] []
google.api_core.path_template [] []
google.cloud.logging_v2.services.logging_service_v2.transports.grpc_asyncio [] []
google.type.date_pb2 [] []
mock [] []
google.protobuf.text_encoding [] []
google.cloud.logging_v2.services.logging_service_v2.pagers [] []
time [] []
google.api.consumer_pb2 [] []
google.api_core.operations_v1.transports.rest_asyncio [] []
google.protobuf.internal.decoder [] []
google.cloud.logging_v2.types.logging_metrics [] []
google.protobuf.proto_json [] []
google.cloud.appengine_logging [] []
google.api_core.operation [] []
flask [] []
google.api_core.operations_v1.pagers_base [] []
google.cloud.logging_v2.services.metrics_service_v2.transports [] []
google.auth.transport._aiohttp_requests [] []
google.auth.credentials [] []
google.protobuf.field_mask_pb2 [] []
google.api_core.page_iterator_async [] []
google.protobuf.unknown_fields [] []
requests [] []
google.cloud.appengine_logging_v1 [] []
google.type.timeofday_pb2 [] []
google.cloud.logging_v2.services.logging_service_v2.async_client [] []
google.cloud.errorreporting_v1beta1.services.report_errors_service.client [] []
google.api.control_pb2 [] []
google.api_core.gapic_v1.routing_header [] []
google.cloud.errorreporting_v1beta1.services.error_group_service.transports [] []
google.cloud.logging_v2.services.config_service_v2 [] []
google.cloud.error_reporting.gapic_version [] []
google.cloud.errorreporting_v1beta1.services.error_group_service [] []
packaging [] []
google.auth._exponential_backoff [] []
google.oauth2.sts [] []
google.cloud.errorreporting_v1beta1.services.report_errors_service.transports.grpc [] []
google.cloud.logging_v2.types.logging [] []
os [] []
google.cloud.error_reporting._logging [] []
google.cloud.logging [] []
google.cloud.errorreporting_v1beta1.services.report_errors_service.transports.grpc_asyncio [] []
google.auth.transport [] []
google.iam.v1.iam_policy_pb2 [] []
google.api_core.gapic_v1.config_async [] []
queue [] []
google.iam.v1.iam_policy_pb2_grpc [] []
google.cloud.logging_v2.handlers.transports.base [] []
google.type.month_pb2 [] []
io [] []
google.auth.aws [] []
mock.backports [] []
google.api_core.rest_streaming [] []
google.cloud.logging_v2.services.config_service_v2.transports.grpc [] []
google.api.context_pb2 [] []
google.auth._service_account_info [] []
google [] []
google.api.usage_pb2 [] []
google.cloud.errorreporting_v1beta1.services.error_stats_service [] []
google.protobuf.proto_text [] []
google.cloud.logging_v2.handlers.handlers [] []
google.api.endpoint_pb2 [] []
google.protobuf.internal.containers [] []
google.type.expr_pb2 [] []
google.protobuf.descriptor [] []
google.cloud.errorreporting_v1beta1.types.common [] []
importlib [] []
google.protobuf.message_factory [] []
grpc_status [] []
google.protobuf.empty_pb2 [] []
google.auth.aio.credentials [] []
google.cloud.errorreporting_v1beta1.services.error_stats_service.async_client [] []
google.cloud.logging.handlers.middleware [] []
google.api_core.retry_async [] []
google.cloud.errorreporting_v1beta1.services.error_stats_service.transports.grpc [] []
base64 [] []
google.longrunning.operations_pb2 [] []
google.cloud.errorreporting_v1beta1.services.error_stats_service.transports [] []
google.cloud.logging_v2.types.logging_config [] []
google.longrunning.operations_proto [] []
google.protobuf.proto_builder [] []
functools [] []
logging [] []
google.cloud.errorreporting_v1beta1.services.error_group_service.transports.grpc [] []
google.protobuf.internal.message_listener [] []
google.api_core.retry [] []

Directories in report

Directory