Skip to content

Commit

Permalink
fix(doubleclickbidmanager): update the API
Browse files Browse the repository at this point in the history
#### doubleclickbidmanager:v1
The following keys were changed:
- schemas.DownloadRequest.properties.version.description
- schemas.QuerySchedule.properties.nextRunMinuteOfDay.description

#### doubleclickbidmanager:v1.1
The following keys were changed:
- schemas.DownloadRequest.properties.version.description
- schemas.QuerySchedule.properties.nextRunMinuteOfDay.description
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 21, 2020
1 parent 88f18f7 commit e2e71a0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions discovery/doubleclickbidmanager-v1.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
}
}
},
"revision": "20201006",
"revision": "20201016",
"rootUrl": "https://doubleclickbidmanager.googleapis.com/",
"schemas": {
"ChannelGrouping": {
Expand Down Expand Up @@ -497,7 +497,7 @@
"type": "string"
},
"version": {
"description": "SDF Version (column names, types, order) in which the entities will be returned. Default to 5.2.",
"description": "SDF Version (column names, types, order) in which the entities will be returned. Default to 5.",
"type": "string"
}
},
Expand Down Expand Up @@ -3440,7 +3440,7 @@
"type": "string"
},
"nextRunMinuteOfDay": {
"description": "Deprecated. This field has no effect.",
"description": "Time of day at which a new report will be generated, represented as minutes past midnight. Range is 0 to 1439. Only applies to scheduled reports.",
"format": "int32",
"type": "integer"
},
Expand Down
6 changes: 3 additions & 3 deletions discovery/doubleclickbidmanager-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
}
}
},
"revision": "20201006",
"revision": "20201016",
"rootUrl": "https://doubleclickbidmanager.googleapis.com/",
"schemas": {
"DownloadLineItemsRequest": {
Expand Down Expand Up @@ -425,7 +425,7 @@
"type": "string"
},
"version": {
"description": "SDF Version (column names, types, order) in which the entities will be returned. Default to 5.2.",
"description": "SDF Version (column names, types, order) in which the entities will be returned. Default to 5.",
"type": "string"
}
},
Expand Down Expand Up @@ -1820,7 +1820,7 @@
"type": "string"
},
"nextRunMinuteOfDay": {
"description": "Deprecated. This field has no effect.",
"description": "Time of day at which a new report will be generated, represented as minutes past midnight. Range is 0 to 1439. Only applies to scheduled reports.",
"format": "int32",
"type": "integer"
},
Expand Down
4 changes: 2 additions & 2 deletions src/apis/doubleclickbidmanager/v1.1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export namespace doubleclickbidmanager_v1_1 {
*/
filterType?: string | null;
/**
* SDF Version (column names, types, order) in which the entities will be returned. Default to 5.2.
* SDF Version (column names, types, order) in which the entities will be returned. Default to 5.
*/
version?: string | null;
}
Expand Down Expand Up @@ -476,7 +476,7 @@ export namespace doubleclickbidmanager_v1_1 {
*/
frequency?: string | null;
/**
* Deprecated. This field has no effect.
* Time of day at which a new report will be generated, represented as minutes past midnight. Range is 0 to 1439. Only applies to scheduled reports.
*/
nextRunMinuteOfDay?: number | null;
/**
Expand Down
4 changes: 2 additions & 2 deletions src/apis/doubleclickbidmanager/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export namespace doubleclickbidmanager_v1 {
*/
filterType?: string | null;
/**
* SDF Version (column names, types, order) in which the entities will be returned. Default to 5.2.
* SDF Version (column names, types, order) in which the entities will be returned. Default to 5.
*/
version?: string | null;
}
Expand Down Expand Up @@ -373,7 +373,7 @@ export namespace doubleclickbidmanager_v1 {
*/
frequency?: string | null;
/**
* Deprecated. This field has no effect.
* Time of day at which a new report will be generated, represented as minutes past midnight. Range is 0 to 1439. Only applies to scheduled reports.
*/
nextRunMinuteOfDay?: number | null;
/**
Expand Down

0 comments on commit e2e71a0

Please sign in to comment.