Class: Google::Cloud::Compute::V1::HelpLink

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#description ⇒ ::String

Returns Describes what the link offers.

Returns:

  • (::String) —

    Describes what the link offers.



28889
28890
28891
28892
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28889

class HelpLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#url ⇒ ::String

Returns The URL of the link.

Returns:

  • (::String) —

    The URL of the link.



28889
28890
28891
28892
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28889

class HelpLink
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end