Class: Google::Cloud::Asset::V1::AttachedResource
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::AttachedResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/assets.rb
Overview
Attached resource representation, which is defined by the corresponding service provider. It represents an attached resource's payload.
Instance Attribute Summary collapse
-
#asset_type ⇒ ::String
The type of this attached resource.
-
#versioned_resources ⇒ ::Array<::Google::Cloud::Asset::V1::VersionedResource>
Versioned resource representations of this attached resource.
Instance Attribute Details
#asset_type ⇒ ::String
820 821 822 823 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 820 class AttachedResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#versioned_resources ⇒ ::Array<::Google::Cloud::Asset::V1::VersionedResource>
820 821 822 823 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 820 class AttachedResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |