Skip to content

Commit 1818e14

Browse files
1 parent 6256eab commit 1818e14

File tree

4 files changed

+21
-18
lines changed

4 files changed

+21
-18
lines changed

clients/google-api-services-displayvideo/v2/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-displayvideo</artifactId>
25-
<version>v2-rev20260312-2.0.0</version>
25+
<version>v2-rev20260331-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20260312-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20260331-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-displayvideo/v2/2.0.0/com/google/api/services/displayvideo/v2/model/DemandGenBiddingStrategy.java

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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) {

clients/google-api-services-displayvideo/v2/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-displayvideo</artifactId>
11-
<version>v2-rev20260312-2.0.0</version>
12-
<name>Display &amp; Video 360 API v2-rev20260312-2.0.0</name>
11+
<version>v2-rev20260331-2.0.0</version>
12+
<name>Display &amp; Video 360 API v2-rev20260331-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-displayvideo/v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-displayvideo</artifactId>
25-
<version>v2-rev20260312-2.0.0</version>
25+
<version>v2-rev20260331-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20260312-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20260331-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)