package tensorflow_docs.api_report.schema

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ApiReport

api_report.proto:109

message ApiSymbolMetric

api_report.proto:85

This message tracks the symbol and the statistics of the lints that are run on the docstring of the symbol.

Used in: ApiReport

message DescriptionLint

api_report.proto:32

This message is used to track the description of a docstring. It tracks the one-line brief and the multi-line description.

Used in: ApiSymbolMetric

enum ObjectType

api_report.proto:75

This Enum is used to describe the type of object. `api_generator` traverses and extracts docstrings from the objects in the pip package of a library.

Used in: ApiSymbolMetric

message ParameterLint

api_report.proto:11

This message is used to track the parameters in a docstring and lint it. This includes `Args` and `Attributes`.

Used in: ApiSymbolMetric

message RaisesLint

api_report.proto:63

This message is used to track if `Raises` is defined in a docstring if `raise` keyword is used in the code.

Used in: ApiSymbolMetric

message ReturnLint

api_report.proto:56

This message is used to track if `Returns` is defined in a docstring if `return` keyword is used in the code.

Used in: ApiSymbolMetric

message UsageExampleLint

api_report.proto:44

This message is used to track the examples in a docstring that demonstrate how to use that API.

Used in: ApiSymbolMetric