Class: Google::Cloud::MigrationCenter::V1::BatchUpdateAssetsRequest

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

Instance Attribute Details

#parent::String

Returns Required. Parent value for batch asset update.

Returns:

  • (::String)

    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.

Returns:



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