Skip to content

Commit fee481f

Browse files
1 parent fe4ea34 commit fee481f

File tree

73 files changed

+17368
-8534
lines changed

Some content is hidden

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

73 files changed

+17368
-8534
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-rev20250925-2.0.0</version>
25+
<version>v2-rev20251023-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-rev20250925-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20251023-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-rev20250925-2.0.0</version>
12-
<name>Display &amp; Video 360 API v2-rev20250925-2.0.0</name>
11+
<version>v2-rev20251023-2.0.0</version>
12+
<name>Display &amp; Video 360 API v2-rev20251023-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-rev20250925-2.0.0</version>
25+
<version>v2-rev20251023-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-rev20250925-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20251023-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-rev20250925-2.0.0</version>
25+
<version>v3-rev20251023-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-rev20250925-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20251023-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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ public final class AdGroupAd extends com.google.api.client.json.GenericJson {
4444
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
4545
private java.lang.Long adGroupId;
4646

47+
/**
48+
* The policy approval status of the ad.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private AdPolicy adPolicy;
53+
4754
/**
4855
* List of URLs used by the ad.
4956
* The value may be {@code null}.
@@ -178,6 +185,23 @@ public AdGroupAd setAdGroupId(java.lang.Long adGroupId) {
178185
return this;
179186
}
180187

188+
/**
189+
* The policy approval status of the ad.
190+
* @return value or {@code null} for none
191+
*/
192+
public AdPolicy getAdPolicy() {
193+
return adPolicy;
194+
}
195+
196+
/**
197+
* The policy approval status of the ad.
198+
* @param adPolicy adPolicy or {@code null} for none
199+
*/
200+
public AdGroupAd setAdPolicy(AdPolicy adPolicy) {
201+
this.adPolicy = adPolicy;
202+
return this;
203+
}
204+
181205
/**
182206
* List of URLs used by the ad.
183207
* @return value or {@code null} for none
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.displayvideo.v3.model;
18+
19+
/**
20+
* A single ad policy associated with an ad group ad.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Display & Video 360 API. For a detailed explanation
24+
* see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class AdPolicy extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* The policy approval status of an ad. Indicating the ad policy approval decision.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String adPolicyApprovalStatus;
39+
40+
/**
41+
* The policy review status of an ad. Indicating where the review process the ad is currently at.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String adPolicyReviewStatus;
46+
47+
/**
48+
* The policy topic entries for the ad, including the topic, restriction level, and guidance on
49+
* how to fix policy issues.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.util.List<AdPolicyTopicEntry> adPolicyTopicEntry;
54+
55+
/**
56+
* The policy approval status of an ad. Indicating the ad policy approval decision.
57+
* @return value or {@code null} for none
58+
*/
59+
public java.lang.String getAdPolicyApprovalStatus() {
60+
return adPolicyApprovalStatus;
61+
}
62+
63+
/**
64+
* The policy approval status of an ad. Indicating the ad policy approval decision.
65+
* @param adPolicyApprovalStatus adPolicyApprovalStatus or {@code null} for none
66+
*/
67+
public AdPolicy setAdPolicyApprovalStatus(java.lang.String adPolicyApprovalStatus) {
68+
this.adPolicyApprovalStatus = adPolicyApprovalStatus;
69+
return this;
70+
}
71+
72+
/**
73+
* The policy review status of an ad. Indicating where the review process the ad is currently at.
74+
* @return value or {@code null} for none
75+
*/
76+
public java.lang.String getAdPolicyReviewStatus() {
77+
return adPolicyReviewStatus;
78+
}
79+
80+
/**
81+
* The policy review status of an ad. Indicating where the review process the ad is currently at.
82+
* @param adPolicyReviewStatus adPolicyReviewStatus or {@code null} for none
83+
*/
84+
public AdPolicy setAdPolicyReviewStatus(java.lang.String adPolicyReviewStatus) {
85+
this.adPolicyReviewStatus = adPolicyReviewStatus;
86+
return this;
87+
}
88+
89+
/**
90+
* The policy topic entries for the ad, including the topic, restriction level, and guidance on
91+
* how to fix policy issues.
92+
* @return value or {@code null} for none
93+
*/
94+
public java.util.List<AdPolicyTopicEntry> getAdPolicyTopicEntry() {
95+
return adPolicyTopicEntry;
96+
}
97+
98+
/**
99+
* The policy topic entries for the ad, including the topic, restriction level, and guidance on
100+
* how to fix policy issues.
101+
* @param adPolicyTopicEntry adPolicyTopicEntry or {@code null} for none
102+
*/
103+
public AdPolicy setAdPolicyTopicEntry(java.util.List<AdPolicyTopicEntry> adPolicyTopicEntry) {
104+
this.adPolicyTopicEntry = adPolicyTopicEntry;
105+
return this;
106+
}
107+
108+
@Override
109+
public AdPolicy set(String fieldName, Object value) {
110+
return (AdPolicy) super.set(fieldName, value);
111+
}
112+
113+
@Override
114+
public AdPolicy clone() {
115+
return (AdPolicy) super.clone();
116+
}
117+
118+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.displayvideo.v3.model;
18+
19+
/**
20+
* Represents a criterion that is restricted. Today only used to represent a country restriction.
21+
* Used by both policy evidence and policy constraints.
22+
*
23+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24+
* transmitted over HTTP when working with the Display & Video 360 API. For a detailed explanation
25+
* see:
26+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
27+
* </p>
28+
*
29+
* @author Google, Inc.
30+
*/
31+
@SuppressWarnings("javadoc")
32+
public final class AdPolicyCriterionRestriction extends com.google.api.client.json.GenericJson {
33+
34+
/**
35+
* Only used today to represent a country criterion id.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
39+
private java.lang.Long countryCriterionId;
40+
41+
/**
42+
* Localized name for the country. Could be empty.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.String countryLabel;
47+
48+
/**
49+
* Only used today to represent a country criterion id.
50+
* @return value or {@code null} for none
51+
*/
52+
public java.lang.Long getCountryCriterionId() {
53+
return countryCriterionId;
54+
}
55+
56+
/**
57+
* Only used today to represent a country criterion id.
58+
* @param countryCriterionId countryCriterionId or {@code null} for none
59+
*/
60+
public AdPolicyCriterionRestriction setCountryCriterionId(java.lang.Long countryCriterionId) {
61+
this.countryCriterionId = countryCriterionId;
62+
return this;
63+
}
64+
65+
/**
66+
* Localized name for the country. Could be empty.
67+
* @return value or {@code null} for none
68+
*/
69+
public java.lang.String getCountryLabel() {
70+
return countryLabel;
71+
}
72+
73+
/**
74+
* Localized name for the country. Could be empty.
75+
* @param countryLabel countryLabel or {@code null} for none
76+
*/
77+
public AdPolicyCriterionRestriction setCountryLabel(java.lang.String countryLabel) {
78+
this.countryLabel = countryLabel;
79+
return this;
80+
}
81+
82+
@Override
83+
public AdPolicyCriterionRestriction set(String fieldName, Object value) {
84+
return (AdPolicyCriterionRestriction) super.set(fieldName, value);
85+
}
86+
87+
@Override
88+
public AdPolicyCriterionRestriction clone() {
89+
return (AdPolicyCriterionRestriction) super.clone();
90+
}
91+
92+
}

0 commit comments

Comments
 (0)