Class: Google::Cloud::MigrationCenter::V1::AssetList
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::AssetList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Lists the asset IDs of all assets.
Instance Attribute Summary collapse
-
#asset_ids ⇒ ::Array<::String>
Required.
Instance Attribute Details
#asset_ids ⇒ ::Array<::String>
Returns Required. A list of asset IDs.
3279 3280 3281 3282 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3279 class AssetList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |