Services
RPC methods exposed by this API.AssetService
Messages
Data models used across requests/responses.ArchiveAssetRequest
The request for a call toAssetService_ArchiveAsset to archive a single existing asset by its asset_id.
ArchiveAssetResponse
The response of a call toAssetService_ArchiveAsset.
Asset
CreateAssetRequest
The request for a call toAssetService_CreateAsset to create a single new, empty asset.
CreateAssetResponse
The response of a call toAssetService_CreateAsset.
DeleteAssetRequest
The request for a call toAssetService_DeleteAsset to archive a single existing asset by its asset_id.
Deprecated: Use ArchiveAssetRequest instead.
DeleteAssetResponse
The response of a call toAssetService_DeleteAsset.
Deprecated: Use ArchiveAssetResponse instead.
This message has no fields.
GetAssetRequest
The request for a call toAssetService_GetAsset to retrieve a single existing asset by its asset_id.
GetAssetResponse
ListAssetsRequest
The request for a call toAssetService_ListAssets.
ListAssetsResponse
The result of a call toAssetService_ListAssets.
UpdateAssetRequest
The request for a call toAssetService_UpdateAsset to update a single existing asset.
UpdateAssetResponse
The response of a call toAssetService_UpdateAsset.