feat: Automated regeneration of doubleclickbidmanager v1 client

This commit is contained in:
Yoshi Automation Bot 2020-10-21 11:41:48 -07:00 committed by GitHub
parent 0072edce9a
commit 8dc079942d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -26,7 +26,7 @@ module Google
# @see https://developers.google.com/bid-manager/
module DoubleclickbidmanagerV1
VERSION = 'V1'
REVISION = '20201006'
REVISION = '20201016'
# View and manage your reports in DoubleClick Bid Manager
AUTH_DOUBLECLICKBIDMANAGER = 'https://www.googleapis.com/auth/doubleclickbidmanager'

View File

@ -106,7 +106,7 @@ module Google
attr_accessor :filter_type
# SDF Version (column names, types, order) in which the entities will be
# returned. Default to 5.2.
# returned. Default to 5.
# Corresponds to the JSON property `version`
# @return [String]
attr_accessor :version
@ -461,7 +461,8 @@ module Google
# @return [String]
attr_accessor :frequency
# 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.
# Corresponds to the JSON property `nextRunMinuteOfDay`
# @return [Fixnum]
attr_accessor :next_run_minute_of_day

View File

@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
"sha": "cb0c5bf94e2b1c915107eec83041d4409c900155"
}
}
]