Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of dfareporting v3.3 client #1358

Merged
merged 1 commit into from
Nov 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions generated/google/apis/dfareporting_v3_3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

module Google
module Apis
# DCM/DFA Reporting And Trafficking API
# Campaign Manager 360 API
#
# Manage your DoubleClick Campaign Manager ad campaigns and reports.
#
# @see https://developers.google.com/doubleclick-advertisers/
module DfareportingV3_3
VERSION = 'V3_3'
REVISION = '20200921'
REVISION = '20201102'

# Manage DoubleClick Digital Marketing conversions
AUTH_DDMCONVERSIONS = 'https://www.googleapis.com/auth/ddmconversions'
Expand Down
12 changes: 6 additions & 6 deletions generated/google/apis/dfareporting_v3_3/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2062,7 +2062,7 @@ class CompanionSetting
attr_accessor :companions_disabled
alias_method :companions_disabled?, :companions_disabled

# Whitelist of companion sizes to be served to this placement. Set this list to
# Allowlist of companion sizes to be served to this placement. Set this list to
# null or empty to serve all companion sizes.
# Corresponds to the JSON property `enabledSizes`
# @return [Array<Google::Apis::DfareportingV3_3::Size>]
Expand Down Expand Up @@ -8086,8 +8086,8 @@ class Placement
# @return [Google::Apis::DfareportingV3_3::LookbackConfiguration]
attr_accessor :lookback_configuration

# Name of this placement.This is a required field and must be less than 256
# characters long.
# Name of this placement.This is a required field and must be less than or equal
# to 256 characters long.
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
Expand Down Expand Up @@ -10539,7 +10539,7 @@ class SiteCompanionSetting
attr_accessor :companions_disabled
alias_method :companions_disabled?, :companions_disabled

# Whitelist of companion sizes to be served via this site template. Set this
# Allowlist of companion sizes to be served via this site template. Set this
# list to null or empty to serve all companion sizes.
# Corresponds to the JSON property `enabledSizes`
# @return [Array<Google::Apis::DfareportingV3_3::Size>]
Expand Down Expand Up @@ -10741,7 +10741,7 @@ def update!(**args)
class SiteTranscodeSetting
include Google::Apis::Core::Hashable

# Whitelist of video formats to be served to this site template. Set this list
# Allowlist of video formats to be served to this site template. Set this list
# to null or empty to serve all video formats.
# Corresponds to the JSON property `enabledVideoFormats`
# @return [Array<Fixnum>]
Expand Down Expand Up @@ -11585,7 +11585,7 @@ def update!(**args)
class TranscodeSetting
include Google::Apis::Core::Hashable

# Whitelist of video formats to be served to this placement. Set this list to
# Allowlist of video formats to be served to this placement. Set this list to
# null or empty to serve all video formats.
# Corresponds to the JSON property `enabledVideoFormats`
# @return [Array<Fixnum>]
Expand Down
24 changes: 12 additions & 12 deletions generated/google/apis/dfareporting_v3_3/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Apis
module DfareportingV3_3
# DCM/DFA Reporting And Trafficking API
# Campaign Manager 360 API
#
# Manage your DoubleClick Campaign Manager ad campaigns and reports.
#
Expand Down Expand Up @@ -3244,7 +3244,7 @@ def update_creative(profile_id, creative_object = nil, fields: nil, quota_user:

# Retrieves list of report dimension values for a list of filters.
# @param [Fixnum] profile_id
# The DFA user profile ID.
# The Campaign Manager 360 user profile ID.
# @param [Google::Apis::DfareportingV3_3::DimensionValueRequest] dimension_value_request_object
# @param [Fixnum] max_results
# Maximum number of results to return.
Expand Down Expand Up @@ -3825,7 +3825,7 @@ def get_file(report_id, file_id, fields: nil, quota_user: nil, download_dest: ni

# Lists files for a user profile.
# @param [Fixnum] profile_id
# The DFA profile ID.
# The Campaign Manager 360 user profile ID.
# @param [Fixnum] max_results
# Maximum number of results to return.
# @param [String] page_token
Expand Down Expand Up @@ -6415,7 +6415,7 @@ def update_remarketing_list(profile_id, remarketing_list_object = nil, fields: n

# Deletes a report by its ID.
# @param [Fixnum] profile_id
# The DFA user profile ID.
# The Campaign Manager 360 user profile ID.
# @param [Fixnum] report_id
# The ID of the report.
# @param [String] fields
Expand Down Expand Up @@ -6446,7 +6446,7 @@ def delete_report(profile_id, report_id, fields: nil, quota_user: nil, options:

# Retrieves a report by its ID.
# @param [Fixnum] profile_id
# The DFA user profile ID.
# The Campaign Manager 360 user profile ID.
# @param [Fixnum] report_id
# The ID of the report.
# @param [String] fields
Expand Down Expand Up @@ -6479,7 +6479,7 @@ def get_report(profile_id, report_id, fields: nil, quota_user: nil, options: nil

# Creates a report.
# @param [Fixnum] profile_id
# The DFA user profile ID.
# The Campaign Manager 360 user profile ID.
# @param [Google::Apis::DfareportingV3_3::Report] report_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -6512,7 +6512,7 @@ def insert_report(profile_id, report_object = nil, fields: nil, quota_user: nil,

# Retrieves list of reports.
# @param [Fixnum] profile_id
# The DFA user profile ID.
# The Campaign Manager 360 user profile ID.
# @param [Fixnum] max_results
# Maximum number of results to return.
# @param [String] page_token
Expand Down Expand Up @@ -6593,7 +6593,7 @@ def patch_report(profile_id, report_id, report_object = nil, fields: nil, quota_

# Runs a report.
# @param [Fixnum] profile_id
# The DFA profile ID.
# The Campaign Manager 360 user profile ID.
# @param [Fixnum] report_id
# The ID of the report.
# @param [Boolean] synchronous
Expand Down Expand Up @@ -6629,7 +6629,7 @@ def run_report(profile_id, report_id, synchronous: nil, fields: nil, quota_user:

# Updates a report.
# @param [Fixnum] profile_id
# The DFA user profile ID.
# The Campaign Manager 360 user profile ID.
# @param [Fixnum] report_id
# The ID of the report.
# @param [Google::Apis::DfareportingV3_3::Report] report_object
Expand Down Expand Up @@ -6667,7 +6667,7 @@ def update_report(profile_id, report_id, report_object = nil, fields: nil, quota
# sections of a report criteria, given the fields already selected in the input
# report and user permissions.
# @param [Fixnum] profile_id
# The DFA user profile ID.
# The Campaign Manager 360 user profile ID.
# @param [Google::Apis::DfareportingV3_3::Report] report_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -6701,7 +6701,7 @@ def query_report_compatible_field(profile_id, report_object = nil, fields: nil,
# Retrieves a report file by its report ID and file ID. This method supports
# media download.
# @param [Fixnum] profile_id
# The DFA user profile ID.
# The Campaign Manager 360 user profile ID.
# @param [Fixnum] report_id
# The ID of the report.
# @param [Fixnum] file_id
Expand Down Expand Up @@ -6744,7 +6744,7 @@ def get_report_file(profile_id, report_id, file_id, fields: nil, quota_user: nil

# Lists files for a report.
# @param [Fixnum] profile_id
# The DFA profile ID.
# The Campaign Manager 360 user profile ID.
# @param [Fixnum] report_id
# The ID of the parent report.
# @param [Fixnum] max_results
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/dfareporting_v3_3/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
"sha": "1130b30359ce3074f730262c819abc46257df961"
}
}
]
Expand Down