Class: Grafeas::V1::WindowsUpdate::Category

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 category to which the update belongs.

Instance Attribute Summary collapse

Instance Attribute Details

#category_id::String

Returns The identifier of the category.

Returns:

  • (::String)

    The identifier of the category.



117
118
119
120
# File 'proto_docs/grafeas/v1/upgrade.rb', line 117

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

#name::String

Returns The localized name of the category.

Returns:

  • (::String)

    The localized name of the category.



117
118
119
120
# File 'proto_docs/grafeas/v1/upgrade.rb', line 117

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