Class: Grafeas::V1::WindowsUpdate::Identity

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

Instance Attribute Details

#revision::Integer

Returns The revision number of the update.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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