Skip to content

Commit 87056a6

Browse files
1 parent 097443d commit 87056a6

File tree

58 files changed

+736
-649
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+736
-649
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-rev20251023-2.0.0</version>
25+
<version>v2-rev20251027-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-rev20251023-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20251027-2.0.0'
3939
}
4040
```
4141

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-rev20251023-2.0.0</version>
12-
<name>Display &amp; Video 360 API v2-rev20251023-2.0.0</name>
11+
<version>v2-rev20251027-2.0.0</version>
12+
<name>Display &amp; Video 360 API v2-rev20251027-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-rev20251023-2.0.0</version>
25+
<version>v2-rev20251027-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-rev20251023-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20251027-2.0.0'
3939
}
4040
```
4141

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

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

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

4040
/**
41-
* The unique ID of the ad group that the ad belongs to.
41+
* The unique ID of the ad group that the ad belongs to. *Caution*: Parent ad groups for Demand
42+
* Gen ads are not currently retrieveable using `advertisers.adGroups.list` or
43+
* `advertisers.adGroups.get`. Demand Gen ads can be identified by the absence of the `ad_details`
44+
* union field.
4245
* The value may be {@code null}.
4346
*/
4447
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -169,15 +172,21 @@ public AdGroupAd setAdGroupAdId(java.lang.Long adGroupAdId) {
169172
}
170173

171174
/**
172-
* The unique ID of the ad group that the ad belongs to.
175+
* The unique ID of the ad group that the ad belongs to. *Caution*: Parent ad groups for Demand
176+
* Gen ads are not currently retrieveable using `advertisers.adGroups.list` or
177+
* `advertisers.adGroups.get`. Demand Gen ads can be identified by the absence of the `ad_details`
178+
* union field.
173179
* @return value or {@code null} for none
174180
*/
175181
public java.lang.Long getAdGroupId() {
176182
return adGroupId;
177183
}
178184

179185
/**
180-
* The unique ID of the ad group that the ad belongs to.
186+
* The unique ID of the ad group that the ad belongs to. *Caution*: Parent ad groups for Demand
187+
* Gen ads are not currently retrieveable using `advertisers.adGroups.list` or
188+
* `advertisers.adGroups.get`. Demand Gen ads can be identified by the absence of the `ad_details`
189+
* union field.
181190
* @param adGroupId adGroupId or {@code null} for none
182191
*/
183192
public AdGroupAd setAdGroupId(java.lang.Long adGroupId) {

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

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

3333
/**
34-
* The policy approval status of an ad. Indicating the ad policy approval decision.
34+
* The policy approval status of an ad, indicating the approval decision.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String adPolicyApprovalStatus;
3939

4040
/**
41-
* The policy review status of an ad. Indicating where the review process the ad is currently at.
41+
* The policy review status of an ad, indicating where in the review process the ad is currently.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String adPolicyReviewStatus;
4646

4747
/**
48-
* The policy topic entries for the ad, including the topic, restriction level, and guidance on
49-
* how to fix policy issues.
48+
* The entries for each policy topic identified as relating to the ad. Each entry includes the
49+
* topic, restriction level, and guidance on how to fix policy issues.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
5353
private java.util.List<AdPolicyTopicEntry> adPolicyTopicEntry;
5454

5555
/**
56-
* The policy approval status of an ad. Indicating the ad policy approval decision.
56+
* The policy approval status of an ad, indicating the approval decision.
5757
* @return value or {@code null} for none
5858
*/
5959
public java.lang.String getAdPolicyApprovalStatus() {
6060
return adPolicyApprovalStatus;
6161
}
6262

6363
/**
64-
* The policy approval status of an ad. Indicating the ad policy approval decision.
64+
* The policy approval status of an ad, indicating the approval decision.
6565
* @param adPolicyApprovalStatus adPolicyApprovalStatus or {@code null} for none
6666
*/
6767
public AdPolicy setAdPolicyApprovalStatus(java.lang.String adPolicyApprovalStatus) {
@@ -70,15 +70,15 @@ public AdPolicy setAdPolicyApprovalStatus(java.lang.String adPolicyApprovalStatu
7070
}
7171

7272
/**
73-
* The policy review status of an ad. Indicating where the review process the ad is currently at.
73+
* The policy review status of an ad, indicating where in the review process the ad is currently.
7474
* @return value or {@code null} for none
7575
*/
7676
public java.lang.String getAdPolicyReviewStatus() {
7777
return adPolicyReviewStatus;
7878
}
7979

8080
/**
81-
* The policy review status of an ad. Indicating where the review process the ad is currently at.
81+
* The policy review status of an ad, indicating where in the review process the ad is currently.
8282
* @param adPolicyReviewStatus adPolicyReviewStatus or {@code null} for none
8383
*/
8484
public AdPolicy setAdPolicyReviewStatus(java.lang.String adPolicyReviewStatus) {
@@ -87,17 +87,17 @@ public AdPolicy setAdPolicyReviewStatus(java.lang.String adPolicyReviewStatus) {
8787
}
8888

8989
/**
90-
* The policy topic entries for the ad, including the topic, restriction level, and guidance on
91-
* how to fix policy issues.
90+
* The entries for each policy topic identified as relating to the ad. Each entry includes the
91+
* topic, restriction level, and guidance on how to fix policy issues.
9292
* @return value or {@code null} for none
9393
*/
9494
public java.util.List<AdPolicyTopicEntry> getAdPolicyTopicEntry() {
9595
return adPolicyTopicEntry;
9696
}
9797

9898
/**
99-
* The policy topic entries for the ad, including the topic, restriction level, and guidance on
100-
* how to fix policy issues.
99+
* The entries for each policy topic identified as relating to the ad. Each entry includes the
100+
* topic, restriction level, and guidance on how to fix policy issues.
101101
* @param adPolicyTopicEntry adPolicyTopicEntry or {@code null} for none
102102
*/
103103
public AdPolicy setAdPolicyTopicEntry(java.util.List<AdPolicyTopicEntry> adPolicyTopicEntry) {

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
package com.google.api.services.displayvideo.v3.model;
1818

1919
/**
20-
* Represents a criterion that is restricted. Today only used to represent a country restriction.
21-
* Used by both policy evidence and policy constraints.
20+
* Represents a country restriction.
2221
*
2322
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2423
* transmitted over HTTP when working with the Display & Video 360 API. For a detailed explanation
@@ -32,29 +31,29 @@
3231
public final class AdPolicyCriterionRestriction extends com.google.api.client.json.GenericJson {
3332

3433
/**
35-
* Only used today to represent a country criterion id.
34+
* The country criterion id.
3635
* The value may be {@code null}.
3736
*/
3837
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
3938
private java.lang.Long countryCriterionId;
4039

4140
/**
42-
* Localized name for the country. Could be empty.
41+
* Localized name for the country. May be empty.
4342
* The value may be {@code null}.
4443
*/
4544
@com.google.api.client.util.Key
4645
private java.lang.String countryLabel;
4746

4847
/**
49-
* Only used today to represent a country criterion id.
48+
* The country criterion id.
5049
* @return value or {@code null} for none
5150
*/
5251
public java.lang.Long getCountryCriterionId() {
5352
return countryCriterionId;
5453
}
5554

5655
/**
57-
* Only used today to represent a country criterion id.
56+
* The country criterion id.
5857
* @param countryCriterionId countryCriterionId or {@code null} for none
5958
*/
6059
public AdPolicyCriterionRestriction setCountryCriterionId(java.lang.Long countryCriterionId) {
@@ -63,15 +62,15 @@ public AdPolicyCriterionRestriction setCountryCriterionId(java.lang.Long country
6362
}
6463

6564
/**
66-
* Localized name for the country. Could be empty.
65+
* Localized name for the country. May be empty.
6766
* @return value or {@code null} for none
6867
*/
6968
public java.lang.String getCountryLabel() {
7069
return countryLabel;
7170
}
7271

7372
/**
74-
* Localized name for the country. Could be empty.
73+
* Localized name for the country. May be empty.
7574
* @param countryLabel countryLabel or {@code null} for none
7675
*/
7776
public AdPolicyCriterionRestriction setCountryLabel(java.lang.String countryLabel) {

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.displayvideo.v3.model;
1818

1919
/**
20-
* Appeal related information for a policy topic.
20+
* Information on how to appeal a policy decision.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Display & Video 360 API. For a detailed explanation
@@ -31,29 +31,29 @@
3131
public final class AdPolicyTopicAppealInfo extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Only available when appeal_type is APPEAL_FORM.
34+
* Only available when appeal_type is `APPEAL_FORM`.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String appealFormLink;
3939

4040
/**
41-
* Indicate whether the policy topic can be self-service appeal or appeal form.
41+
* Whether the decision can be appealed through a self-service appeal or an appeal form.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String appealType;
4646

4747
/**
48-
* Only available when appeal_type is APPEAL_FORM.
48+
* Only available when appeal_type is `APPEAL_FORM`.
4949
* @return value or {@code null} for none
5050
*/
5151
public java.lang.String getAppealFormLink() {
5252
return appealFormLink;
5353
}
5454

5555
/**
56-
* Only available when appeal_type is APPEAL_FORM.
56+
* Only available when appeal_type is `APPEAL_FORM`.
5757
* @param appealFormLink appealFormLink or {@code null} for none
5858
*/
5959
public AdPolicyTopicAppealInfo setAppealFormLink(java.lang.String appealFormLink) {
@@ -62,15 +62,15 @@ public AdPolicyTopicAppealInfo setAppealFormLink(java.lang.String appealFormLink
6262
}
6363

6464
/**
65-
* Indicate whether the policy topic can be self-service appeal or appeal form.
65+
* Whether the decision can be appealed through a self-service appeal or an appeal form.
6666
* @return value or {@code null} for none
6767
*/
6868
public java.lang.String getAppealType() {
6969
return appealType;
7070
}
7171

7272
/**
73-
* Indicate whether the policy topic can be self-service appeal or appeal form.
73+
* Whether the decision can be appealed through a self-service appeal or an appeal form.
7474
* @param appealType appealType or {@code null} for none
7575
*/
7676
public AdPolicyTopicAppealInfo setAppealType(java.lang.String appealType) {

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.displayvideo.v3.model;
1818

1919
/**
20-
* Additional constraints information that explains restrictions applied to this policy.
20+
* Details on ad serving constraints.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Display & Video 360 API. For a detailed explanation
@@ -67,7 +67,7 @@ public final class AdPolicyTopicConstraint extends com.google.api.client.json.Ge
6767
private AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint globalCertificateMissing;
6868

6969
/**
70-
* Link to the form to request a certificate for the policy topic constraint.
70+
* Link to the form to request a certificate for the constraint.
7171
* The value may be {@code null}.
7272
*/
7373
@com.google.api.client.util.Key
@@ -168,15 +168,15 @@ public AdPolicyTopicConstraint setGlobalCertificateMissing(AdPolicyTopicConstrai
168168
}
169169

170170
/**
171-
* Link to the form to request a certificate for the policy topic constraint.
171+
* Link to the form to request a certificate for the constraint.
172172
* @return value or {@code null} for none
173173
*/
174174
public java.lang.String getRequestCertificateFormLink() {
175175
return requestCertificateFormLink;
176176
}
177177

178178
/**
179-
* Link to the form to request a certificate for the policy topic constraint.
179+
* Link to the form to request a certificate for the constraint.
180180
* @param requestCertificateFormLink requestCertificateFormLink or {@code null} for none
181181
*/
182182
public AdPolicyTopicConstraint setRequestCertificateFormLink(java.lang.String requestCertificateFormLink) {

0 commit comments

Comments
 (0)