feat: Automated regeneration of doubleclickbidmanager v1.1 client
This commit is contained in:
parent
8dc079942d
commit
2112818b4a
|
@ -26,7 +26,7 @@ module Google
|
|||
# @see https://developers.google.com/bid-manager/
|
||||
module DoubleclickbidmanagerV1_1
|
||||
VERSION = 'V1_1'
|
||||
REVISION = '20201006'
|
||||
REVISION = '20201016'
|
||||
|
||||
# View and manage your reports in DoubleClick Bid Manager
|
||||
AUTH_DOUBLECLICKBIDMANAGER = 'https://www.googleapis.com/auth/doubleclickbidmanager'
|
||||
|
|
|
@ -160,7 +160,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
|
||||
|
@ -668,7 +668,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
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"git": {
|
||||
"name": ".",
|
||||
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
||||
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
|
||||
"sha": "cb0c5bf94e2b1c915107eec83041d4409c900155"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue