注意: API の REST インターフェースに関するドキュメントを表示しています。当社の公式クライアント ライブラリのほとんどは gRPC を使用しています。詳しくは、
REST の概要をご覧ください。
SharedSetOperation
共有設定に対する単一のオペレーション(作成、更新、削除)。
JSON 表現 |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (SharedSet )
},
"update": {
object (SharedSet )
},
"remove": string
// End of list of possible types for union field operation .
} |
フィールド |
updateMask |
string (FieldMask format)
更新で変更されるリソース フィールドを決定する FieldMask。 完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo" 。
|
共用体フィールド operation 。変更オペレーション。operation は次のいずれかになります。 |
create |
object (SharedSet )
作成オペレーション: 新しい共有設定にはリソース名は必要ありません。
|
update |
object (SharedSet )
更新オペレーション: 共有設定には有効なリソース名があることが想定されます。
|
remove |
string
削除オペレーション: 削除された共有セットのリソース名は次の形式になります。 customers/{customerId}/sharedSets/{shared_set_id}
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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, update, or remove) on a shared set within Google Ads."],["The operation is represented using a JSON payload containing an `updateMask` and an `operation` field."],["The `operation` field can be one of `create`, `update`, or `remove`, each with specific data requirements detailed in the table."],["Resources can be identified using their resource names, such as `customers/{customerId}/sharedSets/{shared_set_id}` for shared sets."]]],[]]