public sealed class BatchUpdateAssetsResponse : IMessage<BatchUpdateAssetsResponse>, IEquatable<BatchUpdateAssetsResponse>, IDeepCloneable<BatchUpdateAssetsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class BatchUpdateAssetsResponse.
Response for updating a list of assets.
Implements
IMessageBatchUpdateAssetsResponse, IEquatableBatchUpdateAssetsResponse, IDeepCloneableBatchUpdateAssetsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
BatchUpdateAssetsResponse()
public BatchUpdateAssetsResponse()BatchUpdateAssetsResponse(BatchUpdateAssetsResponse)
public BatchUpdateAssetsResponse(BatchUpdateAssetsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchUpdateAssetsResponse |
Properties
Assets
public RepeatedField<Asset> Assets { get; }Update asset content. The content only includes values after field mask being applied.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAsset |
|