Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::AlertPolicy::Documentation::Link.
Links to content such as playbooks, repositories, and other resources.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
Returns
- (::String) — A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".
Returns
- (::String) — A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".
#url
def url() -> ::String
Returns
- (::String) — 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}"
#url=
def url=(value) -> ::String
Parameter
- value (::String) — 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}"
Returns
- (::String) — 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}"