@@ -56,10 +56,11 @@ public final class DemandGenBiddingStrategy extends com.google.api.client.json.G
5656 /**
5757 * Optional. The value used by the bidding strategy. This can be set at the line item and ad group
5858 * level. This field is only applicable for the following strategy types: *
59- * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_ROAS`
60- * Value of this field is in micros of the advertiser's currency or ROAS value. For example,
61- * 1000000 represents 1.0 standard units of the currency or 100% ROAS value. If not using an
62- * applicable strategy, the value of this field will be 0.
59+ * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPC` *
60+ * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_ROAS` Value of this field is in micros of the
61+ * advertiser's currency or ROAS value. For example, 1000000 represents 1.0 standard units of the
62+ * currency or 100% ROAS value. If not using an applicable strategy, the value of this field will
63+ * be 0.
6364 * The value may be {@code null}.
6465 */
6566 @ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
@@ -123,10 +124,11 @@ public DemandGenBiddingStrategy setType(java.lang.String type) {
123124 /**
124125 * Optional. The value used by the bidding strategy. This can be set at the line item and ad group
125126 * level. This field is only applicable for the following strategy types: *
126- * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_ROAS`
127- * Value of this field is in micros of the advertiser's currency or ROAS value. For example,
128- * 1000000 represents 1.0 standard units of the currency or 100% ROAS value. If not using an
129- * applicable strategy, the value of this field will be 0.
127+ * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPC` *
128+ * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_ROAS` Value of this field is in micros of the
129+ * advertiser's currency or ROAS value. For example, 1000000 represents 1.0 standard units of the
130+ * currency or 100% ROAS value. If not using an applicable strategy, the value of this field will
131+ * be 0.
130132 * @return value or {@code null} for none
131133 */
132134 public java .lang .Long getValue () {
@@ -136,10 +138,11 @@ public java.lang.Long getValue() {
136138 /**
137139 * Optional. The value used by the bidding strategy. This can be set at the line item and ad group
138140 * level. This field is only applicable for the following strategy types: *
139- * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_ROAS`
140- * Value of this field is in micros of the advertiser's currency or ROAS value. For example,
141- * 1000000 represents 1.0 standard units of the currency or 100% ROAS value. If not using an
142- * applicable strategy, the value of this field will be 0.
141+ * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPC` *
142+ * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_ROAS` Value of this field is in micros of the
143+ * advertiser's currency or ROAS value. For example, 1000000 represents 1.0 standard units of the
144+ * currency or 100% ROAS value. If not using an applicable strategy, the value of this field will
145+ * be 0.
143146 * @param value value or {@code null} for none
144147 */
145148 public DemandGenBiddingStrategy setValue (java .lang .Long value ) {
0 commit comments