Class: Google::Cloud::MigrationCenter::V1::BatchUpdateAssetsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#assets::Array<::Google::Cloud::MigrationCenter::V1::Asset>

Returns Update asset content. The content only includes values after field mask being applied.

Returns:



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