Class: Google::Cloud::Monitoring::V3::AlertPolicy::Documentation
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::AlertPolicy::Documentation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/alert.rb
Overview
A content string and a MIME type that describes the content string's format.
Instance Attribute Summary collapse
-
#content ⇒ ::String
The text of the documentation, interpreted according to
mime_type
. -
#mime_type ⇒ ::String
The format of the
content
field.
Instance Attribute Details
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 |
permalink #mime_type ⇒ ::String
Returns The format of the content
field. Presently, only the value
"text/markdown"
is supported. See
Markdown for more information.
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 |