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.
Implements
IMessageBatchUpdateAssetsRequest, IEquatableBatchUpdateAssetsRequest, IDeepCloneableBatchUpdateAssetsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
BatchUpdateAssetsRequest()
public BatchUpdateAssetsRequest()
BatchUpdateAssetsRequest(BatchUpdateAssetsRequest)
public BatchUpdateAssetsRequest(BatchUpdateAssetsRequest other)
Parameter | |
---|---|
Name | Description |
other | BatchUpdateAssetsRequest |
Properties
Parent
public string Parent { get; set; }
Required. Parent value for batch asset update.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldUpdateAssetRequest |