Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::AlertPolicy::Documentation.
Documentation that is included in the notifications and incidents pertaining to this policy.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#content
def content() -> ::String
-
(::String) — The body 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.
#content=
def content=(value) -> ::String
-
value (::String) — The body 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.
-
(::String) — The body 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.
#links
def links() -> ::Array<::Google::Cloud::Monitoring::V3::AlertPolicy::Documentation::Link>
- (::Array<::Google::Cloud::Monitoring::V3::AlertPolicy::Documentation::Link>) — Optional. Links to content such as playbooks, repositories, and other resources. This field can contain up to 3 entries.
#links=
def links=(value) -> ::Array<::Google::Cloud::Monitoring::V3::AlertPolicy::Documentation::Link>
- value (::Array<::Google::Cloud::Monitoring::V3::AlertPolicy::Documentation::Link>) — Optional. Links to content such as playbooks, repositories, and other resources. This field can contain up to 3 entries.
- (::Array<::Google::Cloud::Monitoring::V3::AlertPolicy::Documentation::Link>) — Optional. Links to content such as playbooks, repositories, and other resources. This field can contain up to 3 entries.
#mime_type
def mime_type() -> ::String
-
(::String) — The format of the
content
field. Presently, only the value"text/markdown"
is supported. See Markdown for more information.
#mime_type=
def mime_type=(value) -> ::String
-
value (::String) — The format of the
content
field. Presently, only the value"text/markdown"
is supported. See Markdown for more information.
-
(::String) — The format of the
content
field. Presently, only the value"text/markdown"
is supported. See Markdown for more information.
#subject
def subject() -> ::String
-
(::String) — Optional. The subject line of the notification. The subject line may not
exceed 10,240 bytes. In notifications generated by this policy, the
contents of the subject line after variable expansion will be truncated
to 255 bytes or shorter at the latest UTF-8 character boundary. The
255-byte limit is recommended by this
thread.
It is both the limit imposed by some third-party ticketing products and
it is common to define textual fields in databases as VARCHAR(255).
The contents of the subject line can be templatized by using variables. If this field is missing or empty, a default subject line will be generated.
#subject=
def subject=(value) -> ::String
-
value (::String) — Optional. The subject line of the notification. The subject line may not
exceed 10,240 bytes. In notifications generated by this policy, the
contents of the subject line after variable expansion will be truncated
to 255 bytes or shorter at the latest UTF-8 character boundary. The
255-byte limit is recommended by this
thread.
It is both the limit imposed by some third-party ticketing products and
it is common to define textual fields in databases as VARCHAR(255).
The contents of the subject line can be templatized by using variables. If this field is missing or empty, a default subject line will be generated.
-
(::String) — Optional. The subject line of the notification. The subject line may not
exceed 10,240 bytes. In notifications generated by this policy, the
contents of the subject line after variable expansion will be truncated
to 255 bytes or shorter at the latest UTF-8 character boundary. The
255-byte limit is recommended by this
thread.
It is both the limit imposed by some third-party ticketing products and
it is common to define textual fields in databases as VARCHAR(255).
The contents of the subject line can be templatized by using variables. If this field is missing or empty, a default subject line will be generated.