Class: Google::Cloud::Compute::V1::HelpLink
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::HelpLink
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Describes a URL link.
Instance Attribute Summary collapse
-
#description ⇒ ::String
Describes what the link offers.
-
#url ⇒ ::String
The URL of the link.
Instance Attribute Details
#description ⇒ ::String
Returns Describes what the link offers.
9861 9862 9863 9864 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9861 class HelpLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url ⇒ ::String
Returns The URL of the link.
9861 9862 9863 9864 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9861 class HelpLink include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |