注意: API の REST インターフェースに関するドキュメントを表示しています。当社の公式クライアント ライブラリのほとんどは gRPC を使用しています。詳しくは、
REST の概要をご覧ください。
AssetGroupAssetOperation
アセット グループのアセットに対する 1 回のオペレーション(作成、削除)。
JSON 表現 |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (AssetGroupAsset )
},
"update": {
object (AssetGroupAsset )
},
"remove": string
// End of list of possible types for union field operation .
} |
フィールド |
updateMask |
string (FieldMask format)
更新で変更されるリソース フィールドを決定する FieldMask。 完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo" 。
|
共用体フィールド operation 。変更オペレーション。operation は次のいずれかになります。 |
create |
object (AssetGroupAsset )
作成オペレーション: 新しいアセット グループのアセットにはリソース名は必要ありません。
|
update |
object (AssetGroupAsset )
更新オペレーション: アセット グループのアセットには、有効なリソース名が必要です。
|
remove |
string
削除オペレーション: 削除されたアセット グループ アセットのリソース名は customers/{customerId}/assetGroupAssets/{assetGroupId}~{asset_id}~{fieldType} の形式である必要があります。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-03-06 UTC。
[null,null,["最終更新日 2025-03-06 UTC。"],[[["This page documents a single operation (create, remove, or update) on an asset group asset within Google Ads."],["The operation is represented in JSON format, specifying the type of operation and the asset group asset details."],["A `fieldMask` can be used to specify which fields of the asset group asset should be updated."],["Operations include creating a new asset group asset, updating an existing one, or removing one by its resource name."]]],[]]