Class: Google::Cloud::MigrationCenter::V1::BatchUpdateAssetsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::BatchUpdateAssetsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Response for updating a list of assets.
Instance Attribute Summary collapse
-
#assets ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::Asset>
Update asset content.
Instance Attribute Details
#assets ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::Asset>
Returns Update asset content. The content only includes values after field mask being applied.
565 566 567 568 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 565 class BatchUpdateAssetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |