Class: Google::Cloud::ServiceHealth::V1::Product
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceHealth::V1::Product
- 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
-
#id ⇒ ::String
Unique identifier for the product.
-
#product_name ⇒ ::String
Google Cloud product impacted by the event.
Instance Attribute Details
#id ⇒ ::String
Returns 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"
.
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 |