Skip to content

Commit 60be673

Browse files
1 parent 0ac8e42 commit 60be673

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
lines changed

clients/google-api-services-displayvideo/v3/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>v3-rev20260305-2.0.0</version>
25+
<version>v3-rev20260310-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:v3-rev20260305-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20260310-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-displayvideo/v3/2.0.0/com/google/api/services/displayvideo/v3/model/AdGroup.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class AdGroup extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. The format of the ads in the ad group.
34+
* Required. Immutable. The format of the ads in the ad group.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -85,7 +85,7 @@ public final class AdGroup extends com.google.api.client.json.GenericJson {
8585
private java.lang.String entityStatus;
8686

8787
/**
88-
* Required. The unique ID of the line item that the ad group belongs to.
88+
* Required. Immutable. The unique ID of the line item that the ad group belongs to.
8989
* The value may be {@code null}.
9090
*/
9191
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -114,15 +114,15 @@ public final class AdGroup extends com.google.api.client.json.GenericJson {
114114
private TargetingExpansionConfig targetingExpansion;
115115

116116
/**
117-
* Required. The format of the ads in the ad group.
117+
* Required. Immutable. The format of the ads in the ad group.
118118
* @return value or {@code null} for none
119119
*/
120120
public java.lang.String getAdGroupFormat() {
121121
return adGroupFormat;
122122
}
123123

124124
/**
125-
* Required. The format of the ads in the ad group.
125+
* Required. Immutable. The format of the ads in the ad group.
126126
* @param adGroupFormat adGroupFormat or {@code null} for none
127127
*/
128128
public AdGroup setAdGroupFormat(java.lang.String adGroupFormat) {
@@ -243,15 +243,15 @@ public AdGroup setEntityStatus(java.lang.String entityStatus) {
243243
}
244244

245245
/**
246-
* Required. The unique ID of the line item that the ad group belongs to.
246+
* Required. Immutable. The unique ID of the line item that the ad group belongs to.
247247
* @return value or {@code null} for none
248248
*/
249249
public java.lang.Long getLineItemId() {
250250
return lineItemId;
251251
}
252252

253253
/**
254-
* Required. The unique ID of the line item that the ad group belongs to.
254+
* Required. Immutable. The unique ID of the line item that the ad group belongs to.
255255
* @param lineItemId lineItemId or {@code null} for none
256256
*/
257257
public AdGroup setLineItemId(java.lang.Long lineItemId) {

clients/google-api-services-displayvideo/v3/2.0.0/com/google/api/services/displayvideo/v3/model/AdGroupAd.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class AdGroupAd extends com.google.api.client.json.GenericJson {
3838
private java.lang.Long adGroupAdId;
3939

4040
/**
41-
* Required. The unique ID of the ad group that the ad belongs to.
41+
* Required. Immutable. The unique ID of the ad group that the ad belongs to.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -203,15 +203,15 @@ public AdGroupAd setAdGroupAdId(java.lang.Long adGroupAdId) {
203203
}
204204

205205
/**
206-
* Required. The unique ID of the ad group that the ad belongs to.
206+
* Required. Immutable. The unique ID of the ad group that the ad belongs to.
207207
* @return value or {@code null} for none
208208
*/
209209
public java.lang.Long getAdGroupId() {
210210
return adGroupId;
211211
}
212212

213213
/**
214-
* Required. The unique ID of the ad group that the ad belongs to.
214+
* Required. Immutable. The unique ID of the ad group that the ad belongs to.
215215
* @param adGroupId adGroupId or {@code null} for none
216216
*/
217217
public AdGroupAd setAdGroupId(java.lang.Long adGroupId) {

clients/google-api-services-displayvideo/v3/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>v3-rev20260305-2.0.0</version>
12-
<name>Display &amp; Video 360 API v3-rev20260305-2.0.0</name>
11+
<version>v3-rev20260310-2.0.0</version>
12+
<name>Display &amp; Video 360 API v3-rev20260310-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-displayvideo/v3/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>v3-rev20260305-2.0.0</version>
25+
<version>v3-rev20260310-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:v3-rev20260305-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20260310-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-displayvideo/v4/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>v4-rev20260305-2.0.0</version>
25+
<version>v4-rev20260310-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:v4-rev20260305-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v4-rev20260310-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-displayvideo/v4/2.0.0/com/google/api/services/displayvideo/v4/model/AdGroup.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class AdGroup extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. The format of the ads in the ad group.
34+
* Required. Immutable. The format of the ads in the ad group.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -85,7 +85,7 @@ public final class AdGroup extends com.google.api.client.json.GenericJson {
8585
private java.lang.String entityStatus;
8686

8787
/**
88-
* Required. The unique ID of the line item that the ad group belongs to.
88+
* Required. Immutable. The unique ID of the line item that the ad group belongs to.
8989
* The value may be {@code null}.
9090
*/
9191
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -114,15 +114,15 @@ public final class AdGroup extends com.google.api.client.json.GenericJson {
114114
private TargetingExpansionConfig targetingExpansion;
115115

116116
/**
117-
* Required. The format of the ads in the ad group.
117+
* Required. Immutable. The format of the ads in the ad group.
118118
* @return value or {@code null} for none
119119
*/
120120
public java.lang.String getAdGroupFormat() {
121121
return adGroupFormat;
122122
}
123123

124124
/**
125-
* Required. The format of the ads in the ad group.
125+
* Required. Immutable. The format of the ads in the ad group.
126126
* @param adGroupFormat adGroupFormat or {@code null} for none
127127
*/
128128
public AdGroup setAdGroupFormat(java.lang.String adGroupFormat) {
@@ -243,15 +243,15 @@ public AdGroup setEntityStatus(java.lang.String entityStatus) {
243243
}
244244

245245
/**
246-
* Required. The unique ID of the line item that the ad group belongs to.
246+
* Required. Immutable. The unique ID of the line item that the ad group belongs to.
247247
* @return value or {@code null} for none
248248
*/
249249
public java.lang.Long getLineItemId() {
250250
return lineItemId;
251251
}
252252

253253
/**
254-
* Required. The unique ID of the line item that the ad group belongs to.
254+
* Required. Immutable. The unique ID of the line item that the ad group belongs to.
255255
* @param lineItemId lineItemId or {@code null} for none
256256
*/
257257
public AdGroup setLineItemId(java.lang.Long lineItemId) {

clients/google-api-services-displayvideo/v4/2.0.0/com/google/api/services/displayvideo/v4/model/AdGroupAd.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class AdGroupAd extends com.google.api.client.json.GenericJson {
3838
private java.lang.Long adGroupAdId;
3939

4040
/**
41-
* Required. The unique ID of the ad group that the ad belongs to.
41+
* Required. Immutable. The unique ID of the ad group that the ad belongs to.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -203,15 +203,15 @@ public AdGroupAd setAdGroupAdId(java.lang.Long adGroupAdId) {
203203
}
204204

205205
/**
206-
* Required. The unique ID of the ad group that the ad belongs to.
206+
* Required. Immutable. The unique ID of the ad group that the ad belongs to.
207207
* @return value or {@code null} for none
208208
*/
209209
public java.lang.Long getAdGroupId() {
210210
return adGroupId;
211211
}
212212

213213
/**
214-
* Required. The unique ID of the ad group that the ad belongs to.
214+
* Required. Immutable. The unique ID of the ad group that the ad belongs to.
215215
* @param adGroupId adGroupId or {@code null} for none
216216
*/
217217
public AdGroupAd setAdGroupId(java.lang.Long adGroupId) {

clients/google-api-services-displayvideo/v4/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>v4-rev20260305-2.0.0</version>
12-
<name>Display &amp; Video 360 API v4-rev20260305-2.0.0</name>
11+
<version>v4-rev20260310-2.0.0</version>
12+
<name>Display &amp; Video 360 API v4-rev20260310-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-displayvideo/v4/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>v4-rev20260305-2.0.0</version>
25+
<version>v4-rev20260310-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:v4-rev20260305-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v4-rev20260310-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)