diff --git a/api_names_out.yaml b/api_names_out.yaml
index ee6651d82..55d76317f 100644
--- a/api_names_out.yaml
+++ b/api_names_out.yaml
@@ -78944,6 +78944,8 @@
"/dfareporting:v3.4/File/id": id
"/dfareporting:v3.4/File/kind": kind
"/dfareporting:v3.4/File/lastModifiedTime": last_modified_time
+"/dfareporting:v3.4/File/mediaRequestInfo": media_request_info
+"/dfareporting:v3.4/File/mediaResponseInfo": media_response_info
"/dfareporting:v3.4/File/reportId": report_id
"/dfareporting:v3.4/File/status": status
"/dfareporting:v3.4/File/urls": urls
@@ -79159,6 +79161,22 @@
"/dfareporting:v3.4/LookbackConfiguration": lookback_configuration
"/dfareporting:v3.4/LookbackConfiguration/clickDuration": click_duration
"/dfareporting:v3.4/LookbackConfiguration/postImpressionActivitiesDuration": post_impression_activities_duration
+"/dfareporting:v3.4/MediaRequestInfo": media_request_info
+"/dfareporting:v3.4/MediaRequestInfo/currentBytes": current_bytes
+"/dfareporting:v3.4/MediaRequestInfo/customData": custom_data
+"/dfareporting:v3.4/MediaRequestInfo/diffObjectVersion": diff_object_version
+"/dfareporting:v3.4/MediaRequestInfo/notificationType": notification_type
+"/dfareporting:v3.4/MediaRequestInfo/requestId": request_id
+"/dfareporting:v3.4/MediaRequestInfo/totalBytes": total_bytes
+"/dfareporting:v3.4/MediaRequestInfo/totalBytesIsEstimated": total_bytes_is_estimated
+"/dfareporting:v3.4/MediaResponseInfo": media_response_info
+"/dfareporting:v3.4/MediaResponseInfo/customData": custom_data
+"/dfareporting:v3.4/MediaResponseInfo/dataStorageTransform": data_storage_transform
+"/dfareporting:v3.4/MediaResponseInfo/dynamicDropTarget": dynamic_drop_target
+"/dfareporting:v3.4/MediaResponseInfo/dynamicDropzone": dynamic_dropzone
+"/dfareporting:v3.4/MediaResponseInfo/requestClass": request_class
+"/dfareporting:v3.4/MediaResponseInfo/trafficClassField": traffic_class_field
+"/dfareporting:v3.4/MediaResponseInfo/verifyHashFromHeader": verify_hash_from_header
"/dfareporting:v3.4/Metric": metric
"/dfareporting:v3.4/Metric/kind": kind
"/dfareporting:v3.4/Metric/name": name
@@ -80642,6 +80660,7 @@
"/dfareporting:v3.4/dfareporting.remarketingListShares.get/profileId": profile_id
"/dfareporting:v3.4/dfareporting.remarketingListShares.get/remarketingListId": remarketing_list_id
"/dfareporting:v3.4/dfareporting.remarketingListShares.patch": patch_remarketing_list_share
+"/dfareporting:v3.4/dfareporting.remarketingListShares.patch/id": id
"/dfareporting:v3.4/dfareporting.remarketingListShares.patch/profileId": profile_id
"/dfareporting:v3.4/dfareporting.remarketingListShares.patch/remarketingListId": remarketing_list_id
"/dfareporting:v3.4/dfareporting.remarketingListShares.update": update_remarketing_list_share
diff --git a/generated/google/apis/container_v1beta1.rb b/generated/google/apis/container_v1beta1.rb
index 290f2f7ea..087b09791 100644
--- a/generated/google/apis/container_v1beta1.rb
+++ b/generated/google/apis/container_v1beta1.rb
@@ -26,7 +26,7 @@ module Google
# @see https://cloud.google.com/container-engine/
module ContainerV1beta1
VERSION = 'V1beta1'
- REVISION = '20200709'
+ REVISION = '20200724'
# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
diff --git a/generated/google/apis/container_v1beta1/classes.rb b/generated/google/apis/container_v1beta1/classes.rb
index 2436cd16d..b42bea106 100644
--- a/generated/google/apis/container_v1beta1/classes.rb
+++ b/generated/google/apis/container_v1beta1/classes.rb
@@ -199,8 +199,8 @@ module Google
# Minimum CPU platform to be used by this instance. The instance may be
# scheduled on the specified or newer CPU platform. Applicable values are the
# friendly names of CPU platforms, such as
- # minCpuPlatform: "Intel Haswell"
or
- # minCpuPlatform: "Intel Sandy Bridge"
. For more
+ # `minCpuPlatform: "Intel Haswell"` or
+ # `minCpuPlatform: "Intel Sandy Bridge"`. For more
# information, read [how to specify min CPU
# platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-
# platform)
@@ -2246,7 +2246,7 @@ module Google
# A hash identifying the version of this policy, so that updates to fields of
# the policy won't accidentally undo intermediate changes (and so that users
# of the API unaware of some fields won't accidentally remove other fields).
- # Make a get()
request to the cluster to get the current
+ # Make a `get()` request to the cluster to get the current
# resource version and include it with requests to set the policy.
# Corresponds to the JSON property `resourceVersion`
# @return [String]
@@ -2634,30 +2634,30 @@ module Google
attr_accessor :machine_type
# The metadata key/value pairs assigned to instances in the cluster.
- # Keys must conform to the regexp [a-zA-Z0-9-_]+ and be less than 128 bytes
+ # Keys must conform to the regexp `[a-zA-Z0-9-_]+` and be less than 128 bytes
# in length. These are reflected as part of a URL in the metadata server.
# Additionally, to avoid ambiguity, keys must not conflict with any other
# metadata keys for the project or be one of the reserved keys:
- # "cluster-location"
- # "cluster-name"
- # "cluster-uid"
- # "configure-sh"
- # "containerd-configure-sh"
- # "enable-oslogin"
- # "gci-ensure-gke-docker"
- # "gci-metrics-enabled"
- # "gci-update-strategy"
- # "instance-template"
- # "kube-env"
- # "startup-script"
- # "user-data"
- # "disable-address-manager"
- # "windows-startup-script-ps1"
- # "common-psm1"
- # "k8s-node-setup-psm1"
- # "install-ssh-psm1"
- # "user-profile-psm1"
- # "serial-port-logging-enable"
+ # - "cluster-location"
+ # - "cluster-name"
+ # - "cluster-uid"
+ # - "configure-sh"
+ # - "containerd-configure-sh"
+ # - "enable-oslogin"
+ # - "gci-ensure-gke-docker"
+ # - "gci-metrics-enabled"
+ # - "gci-update-strategy"
+ # - "instance-template"
+ # - "kube-env"
+ # - "startup-script"
+ # - "user-data"
+ # - "disable-address-manager"
+ # - "windows-startup-script-ps1"
+ # - "common-psm1"
+ # - "k8s-node-setup-psm1"
+ # - "install-ssh-psm1"
+ # - "user-profile-psm1"
+ # - "serial-port-logging-enable"
# Values are free-form strings, and only have meaning as interpreted by
# the image running in the instance. The only restriction placed on them is
# that each value's size must be less than or equal to 32 KB.
@@ -2669,8 +2669,8 @@ module Google
# Minimum CPU platform to be used by this instance. The instance may be
# scheduled on the specified or newer CPU platform. Applicable values are the
# friendly names of CPU platforms, such as
- # minCpuPlatform: "Intel Haswell"
or
- # minCpuPlatform: "Intel Sandy Bridge"
. For more
+ # `minCpuPlatform: "Intel Haswell"` or
+ # `minCpuPlatform: "Intel Sandy Bridge"`. For more
# information, read [how to specify min CPU
# platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-
# platform)
@@ -3347,25 +3347,25 @@ module Google
# this window reccurs. They go on for the span of time between the start and
# end time.
# For example, to have something repeat every weekday, you'd use:
- # FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
+ # `FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR`
# To repeat some window daily (equivalent to the DailyMaintenanceWindow):
- # FREQ=DAILY
+ # `FREQ=DAILY`
# For the first weekend of every month:
- # FREQ=MONTHLY;BYSETPOS=1;BYDAY=SA,SU
+ # `FREQ=MONTHLY;BYSETPOS=1;BYDAY=SA,SU`
# This specifies how frequently the window starts. Eg, if you wanted to have
# a 9-5 UTC-4 window every weekday, you'd use something like:
- #
+ # ```
# start time = 2019-01-01T09:00:00-0400
# end time = 2019-01-01T17:00:00-0400
# recurrence = FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
- #
+ # ```
# Windows can span multiple days. Eg, to make the window encompass every
# weekend from midnight Saturday till the last minute of Sunday UTC:
- #
+ # ```
# start time = 2019-01-05T00:00:00Z
# end time = 2019-01-07T23:59:00Z
# recurrence = FREQ=WEEKLY;BYDAY=SA
- #
+ # ```
# Note the start and end time's specific dates are largely arbitrary except
# to specify duration of the window and when it first starts.
# The FREQ values of HOURLY, MINUTELY, and SECONDLY are not supported.
@@ -3747,7 +3747,7 @@ module Google
# used to detect conflicts. The fingerprint is initially generated by
# Kubernetes Engine and changes after every request to modify or update
# labels. You must always provide an up-to-date fingerprint hash when
- # updating or changing labels. Make a get()
request to the
+ # updating or changing labels. Make a `get()` request to the
# resource to get the latest fingerprint.
# Corresponds to the JSON property `labelFingerprint`
# @return [String]
diff --git a/generated/google/apis/dfareporting_v3_4.rb b/generated/google/apis/dfareporting_v3_4.rb
index 6f5bdcb29..6da4975e8 100644
--- a/generated/google/apis/dfareporting_v3_4.rb
+++ b/generated/google/apis/dfareporting_v3_4.rb
@@ -20,12 +20,12 @@ module Google
module Apis
# DCM/DFA Reporting And Trafficking API
#
- # Manages your DoubleClick Campaign Manager ad campaigns and reports.
+ # Manage your DoubleClick Campaign Manager ad campaigns and reports.
#
# @see https://developers.google.com/doubleclick-advertisers/
module DfareportingV3_4
VERSION = 'V3_4'
- REVISION = '20200730'
+ REVISION = '20200804'
# Manage DoubleClick Digital Marketing conversions
AUTH_DDMCONVERSIONS = 'https://www.googleapis.com/auth/ddmconversions'
diff --git a/generated/google/apis/dfareporting_v3_4/classes.rb b/generated/google/apis/dfareporting_v3_4/classes.rb
index 247104c7b..09f2a4772 100644
--- a/generated/google/apis/dfareporting_v3_4/classes.rb
+++ b/generated/google/apis/dfareporting_v3_4/classes.rb
@@ -65,57 +65,16 @@ module Google
attr_accessor :country_id
# ID of currency associated with this account. This is a required field.
- # Acceptable values are:
- # - "1" for USD
- # - "2" for GBP
- # - "3" for ESP
- # - "4" for SEK
- # - "5" for CAD
- # - "6" for JPY
- # - "7" for DEM
- # - "8" for AUD
- # - "9" for FRF
- # - "10" for ITL
- # - "11" for DKK
- # - "12" for NOK
- # - "13" for FIM
- # - "14" for ZAR
- # - "15" for IEP
- # - "16" for NLG
- # - "17" for EUR
- # - "18" for KRW
- # - "19" for TWD
- # - "20" for SGD
- # - "21" for CNY
- # - "22" for HKD
- # - "23" for NZD
- # - "24" for MYR
- # - "25" for BRL
- # - "26" for PTE
- # - "27" for MXP
- # - "28" for CLP
- # - "29" for TRY
- # - "30" for ARS
- # - "31" for PEN
- # - "32" for ILS
- # - "33" for CHF
- # - "34" for VEF
- # - "35" for COP
- # - "36" for GTQ
- # - "37" for PLN
- # - "39" for INR
- # - "40" for THB
- # - "41" for IDR
- # - "42" for CZK
- # - "43" for RON
- # - "44" for HUF
- # - "45" for RUB
- # - "46" for AED
- # - "47" for BGN
- # - "48" for HRK
- # - "49" for MXN
- # - "50" for NGN
- # - "51" for EGP
+ # Acceptable values are: - "1" for USD - "2" for GBP - "3" for ESP - "4" for SEK
+ # - "5" for CAD - "6" for JPY - "7" for DEM - "8" for AUD - "9" for FRF - "10"
+ # for ITL - "11" for DKK - "12" for NOK - "13" for FIM - "14" for ZAR - "15" for
+ # IEP - "16" for NLG - "17" for EUR - "18" for KRW - "19" for TWD - "20" for SGD
+ # - "21" for CNY - "22" for HKD - "23" for NZD - "24" for MYR - "25" for BRL - "
+ # 26" for PTE - "27" for MXP - "28" for CLP - "29" for TRY - "30" for ARS - "31"
+ # for PEN - "32" for ILS - "33" for CHF - "34" for VEF - "35" for COP - "36" for
+ # GTQ - "37" for PLN - "39" for INR - "40" for THB - "41" for IDR - "42" for CZK
+ # - "43" for RON - "44" for HUF - "45" for RUB - "46" for AED - "47" for BGN - "
+ # 48" for HRK - "49" for MXN - "50" for NGN - "51" for EGP
# Corresponds to the JSON property `currencyId`
# @return [Fixnum]
attr_accessor :currency_id
@@ -141,24 +100,11 @@ module Google
# @return [String]
attr_accessor :kind
- # Locale of this account.
- # Acceptable values are:
- # - "cs" (Czech)
- # - "de" (German)
- # - "en" (English)
- # - "en-GB" (English United Kingdom)
- # - "es" (Spanish)
- # - "fr" (French)
- # - "it" (Italian)
- # - "ja" (Japanese)
- # - "ko" (Korean)
- # - "pl" (Polish)
- # - "pt-BR" (Portuguese Brazil)
- # - "ru" (Russian)
- # - "sv" (Swedish)
- # - "tr" (Turkish)
- # - "zh-CN" (Chinese Simplified)
- # - "zh-TW" (Chinese Traditional)
+ # Locale of this account. Acceptable values are: - "cs" (Czech) - "de" (German) -
+ # "en" (English) - "en-GB" (English United Kingdom) - "es" (Spanish) - "fr" (
+ # French) - "it" (Italian) - "ja" (Japanese) - "ko" (Korean) - "pl" (Polish) - "
+ # pt-BR" (Portuguese Brazil) - "ru" (Russian) - "sv" (Swedish) - "tr" (Turkish) -
+ # "zh-CN" (Chinese Simplified) - "zh-TW" (Chinese Traditional)
# Corresponds to the JSON property `locale`
# @return [String]
attr_accessor :locale
@@ -277,10 +223,8 @@ module Google
class AccountPermission
include Google::Apis::Core::Hashable
- # Account profiles associated with this account permission.
- # Possible values are:
- # - "ACCOUNT_PROFILE_BASIC"
- # - "ACCOUNT_PROFILE_STANDARD"
+ # Account profiles associated with this account permission. Possible values are:
+ # - "ACCOUNT_PROFILE_BASIC" - "ACCOUNT_PROFILE_STANDARD"
# Corresponds to the JSON property `accountProfiles`
# @return [Array]
attr_accessor :account_profiles
@@ -462,31 +406,19 @@ module Google
# @return [String]
attr_accessor :kind
- # Locale of the user profile. This is a required field.
- # Acceptable values are:
- # - "cs" (Czech)
- # - "de" (German)
- # - "en" (English)
- # - "en-GB" (English United Kingdom)
- # - "es" (Spanish)
- # - "fr" (French)
- # - "it" (Italian)
- # - "ja" (Japanese)
- # - "ko" (Korean)
- # - "pl" (Polish)
- # - "pt-BR" (Portuguese Brazil)
- # - "ru" (Russian)
- # - "sv" (Swedish)
- # - "tr" (Turkish)
- # - "zh-CN" (Chinese Simplified)
- # - "zh-TW" (Chinese Traditional)
+ # Locale of the user profile. This is a required field. Acceptable values are: -
+ # "cs" (Czech) - "de" (German) - "en" (English) - "en-GB" (English United
+ # Kingdom) - "es" (Spanish) - "fr" (French) - "it" (Italian) - "ja" (Japanese) -
+ # "ko" (Korean) - "pl" (Polish) - "pt-BR" (Portuguese Brazil) - "ru" (Russian) -
+ # "sv" (Swedish) - "tr" (Turkish) - "zh-CN" (Chinese Simplified) - "zh-TW" (
+ # Chinese Traditional)
# Corresponds to the JSON property `locale`
# @return [String]
attr_accessor :locale
# Name of the user profile. This is a required field. Must be less than 64
# characters long, must be globally unique, and cannot contain whitespace or any
- # of the following characters: "&;"#%,".
+ # of the following characters: "&;<>"#%,".
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
@@ -760,8 +692,7 @@ module Google
attr_accessor :dynamic_click_tracker
alias_method :dynamic_click_tracker?, :dynamic_click_tracker
- # Date and time that this ad should stop serving. Must be later than the start
- # time. This is a required field on insertion.
+ #
# Corresponds to the JSON property `endTime`
# @return [DateTime]
attr_accessor :end_time
@@ -842,8 +773,7 @@ module Google
attr_accessor :ssl_required
alias_method :ssl_required?, :ssl_required
- # Date and time that this ad should start serving. If creating an ad, this field
- # must be a time in the future. This is a required field on insertion.
+ #
# Corresponds to the JSON property `startTime`
# @return [DateTime]
attr_accessor :start_time
@@ -1102,11 +1032,10 @@ module Google
# ID will be created automatically, so on insert this field should be left blank.
# This field can be set to another advertiser's floodlight configuration ID in
# order to share that advertiser's floodlight configuration with this advertiser,
- # so long as:
- # - This advertiser's original floodlight configuration is not already
- # associated with floodlight activities or floodlight activity groups.
- # - This advertiser's original floodlight configuration is not already shared
- # with another advertiser.
+ # so long as: - This advertiser's original floodlight configuration is not
+ # already associated with floodlight activities or floodlight activity groups. -
+ # This advertiser's original floodlight configuration is not already shared with
+ # another advertiser.
# Corresponds to the JSON property `floodlightConfigurationId`
# @return [Fixnum]
attr_accessor :floodlight_configuration_id
@@ -1572,12 +1501,7 @@ module Google
# @return [Fixnum]
attr_accessor :default_landing_page_id
- # Date on which the campaign will stop running. On insert, the end date must be
- # today or a future date. The end date must be later than or be the same as the
- # start date. If, for example, you set 6/25/2015 as both the start and end dates,
- # the effective campaign run date is just that day only, 6/25/2015. The hours,
- # minutes, and seconds of the end date should not be set, as doing so will
- # result in an error. This is a required field.
+ #
# Corresponds to the JSON property `endDate`
# @return [Date]
attr_accessor :end_date
@@ -1625,9 +1549,7 @@ module Google
attr_accessor :nielsen_ocr_enabled
alias_method :nielsen_ocr_enabled?, :nielsen_ocr_enabled
- # Date on which the campaign starts running. The start date can be any date. The
- # hours, minutes, and seconds of the start date should not be set, as doing so
- # will result in an error. This is a required field.
+ #
# Corresponds to the JSON property `startDate`
# @return [Date]
attr_accessor :start_date
@@ -1834,7 +1756,7 @@ module Google
# @return [String]
attr_accessor :action
- # Time when the object was modified.
+ #
# Corresponds to the JSON property `changeTime`
# @return [DateTime]
attr_accessor :change_time
@@ -2155,13 +2077,11 @@ module Google
include Google::Apis::Core::Hashable
# Read-only convenience field representing the actual URL that will be used for
- # this click-through. The URL is computed as follows:
- # - If defaultLandingPage is enabled then the campaign's default landing page
- # URL is assigned to this field.
+ # this click-through. The URL is computed as follows: - If defaultLandingPage is
+ # enabled then the campaign's default landing page URL is assigned to this field.
# - If defaultLandingPage is not enabled and a landingPageId is specified then
- # that landing page's URL is assigned to this field.
- # - If neither of the above cases apply, then the customClickThroughUrl is
- # assigned to this field.
+ # that landing page's URL is assigned to this field. - If neither of the above
+ # cases apply, then the customClickThroughUrl is assigned to this field.
# Corresponds to the JSON property `computedClickThroughUrl`
# @return [String]
attr_accessor :computed_click_through_url
@@ -3064,14 +2984,9 @@ module Google
# assigned DISPLAY or DISPLAY_INTERSTITIAL instead. IN_STREAM_VIDEO refers to
# rendering in in-stream video ads developed with the VAST standard.
# IN_STREAM_AUDIO refers to rendering in in-stream audio ads developed with the
- # VAST standard. Applicable to all creative types.
- # Acceptable values are:
- # - "APP"
- # - "APP_INTERSTITIAL"
- # - "IN_STREAM_VIDEO"
- # - "IN_STREAM_AUDIO"
- # - "DISPLAY"
- # - "DISPLAY_INTERSTITIAL"
+ # VAST standard. Applicable to all creative types. Acceptable values are: - "APP"
+ # - "APP_INTERSTITIAL" - "IN_STREAM_VIDEO" - "IN_STREAM_AUDIO" - "DISPLAY" - "
+ # DISPLAY_INTERSTITIAL"
# Corresponds to the JSON property `compatibility`
# @return [Array]
attr_accessor :compatibility
@@ -3354,9 +3269,9 @@ module Google
attr_accessor :total_file_size
# Type of this creative. This is a required field. Applicable to all creative
- # types.
- # Note: FLASH_INPAGE, HTML5_BANNER, and IMAGE are only used for existing
- # creatives. New creatives should use DISPLAY as a replacement for these types.
+ # types. *Note:* FLASH_INPAGE, HTML5_BANNER, and IMAGE are only used for
+ # existing creatives. New creatives should use DISPLAY as a replacement for
+ # these types.
# Corresponds to the JSON property `type`
# @return [String]
attr_accessor :type
@@ -3480,7 +3395,7 @@ module Google
attr_accessor :additional_sizes
# Possible alignments for an asset. This is a read-only field. Applicable to the
- # following creative types: RICH_MEDIA_DISPLAY_MULTI_FLOATING_INTERSTITIAL.
+ # following creative types: RICH_MEDIA_DISPLAY_MULTI_FLOATING_INTERSTITIAL .
# Corresponds to the JSON property `alignment`
# @return [String]
attr_accessor :alignment
@@ -3717,27 +3632,24 @@ module Google
# creative types: all REDIRECT and TRACKING_TEXT. This is a required field.
# PRIMARY applies to DISPLAY, FLASH_INPAGE, HTML5_BANNER, IMAGE,
# DISPLAY_IMAGE_GALLERY, all RICH_MEDIA (which may contain multiple primary
- # assets), and all VPAID creatives.
- # BACKUP_IMAGE applies to FLASH_INPAGE, HTML5_BANNER, all RICH_MEDIA, and all
- # VPAID creatives. Applicable to DISPLAY when the primary asset type is not
- # HTML_IMAGE.
- # ADDITIONAL_IMAGE and ADDITIONAL_FLASH apply to FLASH_INPAGE creatives.
- # OTHER refers to assets from sources other than Campaign Manager, such as
- # Studio uploaded assets, applicable to all RICH_MEDIA and all VPAID creatives.
- # PARENT_VIDEO refers to videos uploaded by the user in Campaign Manager and is
- # applicable to INSTREAM_VIDEO and VPAID_LINEAR_VIDEO creatives.
- # TRANSCODED_VIDEO refers to videos transcoded by Campaign Manager from
- # PARENT_VIDEO assets and is applicable to INSTREAM_VIDEO and VPAID_LINEAR_VIDEO
- # creatives.
- # ALTERNATE_VIDEO refers to the Campaign Manager representation of child asset
- # videos from Studio, and is applicable to VPAID_LINEAR_VIDEO creatives. These
- # cannot be added or removed within Campaign Manager.
- # For VPAID_LINEAR_VIDEO creatives, PARENT_VIDEO, TRANSCODED_VIDEO and
- # ALTERNATE_VIDEO assets that are marked active serve as backup in case the
- # VPAID creative cannot be served. Only PARENT_VIDEO assets can be added or
- # removed for an INSTREAM_VIDEO or VPAID_LINEAR_VIDEO creative.
- # PARENT_AUDIO refers to audios uploaded by the user in Campaign Manager and is
- # applicable to INSTREAM_AUDIO creatives.
+ # assets), and all VPAID creatives. BACKUP_IMAGE applies to FLASH_INPAGE,
+ # HTML5_BANNER, all RICH_MEDIA, and all VPAID creatives. Applicable to DISPLAY
+ # when the primary asset type is not HTML_IMAGE. ADDITIONAL_IMAGE and
+ # ADDITIONAL_FLASH apply to FLASH_INPAGE creatives. OTHER refers to assets from
+ # sources other than Campaign Manager, such as Studio uploaded assets,
+ # applicable to all RICH_MEDIA and all VPAID creatives. PARENT_VIDEO refers to
+ # videos uploaded by the user in Campaign Manager and is applicable to
+ # INSTREAM_VIDEO and VPAID_LINEAR_VIDEO creatives. TRANSCODED_VIDEO refers to
+ # videos transcoded by Campaign Manager from PARENT_VIDEO assets and is
+ # applicable to INSTREAM_VIDEO and VPAID_LINEAR_VIDEO creatives. ALTERNATE_VIDEO
+ # refers to the Campaign Manager representation of child asset videos from
+ # Studio, and is applicable to VPAID_LINEAR_VIDEO creatives. These cannot be
+ # added or removed within Campaign Manager. For VPAID_LINEAR_VIDEO creatives,
+ # PARENT_VIDEO, TRANSCODED_VIDEO and ALTERNATE_VIDEO assets that are marked
+ # active serve as backup in case the VPAID creative cannot be served. Only
+ # PARENT_VIDEO assets can be added or removed for an INSTREAM_VIDEO or
+ # VPAID_LINEAR_VIDEO creative. PARENT_AUDIO refers to audios uploaded by the
+ # user in Campaign Manager and is applicable to INSTREAM_AUDIO creatives.
# TRANSCODED_AUDIO refers to audios transcoded by Campaign Manager from
# PARENT_AUDIO assets and is applicable to INSTREAM_AUDIO creatives.
# Corresponds to the JSON property `role`
@@ -3965,32 +3877,15 @@ module Google
attr_accessor :timer_custom_events
# Rules validated during code generation that generated a warning. This is a
- # read-only, auto-generated field.
- # Possible values are:
- # - "ADMOB_REFERENCED"
- # - "ASSET_FORMAT_UNSUPPORTED_DCM"
- # - "ASSET_INVALID"
- # - "CLICK_TAG_HARD_CODED"
- # - "CLICK_TAG_INVALID"
- # - "CLICK_TAG_IN_GWD"
- # - "CLICK_TAG_MISSING"
- # - "CLICK_TAG_MORE_THAN_ONE"
- # - "CLICK_TAG_NON_TOP_LEVEL"
- # - "COMPONENT_UNSUPPORTED_DCM"
- # - "ENABLER_UNSUPPORTED_METHOD_DCM"
- # - "EXTERNAL_FILE_REFERENCED"
- # - "FILE_DETAIL_EMPTY"
- # - "FILE_TYPE_INVALID"
- # - "GWD_PROPERTIES_INVALID"
- # - "HTML5_FEATURE_UNSUPPORTED"
- # - "LINKED_FILE_NOT_FOUND"
- # - "MAX_FLASH_VERSION_11"
- # - "MRAID_REFERENCED"
- # - "NOT_SSL_COMPLIANT"
- # - "ORPHANED_ASSET"
- # - "PRIMARY_HTML_MISSING"
- # - "SVG_INVALID"
- # - "ZIP_INVALID"
+ # read-only, auto-generated field. Possible values are: - "ADMOB_REFERENCED" - "
+ # ASSET_FORMAT_UNSUPPORTED_DCM" - "ASSET_INVALID" - "CLICK_TAG_HARD_CODED" - "
+ # CLICK_TAG_INVALID" - "CLICK_TAG_IN_GWD" - "CLICK_TAG_MISSING" - "
+ # CLICK_TAG_MORE_THAN_ONE" - "CLICK_TAG_NON_TOP_LEVEL" - "
+ # COMPONENT_UNSUPPORTED_DCM" - "ENABLER_UNSUPPORTED_METHOD_DCM" - "
+ # EXTERNAL_FILE_REFERENCED" - "FILE_DETAIL_EMPTY" - "FILE_TYPE_INVALID" - "
+ # GWD_PROPERTIES_INVALID" - "HTML5_FEATURE_UNSUPPORTED" - "LINKED_FILE_NOT_FOUND"
+ # - "MAX_FLASH_VERSION_11" - "MRAID_REFERENCED" - "NOT_SSL_COMPLIANT" - "
+ # ORPHANED_ASSET" - "PRIMARY_HTML_MISSING" - "SVG_INVALID" - "ZIP_INVALID"
# Corresponds to the JSON property `warnedValidationRules`
# @return [Array]
attr_accessor :warned_validation_rules
@@ -4092,25 +3987,17 @@ module Google
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
attr_accessor :creative_id_dimension_value
- # Date and time that the assigned creative should stop serving. Must be later
- # than the start time.
+ #
# Corresponds to the JSON property `endTime`
# @return [DateTime]
attr_accessor :end_time
- # Rich media exit overrides for this creative assignment.
- # Applicable when the creative type is any of the following:
- # - DISPLAY
- # - RICH_MEDIA_INPAGE
- # - RICH_MEDIA_INPAGE_FLOATING
- # - RICH_MEDIA_IM_EXPAND
- # - RICH_MEDIA_EXPANDING
- # - RICH_MEDIA_INTERSTITIAL_FLOAT
- # - RICH_MEDIA_MOBILE_IN_APP
- # - RICH_MEDIA_MULTI_FLOATING
- # - RICH_MEDIA_PEEL_DOWN
- # - VPAID_LINEAR
- # - VPAID_NON_LINEAR
+ # Rich media exit overrides for this creative assignment. Applicable when the
+ # creative type is any of the following: - DISPLAY - RICH_MEDIA_INPAGE -
+ # RICH_MEDIA_INPAGE_FLOATING - RICH_MEDIA_IM_EXPAND - RICH_MEDIA_EXPANDING -
+ # RICH_MEDIA_INTERSTITIAL_FLOAT - RICH_MEDIA_MOBILE_IN_APP -
+ # RICH_MEDIA_MULTI_FLOATING - RICH_MEDIA_PEEL_DOWN - VPAID_LINEAR -
+ # VPAID_NON_LINEAR
# Corresponds to the JSON property `richMediaExitOverrides`
# @return [Array]
attr_accessor :rich_media_exit_overrides
@@ -4129,7 +4016,7 @@ module Google
attr_accessor :ssl_compliant
alias_method :ssl_compliant?, :ssl_compliant
- # Date and time that the assigned creative should start serving.
+ #
# Corresponds to the JSON property `startTime`
# @return [DateTime]
attr_accessor :start_time
@@ -4167,10 +4054,9 @@ module Google
include Google::Apis::Core::Hashable
# Read-only convenience field representing the actual URL that will be used for
- # this click-through. The URL is computed as follows:
- # - If landingPageId is specified then that landing page's URL is assigned to
- # this field.
- # - Otherwise, the customClickThroughUrl is assigned to this field.
+ # this click-through. The URL is computed as follows: - If landingPageId is
+ # specified then that landing page's URL is assigned to this field. - Otherwise,
+ # the customClickThroughUrl is assigned to this field.
# Corresponds to the JSON property `computedClickThroughUrl`
# @return [String]
attr_accessor :computed_click_through_url
@@ -5272,8 +5158,7 @@ module Google
class DateRange
include Google::Apis::Core::Hashable
- # The end date of the date range, inclusive. A string of the format: "yyyy-MM-dd"
- # .
+ #
# Corresponds to the JSON property `endDate`
# @return [Date]
attr_accessor :end_date
@@ -5288,8 +5173,7 @@ module Google
# @return [String]
attr_accessor :relative_date_range
- # The start date of the date range, inclusive. A string of the format: "yyyy-MM-
- # dd".
+ #
# Corresponds to the JSON property `startDate`
# @return [Date]
attr_accessor :start_date
@@ -5311,15 +5195,8 @@ module Google
class DayPartTargeting
include Google::Apis::Core::Hashable
- # Days of the week when the ad will serve.
- # Acceptable values are:
- # - "SUNDAY"
- # - "MONDAY"
- # - "TUESDAY"
- # - "WEDNESDAY"
- # - "THURSDAY"
- # - "FRIDAY"
- # - "SATURDAY"
+ # Days of the week when the ad will serve. Acceptable values are: - "SUNDAY" - "
+ # MONDAY" - "TUESDAY" - "WEDNESDAY" - "THURSDAY" - "FRIDAY" - "SATURDAY"
# Corresponds to the JSON property `daysOfWeek`
# @return [Array]
attr_accessor :days_of_week
@@ -5676,8 +5553,7 @@ module Google
# @return [String]
attr_accessor :dimension_name
- # The end date of the date range for which to retrieve dimension values. A
- # string of the format "yyyy-MM-dd".
+ #
# Corresponds to the JSON property `endDate`
# @return [Date]
attr_accessor :end_date
@@ -5687,13 +5563,12 @@ module Google
# @return [Array]
attr_accessor :filters
- # The kind of request this is, in this case dfareporting#dimensionValueRequest.
+ # The kind of request this is, in this case dfareporting#dimensionValueRequest .
# Corresponds to the JSON property `kind`
# @return [String]
attr_accessor :kind
- # The start date of the date range for which to retrieve dimension values. A
- # string of the format "yyyy-MM-dd".
+ #
# Corresponds to the JSON property `startDate`
# @return [Date]
attr_accessor :start_date
@@ -5728,21 +5603,15 @@ module Google
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
attr_accessor :id_dimension_value
- # Tag types for regular placements.
- # Acceptable values are:
- # - "STANDARD"
- # - "IFRAME_JAVASCRIPT_INPAGE"
- # - "INTERNAL_REDIRECT_INPAGE"
- # - "JAVASCRIPT_INPAGE"
+ # Tag types for regular placements. Acceptable values are: - "STANDARD" - "
+ # IFRAME_JAVASCRIPT_INPAGE" - "INTERNAL_REDIRECT_INPAGE" - "JAVASCRIPT_INPAGE"
# Corresponds to the JSON property `inpageTagFormats`
# @return [Array]
attr_accessor :inpage_tag_formats
- # Tag types for interstitial placements.
- # Acceptable values are:
- # - "IFRAME_JAVASCRIPT_INTERSTITIAL"
- # - "INTERNAL_REDIRECT_INTERSTITIAL"
- # - "JAVASCRIPT_INTERSTITIAL"
+ # Tag types for interstitial placements. Acceptable values are: - "
+ # IFRAME_JAVASCRIPT_INTERSTITIAL" - "INTERNAL_REDIRECT_INTERSTITIAL" - "
+ # JAVASCRIPT_INTERSTITIAL"
# Corresponds to the JSON property `interstitialTagFormats`
# @return [Array]
attr_accessor :interstitial_tag_formats
@@ -6092,7 +5961,7 @@ module Google
attr_accessor :site_filter_type
# Filter list of site IDs associated with this event tag. The siteFilterType
- # determines whether this is a whitelist or blacklist filter.
+ # determines whether this is a allowlist or blocklist filter.
# Corresponds to the JSON property `siteIds`
# @return [Array]
attr_accessor :site_ids
@@ -6257,6 +6126,23 @@ module Google
# @return [Fixnum]
attr_accessor :last_modified_time
+ # Extra information added to operations that support Scotty media requests.
+ # Corresponds to the JSON property `mediaRequestInfo`
+ # @return [Google::Apis::DfareportingV3_4::MediaRequestInfo]
+ attr_accessor :media_request_info
+
+ # This message is for backends to pass their scotty media specific fields to ESF.
+ # Backend will include this in their response message to ESF. Example:
+ # ExportFile is an rpc defined for upload using scotty from ESF. rpc ExportFile(
+ # ExportFileRequest) returns (ExportFileResponse) Message ExportFileResponse
+ # will include apiserving.MediaResponseInfo to tell ESF about data like
+ # dynamic_dropzone it needs to pass to Scotty. message ExportFileResponse `
+ # optional gdata.Media blob = 1; optional apiserving.MediaResponseInfo
+ # media_response_info = 2 `
+ # Corresponds to the JSON property `mediaResponseInfo`
+ # @return [Google::Apis::DfareportingV3_4::MediaResponseInfo]
+ attr_accessor :media_response_info
+
# The ID of the report this file was generated from.
# Corresponds to the JSON property `reportId`
# @return [Fixnum]
@@ -6285,6 +6171,8 @@ module Google
@id = args[:id] if args.key?(:id)
@kind = args[:kind] if args.key?(:kind)
@last_modified_time = args[:last_modified_time] if args.key?(:last_modified_time)
+ @media_request_info = args[:media_request_info] if args.key?(:media_request_info)
+ @media_response_info = args[:media_response_info] if args.key?(:media_response_info)
@report_id = args[:report_id] if args.key?(:report_id)
@status = args[:status] if args.key?(:status)
@urls = args[:urls] if args.key?(:urls)
@@ -6361,7 +6249,7 @@ module Google
class Flight
include Google::Apis::Core::Hashable
- # Inventory item flight end date.
+ #
# Corresponds to the JSON property `endDate`
# @return [Date]
attr_accessor :end_date
@@ -6371,7 +6259,7 @@ module Google
# @return [Fixnum]
attr_accessor :rate_or_cost
- # Inventory item flight start date.
+ #
# Corresponds to the JSON property `startDate`
# @return [Date]
attr_accessor :start_date
@@ -6629,9 +6517,8 @@ module Google
# Value of the cat= parameter in the floodlight tag, which the ad servers use to
# identify the activity. This is optional: if empty, a new tag string will be
# generated for you. This string must be 1 to 8 characters long, with valid
- # characters being [a-z][A-Z][0-9][-][ _ ]. This tag string must also be unique
- # among activities of the same activity group. This field is read-only after
- # insertion.
+ # characters being a-z0-9[ _ ]. This tag string must also be unique among
+ # activities of the same activity group. This field is read-only after insertion.
# Corresponds to the JSON property `tagString`
# @return [String]
attr_accessor :tag_string
@@ -6777,9 +6664,9 @@ module Google
# Value of the type= parameter in the floodlight tag, which the ad servers use
# to identify the activity group that the activity belongs to. This is optional:
# if empty, a new tag string will be generated for you. This string must be 1 to
- # 8 characters long, with valid characters being [a-z][A-Z][0-9][-][ _ ]. This
- # tag string must also be unique among activity groups of the same floodlight
- # configuration. This field is read-only after insertion.
+ # 8 characters long, with valid characters being a-z0-9[ _ ]. This tag string
+ # must also be unique among activity groups of the same floodlight configuration.
+ # This field is read-only after insertion.
# Corresponds to the JSON property `tagString`
# @return [String]
attr_accessor :tag_string
@@ -7771,6 +7658,151 @@ module Google
end
end
+ # Extra information added to operations that support Scotty media requests.
+ class MediaRequestInfo
+ include Google::Apis::Core::Hashable
+
+ # The number of current bytes uploaded or downloaded.
+ # Corresponds to the JSON property `currentBytes`
+ # @return [Fixnum]
+ attr_accessor :current_bytes
+
+ # Data to be copied to backend requests. Custom data is returned to Scotty in
+ # the agent_state field, which Scotty will then provide in subsequent upload
+ # notifications.
+ # Corresponds to the JSON property `customData`
+ # @return [String]
+ attr_accessor :custom_data
+
+ # Set if the http request info is diff encoded. The value of this field is the
+ # version number of the base revision. This is corresponding to Apiary's
+ # mediaDiffObjectVersion (//depot/google3/java/com/google/api/server/media/
+ # variable/DiffObjectVersionVariable.java). See go/esf-scotty-diff-upload for
+ # more information.
+ # Corresponds to the JSON property `diffObjectVersion`
+ # @return [String]
+ attr_accessor :diff_object_version
+
+ # The type of notification received from Scotty.
+ # Corresponds to the JSON property `notificationType`
+ # @return [String]
+ attr_accessor :notification_type
+
+ # The Scotty request ID.
+ # Corresponds to the JSON property `requestId`
+ # @return [String]
+ attr_accessor :request_id
+
+ # The total size of the file.
+ # Corresponds to the JSON property `totalBytes`
+ # @return [Fixnum]
+ attr_accessor :total_bytes
+
+ # Whether the total bytes field contains an estimated data.
+ # Corresponds to the JSON property `totalBytesIsEstimated`
+ # @return [Boolean]
+ attr_accessor :total_bytes_is_estimated
+ alias_method :total_bytes_is_estimated?, :total_bytes_is_estimated
+
+ def initialize(**args)
+ update!(**args)
+ end
+
+ # Update properties of this object
+ def update!(**args)
+ @current_bytes = args[:current_bytes] if args.key?(:current_bytes)
+ @custom_data = args[:custom_data] if args.key?(:custom_data)
+ @diff_object_version = args[:diff_object_version] if args.key?(:diff_object_version)
+ @notification_type = args[:notification_type] if args.key?(:notification_type)
+ @request_id = args[:request_id] if args.key?(:request_id)
+ @total_bytes = args[:total_bytes] if args.key?(:total_bytes)
+ @total_bytes_is_estimated = args[:total_bytes_is_estimated] if args.key?(:total_bytes_is_estimated)
+ end
+ end
+
+ # This message is for backends to pass their scotty media specific fields to ESF.
+ # Backend will include this in their response message to ESF. Example:
+ # ExportFile is an rpc defined for upload using scotty from ESF. rpc ExportFile(
+ # ExportFileRequest) returns (ExportFileResponse) Message ExportFileResponse
+ # will include apiserving.MediaResponseInfo to tell ESF about data like
+ # dynamic_dropzone it needs to pass to Scotty. message ExportFileResponse `
+ # optional gdata.Media blob = 1; optional apiserving.MediaResponseInfo
+ # media_response_info = 2 `
+ class MediaResponseInfo
+ include Google::Apis::Core::Hashable
+
+ # Data to copy from backend response to the next backend requests. Custom data
+ # is returned to Scotty in the agent_state field, which Scotty will then provide
+ # in subsequent upload notifications.
+ # Corresponds to the JSON property `customData`
+ # @return [String]
+ attr_accessor :custom_data
+
+ # Specifies any transformation to be applied to data before persisting it or
+ # retrieving from storage. E.g., encryption options for blobstore2. This should
+ # be of the form uploader_service.DataStorageTransform.
+ # Corresponds to the JSON property `dataStorageTransform`
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
+ # @return [String]
+ attr_accessor :data_storage_transform
+
+ # Specifies the Scotty Drop Target to use for uploads. If present in a media
+ # response, Scotty does not upload to a standard drop zone. Instead, Scotty
+ # saves the upload directly to the location specified in this drop target.
+ # Unlike drop zones, the drop target is the final storage location for an upload.
+ # So, the agent does not need to clone the blob at the end of the upload. The
+ # agent is responsible for garbage collecting any orphaned blobs that may occur
+ # due to aborted uploads. For more information, see the drop target design doc
+ # here: http://goto/ScottyDropTarget This field will be preferred to
+ # dynamicDropzone. If provided, the identified field in the response must be of
+ # the type uploader.agent.DropTarget.
+ # Corresponds to the JSON property `dynamicDropTarget`
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
+ # @return [String]
+ attr_accessor :dynamic_drop_target
+
+ # Specifies the Scotty dropzone to use for uploads.
+ # Corresponds to the JSON property `dynamicDropzone`
+ # @return [String]
+ attr_accessor :dynamic_dropzone
+
+ # Request class to use for all Blobstore operations for this request.
+ # Corresponds to the JSON property `requestClass`
+ # @return [String]
+ attr_accessor :request_class
+
+ # Specifies the TrafficClass that Scotty should use for any RPCs to fetch the
+ # response bytes. Will override the traffic class GTOS of the incoming http
+ # request. This is a temporary field to facilitate whitelisting and
+ # experimentation by the bigstore agent only. For instance, this does not apply
+ # to RTMP reads. WARNING: DO NOT USE WITHOUT PERMISSION FROM THE SCOTTY TEAM.
+ # Corresponds to the JSON property `trafficClassField`
+ # @return [String]
+ attr_accessor :traffic_class_field
+
+ # Tells Scotty to verify hashes on the agent's behalf by parsing out the X-Goog-
+ # Hash header.
+ # Corresponds to the JSON property `verifyHashFromHeader`
+ # @return [Boolean]
+ attr_accessor :verify_hash_from_header
+ alias_method :verify_hash_from_header?, :verify_hash_from_header
+
+ def initialize(**args)
+ update!(**args)
+ end
+
+ # Update properties of this object
+ def update!(**args)
+ @custom_data = args[:custom_data] if args.key?(:custom_data)
+ @data_storage_transform = args[:data_storage_transform] if args.key?(:data_storage_transform)
+ @dynamic_drop_target = args[:dynamic_drop_target] if args.key?(:dynamic_drop_target)
+ @dynamic_dropzone = args[:dynamic_dropzone] if args.key?(:dynamic_dropzone)
+ @request_class = args[:request_class] if args.key?(:request_class)
+ @traffic_class_field = args[:traffic_class_field] if args.key?(:traffic_class_field)
+ @verify_hash_from_header = args[:verify_hash_from_header] if args.key?(:verify_hash_from_header)
+ end
+ end
+
# Represents a metric.
class Metric
include Google::Apis::Core::Hashable
@@ -8576,7 +8608,7 @@ module Google
# @return [Google::Apis::DfareportingV3_4::LastModifiedInfo]
attr_accessor :created_info
- # Effective date of this order document.
+ #
# Corresponds to the JSON property `effectiveDate`
# @return [Date]
attr_accessor :effective_date
@@ -8597,7 +8629,7 @@ module Google
# @return [Array]
attr_accessor :last_sent_recipients
- # Timestamp of the last email sent with this order document.
+ #
# Corresponds to the JSON property `lastSentTime`
# @return [DateTime]
attr_accessor :last_sent_time
@@ -9114,23 +9146,16 @@ module Google
attr_accessor :subaccount_id
# Tag formats to generate for this placement. This field is required on
- # insertion.
- # Acceptable values are:
- # - "PLACEMENT_TAG_STANDARD"
- # - "PLACEMENT_TAG_IFRAME_JAVASCRIPT"
- # - "PLACEMENT_TAG_IFRAME_ILAYER"
- # - "PLACEMENT_TAG_INTERNAL_REDIRECT"
- # - "PLACEMENT_TAG_JAVASCRIPT"
- # - "PLACEMENT_TAG_INTERSTITIAL_IFRAME_JAVASCRIPT"
- # - "PLACEMENT_TAG_INTERSTITIAL_INTERNAL_REDIRECT"
- # - "PLACEMENT_TAG_INTERSTITIAL_JAVASCRIPT"
- # - "PLACEMENT_TAG_CLICK_COMMANDS"
- # - "PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH"
- # - "PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH_VAST_3"
- # - "PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH_VAST_4"
- # - "PLACEMENT_TAG_TRACKING"
- # - "PLACEMENT_TAG_TRACKING_IFRAME"
- # - "PLACEMENT_TAG_TRACKING_JAVASCRIPT"
+ # insertion. Acceptable values are: - "PLACEMENT_TAG_STANDARD" - "
+ # PLACEMENT_TAG_IFRAME_JAVASCRIPT" - "PLACEMENT_TAG_IFRAME_ILAYER" - "
+ # PLACEMENT_TAG_INTERNAL_REDIRECT" - "PLACEMENT_TAG_JAVASCRIPT" - "
+ # PLACEMENT_TAG_INTERSTITIAL_IFRAME_JAVASCRIPT" - "
+ # PLACEMENT_TAG_INTERSTITIAL_INTERNAL_REDIRECT" - "
+ # PLACEMENT_TAG_INTERSTITIAL_JAVASCRIPT" - "PLACEMENT_TAG_CLICK_COMMANDS" - "
+ # PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH" - "
+ # PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH_VAST_3" - "
+ # PLACEMENT_TAG_INSTREAM_VIDEO_PREFETCH_VAST_4" - "PLACEMENT_TAG_TRACKING" - "
+ # PLACEMENT_TAG_TRACKING_IFRAME" - "PLACEMENT_TAG_TRACKING_JAVASCRIPT"
# Corresponds to the JSON property `tagFormats`
# @return [Array]
attr_accessor :tag_formats
@@ -9159,9 +9184,8 @@ module Google
# VPAID adapter setting for this placement. Controls which VPAID format the
# measurement adapter will use for in-stream video creatives assigned to this
- # placement.
- # Note: Flash is no longer supported. This field now defaults to HTML5 when the
- # following values are provided: FLASH, BOTH.
+ # placement. *Note:* Flash is no longer supported. This field now defaults to
+ # HTML5 when the following values are provided: FLASH, BOTH.
# Corresponds to the JSON property `vpaidAdapterChoice`
# @return [String]
attr_accessor :vpaid_adapter_choice
@@ -9842,7 +9866,7 @@ module Google
# @return [String]
attr_accessor :cap_cost_type
- # End date of this inventory item.
+ #
# Corresponds to the JSON property `endDate`
# @return [Date]
attr_accessor :end_date
@@ -9870,7 +9894,7 @@ module Google
# @return [String]
attr_accessor :pricing_type
- # Start date of this inventory item.
+ #
# Corresponds to the JSON property `startDate`
# @return [Date]
attr_accessor :start_date
@@ -9899,12 +9923,7 @@ module Google
# @return [String]
attr_accessor :cap_cost_option
- # Placement end date. This date must be later than, or the same day as, the
- # placement start date, but not later than the campaign end date. If, for
- # example, you set 6/25/2015 as both the start and end dates, the effective
- # placement date is just that day only, 6/25/2015. The hours, minutes, and
- # seconds of the end date should not be set, as doing so will result in an error.
- # This field is required on insertion.
+ #
# Corresponds to the JSON property `endDate`
# @return [Date]
attr_accessor :end_date
@@ -9932,16 +9951,12 @@ module Google
# @return [String]
attr_accessor :pricing_type
- # Placement start date. This date must be later than, or the same day as, the
- # campaign start date. The hours, minutes, and seconds of the start date should
- # not be set, as doing so will result in an error. This field is required on
- # insertion.
+ #
# Corresponds to the JSON property `startDate`
# @return [Date]
attr_accessor :start_date
- # Testing start date of this placement. The hours, minutes, and seconds of the
- # start date should not be set, as doing so will result in an error.
+ #
# Corresponds to the JSON property `testingStartDate`
# @return [Date]
attr_accessor :testing_start_date
@@ -9967,12 +9982,7 @@ module Google
class PricingSchedulePricingPeriod
include Google::Apis::Core::Hashable
- # Pricing period end date. This date must be later than, or the same day as, the
- # pricing period start date, but not later than the placement end date. The
- # period end date can be the same date as the period start date. If, for example,
- # you set 6/25/2015 as both the start and end dates, the effective pricing
- # period date is just that day only, 6/25/2015. The hours, minutes, and seconds
- # of the end date should not be set, as doing so will result in an error.
+ #
# Corresponds to the JSON property `endDate`
# @return [Date]
attr_accessor :end_date
@@ -9988,9 +9998,7 @@ module Google
# @return [Fixnum]
attr_accessor :rate_or_cost_nanos
- # Pricing period start date. This date must be later than, or the same day as,
- # the placement start date. The hours, minutes, and seconds of the start date
- # should not be set, as doing so will result in an error.
+ #
# Corresponds to the JSON property `startDate`
# @return [Date]
attr_accessor :start_date
@@ -10057,7 +10065,7 @@ module Google
# @return [String]
attr_accessor :client_name
- # End date of the project.
+ #
# Corresponds to the JSON property `endDate`
# @return [Date]
attr_accessor :end_date
@@ -10088,7 +10096,7 @@ module Google
# @return [String]
attr_accessor :overview
- # Start date of the project.
+ #
# Corresponds to the JSON property `startDate`
# @return [Date]
attr_accessor :start_date
@@ -10691,9 +10699,9 @@ module Google
# @return [Google::Apis::DfareportingV3_4::DateRange]
attr_accessor :date_range
- # The list of filters on which dimensions are filtered.
- # Filters for different dimensions are ANDed, filters for the same dimension are
- # grouped together and ORed.
+ # The list of filters on which dimensions are filtered. Filters for different
+ # dimensions are ANDed, filters for the same dimension are grouped together and
+ # ORed.
# Corresponds to the JSON property `dimensionFilters`
# @return [Array]
attr_accessor :dimension_filters
@@ -10831,9 +10839,9 @@ module Google
# @return [Google::Apis::DfareportingV3_4::DateRange]
attr_accessor :date_range
- # The list of filters on which dimensions are filtered.
- # Filters for different dimensions are ANDed, filters for the same dimension are
- # grouped together and ORed.
+ # The list of filters on which dimensions are filtered. Filters for different
+ # dimensions are ANDed, filters for the same dimension are grouped together and
+ # ORed.
# Corresponds to the JSON property `dimensionFilters`
# @return [Array]
attr_accessor :dimension_filters
@@ -11194,9 +11202,9 @@ module Google
# @return [Google::Apis::DfareportingV3_4::DateRange]
attr_accessor :date_range
- # The list of filters on which dimensions are filtered.
- # Filters for different dimensions are ANDed, filters for the same dimension are
- # grouped together and ORed.
+ # The list of filters on which dimensions are filtered. Filters for different
+ # dimensions are ANDed, filters for the same dimension are grouped together and
+ # ORed.
# Corresponds to the JSON property `dimensionFilters`
# @return [Array]
attr_accessor :dimension_filters
@@ -11219,7 +11227,7 @@ module Google
# @return [Array]
attr_accessor :metric_names
- # The list of names of Reach By Frequency metrics the report should include.
+ # The list of names of Reach By Frequency metrics the report should include.
# Corresponds to the JSON property `reachByFrequencyMetricNames`
# @return [Array]
attr_accessor :reach_by_frequency_metric_names
@@ -11258,15 +11266,15 @@ module Google
# @return [Fixnum]
attr_accessor :every
- # The expiration date when the scheduled report stops running.
+ #
# Corresponds to the JSON property `expirationDate`
# @return [Date]
attr_accessor :expiration_date
- # The interval for which the report is repeated. Note:
- # - "DAILY" also requires field "every" to be set.
- # - "WEEKLY" also requires fields "every" and "repeatsOnWeekDays" to be set.
- # - "MONTHLY" also requires fields "every" and "runsOnDayOfMonth" to be set.
+ # The interval for which the report is repeated. Note: - "DAILY" also requires
+ # field "every" to be set. - "WEEKLY" also requires fields "every" and "
+ # repeatsOnWeekDays" to be set. - "MONTHLY" also requires fields "every" and "
+ # runsOnDayOfMonth" to be set.
# Corresponds to the JSON property `repeats`
# @return [String]
attr_accessor :repeats
@@ -11278,15 +11286,15 @@ module Google
# Enum to define for "MONTHLY" scheduled reports whether reports should be
# repeated on the same day of the month as "startDate" or the same day of the
- # week of the month.
- # Example: If 'startDate' is Monday, April 2nd 2012 (2012-04-02), "DAY_OF_MONTH"
- # would run subsequent reports on the 2nd of every Month, and "WEEK_OF_MONTH"
- # would run subsequent reports on the first Monday of the month.
+ # week of the month. Example: If 'startDate' is Monday, April 2nd 2012 (2012-04-
+ # 02), "DAY_OF_MONTH" would run subsequent reports on the 2nd of every Month,
+ # and "WEEK_OF_MONTH" would run subsequent reports on the first Monday of the
+ # month.
# Corresponds to the JSON property `runsOnDayOfMonth`
# @return [String]
attr_accessor :runs_on_day_of_month
- # Start date of date range for which scheduled reports should be run.
+ #
# Corresponds to the JSON property `startDate`
# @return [Date]
attr_accessor :start_date
@@ -11414,40 +11422,19 @@ module Google
attr_accessor :lookback_configuration
# Report generation time zone ID of this account. This is a required field that
- # can only be changed by a superuser.
- # Acceptable values are:
- # - "1" for "America/New_York"
- # - "2" for "Europe/London"
- # - "3" for "Europe/Paris"
- # - "4" for "Africa/Johannesburg"
- # - "5" for "Asia/Jerusalem"
- # - "6" for "Asia/Shanghai"
- # - "7" for "Asia/Hong_Kong"
- # - "8" for "Asia/Tokyo"
- # - "9" for "Australia/Sydney"
- # - "10" for "Asia/Dubai"
- # - "11" for "America/Los_Angeles"
- # - "12" for "Pacific/Auckland"
- # - "13" for "America/Sao_Paulo"
- # - "16" for "America/Asuncion"
- # - "17" for "America/Chicago"
- # - "18" for "America/Denver"
- # - "19" for "America/St_Johns"
- # - "20" for "Asia/Dhaka"
- # - "21" for "Asia/Jakarta"
- # - "22" for "Asia/Kabul"
- # - "23" for "Asia/Karachi"
- # - "24" for "Asia/Calcutta"
- # - "25" for "Asia/Pyongyang"
- # - "26" for "Asia/Rangoon"
- # - "27" for "Atlantic/Cape_Verde"
- # - "28" for "Atlantic/South_Georgia"
- # - "29" for "Australia/Adelaide"
- # - "30" for "Australia/Lord_Howe"
- # - "31" for "Europe/Moscow"
- # - "32" for "Pacific/Kiritimati"
- # - "35" for "Pacific/Norfolk"
- # - "36" for "Pacific/Tongatapu"
+ # can only be changed by a superuser. Acceptable values are: - "1" for "America/
+ # New_York" - "2" for "Europe/London" - "3" for "Europe/Paris" - "4" for "Africa/
+ # Johannesburg" - "5" for "Asia/Jerusalem" - "6" for "Asia/Shanghai" - "7" for "
+ # Asia/Hong_Kong" - "8" for "Asia/Tokyo" - "9" for "Australia/Sydney" - "10" for
+ # "Asia/Dubai" - "11" for "America/Los_Angeles" - "12" for "Pacific/Auckland" - "
+ # 13" for "America/Sao_Paulo" - "16" for "America/Asuncion" - "17" for "America/
+ # Chicago" - "18" for "America/Denver" - "19" for "America/St_Johns" - "20" for "
+ # Asia/Dhaka" - "21" for "Asia/Jakarta" - "22" for "Asia/Kabul" - "23" for "Asia/
+ # Karachi" - "24" for "Asia/Calcutta" - "25" for "Asia/Pyongyang" - "26" for "
+ # Asia/Rangoon" - "27" for "Atlantic/Cape_Verde" - "28" for "Atlantic/
+ # South_Georgia" - "29" for "Australia/Adelaide" - "30" for "Australia/Lord_Howe"
+ # - "31" for "Europe/Moscow" - "32" for "Pacific/Kiritimati" - "35" for "
+ # Pacific/Norfolk" - "36" for "Pacific/Tongatapu"
# Corresponds to the JSON property `reportGenerationTimeZoneId`
# @return [Fixnum]
attr_accessor :report_generation_time_zone_id
@@ -11775,9 +11762,9 @@ module Google
# measurement adapter will use for in-stream video creatives assigned to the
# placement. The publisher's specifications will typically determine this
# setting. For VPAID creatives, the adapter format will match the VPAID format (
- # HTML5 VPAID creatives use the HTML5 adapter).
- # Note: Flash is no longer supported. This field now defaults to HTML5 when the
- # following values are provided: FLASH, BOTH.
+ # HTML5 VPAID creatives use the HTML5 adapter). *Note:* Flash is no longer
+ # supported. This field now defaults to HTML5 when the following values are
+ # provided: FLASH, BOTH.
# Corresponds to the JSON property `vpaidAdapterChoiceTemplate`
# @return [String]
attr_accessor :vpaid_adapter_choice_template
@@ -12784,7 +12771,7 @@ module Google
# A UserProfile resource lets you list all DFA user profiles that are associated
# with a Google user account. The profile_id needs to be specified in other API
- # requests.
+ # requests.
class UserProfile
include Google::Apis::Core::Hashable
diff --git a/generated/google/apis/dfareporting_v3_4/representations.rb b/generated/google/apis/dfareporting_v3_4/representations.rb
index 5373beee1..88296b8ff 100644
--- a/generated/google/apis/dfareporting_v3_4/representations.rb
+++ b/generated/google/apis/dfareporting_v3_4/representations.rb
@@ -856,6 +856,18 @@ module Google
include Google::Apis::Core::JsonObjectSupport
end
+ class MediaRequestInfo
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class MediaResponseInfo
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Metric
class Representation < Google::Apis::Core::JsonRepresentation; end
@@ -2998,6 +3010,10 @@ module Google
property :id, :numeric_string => true, as: 'id'
property :kind, as: 'kind'
property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
+ property :media_request_info, as: 'mediaRequestInfo', class: Google::Apis::DfareportingV3_4::MediaRequestInfo, decorator: Google::Apis::DfareportingV3_4::MediaRequestInfo::Representation
+
+ property :media_response_info, as: 'mediaResponseInfo', class: Google::Apis::DfareportingV3_4::MediaResponseInfo, decorator: Google::Apis::DfareportingV3_4::MediaResponseInfo::Representation
+
property :report_id, :numeric_string => true, as: 'reportId'
property :status, as: 'status'
property :urls, as: 'urls', class: Google::Apis::DfareportingV3_4::File::Urls, decorator: Google::Apis::DfareportingV3_4::File::Urls::Representation
@@ -3380,6 +3396,32 @@ module Google
end
end
+ class MediaRequestInfo
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :current_bytes, :numeric_string => true, as: 'currentBytes'
+ property :custom_data, as: 'customData'
+ property :diff_object_version, as: 'diffObjectVersion'
+ property :notification_type, as: 'notificationType'
+ property :request_id, as: 'requestId'
+ property :total_bytes, :numeric_string => true, as: 'totalBytes'
+ property :total_bytes_is_estimated, as: 'totalBytesIsEstimated'
+ end
+ end
+
+ class MediaResponseInfo
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :custom_data, as: 'customData'
+ property :data_storage_transform, :base64 => true, as: 'dataStorageTransform'
+ property :dynamic_drop_target, :base64 => true, as: 'dynamicDropTarget'
+ property :dynamic_dropzone, as: 'dynamicDropzone'
+ property :request_class, as: 'requestClass'
+ property :traffic_class_field, as: 'trafficClassField'
+ property :verify_hash_from_header, as: 'verifyHashFromHeader'
+ end
+ end
+
class Metric
# @private
class Representation < Google::Apis::Core::JsonRepresentation
diff --git a/generated/google/apis/dfareporting_v3_4/service.rb b/generated/google/apis/dfareporting_v3_4/service.rb
index 39fbc5e2c..dd06bb99d 100644
--- a/generated/google/apis/dfareporting_v3_4/service.rb
+++ b/generated/google/apis/dfareporting_v3_4/service.rb
@@ -22,7 +22,7 @@ module Google
module DfareportingV3_4
# DCM/DFA Reporting And Trafficking API
#
- # Manages your DoubleClick Campaign Manager ad campaigns and reports.
+ # Manage your DoubleClick Campaign Manager ad campaigns and reports.
#
# @example
# require 'google/apis/dfareporting_v3_4'
@@ -38,17 +38,13 @@ module Google
attr_accessor :key
# @return [String]
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
attr_accessor :quota_user
- # @return [String]
- # Deprecated. Please use quotaUser instead.
- attr_accessor :user_ip
-
def initialize
- super('https://www.googleapis.com/', 'dfareporting/v3.4/')
- @batch_path = 'batch/dfareporting/v3.4'
+ super('https://dfareporting.googleapis.com/', 'dfareporting/v3.4/')
+ @batch_path = 'batch'
end
# Gets the account's active ad summary by account ID.
@@ -59,10 +55,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -75,7 +69,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_account_active_ad_summary(profile_id, summary_account_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_account_active_ad_summary(profile_id, summary_account_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/accountActiveAdSummaries/{summaryAccountId}', options)
command.response_representation = Google::Apis::DfareportingV3_4::AccountActiveAdSummary::Representation
command.response_class = Google::Apis::DfareportingV3_4::AccountActiveAdSummary
@@ -83,7 +77,6 @@ module Google
command.params['summaryAccountId'] = summary_account_id unless summary_account_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -95,10 +88,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -111,7 +102,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_account_permission_group(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_account_permission_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/accountPermissionGroups/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::AccountPermissionGroup::Representation
command.response_class = Google::Apis::DfareportingV3_4::AccountPermissionGroup
@@ -119,7 +110,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -129,10 +119,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -145,14 +133,13 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_account_permission_groups(profile_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_account_permission_groups(profile_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/accountPermissionGroups', options)
command.response_representation = Google::Apis::DfareportingV3_4::AccountPermissionGroupsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::AccountPermissionGroupsListResponse
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -164,10 +151,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -180,7 +165,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_account_permission(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_account_permission(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/accountPermissions/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::AccountPermission::Representation
command.response_class = Google::Apis::DfareportingV3_4::AccountPermission
@@ -188,7 +173,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -198,10 +182,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -214,14 +196,13 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_account_permissions(profile_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_account_permissions(profile_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/accountPermissions', options)
command.response_representation = Google::Apis::DfareportingV3_4::AccountPermissionsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::AccountPermissionsListResponse
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -233,10 +214,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -249,7 +228,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_account_user_profile(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_account_user_profile(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/accountUserProfiles/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::AccountUserProfile::Representation
command.response_class = Google::Apis::DfareportingV3_4::AccountUserProfile
@@ -257,7 +236,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -268,10 +246,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -284,7 +260,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_account_user_profile(profile_id, account_user_profile_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_account_user_profile(profile_id, account_user_profile_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/accountUserProfiles', options)
command.request_representation = Google::Apis::DfareportingV3_4::AccountUserProfile::Representation
command.request_object = account_user_profile_object
@@ -293,7 +269,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -328,10 +303,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -344,7 +317,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_account_user_profiles(profile_id, active: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, subaccount_id: nil, user_role_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_account_user_profiles(profile_id, active: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, subaccount_id: nil, user_role_id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/accountUserProfiles', options)
command.response_representation = Google::Apis::DfareportingV3_4::AccountUserProfilesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::AccountUserProfilesListResponse
@@ -360,23 +333,20 @@ module Google
command.query['userRoleId'] = user_role_id unless user_role_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing account user profile. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
- # @param [Fixnum] id
- # User profile ID.
# @param [Google::Apis::DfareportingV3_4::AccountUserProfile] account_user_profile_object
+ # @param [Fixnum] id
+ # AccountUserProfile ID.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -389,7 +359,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_account_user_profile(profile_id, id, account_user_profile_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_account_user_profile(profile_id, account_user_profile_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/accountUserProfiles', options)
command.request_representation = Google::Apis::DfareportingV3_4::AccountUserProfile::Representation
command.request_object = account_user_profile_object
@@ -399,7 +369,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -410,10 +379,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -426,7 +393,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_account_user_profile(profile_id, account_user_profile_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_account_user_profile(profile_id, account_user_profile_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/accountUserProfiles', options)
command.request_representation = Google::Apis::DfareportingV3_4::AccountUserProfile::Representation
command.request_object = account_user_profile_object
@@ -435,7 +402,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -447,10 +413,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -463,7 +427,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_account(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_account(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/accounts/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::Account::Representation
command.response_class = Google::Apis::DfareportingV3_4::Account
@@ -471,7 +435,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -501,10 +464,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -517,7 +478,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_accounts(profile_id, active: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_accounts(profile_id, active: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/accounts', options)
command.response_representation = Google::Apis::DfareportingV3_4::AccountsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::AccountsListResponse
@@ -531,23 +492,20 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing account. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
+ # @param [Google::Apis::DfareportingV3_4::Account] account_object
# @param [Fixnum] id
# Account ID.
- # @param [Google::Apis::DfareportingV3_4::Account] account_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -560,7 +518,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_account(profile_id, id, account_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_account(profile_id, account_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/accounts', options)
command.request_representation = Google::Apis::DfareportingV3_4::Account::Representation
command.request_object = account_object
@@ -570,7 +528,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -581,10 +538,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -597,7 +552,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_account(profile_id, account_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_account(profile_id, account_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/accounts', options)
command.request_representation = Google::Apis::DfareportingV3_4::Account::Representation
command.request_object = account_object
@@ -606,7 +561,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -618,10 +572,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -634,7 +586,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_ad(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_ad(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/ads/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::Ad::Representation
command.response_class = Google::Apis::DfareportingV3_4::Ad
@@ -642,7 +594,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -653,10 +604,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -669,7 +618,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_ad(profile_id, ad_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_ad(profile_id, ad_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/ads', options)
command.request_representation = Google::Apis::DfareportingV3_4::Ad::Representation
command.request_object = ad_object
@@ -678,7 +627,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -746,10 +694,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -762,7 +708,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_ads(profile_id, active: nil, advertiser_id: nil, archived: nil, audience_segment_ids: nil, campaign_ids: nil, compatibility: nil, creative_ids: nil, creative_optimization_configuration_ids: nil, dynamic_click_tracker: nil, ids: nil, landing_page_ids: nil, max_results: nil, overridden_event_tag_id: nil, page_token: nil, placement_ids: nil, remarketing_list_ids: nil, search_string: nil, size_ids: nil, sort_field: nil, sort_order: nil, ssl_compliant: nil, ssl_required: nil, type: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_ads(profile_id, active: nil, advertiser_id: nil, archived: nil, audience_segment_ids: nil, campaign_ids: nil, compatibility: nil, creative_ids: nil, creative_optimization_configuration_ids: nil, dynamic_click_tracker: nil, ids: nil, landing_page_ids: nil, max_results: nil, overridden_event_tag_id: nil, page_token: nil, placement_ids: nil, remarketing_list_ids: nil, search_string: nil, size_ids: nil, sort_field: nil, sort_order: nil, ssl_compliant: nil, ssl_required: nil, type: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/ads', options)
command.response_representation = Google::Apis::DfareportingV3_4::AdsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::AdsListResponse
@@ -792,23 +738,20 @@ module Google
command.query['type'] = type unless type.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing ad. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
+ # @param [Google::Apis::DfareportingV3_4::Ad] ad_object
# @param [Fixnum] id
# Ad ID.
- # @param [Google::Apis::DfareportingV3_4::Ad] ad_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -821,7 +764,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_ad(profile_id, id, ad_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_ad(profile_id, ad_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/ads', options)
command.request_representation = Google::Apis::DfareportingV3_4::Ad::Representation
command.request_object = ad_object
@@ -831,7 +774,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -842,10 +784,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -858,7 +798,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_ad(profile_id, ad_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_ad(profile_id, ad_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/ads', options)
command.request_representation = Google::Apis::DfareportingV3_4::Ad::Representation
command.request_object = ad_object
@@ -867,7 +807,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -879,10 +818,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -895,13 +832,12 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def delete_advertiser_group(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def delete_advertiser_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:delete, 'userprofiles/{profileId}/advertiserGroups/{id}', options)
command.params['profileId'] = profile_id unless profile_id.nil?
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -913,10 +849,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -929,7 +863,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_advertiser_group(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_advertiser_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/advertiserGroups/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::AdvertiserGroup::Representation
command.response_class = Google::Apis::DfareportingV3_4::AdvertiserGroup
@@ -937,7 +871,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -948,10 +881,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -964,7 +895,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_advertiser_group(profile_id, advertiser_group_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_advertiser_group(profile_id, advertiser_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/advertiserGroups', options)
command.request_representation = Google::Apis::DfareportingV3_4::AdvertiserGroup::Representation
command.request_object = advertiser_group_object
@@ -973,7 +904,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1002,10 +932,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1018,7 +946,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_advertiser_groups(profile_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_advertiser_groups(profile_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/advertiserGroups', options)
command.response_representation = Google::Apis::DfareportingV3_4::AdvertiserGroupsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::AdvertiserGroupsListResponse
@@ -1031,23 +959,20 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing advertiser group. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
- # @param [Fixnum] id
- # Advertiser group ID.
# @param [Google::Apis::DfareportingV3_4::AdvertiserGroup] advertiser_group_object
+ # @param [Fixnum] id
+ # AdvertiserGroup ID.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1060,7 +985,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_advertiser_group(profile_id, id, advertiser_group_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_advertiser_group(profile_id, advertiser_group_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/advertiserGroups', options)
command.request_representation = Google::Apis::DfareportingV3_4::AdvertiserGroup::Representation
command.request_object = advertiser_group_object
@@ -1070,7 +995,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1081,10 +1005,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1097,7 +1019,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_advertiser_group(profile_id, advertiser_group_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_advertiser_group(profile_id, advertiser_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/advertiserGroups', options)
command.request_representation = Google::Apis::DfareportingV3_4::AdvertiserGroup::Representation
command.request_object = advertiser_group_object
@@ -1106,7 +1028,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1118,10 +1039,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1134,7 +1053,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_advertiser_landing_page(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_advertiser_landing_page(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/advertiserLandingPages/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::LandingPage::Representation
command.response_class = Google::Apis::DfareportingV3_4::LandingPage
@@ -1142,7 +1061,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1153,10 +1071,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1169,7 +1085,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_advertiser_landing_page(profile_id, landing_page_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_advertiser_landing_page(profile_id, landing_page_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/advertiserLandingPages', options)
command.request_representation = Google::Apis::DfareportingV3_4::LandingPage::Representation
command.request_object = landing_page_object
@@ -1178,7 +1094,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1215,10 +1130,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1231,7 +1144,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_advertiser_landing_pages(profile_id, advertiser_ids: nil, archived: nil, campaign_ids: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, subaccount_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_advertiser_landing_pages(profile_id, advertiser_ids: nil, archived: nil, campaign_ids: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, subaccount_id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/advertiserLandingPages', options)
command.response_representation = Google::Apis::DfareportingV3_4::AdvertiserLandingPagesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::AdvertiserLandingPagesListResponse
@@ -1248,23 +1161,21 @@ module Google
command.query['subaccountId'] = subaccount_id unless subaccount_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
- # Updates an existing landing page. This method supports patch semantics.
+ # Updates an existing advertiser landing page. This method supports patch
+ # semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
- # @param [Fixnum] id
- # Landing page ID.
# @param [Google::Apis::DfareportingV3_4::LandingPage] landing_page_object
+ # @param [Fixnum] id
+ # LandingPage ID.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1277,7 +1188,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_advertiser_landing_page(profile_id, id, landing_page_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_advertiser_landing_page(profile_id, landing_page_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/advertiserLandingPages', options)
command.request_representation = Google::Apis::DfareportingV3_4::LandingPage::Representation
command.request_object = landing_page_object
@@ -1287,7 +1198,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1298,10 +1208,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1314,7 +1222,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_advertiser_landing_page(profile_id, landing_page_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_advertiser_landing_page(profile_id, landing_page_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/advertiserLandingPages', options)
command.request_representation = Google::Apis::DfareportingV3_4::LandingPage::Representation
command.request_object = landing_page_object
@@ -1323,7 +1231,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1335,10 +1242,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1351,7 +1256,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_advertiser(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_advertiser(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/advertisers/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::Advertiser::Representation
command.response_class = Google::Apis::DfareportingV3_4::Advertiser
@@ -1359,7 +1264,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1370,10 +1274,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1386,7 +1288,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_advertiser(profile_id, advertiser_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_advertiser(profile_id, advertiser_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/advertisers', options)
command.request_representation = Google::Apis::DfareportingV3_4::Advertiser::Representation
command.request_object = advertiser_object
@@ -1395,7 +1297,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1424,7 +1325,7 @@ module Google
# June 2015", "advertiser April 2015", or simply "advertiser 2015". Most of the
# searches also add wildcards implicitly at the start and the end of the search
# string. For example, a search string of "advertiser" will match objects with
- # name "my advertiser", "advertiser 2015", or simply "advertiser".
+ # name "my advertiser", "advertiser 2015", or simply "advertiser" .
# @param [String] sort_field
# Field by which to sort the list.
# @param [String] sort_order
@@ -1436,10 +1337,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1452,7 +1351,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_advertisers(profile_id, advertiser_group_ids: nil, floodlight_configuration_ids: nil, ids: nil, include_advertisers_without_groups_only: nil, max_results: nil, only_parent: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, status: nil, subaccount_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_advertisers(profile_id, advertiser_group_ids: nil, floodlight_configuration_ids: nil, ids: nil, include_advertisers_without_groups_only: nil, max_results: nil, only_parent: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, status: nil, subaccount_id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/advertisers', options)
command.response_representation = Google::Apis::DfareportingV3_4::AdvertisersListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::AdvertisersListResponse
@@ -1471,23 +1370,20 @@ module Google
command.query['subaccountId'] = subaccount_id unless subaccount_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing advertiser. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
+ # @param [Google::Apis::DfareportingV3_4::Advertiser] advertiser_object
# @param [Fixnum] id
# Advertiser ID.
- # @param [Google::Apis::DfareportingV3_4::Advertiser] advertiser_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1500,7 +1396,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_advertiser(profile_id, id, advertiser_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_advertiser(profile_id, advertiser_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/advertisers', options)
command.request_representation = Google::Apis::DfareportingV3_4::Advertiser::Representation
command.request_object = advertiser_object
@@ -1510,7 +1406,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1521,10 +1416,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1537,7 +1430,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_advertiser(profile_id, advertiser_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_advertiser(profile_id, advertiser_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/advertisers', options)
command.request_representation = Google::Apis::DfareportingV3_4::Advertiser::Representation
command.request_object = advertiser_object
@@ -1546,7 +1439,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1556,10 +1448,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1572,14 +1462,13 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_browsers(profile_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_browsers(profile_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/browsers', options)
command.response_representation = Google::Apis::DfareportingV3_4::BrowsersListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::BrowsersListResponse
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1594,10 +1483,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1610,7 +1497,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_campaign_creative_association(profile_id, campaign_id, campaign_creative_association_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_campaign_creative_association(profile_id, campaign_id, campaign_creative_association_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/campaigns/{campaignId}/campaignCreativeAssociations', options)
command.request_representation = Google::Apis::DfareportingV3_4::CampaignCreativeAssociation::Representation
command.request_object = campaign_creative_association_object
@@ -1620,7 +1507,6 @@ module Google
command.params['campaignId'] = campaign_id unless campaign_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1639,10 +1525,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1655,7 +1539,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_campaign_creative_associations(profile_id, campaign_id, max_results: nil, page_token: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_campaign_creative_associations(profile_id, campaign_id, max_results: nil, page_token: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/campaigns/{campaignId}/campaignCreativeAssociations', options)
command.response_representation = Google::Apis::DfareportingV3_4::CampaignCreativeAssociationsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::CampaignCreativeAssociationsListResponse
@@ -1666,7 +1550,6 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1678,10 +1561,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1694,7 +1575,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_campaign(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_campaign(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/campaigns/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::Campaign::Representation
command.response_class = Google::Apis::DfareportingV3_4::Campaign
@@ -1702,7 +1583,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1713,10 +1593,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1729,7 +1607,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_campaign(profile_id, campaign_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_campaign(profile_id, campaign_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/campaigns', options)
command.request_representation = Google::Apis::DfareportingV3_4::Campaign::Representation
command.request_object = campaign_object
@@ -1738,7 +1616,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1780,10 +1657,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1796,7 +1671,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_campaigns(profile_id, advertiser_group_ids: nil, advertiser_ids: nil, archived: nil, at_least_one_optimization_activity: nil, excluded_ids: nil, ids: nil, max_results: nil, overridden_event_tag_id: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, subaccount_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_campaigns(profile_id, advertiser_group_ids: nil, advertiser_ids: nil, archived: nil, at_least_one_optimization_activity: nil, excluded_ids: nil, ids: nil, max_results: nil, overridden_event_tag_id: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, subaccount_id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/campaigns', options)
command.response_representation = Google::Apis::DfareportingV3_4::CampaignsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::CampaignsListResponse
@@ -1816,23 +1691,20 @@ module Google
command.query['subaccountId'] = subaccount_id unless subaccount_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing campaign. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
+ # @param [Google::Apis::DfareportingV3_4::Campaign] campaign_object
# @param [Fixnum] id
# Campaign ID.
- # @param [Google::Apis::DfareportingV3_4::Campaign] campaign_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1845,7 +1717,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_campaign(profile_id, id, campaign_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_campaign(profile_id, campaign_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/campaigns', options)
command.request_representation = Google::Apis::DfareportingV3_4::Campaign::Representation
command.request_object = campaign_object
@@ -1855,7 +1727,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1866,10 +1737,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1882,7 +1751,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_campaign(profile_id, campaign_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_campaign(profile_id, campaign_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/campaigns', options)
command.request_representation = Google::Apis::DfareportingV3_4::Campaign::Representation
command.request_object = campaign_object
@@ -1891,7 +1760,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1903,10 +1771,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1919,7 +1785,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_change_log(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_change_log(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/changeLogs/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::ChangeLog::Representation
command.response_class = Google::Apis::DfareportingV3_4::ChangeLog
@@ -1927,7 +1793,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -1968,10 +1833,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -1984,7 +1847,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_change_logs(profile_id, action: nil, ids: nil, max_change_time: nil, max_results: nil, min_change_time: nil, object_ids: nil, object_type: nil, page_token: nil, search_string: nil, user_profile_ids: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_change_logs(profile_id, action: nil, ids: nil, max_change_time: nil, max_results: nil, min_change_time: nil, object_ids: nil, object_type: nil, page_token: nil, search_string: nil, user_profile_ids: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/changeLogs', options)
command.response_representation = Google::Apis::DfareportingV3_4::ChangeLogsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::ChangeLogsListResponse
@@ -2001,7 +1864,6 @@ module Google
command.query['userProfileIds'] = user_profile_ids unless user_profile_ids.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2019,10 +1881,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2035,7 +1895,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_cities(profile_id, country_dart_ids: nil, dart_ids: nil, name_prefix: nil, region_dart_ids: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_cities(profile_id, country_dart_ids: nil, dart_ids: nil, name_prefix: nil, region_dart_ids: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/cities', options)
command.response_representation = Google::Apis::DfareportingV3_4::CitiesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::CitiesListResponse
@@ -2046,7 +1906,6 @@ module Google
command.query['regionDartIds'] = region_dart_ids unless region_dart_ids.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2058,10 +1917,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2074,7 +1931,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_connection_type(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_connection_type(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/connectionTypes/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::ConnectionType::Representation
command.response_class = Google::Apis::DfareportingV3_4::ConnectionType
@@ -2082,7 +1939,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2092,10 +1948,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2108,14 +1962,13 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_connection_types(profile_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_connection_types(profile_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/connectionTypes', options)
command.response_representation = Google::Apis::DfareportingV3_4::ConnectionTypesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::ConnectionTypesListResponse
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2127,10 +1980,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2143,13 +1994,12 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def delete_content_category(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def delete_content_category(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:delete, 'userprofiles/{profileId}/contentCategories/{id}', options)
command.params['profileId'] = profile_id unless profile_id.nil?
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2161,10 +2011,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2177,7 +2025,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_content_category(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_content_category(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/contentCategories/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::ContentCategory::Representation
command.response_class = Google::Apis::DfareportingV3_4::ContentCategory
@@ -2185,7 +2033,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2196,10 +2043,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2212,7 +2057,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_content_category(profile_id, content_category_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_content_category(profile_id, content_category_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/contentCategories', options)
command.request_representation = Google::Apis::DfareportingV3_4::ContentCategory::Representation
command.request_object = content_category_object
@@ -2221,7 +2066,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2250,10 +2094,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2266,7 +2108,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_content_categories(profile_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_content_categories(profile_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/contentCategories', options)
command.response_representation = Google::Apis::DfareportingV3_4::ContentCategoriesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::ContentCategoriesListResponse
@@ -2279,23 +2121,20 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing content category. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
- # @param [Fixnum] id
- # Content category ID.
# @param [Google::Apis::DfareportingV3_4::ContentCategory] content_category_object
+ # @param [Fixnum] id
+ # ContentCategory ID.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2308,7 +2147,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_content_category(profile_id, id, content_category_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_content_category(profile_id, content_category_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/contentCategories', options)
command.request_representation = Google::Apis::DfareportingV3_4::ContentCategory::Representation
command.request_object = content_category_object
@@ -2318,7 +2157,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2329,10 +2167,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2345,7 +2181,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_content_category(profile_id, content_category_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_content_category(profile_id, content_category_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/contentCategories', options)
command.request_representation = Google::Apis::DfareportingV3_4::ContentCategory::Representation
command.request_object = content_category_object
@@ -2354,7 +2190,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2365,10 +2200,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2381,7 +2214,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def batchinsert_conversion(profile_id, conversions_batch_insert_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def batchinsert_conversion(profile_id, conversions_batch_insert_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/conversions/batchinsert', options)
command.request_representation = Google::Apis::DfareportingV3_4::ConversionsBatchInsertRequest::Representation
command.request_object = conversions_batch_insert_request_object
@@ -2390,7 +2223,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2401,10 +2233,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2417,7 +2247,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def batchupdate_conversion(profile_id, conversions_batch_update_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def batchupdate_conversion(profile_id, conversions_batch_update_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/conversions/batchupdate', options)
command.request_representation = Google::Apis::DfareportingV3_4::ConversionsBatchUpdateRequest::Representation
command.request_object = conversions_batch_update_request_object
@@ -2426,7 +2256,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2438,10 +2267,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2454,7 +2281,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_country(profile_id, dart_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_country(profile_id, dart_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/countries/{dartId}', options)
command.response_representation = Google::Apis::DfareportingV3_4::Country::Representation
command.response_class = Google::Apis::DfareportingV3_4::Country
@@ -2462,7 +2289,6 @@ module Google
command.params['dartId'] = dart_id unless dart_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2472,10 +2298,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2488,14 +2312,13 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_countries(profile_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_countries(profile_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/countries', options)
command.response_representation = Google::Apis::DfareportingV3_4::CountriesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::CountriesListResponse
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2508,10 +2331,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [IO, String] upload_source
# IO stream or filename containing content to upload
# @param [String] content_type
@@ -2528,7 +2349,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_creative_asset(profile_id, advertiser_id, creative_asset_metadata_object = nil, fields: nil, quota_user: nil, user_ip: nil, upload_source: nil, content_type: nil, options: nil, &block)
+ def insert_creative_asset(profile_id, advertiser_id, creative_asset_metadata_object = nil, fields: nil, quota_user: nil, upload_source: nil, content_type: nil, options: nil, &block)
if upload_source.nil?
command = make_simple_command(:post, 'userprofiles/{profileId}/creativeAssets/{advertiserId}/creativeAssets', options)
else
@@ -2544,7 +2365,6 @@ module Google
command.params['advertiserId'] = advertiser_id unless advertiser_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2558,10 +2378,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2574,14 +2392,13 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def delete_creative_field_value(profile_id, creative_field_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def delete_creative_field_value(profile_id, creative_field_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:delete, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues/{id}', options)
command.params['profileId'] = profile_id unless profile_id.nil?
command.params['creativeFieldId'] = creative_field_id unless creative_field_id.nil?
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2595,10 +2412,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2611,7 +2426,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_creative_field_value(profile_id, creative_field_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_creative_field_value(profile_id, creative_field_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::CreativeFieldValue::Representation
command.response_class = Google::Apis::DfareportingV3_4::CreativeFieldValue
@@ -2620,7 +2435,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2633,10 +2447,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2649,7 +2461,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_creative_field_value(profile_id, creative_field_id, creative_field_value_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_creative_field_value(profile_id, creative_field_id, creative_field_value_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', options)
command.request_representation = Google::Apis::DfareportingV3_4::CreativeFieldValue::Representation
command.request_object = creative_field_value_object
@@ -2659,7 +2471,6 @@ module Google
command.params['creativeFieldId'] = creative_field_id unless creative_field_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2685,10 +2496,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2701,7 +2510,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_creative_field_values(profile_id, creative_field_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_creative_field_values(profile_id, creative_field_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', options)
command.response_representation = Google::Apis::DfareportingV3_4::CreativeFieldValuesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::CreativeFieldValuesListResponse
@@ -2715,7 +2524,6 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2723,17 +2531,15 @@ module Google
# @param [Fixnum] profile_id
# User profile ID associated with this request.
# @param [Fixnum] creative_field_id
- # Creative field ID for this creative field value.
- # @param [Fixnum] id
- # Creative Field Value ID
+ # CreativeField ID.
# @param [Google::Apis::DfareportingV3_4::CreativeFieldValue] creative_field_value_object
+ # @param [Fixnum] id
+ # CreativeFieldValue ID.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2746,7 +2552,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_creative_field_value(profile_id, creative_field_id, id, creative_field_value_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_creative_field_value(profile_id, creative_field_id, creative_field_value_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', options)
command.request_representation = Google::Apis::DfareportingV3_4::CreativeFieldValue::Representation
command.request_object = creative_field_value_object
@@ -2757,7 +2563,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2770,10 +2575,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2786,7 +2589,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_creative_field_value(profile_id, creative_field_id, creative_field_value_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_creative_field_value(profile_id, creative_field_id, creative_field_value_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', options)
command.request_representation = Google::Apis::DfareportingV3_4::CreativeFieldValue::Representation
command.request_object = creative_field_value_object
@@ -2796,7 +2599,6 @@ module Google
command.params['creativeFieldId'] = creative_field_id unless creative_field_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2808,10 +2610,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2824,13 +2624,12 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def delete_creative_field(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def delete_creative_field(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:delete, 'userprofiles/{profileId}/creativeFields/{id}', options)
command.params['profileId'] = profile_id unless profile_id.nil?
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2842,10 +2641,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2858,7 +2655,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_creative_field(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_creative_field(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/creativeFields/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::CreativeField::Representation
command.response_class = Google::Apis::DfareportingV3_4::CreativeField
@@ -2866,7 +2663,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2877,10 +2673,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2893,7 +2687,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_creative_field(profile_id, creative_field_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_creative_field(profile_id, creative_field_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/creativeFields', options)
command.request_representation = Google::Apis::DfareportingV3_4::CreativeField::Representation
command.request_object = creative_field_object
@@ -2902,7 +2696,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -2933,10 +2726,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2949,7 +2740,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_creative_fields(profile_id, advertiser_ids: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_creative_fields(profile_id, advertiser_ids: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/creativeFields', options)
command.response_representation = Google::Apis::DfareportingV3_4::CreativeFieldsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::CreativeFieldsListResponse
@@ -2963,23 +2754,20 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing creative field. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
- # @param [Fixnum] id
- # Creative Field ID
# @param [Google::Apis::DfareportingV3_4::CreativeField] creative_field_object
+ # @param [Fixnum] id
+ # CreativeField ID.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -2992,7 +2780,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_creative_field(profile_id, id, creative_field_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_creative_field(profile_id, creative_field_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/creativeFields', options)
command.request_representation = Google::Apis::DfareportingV3_4::CreativeField::Representation
command.request_object = creative_field_object
@@ -3002,7 +2790,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3013,10 +2800,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3029,7 +2814,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_creative_field(profile_id, creative_field_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_creative_field(profile_id, creative_field_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/creativeFields', options)
command.request_representation = Google::Apis::DfareportingV3_4::CreativeField::Representation
command.request_object = creative_field_object
@@ -3038,7 +2823,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3050,10 +2834,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3066,7 +2848,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_creative_group(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_creative_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/creativeGroups/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::CreativeGroup::Representation
command.response_class = Google::Apis::DfareportingV3_4::CreativeGroup
@@ -3074,7 +2856,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3085,10 +2866,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3101,7 +2880,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_creative_group(profile_id, creative_group_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_creative_group(profile_id, creative_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/creativeGroups', options)
command.request_representation = Google::Apis::DfareportingV3_4::CreativeGroup::Representation
command.request_object = creative_group_object
@@ -3110,7 +2889,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3143,10 +2921,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3159,7 +2935,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_creative_groups(profile_id, advertiser_ids: nil, group_number: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_creative_groups(profile_id, advertiser_ids: nil, group_number: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/creativeGroups', options)
command.response_representation = Google::Apis::DfareportingV3_4::CreativeGroupsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::CreativeGroupsListResponse
@@ -3174,23 +2950,20 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing creative group. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
- # @param [Fixnum] id
- # Creative group ID.
# @param [Google::Apis::DfareportingV3_4::CreativeGroup] creative_group_object
+ # @param [Fixnum] id
+ # CreativeGroup ID.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3203,7 +2976,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_creative_group(profile_id, id, creative_group_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_creative_group(profile_id, creative_group_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/creativeGroups', options)
command.request_representation = Google::Apis::DfareportingV3_4::CreativeGroup::Representation
command.request_object = creative_group_object
@@ -3213,7 +2986,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3224,10 +2996,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3240,7 +3010,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_creative_group(profile_id, creative_group_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_creative_group(profile_id, creative_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/creativeGroups', options)
command.request_representation = Google::Apis::DfareportingV3_4::CreativeGroup::Representation
command.request_object = creative_group_object
@@ -3249,7 +3019,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3261,10 +3030,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3277,7 +3044,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_creative(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_creative(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/creatives/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::Creative::Representation
command.response_class = Google::Apis::DfareportingV3_4::Creative
@@ -3285,7 +3052,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3296,10 +3062,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3312,7 +3076,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_creative(profile_id, creative_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_creative(profile_id, creative_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/creatives', options)
command.request_representation = Google::Apis::DfareportingV3_4::Creative::Representation
command.request_object = creative_object
@@ -3321,7 +3085,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3370,10 +3133,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3386,7 +3147,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_creatives(profile_id, active: nil, advertiser_id: nil, archived: nil, campaign_id: nil, companion_creative_ids: nil, creative_field_ids: nil, ids: nil, max_results: nil, page_token: nil, rendering_ids: nil, search_string: nil, size_ids: nil, sort_field: nil, sort_order: nil, studio_creative_id: nil, types: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_creatives(profile_id, active: nil, advertiser_id: nil, archived: nil, campaign_id: nil, companion_creative_ids: nil, creative_field_ids: nil, ids: nil, max_results: nil, page_token: nil, rendering_ids: nil, search_string: nil, size_ids: nil, sort_field: nil, sort_order: nil, studio_creative_id: nil, types: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/creatives', options)
command.response_representation = Google::Apis::DfareportingV3_4::CreativesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::CreativesListResponse
@@ -3409,23 +3170,20 @@ module Google
command.query['types'] = types unless types.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing creative. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
+ # @param [Google::Apis::DfareportingV3_4::Creative] creative_object
# @param [Fixnum] id
# Creative ID.
- # @param [Google::Apis::DfareportingV3_4::Creative] creative_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3438,7 +3196,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_creative(profile_id, id, creative_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_creative(profile_id, creative_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/creatives', options)
command.request_representation = Google::Apis::DfareportingV3_4::Creative::Representation
command.request_object = creative_object
@@ -3448,7 +3206,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3459,10 +3216,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3475,7 +3230,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_creative(profile_id, creative_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_creative(profile_id, creative_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/creatives', options)
command.request_representation = Google::Apis::DfareportingV3_4::Creative::Representation
command.request_object = creative_object
@@ -3484,7 +3239,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3495,10 +3249,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3511,7 +3263,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def batchinsert_custom_event(profile_id, custom_events_batch_insert_request_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def batchinsert_custom_event(profile_id, custom_events_batch_insert_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/customEvents/batchinsert', options)
command.request_representation = Google::Apis::DfareportingV3_4::CustomEventsBatchInsertRequest::Representation
command.request_object = custom_events_batch_insert_request_object
@@ -3520,7 +3272,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3535,10 +3286,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3551,7 +3300,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def query_dimension_value(profile_id, dimension_value_request_object = nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def query_dimension_value(profile_id, dimension_value_request_object = nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/dimensionvalues/query', options)
command.request_representation = Google::Apis::DfareportingV3_4::DimensionValueRequest::Representation
command.request_object = dimension_value_request_object
@@ -3562,7 +3311,6 @@ module Google
command.query['pageToken'] = page_token unless page_token.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3574,10 +3322,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3590,7 +3336,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_directory_site(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_directory_site(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/directorySites/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::DirectorySite::Representation
command.response_class = Google::Apis::DfareportingV3_4::DirectorySite
@@ -3598,7 +3344,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3609,10 +3354,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3625,7 +3368,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_directory_site(profile_id, directory_site_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_directory_site(profile_id, directory_site_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/directorySites', options)
command.request_representation = Google::Apis::DfareportingV3_4::DirectorySite::Representation
command.request_object = directory_site_object
@@ -3634,7 +3377,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3677,10 +3419,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3693,7 +3433,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_directory_sites(profile_id, accepts_in_stream_video_placements: nil, accepts_interstitial_placements: nil, accepts_publisher_paid_placements: nil, active: nil, dfp_network_code: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_directory_sites(profile_id, accepts_in_stream_video_placements: nil, accepts_interstitial_placements: nil, accepts_publisher_paid_placements: nil, active: nil, dfp_network_code: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/directorySites', options)
command.response_representation = Google::Apis::DfareportingV3_4::DirectorySitesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::DirectorySitesListResponse
@@ -3711,7 +3451,6 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3729,10 +3468,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3745,7 +3482,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def delete_dynamic_targeting_key(profile_id, object_id_, name, object_type, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def delete_dynamic_targeting_key(profile_id, object_id_, name, object_type, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:delete, 'userprofiles/{profileId}/dynamicTargetingKeys/{objectId}', options)
command.params['profileId'] = profile_id unless profile_id.nil?
command.params['objectId'] = object_id_ unless object_id_.nil?
@@ -3753,7 +3490,6 @@ module Google
command.query['objectType'] = object_type unless object_type.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3767,10 +3503,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3783,7 +3517,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_dynamic_targeting_key(profile_id, dynamic_targeting_key_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_dynamic_targeting_key(profile_id, dynamic_targeting_key_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/dynamicTargetingKeys', options)
command.request_representation = Google::Apis::DfareportingV3_4::DynamicTargetingKey::Representation
command.request_object = dynamic_targeting_key_object
@@ -3792,7 +3526,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3810,10 +3543,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3826,7 +3557,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_dynamic_targeting_keys(profile_id, advertiser_id: nil, names: nil, object_id_: nil, object_type: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_dynamic_targeting_keys(profile_id, advertiser_id: nil, names: nil, object_id_: nil, object_type: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/dynamicTargetingKeys', options)
command.response_representation = Google::Apis::DfareportingV3_4::DynamicTargetingKeysListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::DynamicTargetingKeysListResponse
@@ -3837,7 +3568,6 @@ module Google
command.query['objectType'] = object_type unless object_type.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3849,10 +3579,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3865,13 +3593,12 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def delete_event_tag(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def delete_event_tag(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:delete, 'userprofiles/{profileId}/eventTags/{id}', options)
command.params['profileId'] = profile_id unless profile_id.nil?
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3883,10 +3610,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3899,7 +3624,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_event_tag(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_event_tag(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/eventTags/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::EventTag::Representation
command.response_class = Google::Apis::DfareportingV3_4::EventTag
@@ -3907,7 +3632,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3918,10 +3642,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -3934,7 +3656,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_event_tag(profile_id, event_tag_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_event_tag(profile_id, event_tag_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/eventTags', options)
command.request_representation = Google::Apis::DfareportingV3_4::EventTag::Representation
command.request_object = event_tag_object
@@ -3943,7 +3665,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -3991,10 +3712,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4007,7 +3726,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_event_tags(profile_id, ad_id: nil, advertiser_id: nil, campaign_id: nil, definitions_only: nil, enabled: nil, event_tag_types: nil, ids: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_event_tags(profile_id, ad_id: nil, advertiser_id: nil, campaign_id: nil, definitions_only: nil, enabled: nil, event_tag_types: nil, ids: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/eventTags', options)
command.response_representation = Google::Apis::DfareportingV3_4::EventTagsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::EventTagsListResponse
@@ -4024,23 +3743,20 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing event tag. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
- # @param [Fixnum] id
- # Event tag ID.
# @param [Google::Apis::DfareportingV3_4::EventTag] event_tag_object
+ # @param [Fixnum] id
+ # EventTag ID.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4053,7 +3769,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_event_tag(profile_id, id, event_tag_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_event_tag(profile_id, event_tag_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/eventTags', options)
command.request_representation = Google::Apis::DfareportingV3_4::EventTag::Representation
command.request_object = event_tag_object
@@ -4063,7 +3779,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4074,10 +3789,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4090,7 +3803,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_event_tag(profile_id, event_tag_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_event_tag(profile_id, event_tag_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/eventTags', options)
command.request_representation = Google::Apis::DfareportingV3_4::EventTag::Representation
command.request_object = event_tag_object
@@ -4099,7 +3812,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4112,10 +3824,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [IO, String] download_dest
# IO stream or filename to receive content download
# @param [Google::Apis::RequestOptions] options
@@ -4130,7 +3840,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_file(report_id, file_id, fields: nil, quota_user: nil, user_ip: nil, download_dest: nil, options: nil, &block)
+ def get_file(report_id, file_id, fields: nil, quota_user: nil, download_dest: nil, options: nil, &block)
if download_dest.nil?
command = make_simple_command(:get, 'reports/{reportId}/files/{fileId}', options)
else
@@ -4143,7 +3853,6 @@ module Google
command.params['fileId'] = file_id unless file_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4163,10 +3872,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4179,7 +3886,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_files(profile_id, max_results: nil, page_token: nil, scope: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_files(profile_id, max_results: nil, page_token: nil, scope: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/files', options)
command.response_representation = Google::Apis::DfareportingV3_4::FileList::Representation
command.response_class = Google::Apis::DfareportingV3_4::FileList
@@ -4191,7 +3898,6 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4203,10 +3909,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4219,13 +3923,12 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def delete_floodlight_activity(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def delete_floodlight_activity(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:delete, 'userprofiles/{profileId}/floodlightActivities/{id}', options)
command.params['profileId'] = profile_id unless profile_id.nil?
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4237,10 +3940,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4253,7 +3954,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def generatetag_floodlight_activity(profile_id, floodlight_activity_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def generatetag_floodlight_activity(profile_id, floodlight_activity_id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/floodlightActivities/generatetag', options)
command.response_representation = Google::Apis::DfareportingV3_4::FloodlightActivitiesGenerateTagResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::FloodlightActivitiesGenerateTagResponse
@@ -4261,7 +3962,6 @@ module Google
command.query['floodlightActivityId'] = floodlight_activity_id unless floodlight_activity_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4273,10 +3973,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4289,7 +3987,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_floodlight_activity(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_floodlight_activity(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightActivities/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::FloodlightActivity::Representation
command.response_class = Google::Apis::DfareportingV3_4::FloodlightActivity
@@ -4297,7 +3995,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4308,10 +4005,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4324,7 +4019,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_floodlight_activity(profile_id, floodlight_activity_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_floodlight_activity(profile_id, floodlight_activity_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/floodlightActivities', options)
command.request_representation = Google::Apis::DfareportingV3_4::FloodlightActivity::Representation
command.request_object = floodlight_activity_object
@@ -4333,7 +4028,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4385,10 +4079,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4401,7 +4093,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_floodlight_activities(profile_id, advertiser_id: nil, floodlight_activity_group_ids: nil, floodlight_activity_group_name: nil, floodlight_activity_group_tag_string: nil, floodlight_activity_group_type: nil, floodlight_configuration_id: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, tag_string: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_floodlight_activities(profile_id, advertiser_id: nil, floodlight_activity_group_ids: nil, floodlight_activity_group_name: nil, floodlight_activity_group_tag_string: nil, floodlight_activity_group_type: nil, floodlight_configuration_id: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, tag_string: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightActivities', options)
command.response_representation = Google::Apis::DfareportingV3_4::FloodlightActivitiesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::FloodlightActivitiesListResponse
@@ -4421,23 +4113,20 @@ module Google
command.query['tagString'] = tag_string unless tag_string.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing floodlight activity. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
- # @param [Fixnum] id
- # Floodlight activity ID.
# @param [Google::Apis::DfareportingV3_4::FloodlightActivity] floodlight_activity_object
+ # @param [Fixnum] id
+ # FloodlightActivity ID.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4450,7 +4139,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_floodlight_activity(profile_id, id, floodlight_activity_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_floodlight_activity(profile_id, floodlight_activity_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/floodlightActivities', options)
command.request_representation = Google::Apis::DfareportingV3_4::FloodlightActivity::Representation
command.request_object = floodlight_activity_object
@@ -4460,7 +4149,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4471,10 +4159,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4487,7 +4173,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_floodlight_activity(profile_id, floodlight_activity_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_floodlight_activity(profile_id, floodlight_activity_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/floodlightActivities', options)
command.request_representation = Google::Apis::DfareportingV3_4::FloodlightActivity::Representation
command.request_object = floodlight_activity_object
@@ -4496,7 +4182,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4508,10 +4193,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4524,7 +4207,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_floodlight_activity_group(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_floodlight_activity_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightActivityGroups/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::FloodlightActivityGroup::Representation
command.response_class = Google::Apis::DfareportingV3_4::FloodlightActivityGroup
@@ -4532,7 +4215,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4543,10 +4225,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4559,7 +4239,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_floodlight_activity_group(profile_id, floodlight_activity_group_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_floodlight_activity_group(profile_id, floodlight_activity_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/floodlightActivityGroups', options)
command.request_representation = Google::Apis::DfareportingV3_4::FloodlightActivityGroup::Representation
command.request_object = floodlight_activity_group_object
@@ -4568,7 +4248,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4610,10 +4289,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4626,7 +4303,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_floodlight_activity_groups(profile_id, advertiser_id: nil, floodlight_configuration_id: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, type: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_floodlight_activity_groups(profile_id, advertiser_id: nil, floodlight_configuration_id: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, type: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightActivityGroups', options)
command.response_representation = Google::Apis::DfareportingV3_4::FloodlightActivityGroupsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::FloodlightActivityGroupsListResponse
@@ -4642,7 +4319,6 @@ module Google
command.query['type'] = type unless type.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4650,16 +4326,14 @@ module Google
# semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
- # @param [Fixnum] id
- # Floodlight activity Group ID.
# @param [Google::Apis::DfareportingV3_4::FloodlightActivityGroup] floodlight_activity_group_object
+ # @param [Fixnum] id
+ # FloodlightActivityGroup ID.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4672,7 +4346,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_floodlight_activity_group(profile_id, id, floodlight_activity_group_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_floodlight_activity_group(profile_id, floodlight_activity_group_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/floodlightActivityGroups', options)
command.request_representation = Google::Apis::DfareportingV3_4::FloodlightActivityGroup::Representation
command.request_object = floodlight_activity_group_object
@@ -4682,7 +4356,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4693,10 +4366,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4709,7 +4380,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_floodlight_activity_group(profile_id, floodlight_activity_group_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_floodlight_activity_group(profile_id, floodlight_activity_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/floodlightActivityGroups', options)
command.request_representation = Google::Apis::DfareportingV3_4::FloodlightActivityGroup::Representation
command.request_object = floodlight_activity_group_object
@@ -4718,7 +4389,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4730,10 +4400,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4746,7 +4414,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_floodlight_configuration(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_floodlight_configuration(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightConfigurations/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::FloodlightConfiguration::Representation
command.response_class = Google::Apis::DfareportingV3_4::FloodlightConfiguration
@@ -4754,7 +4422,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4767,10 +4434,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4783,7 +4448,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_floodlight_configurations(profile_id, ids: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_floodlight_configurations(profile_id, ids: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightConfigurations', options)
command.response_representation = Google::Apis::DfareportingV3_4::FloodlightConfigurationsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::FloodlightConfigurationsListResponse
@@ -4791,7 +4456,6 @@ module Google
command.query['ids'] = ids unless ids.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4799,16 +4463,14 @@ module Google
# semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
- # @param [Fixnum] id
- # Floodlight configuration ID.
# @param [Google::Apis::DfareportingV3_4::FloodlightConfiguration] floodlight_configuration_object
+ # @param [Fixnum] id
+ # FloodlightConfiguration ID.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4821,7 +4483,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_floodlight_configuration(profile_id, id, floodlight_configuration_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_floodlight_configuration(profile_id, floodlight_configuration_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/floodlightConfigurations', options)
command.request_representation = Google::Apis::DfareportingV3_4::FloodlightConfiguration::Representation
command.request_object = floodlight_configuration_object
@@ -4831,7 +4493,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4842,10 +4503,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4858,7 +4517,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_floodlight_configuration(profile_id, floodlight_configuration_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_floodlight_configuration(profile_id, floodlight_configuration_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/floodlightConfigurations', options)
command.request_representation = Google::Apis::DfareportingV3_4::FloodlightConfiguration::Representation
command.request_object = floodlight_configuration_object
@@ -4867,7 +4526,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4881,10 +4539,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4897,7 +4553,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_inventory_item(profile_id, project_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_inventory_item(profile_id, project_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/inventoryItems/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::InventoryItem::Representation
command.response_class = Google::Apis::DfareportingV3_4::InventoryItem
@@ -4906,7 +4562,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4937,10 +4592,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4953,7 +4606,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_inventory_items(profile_id, project_id, ids: nil, in_plan: nil, max_results: nil, order_id: nil, page_token: nil, site_id: nil, sort_field: nil, sort_order: nil, type: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_inventory_items(profile_id, project_id, ids: nil, in_plan: nil, max_results: nil, order_id: nil, page_token: nil, site_id: nil, sort_field: nil, sort_order: nil, type: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/inventoryItems', options)
command.response_representation = Google::Apis::DfareportingV3_4::InventoryItemsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::InventoryItemsListResponse
@@ -4970,7 +4623,6 @@ module Google
command.query['type'] = type unless type.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -4980,10 +4632,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -4996,14 +4646,13 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_languages(profile_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_languages(profile_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/languages', options)
command.response_representation = Google::Apis::DfareportingV3_4::LanguagesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::LanguagesListResponse
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5013,10 +4662,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5029,14 +4676,13 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_metros(profile_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_metros(profile_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/metros', options)
command.response_representation = Google::Apis::DfareportingV3_4::MetrosListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::MetrosListResponse
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5048,10 +4694,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5064,7 +4708,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_mobile_app(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_mobile_app(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/mobileApps/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::MobileApp::Representation
command.response_class = Google::Apis::DfareportingV3_4::MobileApp
@@ -5072,7 +4716,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5097,10 +4740,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5113,7 +4754,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_mobile_apps(profile_id, directories: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_mobile_apps(profile_id, directories: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/mobileApps', options)
command.response_representation = Google::Apis::DfareportingV3_4::MobileAppsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::MobileAppsListResponse
@@ -5125,7 +4766,6 @@ module Google
command.query['searchString'] = search_string unless search_string.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5137,10 +4777,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5153,7 +4791,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_mobile_carrier(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_mobile_carrier(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/mobileCarriers/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::MobileCarrier::Representation
command.response_class = Google::Apis::DfareportingV3_4::MobileCarrier
@@ -5161,7 +4799,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5171,10 +4808,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5187,14 +4822,13 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_mobile_carriers(profile_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_mobile_carriers(profile_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/mobileCarriers', options)
command.response_representation = Google::Apis::DfareportingV3_4::MobileCarriersListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::MobileCarriersListResponse
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5206,10 +4840,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5222,7 +4854,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_operating_system_version(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_operating_system_version(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/operatingSystemVersions/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::OperatingSystemVersion::Representation
command.response_class = Google::Apis::DfareportingV3_4::OperatingSystemVersion
@@ -5230,7 +4862,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5240,10 +4871,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5256,14 +4885,13 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_operating_system_versions(profile_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_operating_system_versions(profile_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/operatingSystemVersions', options)
command.response_representation = Google::Apis::DfareportingV3_4::OperatingSystemVersionsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::OperatingSystemVersionsListResponse
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5275,10 +4903,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5291,7 +4917,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_operating_system(profile_id, dart_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_operating_system(profile_id, dart_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/operatingSystems/{dartId}', options)
command.response_representation = Google::Apis::DfareportingV3_4::OperatingSystem::Representation
command.response_class = Google::Apis::DfareportingV3_4::OperatingSystem
@@ -5299,7 +4925,6 @@ module Google
command.params['dartId'] = dart_id unless dart_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5309,10 +4934,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5325,14 +4948,13 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_operating_systems(profile_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_operating_systems(profile_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/operatingSystems', options)
command.response_representation = Google::Apis::DfareportingV3_4::OperatingSystemsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::OperatingSystemsListResponse
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5346,10 +4968,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5362,7 +4982,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_order_document(profile_id, project_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_order_document(profile_id, project_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/orderDocuments/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::OrderDocument::Representation
command.response_class = Google::Apis::DfareportingV3_4::OrderDocument
@@ -5371,7 +4991,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5408,10 +5027,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5424,7 +5041,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_order_documents(profile_id, project_id, approved: nil, ids: nil, max_results: nil, order_id: nil, page_token: nil, search_string: nil, site_id: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_order_documents(profile_id, project_id, approved: nil, ids: nil, max_results: nil, order_id: nil, page_token: nil, search_string: nil, site_id: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/orderDocuments', options)
command.response_representation = Google::Apis::DfareportingV3_4::OrderDocumentsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::OrderDocumentsListResponse
@@ -5441,7 +5058,6 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5455,10 +5071,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5471,7 +5085,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_order(profile_id, project_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_order(profile_id, project_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/orders/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::Order::Representation
command.response_class = Google::Apis::DfareportingV3_4::Order
@@ -5480,7 +5094,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5511,10 +5124,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5527,7 +5138,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_orders(profile_id, project_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, site_id: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_orders(profile_id, project_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, site_id: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/orders', options)
command.response_representation = Google::Apis::DfareportingV3_4::OrdersListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::OrdersListResponse
@@ -5542,7 +5153,6 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5554,10 +5164,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5570,7 +5178,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_placement_group(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_placement_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/placementGroups/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::PlacementGroup::Representation
command.response_class = Google::Apis::DfareportingV3_4::PlacementGroup
@@ -5578,7 +5186,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5589,10 +5196,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5605,7 +5210,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_placement_group(profile_id, placement_group_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_placement_group(profile_id, placement_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/placementGroups', options)
command.request_representation = Google::Apis::DfareportingV3_4::PlacementGroup::Representation
command.request_object = placement_group_object
@@ -5614,7 +5219,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5680,10 +5284,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5696,7 +5298,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_placement_groups(profile_id, advertiser_ids: nil, archived: nil, campaign_ids: nil, content_category_ids: nil, directory_site_ids: nil, ids: nil, max_end_date: nil, max_results: nil, max_start_date: nil, min_end_date: nil, min_start_date: nil, page_token: nil, placement_group_type: nil, placement_strategy_ids: nil, pricing_types: nil, search_string: nil, site_ids: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_placement_groups(profile_id, advertiser_ids: nil, archived: nil, campaign_ids: nil, content_category_ids: nil, directory_site_ids: nil, ids: nil, max_end_date: nil, max_results: nil, max_start_date: nil, min_end_date: nil, min_start_date: nil, page_token: nil, placement_group_type: nil, placement_strategy_ids: nil, pricing_types: nil, search_string: nil, site_ids: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/placementGroups', options)
command.response_representation = Google::Apis::DfareportingV3_4::PlacementGroupsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::PlacementGroupsListResponse
@@ -5722,23 +5324,20 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing placement group. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
- # @param [Fixnum] id
- # Placement group ID.
# @param [Google::Apis::DfareportingV3_4::PlacementGroup] placement_group_object
+ # @param [Fixnum] id
+ # PlacementGroup ID.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5751,7 +5350,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_placement_group(profile_id, id, placement_group_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_placement_group(profile_id, placement_group_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/placementGroups', options)
command.request_representation = Google::Apis::DfareportingV3_4::PlacementGroup::Representation
command.request_object = placement_group_object
@@ -5761,7 +5360,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5772,10 +5370,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5788,7 +5384,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_placement_group(profile_id, placement_group_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_placement_group(profile_id, placement_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/placementGroups', options)
command.request_representation = Google::Apis::DfareportingV3_4::PlacementGroup::Representation
command.request_object = placement_group_object
@@ -5797,7 +5393,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5809,10 +5404,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5825,13 +5418,12 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def delete_placement_strategy(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def delete_placement_strategy(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:delete, 'userprofiles/{profileId}/placementStrategies/{id}', options)
command.params['profileId'] = profile_id unless profile_id.nil?
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5843,10 +5435,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5859,7 +5449,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_placement_strategy(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_placement_strategy(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/placementStrategies/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::PlacementStrategy::Representation
command.response_class = Google::Apis::DfareportingV3_4::PlacementStrategy
@@ -5867,7 +5457,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5878,10 +5467,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5894,7 +5481,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_placement_strategy(profile_id, placement_strategy_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_placement_strategy(profile_id, placement_strategy_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/placementStrategies', options)
command.request_representation = Google::Apis::DfareportingV3_4::PlacementStrategy::Representation
command.request_object = placement_strategy_object
@@ -5903,7 +5490,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -5932,10 +5518,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5948,7 +5532,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_placement_strategies(profile_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_placement_strategies(profile_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/placementStrategies', options)
command.response_representation = Google::Apis::DfareportingV3_4::PlacementStrategiesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::PlacementStrategiesListResponse
@@ -5961,23 +5545,20 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing placement strategy. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
- # @param [Fixnum] id
- # Placement strategy ID.
# @param [Google::Apis::DfareportingV3_4::PlacementStrategy] placement_strategy_object
+ # @param [Fixnum] id
+ # PlacementStrategy ID.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -5990,7 +5571,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_placement_strategy(profile_id, id, placement_strategy_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_placement_strategy(profile_id, placement_strategy_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/placementStrategies', options)
command.request_representation = Google::Apis::DfareportingV3_4::PlacementStrategy::Representation
command.request_object = placement_strategy_object
@@ -6000,7 +5581,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6011,10 +5591,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6027,7 +5605,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_placement_strategy(profile_id, placement_strategy_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_placement_strategy(profile_id, placement_strategy_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/placementStrategies', options)
command.request_representation = Google::Apis::DfareportingV3_4::PlacementStrategy::Representation
command.request_object = placement_strategy_object
@@ -6036,7 +5614,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6048,15 +5625,13 @@ module Google
# @param [Array, Fixnum] placement_ids
# Generate tags for these placements.
# @param [Array, String] tag_formats
- # Tag formats to generate for these placements.
- # Note: PLACEMENT_TAG_STANDARD can only be generated for 1x1 placements.
+ # Tag formats to generate for these placements. *Note:* PLACEMENT_TAG_STANDARD
+ # can only be generated for 1x1 placements.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6069,7 +5644,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def generatetags_placement(profile_id, campaign_id: nil, placement_ids: nil, tag_formats: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def generatetags_placement(profile_id, campaign_id: nil, placement_ids: nil, tag_formats: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/placements/generatetags', options)
command.response_representation = Google::Apis::DfareportingV3_4::PlacementsGenerateTagsResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::PlacementsGenerateTagsResponse
@@ -6079,7 +5654,6 @@ module Google
command.query['tagFormats'] = tag_formats unless tag_formats.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6091,10 +5665,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6107,7 +5679,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_placement(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_placement(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/placements/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::Placement::Representation
command.response_class = Google::Apis::DfareportingV3_4::Placement
@@ -6115,7 +5687,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6126,10 +5697,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6142,7 +5711,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_placement(profile_id, placement_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_placement(profile_id, placement_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/placements', options)
command.request_representation = Google::Apis::DfareportingV3_4::Placement::Representation
command.request_object = placement_object
@@ -6151,7 +5720,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6207,7 +5775,7 @@ module Google
# June 2015", "placement May 2015", or simply "placements 2015". Most of the
# searches also add wildcards implicitly at the start and the end of the search
# string. For example, a search string of "placement" will match placements with
- # name "my placement", "placement 2015", or simply "placement".
+ # name "my placement", "placement 2015", or simply "placement" .
# @param [Array, Fixnum] site_ids
# Select only placements that are associated with these sites.
# @param [Array, Fixnum] size_ids
@@ -6219,10 +5787,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6235,7 +5801,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_placements(profile_id, advertiser_ids: nil, archived: nil, campaign_ids: nil, compatibilities: nil, content_category_ids: nil, directory_site_ids: nil, group_ids: nil, ids: nil, max_end_date: nil, max_results: nil, max_start_date: nil, min_end_date: nil, min_start_date: nil, page_token: nil, payment_source: nil, placement_strategy_ids: nil, pricing_types: nil, search_string: nil, site_ids: nil, size_ids: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_placements(profile_id, advertiser_ids: nil, archived: nil, campaign_ids: nil, compatibilities: nil, content_category_ids: nil, directory_site_ids: nil, group_ids: nil, ids: nil, max_end_date: nil, max_results: nil, max_start_date: nil, min_end_date: nil, min_start_date: nil, page_token: nil, payment_source: nil, placement_strategy_ids: nil, pricing_types: nil, search_string: nil, site_ids: nil, size_ids: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/placements', options)
command.response_representation = Google::Apis::DfareportingV3_4::PlacementsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::PlacementsListResponse
@@ -6264,23 +5830,20 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing placement. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
+ # @param [Google::Apis::DfareportingV3_4::Placement] placement_object
# @param [Fixnum] id
# Placement ID.
- # @param [Google::Apis::DfareportingV3_4::Placement] placement_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6293,7 +5856,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_placement(profile_id, id, placement_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_placement(profile_id, placement_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/placements', options)
command.request_representation = Google::Apis::DfareportingV3_4::Placement::Representation
command.request_object = placement_object
@@ -6303,7 +5866,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6314,10 +5876,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6330,7 +5890,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_placement(profile_id, placement_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_placement(profile_id, placement_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/placements', options)
command.request_representation = Google::Apis::DfareportingV3_4::Placement::Representation
command.request_object = placement_object
@@ -6339,7 +5899,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6351,10 +5910,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6367,7 +5924,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_platform_type(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_platform_type(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/platformTypes/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::PlatformType::Representation
command.response_class = Google::Apis::DfareportingV3_4::PlatformType
@@ -6375,7 +5932,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6385,10 +5941,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6401,14 +5955,13 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_platform_types(profile_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_platform_types(profile_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/platformTypes', options)
command.response_representation = Google::Apis::DfareportingV3_4::PlatformTypesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::PlatformTypesListResponse
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6420,10 +5973,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6436,7 +5987,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_postal_code(profile_id, code, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_postal_code(profile_id, code, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/postalCodes/{code}', options)
command.response_representation = Google::Apis::DfareportingV3_4::PostalCode::Representation
command.response_class = Google::Apis::DfareportingV3_4::PostalCode
@@ -6444,7 +5995,6 @@ module Google
command.params['code'] = code unless code.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6454,10 +6004,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6470,14 +6018,13 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_postal_codes(profile_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_postal_codes(profile_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/postalCodes', options)
command.response_representation = Google::Apis::DfareportingV3_4::PostalCodesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::PostalCodesListResponse
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6489,10 +6036,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6505,7 +6050,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_project(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_project(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::Project::Representation
command.response_class = Google::Apis::DfareportingV3_4::Project
@@ -6513,11 +6058,10 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
- # Retrieves a list of projects, possibly filtered. This method supports paging.
+ # Retrieves a list of projects, possibly filtered. This method supports paging .
# @param [Fixnum] profile_id
# User profile ID associated with this request.
# @param [Array, Fixnum] advertiser_ids
@@ -6542,10 +6086,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6558,7 +6100,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_projects(profile_id, advertiser_ids: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_projects(profile_id, advertiser_ids: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/projects', options)
command.response_representation = Google::Apis::DfareportingV3_4::ProjectsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::ProjectsListResponse
@@ -6572,7 +6114,6 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6582,10 +6123,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6598,14 +6137,13 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_regions(profile_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_regions(profile_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/regions', options)
command.response_representation = Google::Apis::DfareportingV3_4::RegionsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::RegionsListResponse
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6617,10 +6155,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6633,7 +6169,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_remarketing_list_share(profile_id, remarketing_list_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_remarketing_list_share(profile_id, remarketing_list_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/remarketingListShares/{remarketingListId}', options)
command.response_representation = Google::Apis::DfareportingV3_4::RemarketingListShare::Representation
command.response_class = Google::Apis::DfareportingV3_4::RemarketingListShare
@@ -6641,7 +6177,6 @@ module Google
command.params['remarketingListId'] = remarketing_list_id unless remarketing_list_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6650,15 +6185,15 @@ module Google
# @param [Fixnum] profile_id
# User profile ID associated with this request.
# @param [Fixnum] remarketing_list_id
- # Remarketing list ID.
+ # RemarketingList ID.
# @param [Google::Apis::DfareportingV3_4::RemarketingListShare] remarketing_list_share_object
+ # @param [Fixnum] id
+ # RemarketingListShare ID.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6671,17 +6206,17 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_remarketing_list_share(profile_id, remarketing_list_id, remarketing_list_share_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
- command = make_simple_command(:patch, 'userprofiles/{profileId}/remarketingListShares', options)
+ def patch_remarketing_list_share(profile_id, remarketing_list_id, remarketing_list_share_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:patch, 'userprofiles/{profileId}/remarketingLists/{remarketingListId}/remarketingListShares', options)
command.request_representation = Google::Apis::DfareportingV3_4::RemarketingListShare::Representation
command.request_object = remarketing_list_share_object
command.response_representation = Google::Apis::DfareportingV3_4::RemarketingListShare::Representation
command.response_class = Google::Apis::DfareportingV3_4::RemarketingListShare
command.params['profileId'] = profile_id unless profile_id.nil?
- command.query['remarketingListId'] = remarketing_list_id unless remarketing_list_id.nil?
+ command.params['remarketingListId'] = remarketing_list_id unless remarketing_list_id.nil?
+ command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6692,10 +6227,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6708,7 +6241,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_remarketing_list_share(profile_id, remarketing_list_share_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_remarketing_list_share(profile_id, remarketing_list_share_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/remarketingListShares', options)
command.request_representation = Google::Apis::DfareportingV3_4::RemarketingListShare::Representation
command.request_object = remarketing_list_share_object
@@ -6717,7 +6250,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6729,10 +6261,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6745,7 +6275,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_remarketing_list(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_remarketing_list(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/remarketingLists/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::RemarketingList::Representation
command.response_class = Google::Apis::DfareportingV3_4::RemarketingList
@@ -6753,7 +6283,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6764,10 +6293,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6780,7 +6307,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_remarketing_list(profile_id, remarketing_list_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_remarketing_list(profile_id, remarketing_list_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/remarketingLists', options)
command.request_representation = Google::Apis::DfareportingV3_4::RemarketingList::Representation
command.request_object = remarketing_list_object
@@ -6789,7 +6316,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6822,10 +6348,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6838,7 +6362,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_remarketing_lists(profile_id, advertiser_id, active: nil, floodlight_activity_id: nil, max_results: nil, name: nil, page_token: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_remarketing_lists(profile_id, advertiser_id, active: nil, floodlight_activity_id: nil, max_results: nil, name: nil, page_token: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/remarketingLists', options)
command.response_representation = Google::Apis::DfareportingV3_4::RemarketingListsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::RemarketingListsListResponse
@@ -6853,23 +6377,20 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing remarketing list. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
- # @param [Fixnum] id
- # Remarketing list ID.
# @param [Google::Apis::DfareportingV3_4::RemarketingList] remarketing_list_object
+ # @param [Fixnum] id
+ # RemarketingList ID.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6882,7 +6403,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_remarketing_list(profile_id, id, remarketing_list_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_remarketing_list(profile_id, remarketing_list_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/remarketingLists', options)
command.request_representation = Google::Apis::DfareportingV3_4::RemarketingList::Representation
command.request_object = remarketing_list_object
@@ -6892,7 +6413,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6903,10 +6423,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6919,7 +6437,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_remarketing_list(profile_id, remarketing_list_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_remarketing_list(profile_id, remarketing_list_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/remarketingLists', options)
command.request_representation = Google::Apis::DfareportingV3_4::RemarketingList::Representation
command.request_object = remarketing_list_object
@@ -6928,7 +6446,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6940,10 +6457,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6956,13 +6471,12 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def delete_report(profile_id, report_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def delete_report(profile_id, report_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:delete, 'userprofiles/{profileId}/reports/{reportId}', options)
command.params['profileId'] = profile_id unless profile_id.nil?
command.params['reportId'] = report_id unless report_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -6974,10 +6488,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -6990,7 +6502,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_report(profile_id, report_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_report(profile_id, report_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/reports/{reportId}', options)
command.response_representation = Google::Apis::DfareportingV3_4::Report::Representation
command.response_class = Google::Apis::DfareportingV3_4::Report
@@ -6998,7 +6510,6 @@ module Google
command.params['reportId'] = report_id unless report_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7009,10 +6520,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7025,7 +6534,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_report(profile_id, report_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_report(profile_id, report_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/reports', options)
command.request_representation = Google::Apis::DfareportingV3_4::Report::Representation
command.request_object = report_object
@@ -7034,7 +6543,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7054,10 +6562,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7070,7 +6576,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_reports(profile_id, max_results: nil, page_token: nil, scope: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_reports(profile_id, max_results: nil, page_token: nil, scope: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/reports', options)
command.response_representation = Google::Apis::DfareportingV3_4::ReportList::Representation
command.response_class = Google::Apis::DfareportingV3_4::ReportList
@@ -7082,11 +6588,10 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
- # Updates a report. This method supports patch semantics.
+ # Updates an existing report. This method supports patch semantics.
# @param [Fixnum] profile_id
# The DFA user profile ID.
# @param [Fixnum] report_id
@@ -7095,10 +6600,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7111,7 +6614,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_report(profile_id, report_id, report_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_report(profile_id, report_id, report_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/reports/{reportId}', options)
command.request_representation = Google::Apis::DfareportingV3_4::Report::Representation
command.request_object = report_object
@@ -7121,7 +6624,6 @@ module Google
command.params['reportId'] = report_id unless report_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7135,10 +6637,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7151,7 +6651,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def run_report(profile_id, report_id, synchronous: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def run_report(profile_id, report_id, synchronous: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/reports/{reportId}/run', options)
command.response_representation = Google::Apis::DfareportingV3_4::File::Representation
command.response_class = Google::Apis::DfareportingV3_4::File
@@ -7160,7 +6660,6 @@ module Google
command.query['synchronous'] = synchronous unless synchronous.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7173,10 +6672,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7189,7 +6686,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_report(profile_id, report_id, report_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_report(profile_id, report_id, report_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/reports/{reportId}', options)
command.request_representation = Google::Apis::DfareportingV3_4::Report::Representation
command.request_object = report_object
@@ -7199,7 +6696,6 @@ module Google
command.params['reportId'] = report_id unless report_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7212,10 +6708,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7228,7 +6722,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def query_report_compatible_field(profile_id, report_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def query_report_compatible_field(profile_id, report_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/reports/compatiblefields/query', options)
command.request_representation = Google::Apis::DfareportingV3_4::Report::Representation
command.request_object = report_object
@@ -7237,7 +6731,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7252,10 +6745,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [IO, String] download_dest
# IO stream or filename to receive content download
# @param [Google::Apis::RequestOptions] options
@@ -7270,7 +6761,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_report_file(profile_id, report_id, file_id, fields: nil, quota_user: nil, user_ip: nil, download_dest: nil, options: nil, &block)
+ def get_report_file(profile_id, report_id, file_id, fields: nil, quota_user: nil, download_dest: nil, options: nil, &block)
if download_dest.nil?
command = make_simple_command(:get, 'userprofiles/{profileId}/reports/{reportId}/files/{fileId}', options)
else
@@ -7284,7 +6775,6 @@ module Google
command.params['fileId'] = file_id unless file_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7304,10 +6794,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7320,7 +6808,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_report_files(profile_id, report_id, max_results: nil, page_token: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_report_files(profile_id, report_id, max_results: nil, page_token: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/reports/{reportId}/files', options)
command.response_representation = Google::Apis::DfareportingV3_4::FileList::Representation
command.response_class = Google::Apis::DfareportingV3_4::FileList
@@ -7332,7 +6820,6 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7344,10 +6831,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7360,7 +6845,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_site(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_site(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/sites/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::Site::Representation
command.response_class = Google::Apis::DfareportingV3_4::Site
@@ -7368,7 +6853,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7379,10 +6863,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7395,7 +6877,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_site(profile_id, site_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_site(profile_id, site_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/sites', options)
command.request_representation = Google::Apis::DfareportingV3_4::Site::Representation
command.request_object = site_object
@@ -7404,7 +6886,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7451,10 +6932,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7467,7 +6946,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_sites(profile_id, accepts_in_stream_video_placements: nil, accepts_interstitial_placements: nil, accepts_publisher_paid_placements: nil, ad_words_site: nil, approved: nil, campaign_ids: nil, directory_site_ids: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, subaccount_id: nil, unmapped_site: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_sites(profile_id, accepts_in_stream_video_placements: nil, accepts_interstitial_placements: nil, accepts_publisher_paid_placements: nil, ad_words_site: nil, approved: nil, campaign_ids: nil, directory_site_ids: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, subaccount_id: nil, unmapped_site: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/sites', options)
command.response_representation = Google::Apis::DfareportingV3_4::SitesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::SitesListResponse
@@ -7489,23 +6968,20 @@ module Google
command.query['unmappedSite'] = unmapped_site unless unmapped_site.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing site. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
+ # @param [Google::Apis::DfareportingV3_4::Site] site_object
# @param [Fixnum] id
# Site ID.
- # @param [Google::Apis::DfareportingV3_4::Site] site_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7518,7 +6994,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_site(profile_id, id, site_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_site(profile_id, site_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/sites', options)
command.request_representation = Google::Apis::DfareportingV3_4::Site::Representation
command.request_object = site_object
@@ -7528,7 +7004,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7539,10 +7014,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7555,7 +7028,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_site(profile_id, site_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_site(profile_id, site_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/sites', options)
command.request_representation = Google::Apis::DfareportingV3_4::Site::Representation
command.request_object = site_object
@@ -7564,7 +7037,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7576,10 +7048,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7592,7 +7062,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_size(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_size(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/sizes/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::Size::Representation
command.response_class = Google::Apis::DfareportingV3_4::Size
@@ -7600,7 +7070,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7611,10 +7080,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7627,7 +7094,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_size(profile_id, size_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_size(profile_id, size_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/sizes', options)
command.request_representation = Google::Apis::DfareportingV3_4::Size::Representation
command.request_object = size_object
@@ -7636,7 +7103,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7657,10 +7123,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7673,7 +7137,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_sizes(profile_id, height: nil, iab_standard: nil, ids: nil, width: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_sizes(profile_id, height: nil, iab_standard: nil, ids: nil, width: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/sizes', options)
command.response_representation = Google::Apis::DfareportingV3_4::SizesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::SizesListResponse
@@ -7684,7 +7148,6 @@ module Google
command.query['width'] = width unless width.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7696,10 +7159,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7712,7 +7173,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_subaccount(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_subaccount(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/subaccounts/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::Subaccount::Representation
command.response_class = Google::Apis::DfareportingV3_4::Subaccount
@@ -7720,7 +7181,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7731,10 +7191,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7747,7 +7205,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_subaccount(profile_id, subaccount_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_subaccount(profile_id, subaccount_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/subaccounts', options)
command.request_representation = Google::Apis::DfareportingV3_4::Subaccount::Representation
command.request_object = subaccount_object
@@ -7756,7 +7214,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7775,7 +7232,7 @@ module Google
# June 2015", "subaccount April 2015", or simply "subaccount 2015". Most of the
# searches also add wildcards implicitly at the start and the end of the search
# string. For example, a search string of "subaccount" will match objects with
- # name "my subaccount", "subaccount 2015", or simply "subaccount".
+ # name "my subaccount", "subaccount 2015", or simply "subaccount" .
# @param [String] sort_field
# Field by which to sort the list.
# @param [String] sort_order
@@ -7783,10 +7240,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7799,7 +7254,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_subaccounts(profile_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_subaccounts(profile_id, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/subaccounts', options)
command.response_representation = Google::Apis::DfareportingV3_4::SubaccountsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::SubaccountsListResponse
@@ -7812,23 +7267,20 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing subaccount. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
+ # @param [Google::Apis::DfareportingV3_4::Subaccount] subaccount_object
# @param [Fixnum] id
# Subaccount ID.
- # @param [Google::Apis::DfareportingV3_4::Subaccount] subaccount_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7841,7 +7293,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_subaccount(profile_id, id, subaccount_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_subaccount(profile_id, subaccount_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/subaccounts', options)
command.request_representation = Google::Apis::DfareportingV3_4::Subaccount::Representation
command.request_object = subaccount_object
@@ -7851,7 +7303,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7862,10 +7313,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7878,7 +7327,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_subaccount(profile_id, subaccount_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_subaccount(profile_id, subaccount_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/subaccounts', options)
command.request_representation = Google::Apis::DfareportingV3_4::Subaccount::Representation
command.request_object = subaccount_object
@@ -7887,7 +7336,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7899,10 +7347,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7915,7 +7361,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_targetable_remarketing_list(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_targetable_remarketing_list(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/targetableRemarketingLists/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::TargetableRemarketingList::Representation
command.response_class = Google::Apis::DfareportingV3_4::TargetableRemarketingList
@@ -7923,7 +7369,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7954,10 +7399,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -7970,7 +7413,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_targetable_remarketing_lists(profile_id, advertiser_id, active: nil, max_results: nil, name: nil, page_token: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_targetable_remarketing_lists(profile_id, advertiser_id, active: nil, max_results: nil, name: nil, page_token: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/targetableRemarketingLists', options)
command.response_representation = Google::Apis::DfareportingV3_4::TargetableRemarketingListsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::TargetableRemarketingListsListResponse
@@ -7984,7 +7427,6 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -7996,10 +7438,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8012,7 +7452,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_targeting_template(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_targeting_template(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/targetingTemplates/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::TargetingTemplate::Representation
command.response_class = Google::Apis::DfareportingV3_4::TargetingTemplate
@@ -8020,7 +7460,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -8031,10 +7470,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8047,7 +7484,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_targeting_template(profile_id, targeting_template_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_targeting_template(profile_id, targeting_template_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/targetingTemplates', options)
command.request_representation = Google::Apis::DfareportingV3_4::TargetingTemplate::Representation
command.request_object = targeting_template_object
@@ -8056,7 +7493,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -8086,10 +7522,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8102,7 +7536,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_targeting_templates(profile_id, advertiser_id: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_targeting_templates(profile_id, advertiser_id: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/targetingTemplates', options)
command.response_representation = Google::Apis::DfareportingV3_4::TargetingTemplatesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::TargetingTemplatesListResponse
@@ -8116,23 +7550,20 @@ module Google
command.query['sortOrder'] = sort_order unless sort_order.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing targeting template. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
- # @param [Fixnum] id
- # Targeting template ID.
# @param [Google::Apis::DfareportingV3_4::TargetingTemplate] targeting_template_object
+ # @param [Fixnum] id
+ # TargetingTemplate ID.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8145,7 +7576,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_targeting_template(profile_id, id, targeting_template_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_targeting_template(profile_id, targeting_template_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/targetingTemplates', options)
command.request_representation = Google::Apis::DfareportingV3_4::TargetingTemplate::Representation
command.request_object = targeting_template_object
@@ -8155,7 +7586,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -8166,10 +7596,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8182,7 +7610,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_targeting_template(profile_id, targeting_template_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_targeting_template(profile_id, targeting_template_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/targetingTemplates', options)
command.request_representation = Google::Apis::DfareportingV3_4::TargetingTemplate::Representation
command.request_object = targeting_template_object
@@ -8191,7 +7619,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -8201,10 +7628,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8217,14 +7642,13 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_user_profile(profile_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_user_profile(profile_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}', options)
command.response_representation = Google::Apis::DfareportingV3_4::UserProfile::Representation
command.response_class = Google::Apis::DfareportingV3_4::UserProfile
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -8232,10 +7656,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8248,13 +7670,12 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_user_profiles(fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_user_profiles(fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles', options)
command.response_representation = Google::Apis::DfareportingV3_4::UserProfileList::Representation
command.response_class = Google::Apis::DfareportingV3_4::UserProfileList
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -8266,10 +7687,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8282,7 +7701,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_user_role_permission_group(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_user_role_permission_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/userRolePermissionGroups/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::UserRolePermissionGroup::Representation
command.response_class = Google::Apis::DfareportingV3_4::UserRolePermissionGroup
@@ -8290,7 +7709,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -8300,10 +7718,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8316,14 +7732,13 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_user_role_permission_groups(profile_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_user_role_permission_groups(profile_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/userRolePermissionGroups', options)
command.response_representation = Google::Apis::DfareportingV3_4::UserRolePermissionGroupsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::UserRolePermissionGroupsListResponse
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -8335,10 +7750,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8351,7 +7764,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_user_role_permission(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_user_role_permission(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/userRolePermissions/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::UserRolePermission::Representation
command.response_class = Google::Apis::DfareportingV3_4::UserRolePermission
@@ -8359,7 +7772,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -8371,10 +7783,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8387,7 +7797,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_user_role_permissions(profile_id, ids: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_user_role_permissions(profile_id, ids: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/userRolePermissions', options)
command.response_representation = Google::Apis::DfareportingV3_4::UserRolePermissionsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::UserRolePermissionsListResponse
@@ -8395,7 +7805,6 @@ module Google
command.query['ids'] = ids unless ids.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -8407,10 +7816,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8423,13 +7830,12 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def delete_user_role(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def delete_user_role(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:delete, 'userprofiles/{profileId}/userRoles/{id}', options)
command.params['profileId'] = profile_id unless profile_id.nil?
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -8441,10 +7847,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8457,7 +7861,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_user_role(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_user_role(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/userRoles/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::UserRole::Representation
command.response_class = Google::Apis::DfareportingV3_4::UserRole
@@ -8465,7 +7869,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -8476,10 +7879,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8492,7 +7893,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def insert_user_role(profile_id, user_role_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def insert_user_role(profile_id, user_role_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:post, 'userprofiles/{profileId}/userRoles', options)
command.request_representation = Google::Apis::DfareportingV3_4::UserRole::Representation
command.request_object = user_role_object
@@ -8501,7 +7902,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -8533,10 +7933,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8549,7 +7947,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_user_roles(profile_id, account_user_role_only: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, subaccount_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_user_roles(profile_id, account_user_role_only: nil, ids: nil, max_results: nil, page_token: nil, search_string: nil, sort_field: nil, sort_order: nil, subaccount_id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/userRoles', options)
command.response_representation = Google::Apis::DfareportingV3_4::UserRolesListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::UserRolesListResponse
@@ -8564,23 +7962,20 @@ module Google
command.query['subaccountId'] = subaccount_id unless subaccount_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
# Updates an existing user role. This method supports patch semantics.
# @param [Fixnum] profile_id
# User profile ID associated with this request.
- # @param [Fixnum] id
- # User role ID.
# @param [Google::Apis::DfareportingV3_4::UserRole] user_role_object
+ # @param [Fixnum] id
+ # UserRole ID.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8593,7 +7988,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def patch_user_role(profile_id, id, user_role_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def patch_user_role(profile_id, user_role_object = nil, id: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'userprofiles/{profileId}/userRoles', options)
command.request_representation = Google::Apis::DfareportingV3_4::UserRole::Representation
command.request_object = user_role_object
@@ -8603,7 +7998,6 @@ module Google
command.query['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -8614,10 +8008,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8630,7 +8022,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_user_role(profile_id, user_role_object = nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def update_user_role(profile_id, user_role_object = nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:put, 'userprofiles/{profileId}/userRoles', options)
command.request_representation = Google::Apis::DfareportingV3_4::UserRole::Representation
command.request_object = user_role_object
@@ -8639,7 +8031,6 @@ module Google
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -8651,10 +8042,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8667,7 +8056,7 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_video_format(profile_id, id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def get_video_format(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/videoFormats/{id}', options)
command.response_representation = Google::Apis::DfareportingV3_4::VideoFormat::Representation
command.response_class = Google::Apis::DfareportingV3_4::VideoFormat
@@ -8675,7 +8064,6 @@ module Google
command.params['id'] = id unless id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -8685,10 +8073,8 @@ module Google
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
- # An opaque string that represents a user for quota purposes. Must not exceed 40
- # characters.
- # @param [String] user_ip
- # Deprecated. Please use quotaUser instead.
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
@@ -8701,14 +8087,13 @@ module Google
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def list_video_formats(profile_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
+ def list_video_formats(profile_id, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'userprofiles/{profileId}/videoFormats', options)
command.response_representation = Google::Apis::DfareportingV3_4::VideoFormatsListResponse::Representation
command.response_class = Google::Apis::DfareportingV3_4::VideoFormatsListResponse
command.params['profileId'] = profile_id unless profile_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
execute_or_queue_command(command, &block)
end
@@ -8717,7 +8102,6 @@ module Google
def apply_command_defaults(command)
command.query['key'] = key unless key.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
- command.query['userIp'] = user_ip unless user_ip.nil?
end
end
end