注意:您正在查看 API 的 REST 接口的文档。我们的大多数官方客户端库都使用 gRPC。如需了解详情,请参阅
REST 简介。
AssetSetAssetOperation
对素材资源组的素材资源执行一次操作(创建、移除)。
JSON 表示法 |
{
// Union field operation can be only one of the following:
"create": {
object (AssetSetAsset )
},
"remove": string
// End of list of possible types for union field operation .
} |
字段 |
联合字段 operation 。Mutate 操作。operation 只能是下列其中一项: |
create |
object (AssetSetAsset )
创建操作:无需为新素材资源组的素材资源指定资源名称
|
remove |
string
移除操作:已移除的素材资源组素材资源的资源名称应该,格式为:customers/{customerId}/assetSetAssets/{asset_set_id}~{asset_id}
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-21。
[null,null,["最后更新时间 (UTC):2024-08-21。"],[[["The JSON format represents a single operation, either creating or removing an asset set asset."],["The `create` operation requires an `AssetSetAsset` object and does not need a resource name."],["The `remove` operation requires a resource name in a specific format to identify the asset set asset to be removed."]]],[]]