AdOperation

広告に対する 1 回の更新オペレーション。

JSON 表現
{
  "updateMask": string,
  "policyValidationParameter": {
    object (PolicyValidationParameter)
  },

  // Union field operation can be only one of the following:
  "update": {
    object (Ad)
  }
  // End of list of possible types for union field operation.
}
フィールド
updateMask

string (FieldMask format)

更新で変更されるリソース フィールドを決定する FieldMask。

これは、完全修飾された項目名のカンマ区切りリストです。(例: "user.displayName,photo")。

policyValidationParameter

object (PolicyValidationParameter)

ポリシーの検証方法の構成。

共用体フィールド operation。mutate オペレーション。operation は次のいずれかになります。
update

object (Ad)

更新オペレーション: 広告には、次の形式の有効なリソース名が必要です。

customers/{customerId}/ads/{ad_id}