Class: Grafeas::V1::RelatedUrl

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/common.rb

Overview

Metadata for any related URL information.

Instance Attribute Summary collapse

Instance Attribute Details

#label::String

Returns Label to describe usage of the URL.

Returns:

  • (::String)

    Label to describe usage of the URL.



29
30
31
32
# File 'proto_docs/grafeas/v1/common.rb', line 29

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

#url::String

Returns Specific URL associated with the resource.

Returns:

  • (::String)

    Specific URL associated with the resource.



29
30
31
32
# File 'proto_docs/grafeas/v1/common.rb', line 29

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