Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::BatchUpdateAssetsRequest.
A request to update a list of assets.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
- (::String) — Required. Parent value for batch asset update.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. Parent value for batch asset update.
Returns
- (::String) — Required. Parent value for batch asset update.
#requests
def requests() -> ::Array<::Google::Cloud::MigrationCenter::V1::UpdateAssetRequest>
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::UpdateAssetRequest>) — Required. The request message specifying the resources to update. A maximum of 1000 assets can be modified in a batch.
#requests=
def requests=(value) -> ::Array<::Google::Cloud::MigrationCenter::V1::UpdateAssetRequest>
Parameter
- value (::Array<::Google::Cloud::MigrationCenter::V1::UpdateAssetRequest>) — Required. The request message specifying the resources to update. A maximum of 1000 assets can be modified in a batch.
Returns
- (::Array<::Google::Cloud::MigrationCenter::V1::UpdateAssetRequest>) — Required. The request message specifying the resources to update. A maximum of 1000 assets can be modified in a batch.