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

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

defdisplay_name()->::String
Returns
  • (::String) — A short display name for the link. The display name must not be empty or exceed 63 characters. Example: "playbook".
defdisplay_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".
defurl()->::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}"
defurl=(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}"

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.