Skip to content

Commit a45c774

Browse files
Regenerate doubleclickbidmanager client (googleapis#5858)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-09-04 03:49:52,876 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py. On branch autosynth-doubleclickbidmanager nothing to commit, working tree clean 2020-09-04 03:49:53,223 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git. DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git. 2020-09-04 03:49:53,598 synthtool [DEBUG] > Cleaning output directory. DEBUG:synthtool:Cleaning output directory. 2020-09-04 03:49:53,600 synthtool [DEBUG] > Installing dependencies. DEBUG:synthtool:Installing dependencies. 2020-09-04 03:49:55,256 synthtool [INFO] > Generating doubleclickbidmanager v1. INFO:synthtool:Generating doubleclickbidmanager v1. 2020-09-04 03:49:55,256 synthtool [INFO] > 1.30.1 INFO:synthtool: 1.30.1 Writing json metadata to clients/google-api-services-doubleclickbidmanager/v1.metadata.json 2020-09-04 03:49:55,997 synthtool [INFO] > Generating doubleclickbidmanager v1.1. INFO:synthtool:Generating doubleclickbidmanager v1.1. 2020-09-04 03:49:55,998 synthtool [INFO] > 1.30.1 INFO:synthtool: 1.30.1 Writing json metadata to clients/google-api-services-doubleclickbidmanager/v1.1.metadata.json 2020-09-04 03:49:56,895 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-doubleclickbidmanager/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/google-api-services-doubleclickbidmanager/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/8629523d-7fc1-42ea-a5be-39644a0c6590/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 3b8768c commit a45c774

File tree

12 files changed

+3729
-4856
lines changed

12 files changed

+3729
-4856
lines changed

clients/google-api-services-doubleclickbidmanager/v1.1.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-doubleclickbidmanager",
5-
"version": "v1.1-rev20200819-1.30.10"
5+
"version": "v1.1-rev20200827-1.30.10"
66
}
77
}

clients/google-api-services-doubleclickbidmanager/v1.1/1.30.1/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>v1.1-rev20200819-1.30.10</version>
25+
<version>v1.1-rev20200827-1.30.10</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
compile 'com.google.apis:google-api-services-doubleclickbidmanager:v1.1-rev20200819-1.30.10'
38+
compile 'com.google.apis:google-api-services-doubleclickbidmanager:v1.1-rev20200827-1.30.10'
3939
}
4040
```
4141

clients/google-api-services-doubleclickbidmanager/v1.1/1.30.1/com/google/api/services/doubleclickbidmanager/model/QuerySchedule.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ public final class QuerySchedule extends com.google.api.client.json.GenericJson
4545
private java.lang.String frequency;
4646

4747
/**
48-
* Time of day at which a new report will be generated, represented as minutes past midnight.
49-
* Range is 0 to 1439. Only applies to scheduled reports.
48+
* Deprecated. This field has no effect.
5049
* The value may be {@code null}.
5150
*/
5251
@com.google.api.client.util.Key
@@ -101,17 +100,15 @@ public QuerySchedule setFrequency(java.lang.String frequency) {
101100
}
102101

103102
/**
104-
* Time of day at which a new report will be generated, represented as minutes past midnight.
105-
* Range is 0 to 1439. Only applies to scheduled reports.
103+
* Deprecated. This field has no effect.
106104
* @return value or {@code null} for none
107105
*/
108106
public java.lang.Integer getNextRunMinuteOfDay() {
109107
return nextRunMinuteOfDay;
110108
}
111109

112110
/**
113-
* Time of day at which a new report will be generated, represented as minutes past midnight.
114-
* Range is 0 to 1439. Only applies to scheduled reports.
111+
* Deprecated. This field has no effect.
115112
* @param nextRunMinuteOfDay nextRunMinuteOfDay or {@code null} for none
116113
*/
117114
public QuerySchedule setNextRunMinuteOfDay(java.lang.Integer nextRunMinuteOfDay) {

clients/google-api-services-doubleclickbidmanager/v1.1/1.30.1/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-doubleclickbidmanager</artifactId>
11-
<version>v1.1-rev20200819-1.30.10</version>
12-
<name>DoubleClick Bid Manager API v1.1-rev20200819-1.30.10</name>
11+
<version>v1.1-rev20200827-1.30.10</version>
12+
<name>DoubleClick Bid Manager API v1.1-rev20200827-1.30.10</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)