Class: Grafeas::V1::WindowsUpdate::Identity
- Inherits:
-
Object
- Object
- Grafeas::V1::WindowsUpdate::Identity
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/upgrade.rb
Overview
The unique identifier of the update.
Instance Attribute Summary collapse
-
#revision ⇒ ::Integer
The revision number of the update.
-
#update_id ⇒ ::String
The revision independent identifier of the update.
Instance Attribute Details
#revision ⇒ ::Integer
Returns The revision number of the update.
105 106 107 108 |
# File 'proto_docs/grafeas/v1/upgrade.rb', line 105 class Identity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_id ⇒ ::String
Returns The revision independent identifier of the update.
105 106 107 108 |
# File 'proto_docs/grafeas/v1/upgrade.rb', line 105 class Identity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |