Class: Google::Cloud::ServiceHealth::V1::Product

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/servicehealth/v1/event_resources.rb

Overview

Represents the Google Cloud product impacted by the event.

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns Unique identifier for the product.

Returns:

  • (::String)

    Unique identifier for the product.



362
363
364
365
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 362

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

#product_name::String

Returns Google Cloud product impacted by the event. Example: "Google Cloud SQL".

Returns:

  • (::String)

    Google Cloud product impacted by the event. Example: "Google Cloud SQL"



362
363
364
365
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 362

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