Class: Google::Cloud::ServiceHealth::V1::Asset

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 asset impacted by the events.

Instance Attribute Summary collapse

Instance Attribute Details

#asset_name::String (readonly)

Returns Output only. Full name of the resource as defined in Resource Names.

Returns:

  • (::String)

    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".

Returns:

  • (::String)

    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