Class: Google::Cloud::MigrationCenter::V1::BatchUpdateAssetsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::BatchUpdateAssetsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
A request to update a list of assets.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#requests ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::UpdateAssetRequest>
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. Parent value for batch asset update.
555 556 557 558 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 555 class BatchUpdateAssetsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::UpdateAssetRequest>
Returns Required. The request message specifying the resources to update. A maximum of 1000 assets can be modified in a batch.
555 556 557 558 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 555 class BatchUpdateAssetsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |