Method: Google::Api::DocumentationRule#deprecation_description
- Defined in:
- proto_docs/google/api/documentation.rb
#deprecation_description ⇒ ::String
Returns Deprecation description of the selected element(s). It can be provided if
an element is marked as deprecated
.
139 140 141 142 |
# File 'proto_docs/google/api/documentation.rb', line 139 class DocumentationRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |