Class: Grafeas::V1::RelatedUrl
- Inherits:
-
Object
- Object
- Grafeas::V1::RelatedUrl
- 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
-
#label ⇒ ::String
Label to describe usage of the URL.
-
#url ⇒ ::String
Specific URL associated with the resource.
Instance Attribute Details
#label ⇒ ::String
Returns 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.
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 |