Migration Center v1 API - Class BatchUpdateAssetsRequest (1.1.0)

public sealed class BatchUpdateAssetsRequest : IMessage<BatchUpdateAssetsRequest>, IEquatable<BatchUpdateAssetsRequest>, IDeepCloneable<BatchUpdateAssetsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class BatchUpdateAssetsRequest.

A request to update a list of assets.

Inheritance

object > BatchUpdateAssetsRequest

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

BatchUpdateAssetsRequest()

public BatchUpdateAssetsRequest()

BatchUpdateAssetsRequest(BatchUpdateAssetsRequest)

public BatchUpdateAssetsRequest(BatchUpdateAssetsRequest other)
Parameter
NameDescription
otherBatchUpdateAssetsRequest

Properties

Parent

public string Parent { get; set; }

Required. Parent value for batch asset update.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

Requests

public RepeatedField<UpdateAssetRequest> Requests { get; }

Required. The request message specifying the resources to update. A maximum of 1000 assets can be modified in a batch.

Property Value
TypeDescription
RepeatedFieldUpdateAssetRequest