Class: Google::Cloud::ServiceHealth::V1::Asset
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceHealth::V1::Asset
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicehealth/v1/event_resources.rb
Overview
Represents the asset impacted by the events.
Instance Attribute Summary collapse
-
#asset_name ⇒ ::String
readonly
Output only.
-
#asset_type ⇒ ::String
readonly
Output only.
Instance Attribute Details
#asset_name ⇒ ::String (readonly)
Returns Output only. Full name of the resource as defined in Resource Names.
417 418 419 420 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 417 class Asset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#asset_type ⇒ ::String (readonly)
Returns Output only. Type of the asset. Example:
"cloudresourcemanager.googleapis.com/Project"
.
417 418 419 420 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 417 class Asset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |