Skip to content

Commit ffa9961

Browse files
chore: regenerate doubleclickbidmanager client (#20906)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 46b594a commit ffa9961

File tree

11 files changed

+6
-696
lines changed

11 files changed

+6
-696
lines changed

clients/google-api-services-doubleclickbidmanager/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-doubleclickbidmanager</artifactId>
25-
<version>v2-rev20240305-2.0.0</version>
25+
<version>v2-rev20240424-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-doubleclickbidmanager:v2-rev20240305-2.0.0'
38+
implementation 'com.google.apis:google-api-services-doubleclickbidmanager:v2-rev20240424-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-doubleclickbidmanager/v2/2.0.0/com/google/api/services/doubleclickbidmanager/model/ChannelGrouping.java

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

clients/google-api-services-doubleclickbidmanager/v2/2.0.0/com/google/api/services/doubleclickbidmanager/model/DisjunctiveMatchStatement.java

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

clients/google-api-services-doubleclickbidmanager/v2/2.0.0/com/google/api/services/doubleclickbidmanager/model/EventFilter.java

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

clients/google-api-services-doubleclickbidmanager/v2/2.0.0/com/google/api/services/doubleclickbidmanager/model/Options.java

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ public final class Options extends com.google.api.client.json.GenericJson {
3838
@com.google.api.client.util.Key
3939
private java.lang.Boolean includeOnlyTargetedUserLists;
4040

41-
/**
42-
* Options that contain Path Filters and Custom Channel Groupings. This field is deprecated and
43-
* will sunset on **May 1, 2024**. After sunset, requests using this field will return an error.
44-
* The value may be {@code null}.
45-
*/
46-
@com.google.api.client.util.Key
47-
private PathQueryOptions pathQueryOptions;
48-
4941
/**
5042
* Set to true and filter your report by `FILTER_INSERTION_ORDER` or `FILTER_LINE_ITEM` to include
5143
* data for audience lists specifically targeted by those items.
@@ -65,25 +57,6 @@ public Options setIncludeOnlyTargetedUserLists(java.lang.Boolean includeOnlyTarg
6557
return this;
6658
}
6759

68-
/**
69-
* Options that contain Path Filters and Custom Channel Groupings. This field is deprecated and
70-
* will sunset on **May 1, 2024**. After sunset, requests using this field will return an error.
71-
* @return value or {@code null} for none
72-
*/
73-
public PathQueryOptions getPathQueryOptions() {
74-
return pathQueryOptions;
75-
}
76-
77-
/**
78-
* Options that contain Path Filters and Custom Channel Groupings. This field is deprecated and
79-
* will sunset on **May 1, 2024**. After sunset, requests using this field will return an error.
80-
* @param pathQueryOptions pathQueryOptions or {@code null} for none
81-
*/
82-
public Options setPathQueryOptions(PathQueryOptions pathQueryOptions) {
83-
this.pathQueryOptions = pathQueryOptions;
84-
return this;
85-
}
86-
8760
@Override
8861
public Options set(String fieldName, Object value) {
8962
return (Options) super.set(fieldName, value);

0 commit comments

Comments
 (0)