Class: Google::Rpc::Help::Link
- Inherits:
-
Object
- Object
- Google::Rpc::Help::Link
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/rpc/error_details.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.
312 313 314 315 |
# File 'proto_docs/google/rpc/error_details.rb', line 312 class Link include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url ⇒ ::String
Returns The URL of the link.
312 313 314 315 |
# File 'proto_docs/google/rpc/error_details.rb', line 312 class Link include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |