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_cloudtask_client

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 32 48.4%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 34 51.5%
All colors 66 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
8 16 google.cloud.tasks_v2.services.cloud_tasks.client.CloudTasksClient.__init__ call site: 00016 google.auth.transport.mtls.default_client_cert_source
8 31 google.api_core.client_logging.setup_logging call site: 00031 google.api_core.client_logging.configure_defaults
6 47 google.cloud.tasks_v2.services.cloud_tasks.client.CloudTasksClient.__init__ call site: 00047 google.auth._default.get_api_key_credentials
5 3 google.cloud.tasks_v2.services.cloud_tasks.client.CloudTasksClient.__init__ call site: 00003 google.api_core.client_options.from_dict
3 55 google.cloud.tasks_v2.services.cloud_tasks.client.CloudTasksClient.__init__ call site: 00055 google.auth.credentials.Credentials.__init__
1 11 google.cloud.tasks_v2.services.cloud_tasks.client.CloudTasksClient.__init__ call site: 00011 google.cloud.tasks_v2.services.cloud_tasks.client.CloudTasksClient._read_environment_variables
1 43 google.cloud.tasks_v2.services.cloud_tasks.client.CloudTasksClient.__init__ call site: 00043 typing.cast

Runtime coverage analysis

Covered functions
525
Functions that are reachable but not covered
33
Reachable functions
47
Percentage of reachable functions covered
29.79%
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_cloudtask_client 6
google.cloud.tasks_v2.services.cloud_tasks.client 22
google.api_core.client_options 4
google.auth.transport.mtls 2
google.auth.transport._mtls_helper 3
google.api_core.client_logging 11
google.auth._default 1
google.auth.api_key 1
google.auth.credentials 2
google.auth._refresh_worker 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'] 11 0 18 23 12 214 10 706 685
google.auth.credentials.Credentials._non_blocking_refresh google.auth.credentials 2 ['N/A', 'N/A'] 6 0 2 2 4 188 1 612 585
google.cloud.tasks_v2.services.cloud_tasks.transports.rest.CloudTasksRestTransport._CreateQueue.__call__ google.cloud.tasks_v2.services.cloud_tasks.transports.rest 5 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 6 0 4 3 4 117 0 399 318
google.auth._default._get_explicit_environ_credentials google.auth._default 1 ['N/A'] 7 0 3 2 4 105 1 334 261
mock.mock._patch.__enter__ mock.mock 1 ['N/A'] 5 0 5 39 19 78 1 278 245
google.protobuf.text_format._Printer.PrintFieldValue google.protobuf.text_format 3 ['N/A', 'N/A', 'N/A'] 13 0 15 12 8 194 15 652 151
google.auth.transport._http_client.Request.__call__ google.auth.transport._http_client 7 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 5 0 5 3 4 39 0 126 96

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

Functions statically reachable by fuzzers
12.0%
390 / 3211
Cyclomatic complexity statically reachable by fuzzers
13.0%
1419 / 10584

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 38 36.19% ['fuzz_cloudtask_client']
mock.mock._Call.__eq__ 38 1 2.631% ['fuzz_cloudtask_client']
mock.mock.create_autospec 80 0 0.0% []
name.rstrip 67 13 19.40% ['fuzz_cloudtask_client']
google.api_core._rest_streaming_base.BaseResponseIterator._process_chunk 33 0 0.0% []
p.match 46 25 54.34% ['fuzz_cloudtask_client']
os.urandom 34 13 38.23% ['fuzz_cloudtask_client']
response.get 658 142 21.58% ['fuzz_cloudtask_client']
s.to_bytes 114 8 7.017% ['fuzz_cloudtask_client']
pyasn1_modules.pem.readPemBlocksFromFile 36 6 16.66% ['fuzz_cloudtask_client']
cachetools.LRUCache 516 133 25.77% ['fuzz_cloudtask_client']
key.split 260 76 29.23% ['fuzz_cloudtask_client']
url.find 204 60 29.41% ['fuzz_cloudtask_client']
d.get 189 25 13.22% ['fuzz_cloudtask_client']
api.Authenticate 214 16 7.476% ['fuzz_cloudtask_client']
struct.Struct 64 22 34.37% ['fuzz_cloudtask_client']
connection.close 63 18 28.57% ['fuzz_cloudtask_client']
collections.abc.MutableMapping.get 234 76 32.47% ['fuzz_cloudtask_client']
request.pop 108 49 45.37% ['fuzz_cloudtask_client']
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% []
descriptor_pb2.Edition.Value 224 12 5.357% ['fuzz_cloudtask_client']
google.protobuf.descriptor_pb2._ResolvedFeatures.__init__ 475 3 0.631% ['fuzz_cloudtask_client']
google.protobuf.internal.python_message._AddInitMethod.init 67 0 0.0% []
google.protobuf.descriptor.Descriptor.__init__ 31 0 0.0% []
google.protobuf.descriptor.MakeDescriptor 49 0 0.0% []
google.protobuf.internal.api_implementation._CanImport 43 21 48.83% ['fuzz_cloudtask_client']
google.protobuf.internal.decoder.MessageSetItemDecoder.DecodeItem 38 0 0.0% []
google.protobuf.text_format._Printer._PrintUnknownFields 35 0 0.0% []
google.protobuf.text_format._Printer.PrintFieldValue 32 0 0.0% []
google.protobuf.text_format._Parser._MergeField 74 0 0.0% []
google.protobuf.text_format._Parser._MergeScalarField 37 0 0.0% []
google.protobuf.internal.well_known_types.Timestamp.FromJsonString 39 0 0.0% []
google.rpc.error_details_pb2 51 12 23.52% ['fuzz_cloudtask_client']
google.api_core.retry.retry_streaming_async.retry_target_stream 41 2 4.878% ['fuzz_cloudtask_client']
google.iam.v1.policy_pb2 35 12 34.28% ['fuzz_cloudtask_client']
google.cloud.location.locations_pb2 37 14 37.83% ['fuzz_cloudtask_client']
google.api.client_pb2 69 14 20.28% ['fuzz_cloudtask_client']
google.iam.v1.iam_policy_pb2 49 18 36.73% ['fuzz_cloudtask_client']
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.path_template.transcode 34 0 0.0% []
google.protobuf.wrappers_pb2 34 13 38.23% ['fuzz_cloudtask_client']
channel.unary_unary 980 300 30.61% ['fuzz_cloudtask_client']
urllib3.util.ssl_.create_urllib3_context 181 53 29.28% ['fuzz_cloudtask_client']

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

Directories in report

Directory