AssetSetAsset

AssetSetAsset is the link between an asset and an asset set. Adding an AssetSetAsset links an asset with an asset set.

JSON representation
{
  "resourceName": string,
  "assetSet": string,
  "asset": string,
  "status": enum (AssetSetAssetStatus)
}
Fields
resourceName

string

Immutable. The resource name of the asset set asset. Asset set asset resource names have the form:

customers/{customerId}/assetSetAssets/{asset_set_id}~{asset_id}

assetSet

string

Immutable. The asset set which this asset set asset is linking to.

asset

string

Immutable. The asset which this asset set asset is linking to.

status

enum (AssetSetAssetStatus)

Output only. The status of the asset set asset. Read-only.

AssetSetAssetStatus

The possible statuses of an asset set asset.

Enums
UNSPECIFIED The status has not been specified.
UNKNOWN The received value is not known in this version. This is a response-only value.
ENABLED The asset set asset is enabled.
REMOVED The asset set asset is removed.