Skip to content

Commit 8b13285

Browse files
1 parent 9af95c1 commit 8b13285

File tree

12 files changed

+18
-350
lines changed

12 files changed

+18
-350
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-rev20250115-2.0.0</version>
25+
<version>v2-rev20250123-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-rev20250115-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20250123-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ public final class Advertiser 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 advertiserId;
4646

47-
/**
48-
* Required. Billing related settings of the advertiser.
49-
* The value may be {@code null}.
50-
*/
51-
@com.google.api.client.util.Key
52-
private AdvertiserBillingConfig billingConfig;
53-
5447
/**
5548
* Required. Creative related settings of the advertiser.
5649
* The value may be {@code null}.
@@ -173,23 +166,6 @@ public Advertiser setAdvertiserId(java.lang.Long advertiserId) {
173166
return this;
174167
}
175168

176-
/**
177-
* Required. Billing related settings of the advertiser.
178-
* @return value or {@code null} for none
179-
*/
180-
public AdvertiserBillingConfig getBillingConfig() {
181-
return billingConfig;
182-
}
183-
184-
/**
185-
* Required. Billing related settings of the advertiser.
186-
* @param billingConfig billingConfig or {@code null} for none
187-
*/
188-
public Advertiser setBillingConfig(AdvertiserBillingConfig billingConfig) {
189-
this.billingConfig = billingConfig;
190-
return this;
191-
}
192-
193169
/**
194170
* Required. Creative related settings of the advertiser.
195171
* @return value or {@code null} for none

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

Lines changed: 0 additions & 67 deletions
This file was deleted.

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

Lines changed: 1 addition & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* an AssignedTargetingOption when targeting_type is `TARGETING_TYPE_AUDIENCE_GROUP`. The relation
2222
* between each group is UNION, except for excluded_first_and_third_party_audience_group and
2323
* excluded_google_audience_group, of which COMPLEMENT is used as an INTERSECTION with other groups.
24+
* NEXT_ID: 9
2425
*
2526
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2627
* transmitted over HTTP when working with the Display & Video 360 API. For a detailed explanation
@@ -33,16 +34,6 @@
3334
@SuppressWarnings("javadoc")
3435
public final class AudienceGroupAssignedTargetingOptionDetails extends com.google.api.client.json.GenericJson {
3536

36-
/**
37-
* The first and third party audience ids and recencies of the excluded first and third party
38-
* audience group. Used for negative targeting. The COMPLEMENT of the UNION of this group and
39-
* other excluded audience groups is used as an INTERSECTION to any positive audience targeting.
40-
* All items are logically ‘OR’ of each other.
41-
* The value may be {@code null}.
42-
*/
43-
@com.google.api.client.util.Key
44-
private FirstAndThirdPartyAudienceGroup excludedFirstAndThirdPartyAudienceGroup;
45-
4637
/**
4738
* The Google audience ids of the excluded Google audience group. Used for negative targeting. The
4839
* COMPLEMENT of the UNION of this group and other excluded audience groups is used as an
@@ -68,17 +59,6 @@ public final class AudienceGroupAssignedTargetingOptionDetails extends com.googl
6859
@com.google.api.client.util.Key
6960
private CustomListGroup includedCustomListGroup;
7061

71-
/**
72-
* The first and third party audience ids and recencies of included first and third party audience
73-
* groups. Each first and third party audience group contains first and third party audience ids
74-
* only. The relation between each first and third party audience group is INTERSECTION, and the
75-
* result is UNION'ed with other audience groups. Repeated groups with same settings will be
76-
* ignored.
77-
* The value may be {@code null}.
78-
*/
79-
@com.google.api.client.util.Key
80-
private java.util.List<FirstAndThirdPartyAudienceGroup> includedFirstAndThirdPartyAudienceGroups;
81-
8262
/**
8363
* The Google audience ids of the included Google audience group. Contains Google audience ids
8464
* only.
@@ -87,29 +67,6 @@ public final class AudienceGroupAssignedTargetingOptionDetails extends com.googl
8767
@com.google.api.client.util.Key
8868
private GoogleAudienceGroup includedGoogleAudienceGroup;
8969

90-
/**
91-
* The first and third party audience ids and recencies of the excluded first and third party
92-
* audience group. Used for negative targeting. The COMPLEMENT of the UNION of this group and
93-
* other excluded audience groups is used as an INTERSECTION to any positive audience targeting.
94-
* All items are logically ‘OR’ of each other.
95-
* @return value or {@code null} for none
96-
*/
97-
public FirstAndThirdPartyAudienceGroup getExcludedFirstAndThirdPartyAudienceGroup() {
98-
return excludedFirstAndThirdPartyAudienceGroup;
99-
}
100-
101-
/**
102-
* The first and third party audience ids and recencies of the excluded first and third party
103-
* audience group. Used for negative targeting. The COMPLEMENT of the UNION of this group and
104-
* other excluded audience groups is used as an INTERSECTION to any positive audience targeting.
105-
* All items are logically ‘OR’ of each other.
106-
* @param excludedFirstAndThirdPartyAudienceGroup excludedFirstAndThirdPartyAudienceGroup or {@code null} for none
107-
*/
108-
public AudienceGroupAssignedTargetingOptionDetails setExcludedFirstAndThirdPartyAudienceGroup(FirstAndThirdPartyAudienceGroup excludedFirstAndThirdPartyAudienceGroup) {
109-
this.excludedFirstAndThirdPartyAudienceGroup = excludedFirstAndThirdPartyAudienceGroup;
110-
return this;
111-
}
112-
11370
/**
11471
* The Google audience ids of the excluded Google audience group. Used for negative targeting. The
11572
* COMPLEMENT of the UNION of this group and other excluded audience groups is used as an
@@ -169,31 +126,6 @@ public AudienceGroupAssignedTargetingOptionDetails setIncludedCustomListGroup(Cu
169126
return this;
170127
}
171128

172-
/**
173-
* The first and third party audience ids and recencies of included first and third party audience
174-
* groups. Each first and third party audience group contains first and third party audience ids
175-
* only. The relation between each first and third party audience group is INTERSECTION, and the
176-
* result is UNION'ed with other audience groups. Repeated groups with same settings will be
177-
* ignored.
178-
* @return value or {@code null} for none
179-
*/
180-
public java.util.List<FirstAndThirdPartyAudienceGroup> getIncludedFirstAndThirdPartyAudienceGroups() {
181-
return includedFirstAndThirdPartyAudienceGroups;
182-
}
183-
184-
/**
185-
* The first and third party audience ids and recencies of included first and third party audience
186-
* groups. Each first and third party audience group contains first and third party audience ids
187-
* only. The relation between each first and third party audience group is INTERSECTION, and the
188-
* result is UNION'ed with other audience groups. Repeated groups with same settings will be
189-
* ignored.
190-
* @param includedFirstAndThirdPartyAudienceGroups includedFirstAndThirdPartyAudienceGroups or {@code null} for none
191-
*/
192-
public AudienceGroupAssignedTargetingOptionDetails setIncludedFirstAndThirdPartyAudienceGroups(java.util.List<FirstAndThirdPartyAudienceGroup> includedFirstAndThirdPartyAudienceGroups) {
193-
this.includedFirstAndThirdPartyAudienceGroups = includedFirstAndThirdPartyAudienceGroups;
194-
return this;
195-
}
196-
197129
/**
198130
* The Google audience ids of the included Google audience group. Contains Google audience ids
199131
* only.

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

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)