Method: Google::Api::DocumentationRule#description

Defined in:
proto_docs/google/api/documentation.rb

#description::String

Returns Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field). Defaults to leading & trailing comments taken from the proto source definition of the proto element.

Returns:

  • (::String)

    Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field). Defaults to leading & trailing comments taken from the proto source definition of the proto element.



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