AssetSetAssetOperation

  • A single operation (create, remove) on an asset set asset is possible.

  • The operation union field specifies the type of mutation (create or remove).

  • The create operation uses an AssetSetAsset and does not expect a resource name.

  • The remove operation uses a string and expects a resource name in a specific format.

A single operation (create, remove) on an asset set asset.

Fields
Union field

operation

operation. The mutate operation. operation can be only one of the following:

create

AssetSetAsset

Create operation: No resource name is expected for the new asset set asset

remove

string

Remove operation: A resource name for the removed asset set asset is expected, in this format: customers/{customer_id}/assetSetAssets/{asset_set_id}~{asset_id}