Class: Google::Cloud::Monitoring::V3::AlertPolicy::Documentation::Link
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::AlertPolicy::Documentation::Link
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/alert.rb
Overview
Links to content such as playbooks, repositories, and other resources.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
A short display name for the link.
-
#url ⇒ ::String
The url of a webpage.
Instance Attribute Details
#display_name ⇒ ::String
Returns A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".
184 185 186 187 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 184 class Link include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url ⇒ ::String
Returns The url of a webpage. A url can be templatized by using variables in the path or the query parameters. The total length of a URL should not exceed 2083 characters before and after variable expansion. Example: "https://my_domain.com/playbook?name=$\{resource.name}".
184 185 186 187 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 184 class Link include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |