Class: Google::Rpc::Help::Link

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

Instance Attribute Details

#description::String

Returns Describes what the link offers.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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