注意: API の REST インターフェースに関するドキュメントを表示しています。当社の公式クライアント ライブラリのほとんどは gRPC を使用しています。詳しくは、
REST の概要をご覧ください。
UserListOperation
ユーザーリストに対する単一のオペレーション(作成、更新)。
JSON 表現 |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (UserList )
},
"update": {
object (UserList )
},
"remove": string
// End of list of possible types for union field operation .
} |
フィールド |
updateMask |
string (FieldMask format)
更新で変更されるリソース フィールドを決定する FieldMask。 完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo" 。
|
共用体フィールド operation 。変更オペレーション。operation は次のいずれかになります。 |
create |
object (UserList )
作成オペレーション: 新しいユーザーリストにリソース名は必要ありません。
|
update |
object (UserList )
更新オペレーション: ユーザーリストには有効なリソース名が必要です。
|
remove |
string
削除オペレーション: 削除するユーザーリストのリソース名が必要です。形式は次のとおりです。 customers/{customerId}/userLists/{userListId}
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-03-07 UTC。
[null,null,["最終更新日 2025-03-07 UTC。"],[[["This operation handles creating, updating, or removing a user list within Google Ads."],["It utilizes a JSON payload with an `operation` field specifying the action type and providing relevant data."],["The `updateMask` field allows for selective modification of user list attributes during updates."],["`create` operations require user list details without a resource name, while `update` operations necessitate an existing resource name."],["`remove` operations solely need the user list's resource name for deletion."]]],[]]