Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::AlertPolicy::Documentation::Link (v1.0.0)

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

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".
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".
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}"
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}"