Method: Google::Cloud::Monitoring::V3::AlertPolicy::Documentation#content
- Defined in:
- proto_docs/google/monitoring/v3/alert.rb
permalink #content ⇒ ::String
Returns The text of the documentation, interpreted according to mime_type
.
The content may not exceed 8,192 Unicode characters and may not exceed
more than 10,240 bytes when encoded in UTF-8 format, whichever is
smaller. This text can be templatized by using
variables.
128 129 130 131 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 128 class Documentation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |