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}