google-apis-dfareporting_v4 0.9.0 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -73,7 +73,7 @@ module Google
73
73
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
74
74
  # @raise [Google::Apis::AuthorizationError] Authorization is required
75
75
  def get_account_active_ad_summary(profile_id, summary_account_id, fields: nil, quota_user: nil, options: nil, &block)
76
- command = make_simple_command(:get, 'userprofiles/{profileId}/accountActiveAdSummaries/{summaryAccountId}', options)
76
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/accountActiveAdSummaries/{+summaryAccountId}', options)
77
77
  command.response_representation = Google::Apis::DfareportingV4::AccountActiveAdSummary::Representation
78
78
  command.response_class = Google::Apis::DfareportingV4::AccountActiveAdSummary
79
79
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -106,7 +106,7 @@ module Google
106
106
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
107
107
  # @raise [Google::Apis::AuthorizationError] Authorization is required
108
108
  def get_account_permission_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
109
- command = make_simple_command(:get, 'userprofiles/{profileId}/accountPermissionGroups/{id}', options)
109
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/accountPermissionGroups/{+id}', options)
110
110
  command.response_representation = Google::Apis::DfareportingV4::AccountPermissionGroup::Representation
111
111
  command.response_class = Google::Apis::DfareportingV4::AccountPermissionGroup
112
112
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -137,7 +137,7 @@ module Google
137
137
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
138
138
  # @raise [Google::Apis::AuthorizationError] Authorization is required
139
139
  def list_account_permission_groups(profile_id, fields: nil, quota_user: nil, options: nil, &block)
140
- command = make_simple_command(:get, 'userprofiles/{profileId}/accountPermissionGroups', options)
140
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/accountPermissionGroups', options)
141
141
  command.response_representation = Google::Apis::DfareportingV4::AccountPermissionGroupsListResponse::Representation
142
142
  command.response_class = Google::Apis::DfareportingV4::AccountPermissionGroupsListResponse
143
143
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -169,7 +169,7 @@ module Google
169
169
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
170
170
  # @raise [Google::Apis::AuthorizationError] Authorization is required
171
171
  def get_account_permission(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
172
- command = make_simple_command(:get, 'userprofiles/{profileId}/accountPermissions/{id}', options)
172
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/accountPermissions/{+id}', options)
173
173
  command.response_representation = Google::Apis::DfareportingV4::AccountPermission::Representation
174
174
  command.response_class = Google::Apis::DfareportingV4::AccountPermission
175
175
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -200,7 +200,7 @@ module Google
200
200
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
201
201
  # @raise [Google::Apis::AuthorizationError] Authorization is required
202
202
  def list_account_permissions(profile_id, fields: nil, quota_user: nil, options: nil, &block)
203
- command = make_simple_command(:get, 'userprofiles/{profileId}/accountPermissions', options)
203
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/accountPermissions', options)
204
204
  command.response_representation = Google::Apis::DfareportingV4::AccountPermissionsListResponse::Representation
205
205
  command.response_class = Google::Apis::DfareportingV4::AccountPermissionsListResponse
206
206
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -232,7 +232,7 @@ module Google
232
232
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
233
233
  # @raise [Google::Apis::AuthorizationError] Authorization is required
234
234
  def get_account_user_profile(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
235
- command = make_simple_command(:get, 'userprofiles/{profileId}/accountUserProfiles/{id}', options)
235
+ command = make_simple_command(:get, 'userprofiles/{profileId}/accountUserProfiles/{+id}', options)
236
236
  command.response_representation = Google::Apis::DfareportingV4::AccountUserProfile::Representation
237
237
  command.response_class = Google::Apis::DfareportingV4::AccountUserProfile
238
238
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -264,7 +264,7 @@ module Google
264
264
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
265
265
  # @raise [Google::Apis::AuthorizationError] Authorization is required
266
266
  def insert_account_user_profile(profile_id, account_user_profile_object = nil, fields: nil, quota_user: nil, options: nil, &block)
267
- command = make_simple_command(:post, 'userprofiles/{profileId}/accountUserProfiles', options)
267
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/accountUserProfiles', options)
268
268
  command.request_representation = Google::Apis::DfareportingV4::AccountUserProfile::Representation
269
269
  command.request_object = account_user_profile_object
270
270
  command.response_representation = Google::Apis::DfareportingV4::AccountUserProfile::Representation
@@ -321,7 +321,7 @@ module Google
321
321
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
322
322
  # @raise [Google::Apis::AuthorizationError] Authorization is required
323
323
  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)
324
- command = make_simple_command(:get, 'userprofiles/{profileId}/accountUserProfiles', options)
324
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/accountUserProfiles', options)
325
325
  command.response_representation = Google::Apis::DfareportingV4::AccountUserProfilesListResponse::Representation
326
326
  command.response_class = Google::Apis::DfareportingV4::AccountUserProfilesListResponse
327
327
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -339,11 +339,11 @@ module Google
339
339
  execute_or_queue_command(command, &block)
340
340
  end
341
341
 
342
- # Updates an existing account user profile. This method supports patch semantics.
342
+ # Updates an existing user role. This method supports patch semantics.
343
343
  # @param [Fixnum] profile_id
344
344
  # User profile ID associated with this request.
345
345
  # @param [Fixnum] id
346
- # AccountUserProfile ID.
346
+ # Required. AccountUserProfile ID.
347
347
  # @param [Google::Apis::DfareportingV4::AccountUserProfile] account_user_profile_object
348
348
  # @param [String] fields
349
349
  # Selector specifying which fields to include in a partial response.
@@ -363,7 +363,7 @@ module Google
363
363
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
364
364
  # @raise [Google::Apis::AuthorizationError] Authorization is required
365
365
  def patch_account_user_profile(profile_id, id, account_user_profile_object = nil, fields: nil, quota_user: nil, options: nil, &block)
366
- command = make_simple_command(:patch, 'userprofiles/{profileId}/accountUserProfiles', options)
366
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/accountUserProfiles', options)
367
367
  command.request_representation = Google::Apis::DfareportingV4::AccountUserProfile::Representation
368
368
  command.request_object = account_user_profile_object
369
369
  command.response_representation = Google::Apis::DfareportingV4::AccountUserProfile::Representation
@@ -397,7 +397,7 @@ module Google
397
397
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
398
398
  # @raise [Google::Apis::AuthorizationError] Authorization is required
399
399
  def update_account_user_profile(profile_id, account_user_profile_object = nil, fields: nil, quota_user: nil, options: nil, &block)
400
- command = make_simple_command(:put, 'userprofiles/{profileId}/accountUserProfiles', options)
400
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/accountUserProfiles', options)
401
401
  command.request_representation = Google::Apis::DfareportingV4::AccountUserProfile::Representation
402
402
  command.request_object = account_user_profile_object
403
403
  command.response_representation = Google::Apis::DfareportingV4::AccountUserProfile::Representation
@@ -431,7 +431,7 @@ module Google
431
431
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
432
432
  # @raise [Google::Apis::AuthorizationError] Authorization is required
433
433
  def get_account(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
434
- command = make_simple_command(:get, 'userprofiles/{profileId}/accounts/{id}', options)
434
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/accounts/{+id}', options)
435
435
  command.response_representation = Google::Apis::DfareportingV4::Account::Representation
436
436
  command.response_class = Google::Apis::DfareportingV4::Account
437
437
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -482,7 +482,7 @@ module Google
482
482
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
483
483
  # @raise [Google::Apis::AuthorizationError] Authorization is required
484
484
  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)
485
- command = make_simple_command(:get, 'userprofiles/{profileId}/accounts', options)
485
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/accounts', options)
486
486
  command.response_representation = Google::Apis::DfareportingV4::AccountsListResponse::Representation
487
487
  command.response_class = Google::Apis::DfareportingV4::AccountsListResponse
488
488
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -502,7 +502,7 @@ module Google
502
502
  # @param [Fixnum] profile_id
503
503
  # User profile ID associated with this request.
504
504
  # @param [Fixnum] id
505
- # Account ID.
505
+ # Required. Account ID.
506
506
  # @param [Google::Apis::DfareportingV4::Account] account_object
507
507
  # @param [String] fields
508
508
  # Selector specifying which fields to include in a partial response.
@@ -522,7 +522,7 @@ module Google
522
522
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
523
523
  # @raise [Google::Apis::AuthorizationError] Authorization is required
524
524
  def patch_account(profile_id, id, account_object = nil, fields: nil, quota_user: nil, options: nil, &block)
525
- command = make_simple_command(:patch, 'userprofiles/{profileId}/accounts', options)
525
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/accounts', options)
526
526
  command.request_representation = Google::Apis::DfareportingV4::Account::Representation
527
527
  command.request_object = account_object
528
528
  command.response_representation = Google::Apis::DfareportingV4::Account::Representation
@@ -556,7 +556,7 @@ module Google
556
556
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
557
557
  # @raise [Google::Apis::AuthorizationError] Authorization is required
558
558
  def update_account(profile_id, account_object = nil, fields: nil, quota_user: nil, options: nil, &block)
559
- command = make_simple_command(:put, 'userprofiles/{profileId}/accounts', options)
559
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/accounts', options)
560
560
  command.request_representation = Google::Apis::DfareportingV4::Account::Representation
561
561
  command.request_object = account_object
562
562
  command.response_representation = Google::Apis::DfareportingV4::Account::Representation
@@ -590,7 +590,7 @@ module Google
590
590
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
591
591
  # @raise [Google::Apis::AuthorizationError] Authorization is required
592
592
  def get_ad(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
593
- command = make_simple_command(:get, 'userprofiles/{profileId}/ads/{id}', options)
593
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/ads/{+id}', options)
594
594
  command.response_representation = Google::Apis::DfareportingV4::Ad::Representation
595
595
  command.response_class = Google::Apis::DfareportingV4::Ad
596
596
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -622,7 +622,7 @@ module Google
622
622
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
623
623
  # @raise [Google::Apis::AuthorizationError] Authorization is required
624
624
  def insert_ad(profile_id, ad_object = nil, fields: nil, quota_user: nil, options: nil, &block)
625
- command = make_simple_command(:post, 'userprofiles/{profileId}/ads', options)
625
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/ads', options)
626
626
  command.request_representation = Google::Apis::DfareportingV4::Ad::Representation
627
627
  command.request_object = ad_object
628
628
  command.response_representation = Google::Apis::DfareportingV4::Ad::Representation
@@ -712,7 +712,7 @@ module Google
712
712
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
713
713
  # @raise [Google::Apis::AuthorizationError] Authorization is required
714
714
  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)
715
- command = make_simple_command(:get, 'userprofiles/{profileId}/ads', options)
715
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/ads', options)
716
716
  command.response_representation = Google::Apis::DfareportingV4::AdsListResponse::Representation
717
717
  command.response_class = Google::Apis::DfareportingV4::AdsListResponse
718
718
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -744,11 +744,11 @@ module Google
744
744
  execute_or_queue_command(command, &block)
745
745
  end
746
746
 
747
- # Updates an existing ad. This method supports patch semantics.
747
+ # Updates an existing event tag. This method supports patch semantics.
748
748
  # @param [Fixnum] profile_id
749
749
  # User profile ID associated with this request.
750
750
  # @param [Fixnum] id
751
- # Ad ID.
751
+ # Required. RemarketingList ID.
752
752
  # @param [Google::Apis::DfareportingV4::Ad] ad_object
753
753
  # @param [String] fields
754
754
  # Selector specifying which fields to include in a partial response.
@@ -768,7 +768,7 @@ module Google
768
768
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
769
769
  # @raise [Google::Apis::AuthorizationError] Authorization is required
770
770
  def patch_ad(profile_id, id, ad_object = nil, fields: nil, quota_user: nil, options: nil, &block)
771
- command = make_simple_command(:patch, 'userprofiles/{profileId}/ads', options)
771
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/ads', options)
772
772
  command.request_representation = Google::Apis::DfareportingV4::Ad::Representation
773
773
  command.request_object = ad_object
774
774
  command.response_representation = Google::Apis::DfareportingV4::Ad::Representation
@@ -802,7 +802,7 @@ module Google
802
802
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
803
803
  # @raise [Google::Apis::AuthorizationError] Authorization is required
804
804
  def update_ad(profile_id, ad_object = nil, fields: nil, quota_user: nil, options: nil, &block)
805
- command = make_simple_command(:put, 'userprofiles/{profileId}/ads', options)
805
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/ads', options)
806
806
  command.request_representation = Google::Apis::DfareportingV4::Ad::Representation
807
807
  command.request_object = ad_object
808
808
  command.response_representation = Google::Apis::DfareportingV4::Ad::Representation
@@ -836,7 +836,7 @@ module Google
836
836
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
837
837
  # @raise [Google::Apis::AuthorizationError] Authorization is required
838
838
  def delete_advertiser_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
839
- command = make_simple_command(:delete, 'userprofiles/{profileId}/advertiserGroups/{id}', options)
839
+ command = make_simple_command(:delete, 'userprofiles/{+profileId}/advertiserGroups/{+id}', options)
840
840
  command.params['profileId'] = profile_id unless profile_id.nil?
841
841
  command.params['id'] = id unless id.nil?
842
842
  command.query['fields'] = fields unless fields.nil?
@@ -867,7 +867,7 @@ module Google
867
867
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
868
868
  # @raise [Google::Apis::AuthorizationError] Authorization is required
869
869
  def get_advertiser_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
870
- command = make_simple_command(:get, 'userprofiles/{profileId}/advertiserGroups/{id}', options)
870
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/advertiserGroups/{+id}', options)
871
871
  command.response_representation = Google::Apis::DfareportingV4::AdvertiserGroup::Representation
872
872
  command.response_class = Google::Apis::DfareportingV4::AdvertiserGroup
873
873
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -899,7 +899,7 @@ module Google
899
899
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
900
900
  # @raise [Google::Apis::AuthorizationError] Authorization is required
901
901
  def insert_advertiser_group(profile_id, advertiser_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
902
- command = make_simple_command(:post, 'userprofiles/{profileId}/advertiserGroups', options)
902
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/advertiserGroups', options)
903
903
  command.request_representation = Google::Apis::DfareportingV4::AdvertiserGroup::Representation
904
904
  command.request_object = advertiser_group_object
905
905
  command.response_representation = Google::Apis::DfareportingV4::AdvertiserGroup::Representation
@@ -950,7 +950,7 @@ module Google
950
950
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
951
951
  # @raise [Google::Apis::AuthorizationError] Authorization is required
952
952
  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)
953
- command = make_simple_command(:get, 'userprofiles/{profileId}/advertiserGroups', options)
953
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/advertiserGroups', options)
954
954
  command.response_representation = Google::Apis::DfareportingV4::AdvertiserGroupsListResponse::Representation
955
955
  command.response_class = Google::Apis::DfareportingV4::AdvertiserGroupsListResponse
956
956
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -969,7 +969,7 @@ module Google
969
969
  # @param [Fixnum] profile_id
970
970
  # User profile ID associated with this request.
971
971
  # @param [Fixnum] id
972
- # AdvertiserGroup ID.
972
+ # Required. Advertiser Group ID.
973
973
  # @param [Google::Apis::DfareportingV4::AdvertiserGroup] advertiser_group_object
974
974
  # @param [String] fields
975
975
  # Selector specifying which fields to include in a partial response.
@@ -989,7 +989,7 @@ module Google
989
989
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
990
990
  # @raise [Google::Apis::AuthorizationError] Authorization is required
991
991
  def patch_advertiser_group(profile_id, id, advertiser_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
992
- command = make_simple_command(:patch, 'userprofiles/{profileId}/advertiserGroups', options)
992
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/advertiserGroups', options)
993
993
  command.request_representation = Google::Apis::DfareportingV4::AdvertiserGroup::Representation
994
994
  command.request_object = advertiser_group_object
995
995
  command.response_representation = Google::Apis::DfareportingV4::AdvertiserGroup::Representation
@@ -1023,7 +1023,7 @@ module Google
1023
1023
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1024
1024
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1025
1025
  def update_advertiser_group(profile_id, advertiser_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1026
- command = make_simple_command(:put, 'userprofiles/{profileId}/advertiserGroups', options)
1026
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/advertiserGroups', options)
1027
1027
  command.request_representation = Google::Apis::DfareportingV4::AdvertiserGroup::Representation
1028
1028
  command.request_object = advertiser_group_object
1029
1029
  command.response_representation = Google::Apis::DfareportingV4::AdvertiserGroup::Representation
@@ -1065,7 +1065,7 @@ module Google
1065
1065
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1066
1066
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1067
1067
  def list_advertiser_invoices(profile_id, advertiser_id, issue_month: nil, max_results: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1068
- command = make_simple_command(:get, 'userprofiles/{profileId}/advertisers/{advertiserId}/invoices', options)
1068
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/advertisers/{+advertiserId}/invoices', options)
1069
1069
  command.response_representation = Google::Apis::DfareportingV4::AdvertiserInvoicesListResponse::Representation
1070
1070
  command.response_class = Google::Apis::DfareportingV4::AdvertiserInvoicesListResponse
1071
1071
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1101,7 +1101,7 @@ module Google
1101
1101
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1102
1102
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1103
1103
  def get_advertiser_landing_page(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
1104
- command = make_simple_command(:get, 'userprofiles/{profileId}/advertiserLandingPages/{id}', options)
1104
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/advertiserLandingPages/{+id}', options)
1105
1105
  command.response_representation = Google::Apis::DfareportingV4::LandingPage::Representation
1106
1106
  command.response_class = Google::Apis::DfareportingV4::LandingPage
1107
1107
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1133,7 +1133,7 @@ module Google
1133
1133
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1134
1134
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1135
1135
  def insert_advertiser_landing_page(profile_id, landing_page_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1136
- command = make_simple_command(:post, 'userprofiles/{profileId}/advertiserLandingPages', options)
1136
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/advertiserLandingPages', options)
1137
1137
  command.request_representation = Google::Apis::DfareportingV4::LandingPage::Representation
1138
1138
  command.request_object = landing_page_object
1139
1139
  command.response_representation = Google::Apis::DfareportingV4::LandingPage::Representation
@@ -1192,7 +1192,7 @@ module Google
1192
1192
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1193
1193
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1194
1194
  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)
1195
- command = make_simple_command(:get, 'userprofiles/{profileId}/advertiserLandingPages', options)
1195
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/advertiserLandingPages', options)
1196
1196
  command.response_representation = Google::Apis::DfareportingV4::AdvertiserLandingPagesListResponse::Representation
1197
1197
  command.response_class = Google::Apis::DfareportingV4::AdvertiserLandingPagesListResponse
1198
1198
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1211,12 +1211,11 @@ module Google
1211
1211
  execute_or_queue_command(command, &block)
1212
1212
  end
1213
1213
 
1214
- # Updates an existing advertiser landing page. This method supports patch
1215
- # semantics.
1214
+ # Updates an existing advertiser. This method supports patch semantics.
1216
1215
  # @param [Fixnum] profile_id
1217
1216
  # User profile ID associated with this request.
1218
1217
  # @param [Fixnum] id
1219
- # LandingPage ID.
1218
+ # Required. Landing Page ID.
1220
1219
  # @param [Google::Apis::DfareportingV4::LandingPage] landing_page_object
1221
1220
  # @param [String] fields
1222
1221
  # Selector specifying which fields to include in a partial response.
@@ -1236,7 +1235,7 @@ module Google
1236
1235
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1237
1236
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1238
1237
  def patch_advertiser_landing_page(profile_id, id, landing_page_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1239
- command = make_simple_command(:patch, 'userprofiles/{profileId}/advertiserLandingPages', options)
1238
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/advertiserLandingPages', options)
1240
1239
  command.request_representation = Google::Apis::DfareportingV4::LandingPage::Representation
1241
1240
  command.request_object = landing_page_object
1242
1241
  command.response_representation = Google::Apis::DfareportingV4::LandingPage::Representation
@@ -1270,7 +1269,7 @@ module Google
1270
1269
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1271
1270
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1272
1271
  def update_advertiser_landing_page(profile_id, landing_page_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1273
- command = make_simple_command(:put, 'userprofiles/{profileId}/advertiserLandingPages', options)
1272
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/advertiserLandingPages', options)
1274
1273
  command.request_representation = Google::Apis::DfareportingV4::LandingPage::Representation
1275
1274
  command.request_object = landing_page_object
1276
1275
  command.response_representation = Google::Apis::DfareportingV4::LandingPage::Representation
@@ -1304,7 +1303,7 @@ module Google
1304
1303
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1305
1304
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1306
1305
  def get_advertiser(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
1307
- command = make_simple_command(:get, 'userprofiles/{profileId}/advertisers/{id}', options)
1306
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/advertisers/{+id}', options)
1308
1307
  command.response_representation = Google::Apis::DfareportingV4::Advertiser::Representation
1309
1308
  command.response_class = Google::Apis::DfareportingV4::Advertiser
1310
1309
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1336,7 +1335,7 @@ module Google
1336
1335
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1337
1336
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1338
1337
  def insert_advertiser(profile_id, advertiser_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1339
- command = make_simple_command(:post, 'userprofiles/{profileId}/advertisers', options)
1338
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/advertisers', options)
1340
1339
  command.request_representation = Google::Apis::DfareportingV4::Advertiser::Representation
1341
1340
  command.request_object = advertiser_object
1342
1341
  command.response_representation = Google::Apis::DfareportingV4::Advertiser::Representation
@@ -1399,7 +1398,7 @@ module Google
1399
1398
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1400
1399
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1401
1400
  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)
1402
- command = make_simple_command(:get, 'userprofiles/{profileId}/advertisers', options)
1401
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/advertisers', options)
1403
1402
  command.response_representation = Google::Apis::DfareportingV4::AdvertisersListResponse::Representation
1404
1403
  command.response_class = Google::Apis::DfareportingV4::AdvertisersListResponse
1405
1404
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1424,7 +1423,7 @@ module Google
1424
1423
  # @param [Fixnum] profile_id
1425
1424
  # User profile ID associated with this request.
1426
1425
  # @param [Fixnum] id
1427
- # Advertiser ID.
1426
+ # Required. Advertiser ID.
1428
1427
  # @param [Google::Apis::DfareportingV4::Advertiser] advertiser_object
1429
1428
  # @param [String] fields
1430
1429
  # Selector specifying which fields to include in a partial response.
@@ -1444,7 +1443,7 @@ module Google
1444
1443
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1445
1444
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1446
1445
  def patch_advertiser(profile_id, id, advertiser_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1447
- command = make_simple_command(:patch, 'userprofiles/{profileId}/advertisers', options)
1446
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/advertisers', options)
1448
1447
  command.request_representation = Google::Apis::DfareportingV4::Advertiser::Representation
1449
1448
  command.request_object = advertiser_object
1450
1449
  command.response_representation = Google::Apis::DfareportingV4::Advertiser::Representation
@@ -1478,7 +1477,7 @@ module Google
1478
1477
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1479
1478
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1480
1479
  def update_advertiser(profile_id, advertiser_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1481
- command = make_simple_command(:put, 'userprofiles/{profileId}/advertisers', options)
1480
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/advertisers', options)
1482
1481
  command.request_representation = Google::Apis::DfareportingV4::Advertiser::Representation
1483
1482
  command.request_object = advertiser_object
1484
1483
  command.response_representation = Google::Apis::DfareportingV4::Advertiser::Representation
@@ -1517,7 +1516,7 @@ module Google
1517
1516
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1518
1517
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1519
1518
  def insert_billing_assignment(profile_id, billing_profile_id, billing_assignment_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1520
- command = make_simple_command(:post, 'userprofiles/{profileId}/billingProfiles/{billingProfileId}/billingAssignments', options)
1519
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/billingProfiles/{+billingProfileId}/billingAssignments', options)
1521
1520
  command.request_representation = Google::Apis::DfareportingV4::BillingAssignment::Representation
1522
1521
  command.request_object = billing_assignment_object
1523
1522
  command.response_representation = Google::Apis::DfareportingV4::BillingAssignment::Representation
@@ -1552,7 +1551,7 @@ module Google
1552
1551
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1553
1552
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1554
1553
  def list_billing_assignments(profile_id, billing_profile_id, fields: nil, quota_user: nil, options: nil, &block)
1555
- command = make_simple_command(:get, 'userprofiles/{profileId}/billingProfiles/{billingProfileId}/billingAssignments', options)
1554
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/billingProfiles/{+billingProfileId}/billingAssignments', options)
1556
1555
  command.response_representation = Google::Apis::DfareportingV4::BillingAssignmentsListResponse::Representation
1557
1556
  command.response_class = Google::Apis::DfareportingV4::BillingAssignmentsListResponse
1558
1557
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1585,7 +1584,7 @@ module Google
1585
1584
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1586
1585
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1587
1586
  def get_billing_profile(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
1588
- command = make_simple_command(:get, 'userprofiles/{profileId}/billingProfiles/{id}', options)
1587
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/billingProfiles/{+id}', options)
1589
1588
  command.response_representation = Google::Apis::DfareportingV4::BillingProfile::Representation
1590
1589
  command.response_class = Google::Apis::DfareportingV4::BillingProfile
1591
1590
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1644,7 +1643,7 @@ module Google
1644
1643
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1645
1644
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1646
1645
  def list_billing_profiles(profile_id, currency_code: nil, ids: nil, max_results: nil, name: nil, only_suggestion: nil, page_token: nil, sort_field: nil, sort_order: nil, status: nil, subaccount_ids: nil, fields: nil, quota_user: nil, options: nil, &block)
1647
- command = make_simple_command(:get, 'userprofiles/{profileId}/billingProfiles', options)
1646
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/billingProfiles', options)
1648
1647
  command.response_representation = Google::Apis::DfareportingV4::BillingProfilesListResponse::Representation
1649
1648
  command.response_class = Google::Apis::DfareportingV4::BillingProfilesListResponse
1650
1649
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1685,7 +1684,7 @@ module Google
1685
1684
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1686
1685
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1687
1686
  def update_billing_profile(profile_id, billing_profile_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1688
- command = make_simple_command(:put, 'userprofiles/{profileId}/billingProfiles', options)
1687
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/billingProfiles', options)
1689
1688
  command.request_representation = Google::Apis::DfareportingV4::BillingProfile::Representation
1690
1689
  command.request_object = billing_profile_object
1691
1690
  command.response_representation = Google::Apis::DfareportingV4::BillingProfile::Representation
@@ -1719,7 +1718,7 @@ module Google
1719
1718
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1720
1719
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1721
1720
  def list_billing_rates(profile_id, billing_profile_id, fields: nil, quota_user: nil, options: nil, &block)
1722
- command = make_simple_command(:get, 'userprofiles/{profileId}/billingProfiles/{billingProfileId}/billingRates', options)
1721
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/billingProfiles/{+billingProfileId}/billingRates', options)
1723
1722
  command.response_representation = Google::Apis::DfareportingV4::BillingRatesListResponse::Representation
1724
1723
  command.response_class = Google::Apis::DfareportingV4::BillingRatesListResponse
1725
1724
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1750,7 +1749,7 @@ module Google
1750
1749
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1751
1750
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1752
1751
  def list_browsers(profile_id, fields: nil, quota_user: nil, options: nil, &block)
1753
- command = make_simple_command(:get, 'userprofiles/{profileId}/browsers', options)
1752
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/browsers', options)
1754
1753
  command.response_representation = Google::Apis::DfareportingV4::BrowsersListResponse::Representation
1755
1754
  command.response_class = Google::Apis::DfareportingV4::BrowsersListResponse
1756
1755
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1785,7 +1784,7 @@ module Google
1785
1784
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1786
1785
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1787
1786
  def insert_campaign_creative_association(profile_id, campaign_id, campaign_creative_association_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1788
- command = make_simple_command(:post, 'userprofiles/{profileId}/campaigns/{campaignId}/campaignCreativeAssociations', options)
1787
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/campaigns/{+campaignId}/campaignCreativeAssociations', options)
1789
1788
  command.request_representation = Google::Apis::DfareportingV4::CampaignCreativeAssociation::Representation
1790
1789
  command.request_object = campaign_creative_association_object
1791
1790
  command.response_representation = Google::Apis::DfareportingV4::CampaignCreativeAssociation::Representation
@@ -1827,7 +1826,7 @@ module Google
1827
1826
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1828
1827
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1829
1828
  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)
1830
- command = make_simple_command(:get, 'userprofiles/{profileId}/campaigns/{campaignId}/campaignCreativeAssociations', options)
1829
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/campaigns/{+campaignId}/campaignCreativeAssociations', options)
1831
1830
  command.response_representation = Google::Apis::DfareportingV4::CampaignCreativeAssociationsListResponse::Representation
1832
1831
  command.response_class = Google::Apis::DfareportingV4::CampaignCreativeAssociationsListResponse
1833
1832
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1863,7 +1862,7 @@ module Google
1863
1862
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1864
1863
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1865
1864
  def get_campaign(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
1866
- command = make_simple_command(:get, 'userprofiles/{profileId}/campaigns/{id}', options)
1865
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/campaigns/{+id}', options)
1867
1866
  command.response_representation = Google::Apis::DfareportingV4::Campaign::Representation
1868
1867
  command.response_class = Google::Apis::DfareportingV4::Campaign
1869
1868
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1895,7 +1894,7 @@ module Google
1895
1894
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1896
1895
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1897
1896
  def insert_campaign(profile_id, campaign_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1898
- command = make_simple_command(:post, 'userprofiles/{profileId}/campaigns', options)
1897
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/campaigns', options)
1899
1898
  command.request_representation = Google::Apis::DfareportingV4::Campaign::Representation
1900
1899
  command.request_object = campaign_object
1901
1900
  command.response_representation = Google::Apis::DfareportingV4::Campaign::Representation
@@ -1959,7 +1958,7 @@ module Google
1959
1958
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1960
1959
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1961
1960
  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)
1962
- command = make_simple_command(:get, 'userprofiles/{profileId}/campaigns', options)
1961
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/campaigns', options)
1963
1962
  command.response_representation = Google::Apis::DfareportingV4::CampaignsListResponse::Representation
1964
1963
  command.response_class = Google::Apis::DfareportingV4::CampaignsListResponse
1965
1964
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -1981,11 +1980,11 @@ module Google
1981
1980
  execute_or_queue_command(command, &block)
1982
1981
  end
1983
1982
 
1984
- # Updates an existing campaign. This method supports patch semantics.
1983
+ # Updates an existing creative. This method supports patch semantics.
1985
1984
  # @param [Fixnum] profile_id
1986
1985
  # User profile ID associated with this request.
1987
1986
  # @param [Fixnum] id
1988
- # Campaign ID.
1987
+ # Required. Campaign ID.
1989
1988
  # @param [Google::Apis::DfareportingV4::Campaign] campaign_object
1990
1989
  # @param [String] fields
1991
1990
  # Selector specifying which fields to include in a partial response.
@@ -2005,7 +2004,7 @@ module Google
2005
2004
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2006
2005
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2007
2006
  def patch_campaign(profile_id, id, campaign_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2008
- command = make_simple_command(:patch, 'userprofiles/{profileId}/campaigns', options)
2007
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/campaigns', options)
2009
2008
  command.request_representation = Google::Apis::DfareportingV4::Campaign::Representation
2010
2009
  command.request_object = campaign_object
2011
2010
  command.response_representation = Google::Apis::DfareportingV4::Campaign::Representation
@@ -2039,7 +2038,7 @@ module Google
2039
2038
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2040
2039
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2041
2040
  def update_campaign(profile_id, campaign_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2042
- command = make_simple_command(:put, 'userprofiles/{profileId}/campaigns', options)
2041
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/campaigns', options)
2043
2042
  command.request_representation = Google::Apis::DfareportingV4::Campaign::Representation
2044
2043
  command.request_object = campaign_object
2045
2044
  command.response_representation = Google::Apis::DfareportingV4::Campaign::Representation
@@ -2073,7 +2072,7 @@ module Google
2073
2072
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2074
2073
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2075
2074
  def get_change_log(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
2076
- command = make_simple_command(:get, 'userprofiles/{profileId}/changeLogs/{id}', options)
2075
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/changeLogs/{+id}', options)
2077
2076
  command.response_representation = Google::Apis::DfareportingV4::ChangeLog::Representation
2078
2077
  command.response_class = Google::Apis::DfareportingV4::ChangeLog
2079
2078
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2135,7 +2134,7 @@ module Google
2135
2134
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2136
2135
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2137
2136
  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)
2138
- command = make_simple_command(:get, 'userprofiles/{profileId}/changeLogs', options)
2137
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/changeLogs', options)
2139
2138
  command.response_representation = Google::Apis::DfareportingV4::ChangeLogsListResponse::Representation
2140
2139
  command.response_class = Google::Apis::DfareportingV4::ChangeLogsListResponse
2141
2140
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2183,7 +2182,7 @@ module Google
2183
2182
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2184
2183
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2185
2184
  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)
2186
- command = make_simple_command(:get, 'userprofiles/{profileId}/cities', options)
2185
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/cities', options)
2187
2186
  command.response_representation = Google::Apis::DfareportingV4::CitiesListResponse::Representation
2188
2187
  command.response_class = Google::Apis::DfareportingV4::CitiesListResponse
2189
2188
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2219,7 +2218,7 @@ module Google
2219
2218
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2220
2219
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2221
2220
  def get_connection_type(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
2222
- command = make_simple_command(:get, 'userprofiles/{profileId}/connectionTypes/{id}', options)
2221
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/connectionTypes/{+id}', options)
2223
2222
  command.response_representation = Google::Apis::DfareportingV4::ConnectionType::Representation
2224
2223
  command.response_class = Google::Apis::DfareportingV4::ConnectionType
2225
2224
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2250,7 +2249,7 @@ module Google
2250
2249
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2251
2250
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2252
2251
  def list_connection_types(profile_id, fields: nil, quota_user: nil, options: nil, &block)
2253
- command = make_simple_command(:get, 'userprofiles/{profileId}/connectionTypes', options)
2252
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/connectionTypes', options)
2254
2253
  command.response_representation = Google::Apis::DfareportingV4::ConnectionTypesListResponse::Representation
2255
2254
  command.response_class = Google::Apis::DfareportingV4::ConnectionTypesListResponse
2256
2255
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2282,7 +2281,7 @@ module Google
2282
2281
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2283
2282
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2284
2283
  def delete_content_category(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
2285
- command = make_simple_command(:delete, 'userprofiles/{profileId}/contentCategories/{id}', options)
2284
+ command = make_simple_command(:delete, 'userprofiles/{+profileId}/contentCategories/{+id}', options)
2286
2285
  command.params['profileId'] = profile_id unless profile_id.nil?
2287
2286
  command.params['id'] = id unless id.nil?
2288
2287
  command.query['fields'] = fields unless fields.nil?
@@ -2313,7 +2312,7 @@ module Google
2313
2312
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2314
2313
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2315
2314
  def get_content_category(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
2316
- command = make_simple_command(:get, 'userprofiles/{profileId}/contentCategories/{id}', options)
2315
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/contentCategories/{+id}', options)
2317
2316
  command.response_representation = Google::Apis::DfareportingV4::ContentCategory::Representation
2318
2317
  command.response_class = Google::Apis::DfareportingV4::ContentCategory
2319
2318
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2345,7 +2344,7 @@ module Google
2345
2344
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2346
2345
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2347
2346
  def insert_content_category(profile_id, content_category_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2348
- command = make_simple_command(:post, 'userprofiles/{profileId}/contentCategories', options)
2347
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/contentCategories', options)
2349
2348
  command.request_representation = Google::Apis::DfareportingV4::ContentCategory::Representation
2350
2349
  command.request_object = content_category_object
2351
2350
  command.response_representation = Google::Apis::DfareportingV4::ContentCategory::Representation
@@ -2396,7 +2395,7 @@ module Google
2396
2395
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2397
2396
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2398
2397
  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)
2399
- command = make_simple_command(:get, 'userprofiles/{profileId}/contentCategories', options)
2398
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/contentCategories', options)
2400
2399
  command.response_representation = Google::Apis::DfareportingV4::ContentCategoriesListResponse::Representation
2401
2400
  command.response_class = Google::Apis::DfareportingV4::ContentCategoriesListResponse
2402
2401
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2415,7 +2414,7 @@ module Google
2415
2414
  # @param [Fixnum] profile_id
2416
2415
  # User profile ID associated with this request.
2417
2416
  # @param [Fixnum] id
2418
- # ContentCategory ID.
2417
+ # Required. ContentCategory ID.
2419
2418
  # @param [Google::Apis::DfareportingV4::ContentCategory] content_category_object
2420
2419
  # @param [String] fields
2421
2420
  # Selector specifying which fields to include in a partial response.
@@ -2435,7 +2434,7 @@ module Google
2435
2434
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2436
2435
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2437
2436
  def patch_content_category(profile_id, id, content_category_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2438
- command = make_simple_command(:patch, 'userprofiles/{profileId}/contentCategories', options)
2437
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/contentCategories', options)
2439
2438
  command.request_representation = Google::Apis::DfareportingV4::ContentCategory::Representation
2440
2439
  command.request_object = content_category_object
2441
2440
  command.response_representation = Google::Apis::DfareportingV4::ContentCategory::Representation
@@ -2469,7 +2468,7 @@ module Google
2469
2468
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2470
2469
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2471
2470
  def update_content_category(profile_id, content_category_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2472
- command = make_simple_command(:put, 'userprofiles/{profileId}/contentCategories', options)
2471
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/contentCategories', options)
2473
2472
  command.request_representation = Google::Apis::DfareportingV4::ContentCategory::Representation
2474
2473
  command.request_object = content_category_object
2475
2474
  command.response_representation = Google::Apis::DfareportingV4::ContentCategory::Representation
@@ -2569,7 +2568,7 @@ module Google
2569
2568
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2570
2569
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2571
2570
  def get_country(profile_id, dart_id, fields: nil, quota_user: nil, options: nil, &block)
2572
- command = make_simple_command(:get, 'userprofiles/{profileId}/countries/{dartId}', options)
2571
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/countries/{+dartId}', options)
2573
2572
  command.response_representation = Google::Apis::DfareportingV4::Country::Representation
2574
2573
  command.response_class = Google::Apis::DfareportingV4::Country
2575
2574
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2600,7 +2599,7 @@ module Google
2600
2599
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2601
2600
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2602
2601
  def list_countries(profile_id, fields: nil, quota_user: nil, options: nil, &block)
2603
- command = make_simple_command(:get, 'userprofiles/{profileId}/countries', options)
2602
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/countries', options)
2604
2603
  command.response_representation = Google::Apis::DfareportingV4::CountriesListResponse::Representation
2605
2604
  command.response_class = Google::Apis::DfareportingV4::CountriesListResponse
2606
2605
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2638,9 +2637,9 @@ module Google
2638
2637
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2639
2638
  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)
2640
2639
  if upload_source.nil?
2641
- command = make_simple_command(:post, 'userprofiles/{profileId}/creativeAssets/{advertiserId}/creativeAssets', options)
2640
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/creativeAssets/{+advertiserId}/creativeAssets', options)
2642
2641
  else
2643
- command = make_upload_command(:post, 'userprofiles/{profileId}/creativeAssets/{advertiserId}/creativeAssets', options)
2642
+ command = make_upload_command(:post, 'userprofiles/{+profileId}/creativeAssets/{+advertiserId}/creativeAssets', options)
2644
2643
  command.upload_source = upload_source
2645
2644
  command.upload_content_type = content_type
2646
2645
  end
@@ -2680,7 +2679,7 @@ module Google
2680
2679
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2681
2680
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2682
2681
  def delete_creative_field_value(profile_id, creative_field_id, id, fields: nil, quota_user: nil, options: nil, &block)
2683
- command = make_simple_command(:delete, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues/{id}', options)
2682
+ command = make_simple_command(:delete, 'userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues/{+id}', options)
2684
2683
  command.params['profileId'] = profile_id unless profile_id.nil?
2685
2684
  command.params['creativeFieldId'] = creative_field_id unless creative_field_id.nil?
2686
2685
  command.params['id'] = id unless id.nil?
@@ -2714,7 +2713,7 @@ module Google
2714
2713
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2715
2714
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2716
2715
  def get_creative_field_value(profile_id, creative_field_id, id, fields: nil, quota_user: nil, options: nil, &block)
2717
- command = make_simple_command(:get, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues/{id}', options)
2716
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues/{+id}', options)
2718
2717
  command.response_representation = Google::Apis::DfareportingV4::CreativeFieldValue::Representation
2719
2718
  command.response_class = Google::Apis::DfareportingV4::CreativeFieldValue
2720
2719
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2749,7 +2748,7 @@ module Google
2749
2748
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2750
2749
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2751
2750
  def insert_creative_field_value(profile_id, creative_field_id, creative_field_value_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2752
- command = make_simple_command(:post, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', options)
2751
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues', options)
2753
2752
  command.request_representation = Google::Apis::DfareportingV4::CreativeFieldValue::Representation
2754
2753
  command.request_object = creative_field_value_object
2755
2754
  command.response_representation = Google::Apis::DfareportingV4::CreativeFieldValue::Representation
@@ -2798,7 +2797,7 @@ module Google
2798
2797
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2799
2798
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2800
2799
  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)
2801
- command = make_simple_command(:get, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', options)
2800
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues', options)
2802
2801
  command.response_representation = Google::Apis::DfareportingV4::CreativeFieldValuesListResponse::Representation
2803
2802
  command.response_class = Google::Apis::DfareportingV4::CreativeFieldValuesListResponse
2804
2803
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2840,7 +2839,7 @@ module Google
2840
2839
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2841
2840
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2842
2841
  def patch_creative_field_value(profile_id, creative_field_id, id, creative_field_value_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2843
- command = make_simple_command(:patch, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', options)
2842
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues', options)
2844
2843
  command.request_representation = Google::Apis::DfareportingV4::CreativeFieldValue::Representation
2845
2844
  command.request_object = creative_field_value_object
2846
2845
  command.response_representation = Google::Apis::DfareportingV4::CreativeFieldValue::Representation
@@ -2877,7 +2876,7 @@ module Google
2877
2876
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2878
2877
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2879
2878
  def update_creative_field_value(profile_id, creative_field_id, creative_field_value_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2880
- command = make_simple_command(:put, 'userprofiles/{profileId}/creativeFields/{creativeFieldId}/creativeFieldValues', options)
2879
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/creativeFields/{+creativeFieldId}/creativeFieldValues', options)
2881
2880
  command.request_representation = Google::Apis::DfareportingV4::CreativeFieldValue::Representation
2882
2881
  command.request_object = creative_field_value_object
2883
2882
  command.response_representation = Google::Apis::DfareportingV4::CreativeFieldValue::Representation
@@ -2912,7 +2911,7 @@ module Google
2912
2911
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2913
2912
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2914
2913
  def delete_creative_field(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
2915
- command = make_simple_command(:delete, 'userprofiles/{profileId}/creativeFields/{id}', options)
2914
+ command = make_simple_command(:delete, 'userprofiles/{+profileId}/creativeFields/{+id}', options)
2916
2915
  command.params['profileId'] = profile_id unless profile_id.nil?
2917
2916
  command.params['id'] = id unless id.nil?
2918
2917
  command.query['fields'] = fields unless fields.nil?
@@ -2943,7 +2942,7 @@ module Google
2943
2942
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2944
2943
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2945
2944
  def get_creative_field(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
2946
- command = make_simple_command(:get, 'userprofiles/{profileId}/creativeFields/{id}', options)
2945
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/creativeFields/{+id}', options)
2947
2946
  command.response_representation = Google::Apis::DfareportingV4::CreativeField::Representation
2948
2947
  command.response_class = Google::Apis::DfareportingV4::CreativeField
2949
2948
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -2975,7 +2974,7 @@ module Google
2975
2974
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2976
2975
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2977
2976
  def insert_creative_field(profile_id, creative_field_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2978
- command = make_simple_command(:post, 'userprofiles/{profileId}/creativeFields', options)
2977
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/creativeFields', options)
2979
2978
  command.request_representation = Google::Apis::DfareportingV4::CreativeField::Representation
2980
2979
  command.request_object = creative_field_object
2981
2980
  command.response_representation = Google::Apis::DfareportingV4::CreativeField::Representation
@@ -3028,7 +3027,7 @@ module Google
3028
3027
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3029
3028
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3030
3029
  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)
3031
- command = make_simple_command(:get, 'userprofiles/{profileId}/creativeFields', options)
3030
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/creativeFields', options)
3032
3031
  command.response_representation = Google::Apis::DfareportingV4::CreativeFieldsListResponse::Representation
3033
3032
  command.response_class = Google::Apis::DfareportingV4::CreativeFieldsListResponse
3034
3033
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3068,7 +3067,7 @@ module Google
3068
3067
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3069
3068
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3070
3069
  def patch_creative_field(profile_id, id, creative_field_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3071
- command = make_simple_command(:patch, 'userprofiles/{profileId}/creativeFields', options)
3070
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/creativeFields', options)
3072
3071
  command.request_representation = Google::Apis::DfareportingV4::CreativeField::Representation
3073
3072
  command.request_object = creative_field_object
3074
3073
  command.response_representation = Google::Apis::DfareportingV4::CreativeField::Representation
@@ -3102,7 +3101,7 @@ module Google
3102
3101
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3103
3102
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3104
3103
  def update_creative_field(profile_id, creative_field_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3105
- command = make_simple_command(:put, 'userprofiles/{profileId}/creativeFields', options)
3104
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/creativeFields', options)
3106
3105
  command.request_representation = Google::Apis::DfareportingV4::CreativeField::Representation
3107
3106
  command.request_object = creative_field_object
3108
3107
  command.response_representation = Google::Apis::DfareportingV4::CreativeField::Representation
@@ -3136,7 +3135,7 @@ module Google
3136
3135
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3137
3136
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3138
3137
  def get_creative_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
3139
- command = make_simple_command(:get, 'userprofiles/{profileId}/creativeGroups/{id}', options)
3138
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/creativeGroups/{+id}', options)
3140
3139
  command.response_representation = Google::Apis::DfareportingV4::CreativeGroup::Representation
3141
3140
  command.response_class = Google::Apis::DfareportingV4::CreativeGroup
3142
3141
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3168,7 +3167,7 @@ module Google
3168
3167
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3169
3168
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3170
3169
  def insert_creative_group(profile_id, creative_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3171
- command = make_simple_command(:post, 'userprofiles/{profileId}/creativeGroups', options)
3170
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/creativeGroups', options)
3172
3171
  command.request_representation = Google::Apis::DfareportingV4::CreativeGroup::Representation
3173
3172
  command.request_object = creative_group_object
3174
3173
  command.response_representation = Google::Apis::DfareportingV4::CreativeGroup::Representation
@@ -3223,7 +3222,7 @@ module Google
3223
3222
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3224
3223
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3225
3224
  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)
3226
- command = make_simple_command(:get, 'userprofiles/{profileId}/creativeGroups', options)
3225
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/creativeGroups', options)
3227
3226
  command.response_representation = Google::Apis::DfareportingV4::CreativeGroupsListResponse::Representation
3228
3227
  command.response_class = Google::Apis::DfareportingV4::CreativeGroupsListResponse
3229
3228
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3244,7 +3243,7 @@ module Google
3244
3243
  # @param [Fixnum] profile_id
3245
3244
  # User profile ID associated with this request.
3246
3245
  # @param [Fixnum] id
3247
- # CreativeGroup ID.
3246
+ # Required. Creative Group ID.
3248
3247
  # @param [Google::Apis::DfareportingV4::CreativeGroup] creative_group_object
3249
3248
  # @param [String] fields
3250
3249
  # Selector specifying which fields to include in a partial response.
@@ -3264,7 +3263,7 @@ module Google
3264
3263
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3265
3264
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3266
3265
  def patch_creative_group(profile_id, id, creative_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3267
- command = make_simple_command(:patch, 'userprofiles/{profileId}/creativeGroups', options)
3266
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/creativeGroups', options)
3268
3267
  command.request_representation = Google::Apis::DfareportingV4::CreativeGroup::Representation
3269
3268
  command.request_object = creative_group_object
3270
3269
  command.response_representation = Google::Apis::DfareportingV4::CreativeGroup::Representation
@@ -3298,7 +3297,7 @@ module Google
3298
3297
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3299
3298
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3300
3299
  def update_creative_group(profile_id, creative_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3301
- command = make_simple_command(:put, 'userprofiles/{profileId}/creativeGroups', options)
3300
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/creativeGroups', options)
3302
3301
  command.request_representation = Google::Apis::DfareportingV4::CreativeGroup::Representation
3303
3302
  command.request_object = creative_group_object
3304
3303
  command.response_representation = Google::Apis::DfareportingV4::CreativeGroup::Representation
@@ -3332,7 +3331,7 @@ module Google
3332
3331
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3333
3332
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3334
3333
  def get_creative(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
3335
- command = make_simple_command(:get, 'userprofiles/{profileId}/creatives/{id}', options)
3334
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/creatives/{+id}', options)
3336
3335
  command.response_representation = Google::Apis::DfareportingV4::Creative::Representation
3337
3336
  command.response_class = Google::Apis::DfareportingV4::Creative
3338
3337
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3364,7 +3363,7 @@ module Google
3364
3363
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3365
3364
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3366
3365
  def insert_creative(profile_id, creative_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3367
- command = make_simple_command(:post, 'userprofiles/{profileId}/creatives', options)
3366
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/creatives', options)
3368
3367
  command.request_representation = Google::Apis::DfareportingV4::Creative::Representation
3369
3368
  command.request_object = creative_object
3370
3369
  command.response_representation = Google::Apis::DfareportingV4::Creative::Representation
@@ -3435,7 +3434,7 @@ module Google
3435
3434
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3436
3435
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3437
3436
  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)
3438
- command = make_simple_command(:get, 'userprofiles/{profileId}/creatives', options)
3437
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/creatives', options)
3439
3438
  command.response_representation = Google::Apis::DfareportingV4::CreativesListResponse::Representation
3440
3439
  command.response_class = Google::Apis::DfareportingV4::CreativesListResponse
3441
3440
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3464,7 +3463,7 @@ module Google
3464
3463
  # @param [Fixnum] profile_id
3465
3464
  # User profile ID associated with this request.
3466
3465
  # @param [Fixnum] id
3467
- # Creative ID.
3466
+ # Required. Creative ID.
3468
3467
  # @param [Google::Apis::DfareportingV4::Creative] creative_object
3469
3468
  # @param [String] fields
3470
3469
  # Selector specifying which fields to include in a partial response.
@@ -3484,7 +3483,7 @@ module Google
3484
3483
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3485
3484
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3486
3485
  def patch_creative(profile_id, id, creative_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3487
- command = make_simple_command(:patch, 'userprofiles/{profileId}/creatives', options)
3486
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/creatives', options)
3488
3487
  command.request_representation = Google::Apis::DfareportingV4::Creative::Representation
3489
3488
  command.request_object = creative_object
3490
3489
  command.response_representation = Google::Apis::DfareportingV4::Creative::Representation
@@ -3518,7 +3517,7 @@ module Google
3518
3517
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3519
3518
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3520
3519
  def update_creative(profile_id, creative_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3521
- command = make_simple_command(:put, 'userprofiles/{profileId}/creatives', options)
3520
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/creatives', options)
3522
3521
  command.request_representation = Google::Apis::DfareportingV4::Creative::Representation
3523
3522
  command.request_object = creative_object
3524
3523
  command.response_representation = Google::Apis::DfareportingV4::Creative::Representation
@@ -3591,7 +3590,7 @@ module Google
3591
3590
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3592
3591
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3593
3592
  def get_directory_site(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
3594
- command = make_simple_command(:get, 'userprofiles/{profileId}/directorySites/{id}', options)
3593
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/directorySites/{+id}', options)
3595
3594
  command.response_representation = Google::Apis::DfareportingV4::DirectorySite::Representation
3596
3595
  command.response_class = Google::Apis::DfareportingV4::DirectorySite
3597
3596
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3623,7 +3622,7 @@ module Google
3623
3622
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3624
3623
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3625
3624
  def insert_directory_site(profile_id, directory_site_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3626
- command = make_simple_command(:post, 'userprofiles/{profileId}/directorySites', options)
3625
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/directorySites', options)
3627
3626
  command.request_representation = Google::Apis::DfareportingV4::DirectorySite::Representation
3628
3627
  command.request_object = directory_site_object
3629
3628
  command.response_representation = Google::Apis::DfareportingV4::DirectorySite::Representation
@@ -3688,7 +3687,7 @@ module Google
3688
3687
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3689
3688
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3690
3689
  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)
3691
- command = make_simple_command(:get, 'userprofiles/{profileId}/directorySites', options)
3690
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/directorySites', options)
3692
3691
  command.response_representation = Google::Apis::DfareportingV4::DirectorySitesListResponse::Representation
3693
3692
  command.response_class = Google::Apis::DfareportingV4::DirectorySitesListResponse
3694
3693
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3714,11 +3713,12 @@ module Google
3714
3713
  # @param [Fixnum] object_id_
3715
3714
  # ID of the object of this dynamic targeting key. This is a required field.
3716
3715
  # @param [String] name
3717
- # Name of this dynamic targeting key. This is a required field. Must be less
3718
- # than 256 characters long and cannot contain commas. All characters are
3716
+ # Required. Name of this dynamic targeting key. This is a required field. Must
3717
+ # be less than 256 characters long and cannot contain commas. All characters are
3719
3718
  # converted to lowercase.
3720
3719
  # @param [String] object_type
3721
- # Type of the object of this dynamic targeting key. This is a required field.
3720
+ # Required. Type of the object of this dynamic targeting key. This is a required
3721
+ # field.
3722
3722
  # @param [String] fields
3723
3723
  # Selector specifying which fields to include in a partial response.
3724
3724
  # @param [String] quota_user
@@ -3737,7 +3737,7 @@ module Google
3737
3737
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3738
3738
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3739
3739
  def delete_dynamic_targeting_key(profile_id, object_id_, name, object_type, fields: nil, quota_user: nil, options: nil, &block)
3740
- command = make_simple_command(:delete, 'userprofiles/{profileId}/dynamicTargetingKeys/{objectId}', options)
3740
+ command = make_simple_command(:delete, 'userprofiles/{+profileId}/dynamicTargetingKeys/{+objectId}', options)
3741
3741
  command.params['profileId'] = profile_id unless profile_id.nil?
3742
3742
  command.params['objectId'] = object_id_ unless object_id_.nil?
3743
3743
  command.query['name'] = name unless name.nil?
@@ -3772,7 +3772,7 @@ module Google
3772
3772
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3773
3773
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3774
3774
  def insert_dynamic_targeting_key(profile_id, dynamic_targeting_key_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3775
- command = make_simple_command(:post, 'userprofiles/{profileId}/dynamicTargetingKeys', options)
3775
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/dynamicTargetingKeys', options)
3776
3776
  command.request_representation = Google::Apis::DfareportingV4::DynamicTargetingKey::Representation
3777
3777
  command.request_object = dynamic_targeting_key_object
3778
3778
  command.response_representation = Google::Apis::DfareportingV4::DynamicTargetingKey::Representation
@@ -3812,7 +3812,7 @@ module Google
3812
3812
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3813
3813
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3814
3814
  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)
3815
- command = make_simple_command(:get, 'userprofiles/{profileId}/dynamicTargetingKeys', options)
3815
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/dynamicTargetingKeys', options)
3816
3816
  command.response_representation = Google::Apis::DfareportingV4::DynamicTargetingKeysListResponse::Representation
3817
3817
  command.response_class = Google::Apis::DfareportingV4::DynamicTargetingKeysListResponse
3818
3818
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3848,7 +3848,7 @@ module Google
3848
3848
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3849
3849
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3850
3850
  def delete_event_tag(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
3851
- command = make_simple_command(:delete, 'userprofiles/{profileId}/eventTags/{id}', options)
3851
+ command = make_simple_command(:delete, 'userprofiles/{+profileId}/eventTags/{+id}', options)
3852
3852
  command.params['profileId'] = profile_id unless profile_id.nil?
3853
3853
  command.params['id'] = id unless id.nil?
3854
3854
  command.query['fields'] = fields unless fields.nil?
@@ -3879,7 +3879,7 @@ module Google
3879
3879
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3880
3880
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3881
3881
  def get_event_tag(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
3882
- command = make_simple_command(:get, 'userprofiles/{profileId}/eventTags/{id}', options)
3882
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/eventTags/{+id}', options)
3883
3883
  command.response_representation = Google::Apis::DfareportingV4::EventTag::Representation
3884
3884
  command.response_class = Google::Apis::DfareportingV4::EventTag
3885
3885
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -3911,7 +3911,7 @@ module Google
3911
3911
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3912
3912
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3913
3913
  def insert_event_tag(profile_id, event_tag_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3914
- command = make_simple_command(:post, 'userprofiles/{profileId}/eventTags', options)
3914
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/eventTags', options)
3915
3915
  command.request_representation = Google::Apis::DfareportingV4::EventTag::Representation
3916
3916
  command.request_object = event_tag_object
3917
3917
  command.response_representation = Google::Apis::DfareportingV4::EventTag::Representation
@@ -3981,7 +3981,7 @@ module Google
3981
3981
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3982
3982
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3983
3983
  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)
3984
- command = make_simple_command(:get, 'userprofiles/{profileId}/eventTags', options)
3984
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/eventTags', options)
3985
3985
  command.response_representation = Google::Apis::DfareportingV4::EventTagsListResponse::Representation
3986
3986
  command.response_class = Google::Apis::DfareportingV4::EventTagsListResponse
3987
3987
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4004,7 +4004,7 @@ module Google
4004
4004
  # @param [Fixnum] profile_id
4005
4005
  # User profile ID associated with this request.
4006
4006
  # @param [Fixnum] id
4007
- # EventTag ID.
4007
+ # Required. EventTag ID.
4008
4008
  # @param [Google::Apis::DfareportingV4::EventTag] event_tag_object
4009
4009
  # @param [String] fields
4010
4010
  # Selector specifying which fields to include in a partial response.
@@ -4024,7 +4024,7 @@ module Google
4024
4024
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4025
4025
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4026
4026
  def patch_event_tag(profile_id, id, event_tag_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4027
- command = make_simple_command(:patch, 'userprofiles/{profileId}/eventTags', options)
4027
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/eventTags', options)
4028
4028
  command.request_representation = Google::Apis::DfareportingV4::EventTag::Representation
4029
4029
  command.request_object = event_tag_object
4030
4030
  command.response_representation = Google::Apis::DfareportingV4::EventTag::Representation
@@ -4058,7 +4058,7 @@ module Google
4058
4058
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4059
4059
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4060
4060
  def update_event_tag(profile_id, event_tag_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4061
- command = make_simple_command(:put, 'userprofiles/{profileId}/eventTags', options)
4061
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/eventTags', options)
4062
4062
  command.request_representation = Google::Apis::DfareportingV4::EventTag::Representation
4063
4063
  command.request_object = event_tag_object
4064
4064
  command.response_representation = Google::Apis::DfareportingV4::EventTag::Representation
@@ -4178,7 +4178,7 @@ module Google
4178
4178
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4179
4179
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4180
4180
  def delete_floodlight_activity(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
4181
- command = make_simple_command(:delete, 'userprofiles/{profileId}/floodlightActivities/{id}', options)
4181
+ command = make_simple_command(:delete, 'userprofiles/{+profileId}/floodlightActivities/{+id}', options)
4182
4182
  command.params['profileId'] = profile_id unless profile_id.nil?
4183
4183
  command.params['id'] = id unless id.nil?
4184
4184
  command.query['fields'] = fields unless fields.nil?
@@ -4209,7 +4209,7 @@ module Google
4209
4209
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4210
4210
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4211
4211
  def generatetag_floodlight_activity(profile_id, floodlight_activity_id: nil, fields: nil, quota_user: nil, options: nil, &block)
4212
- command = make_simple_command(:post, 'userprofiles/{profileId}/floodlightActivities/generatetag', options)
4212
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/floodlightActivities/generatetag', options)
4213
4213
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivitiesGenerateTagResponse::Representation
4214
4214
  command.response_class = Google::Apis::DfareportingV4::FloodlightActivitiesGenerateTagResponse
4215
4215
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4242,7 +4242,7 @@ module Google
4242
4242
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4243
4243
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4244
4244
  def get_floodlight_activity(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
4245
- command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightActivities/{id}', options)
4245
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/floodlightActivities/{+id}', options)
4246
4246
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivity::Representation
4247
4247
  command.response_class = Google::Apis::DfareportingV4::FloodlightActivity
4248
4248
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4274,7 +4274,7 @@ module Google
4274
4274
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4275
4275
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4276
4276
  def insert_floodlight_activity(profile_id, floodlight_activity_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4277
- command = make_simple_command(:post, 'userprofiles/{profileId}/floodlightActivities', options)
4277
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/floodlightActivities', options)
4278
4278
  command.request_representation = Google::Apis::DfareportingV4::FloodlightActivity::Representation
4279
4279
  command.request_object = floodlight_activity_object
4280
4280
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivity::Representation
@@ -4348,7 +4348,7 @@ module Google
4348
4348
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4349
4349
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4350
4350
  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)
4351
- command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightActivities', options)
4351
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/floodlightActivities', options)
4352
4352
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivitiesListResponse::Representation
4353
4353
  command.response_class = Google::Apis::DfareportingV4::FloodlightActivitiesListResponse
4354
4354
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4370,11 +4370,11 @@ module Google
4370
4370
  execute_or_queue_command(command, &block)
4371
4371
  end
4372
4372
 
4373
- # Updates an existing floodlight activity. This method supports patch semantics.
4373
+ # Updates an existing event tag. This method supports patch semantics.
4374
4374
  # @param [Fixnum] profile_id
4375
4375
  # User profile ID associated with this request.
4376
4376
  # @param [Fixnum] id
4377
- # FloodlightActivity ID.
4377
+ # Required. EventTag ID.
4378
4378
  # @param [Google::Apis::DfareportingV4::FloodlightActivity] floodlight_activity_object
4379
4379
  # @param [String] fields
4380
4380
  # Selector specifying which fields to include in a partial response.
@@ -4394,7 +4394,7 @@ module Google
4394
4394
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4395
4395
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4396
4396
  def patch_floodlight_activity(profile_id, id, floodlight_activity_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4397
- command = make_simple_command(:patch, 'userprofiles/{profileId}/floodlightActivities', options)
4397
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/floodlightActivities', options)
4398
4398
  command.request_representation = Google::Apis::DfareportingV4::FloodlightActivity::Representation
4399
4399
  command.request_object = floodlight_activity_object
4400
4400
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivity::Representation
@@ -4428,7 +4428,7 @@ module Google
4428
4428
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4429
4429
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4430
4430
  def update_floodlight_activity(profile_id, floodlight_activity_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4431
- command = make_simple_command(:put, 'userprofiles/{profileId}/floodlightActivities', options)
4431
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/floodlightActivities', options)
4432
4432
  command.request_representation = Google::Apis::DfareportingV4::FloodlightActivity::Representation
4433
4433
  command.request_object = floodlight_activity_object
4434
4434
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivity::Representation
@@ -4462,7 +4462,7 @@ module Google
4462
4462
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4463
4463
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4464
4464
  def get_floodlight_activity_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
4465
- command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightActivityGroups/{id}', options)
4465
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/floodlightActivityGroups/{+id}', options)
4466
4466
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivityGroup::Representation
4467
4467
  command.response_class = Google::Apis::DfareportingV4::FloodlightActivityGroup
4468
4468
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4494,7 +4494,7 @@ module Google
4494
4494
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4495
4495
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4496
4496
  def insert_floodlight_activity_group(profile_id, floodlight_activity_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4497
- command = make_simple_command(:post, 'userprofiles/{profileId}/floodlightActivityGroups', options)
4497
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/floodlightActivityGroups', options)
4498
4498
  command.request_representation = Google::Apis::DfareportingV4::FloodlightActivityGroup::Representation
4499
4499
  command.request_object = floodlight_activity_group_object
4500
4500
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivityGroup::Representation
@@ -4558,7 +4558,7 @@ module Google
4558
4558
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4559
4559
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4560
4560
  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)
4561
- command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightActivityGroups', options)
4561
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/floodlightActivityGroups', options)
4562
4562
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivityGroupsListResponse::Representation
4563
4563
  command.response_class = Google::Apis::DfareportingV4::FloodlightActivityGroupsListResponse
4564
4564
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4576,12 +4576,11 @@ module Google
4576
4576
  execute_or_queue_command(command, &block)
4577
4577
  end
4578
4578
 
4579
- # Updates an existing floodlight activity group. This method supports patch
4580
- # semantics.
4579
+ # Updates an existing event tag. This method supports patch semantics.
4581
4580
  # @param [Fixnum] profile_id
4582
4581
  # User profile ID associated with this request.
4583
4582
  # @param [Fixnum] id
4584
- # FloodlightActivityGroup ID.
4583
+ # Required. EventTag ID.
4585
4584
  # @param [Google::Apis::DfareportingV4::FloodlightActivityGroup] floodlight_activity_group_object
4586
4585
  # @param [String] fields
4587
4586
  # Selector specifying which fields to include in a partial response.
@@ -4601,7 +4600,7 @@ module Google
4601
4600
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4602
4601
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4603
4602
  def patch_floodlight_activity_group(profile_id, id, floodlight_activity_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4604
- command = make_simple_command(:patch, 'userprofiles/{profileId}/floodlightActivityGroups', options)
4603
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/floodlightActivityGroups', options)
4605
4604
  command.request_representation = Google::Apis::DfareportingV4::FloodlightActivityGroup::Representation
4606
4605
  command.request_object = floodlight_activity_group_object
4607
4606
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivityGroup::Representation
@@ -4635,7 +4634,7 @@ module Google
4635
4634
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4636
4635
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4637
4636
  def update_floodlight_activity_group(profile_id, floodlight_activity_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4638
- command = make_simple_command(:put, 'userprofiles/{profileId}/floodlightActivityGroups', options)
4637
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/floodlightActivityGroups', options)
4639
4638
  command.request_representation = Google::Apis::DfareportingV4::FloodlightActivityGroup::Representation
4640
4639
  command.request_object = floodlight_activity_group_object
4641
4640
  command.response_representation = Google::Apis::DfareportingV4::FloodlightActivityGroup::Representation
@@ -4669,7 +4668,7 @@ module Google
4669
4668
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4670
4669
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4671
4670
  def get_floodlight_configuration(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
4672
- command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightConfigurations/{id}', options)
4671
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/floodlightConfigurations/{+id}', options)
4673
4672
  command.response_representation = Google::Apis::DfareportingV4::FloodlightConfiguration::Representation
4674
4673
  command.response_class = Google::Apis::DfareportingV4::FloodlightConfiguration
4675
4674
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4703,7 +4702,7 @@ module Google
4703
4702
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4704
4703
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4705
4704
  def list_floodlight_configurations(profile_id, ids: nil, fields: nil, quota_user: nil, options: nil, &block)
4706
- command = make_simple_command(:get, 'userprofiles/{profileId}/floodlightConfigurations', options)
4705
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/floodlightConfigurations', options)
4707
4706
  command.response_representation = Google::Apis::DfareportingV4::FloodlightConfigurationsListResponse::Representation
4708
4707
  command.response_class = Google::Apis::DfareportingV4::FloodlightConfigurationsListResponse
4709
4708
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4713,12 +4712,11 @@ module Google
4713
4712
  execute_or_queue_command(command, &block)
4714
4713
  end
4715
4714
 
4716
- # Updates an existing floodlight configuration. This method supports patch
4717
- # semantics.
4715
+ # Updates an existing event tag. This method supports patch semantics.
4718
4716
  # @param [Fixnum] profile_id
4719
4717
  # User profile ID associated with this request.
4720
4718
  # @param [Fixnum] id
4721
- # FloodlightConfiguration ID.
4719
+ # Required. EventTag ID.
4722
4720
  # @param [Google::Apis::DfareportingV4::FloodlightConfiguration] floodlight_configuration_object
4723
4721
  # @param [String] fields
4724
4722
  # Selector specifying which fields to include in a partial response.
@@ -4738,7 +4736,7 @@ module Google
4738
4736
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4739
4737
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4740
4738
  def patch_floodlight_configuration(profile_id, id, floodlight_configuration_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4741
- command = make_simple_command(:patch, 'userprofiles/{profileId}/floodlightConfigurations', options)
4739
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/floodlightConfigurations', options)
4742
4740
  command.request_representation = Google::Apis::DfareportingV4::FloodlightConfiguration::Representation
4743
4741
  command.request_object = floodlight_configuration_object
4744
4742
  command.response_representation = Google::Apis::DfareportingV4::FloodlightConfiguration::Representation
@@ -4772,7 +4770,7 @@ module Google
4772
4770
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4773
4771
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4774
4772
  def update_floodlight_configuration(profile_id, floodlight_configuration_object = nil, fields: nil, quota_user: nil, options: nil, &block)
4775
- command = make_simple_command(:put, 'userprofiles/{profileId}/floodlightConfigurations', options)
4773
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/floodlightConfigurations', options)
4776
4774
  command.request_representation = Google::Apis::DfareportingV4::FloodlightConfiguration::Representation
4777
4775
  command.request_object = floodlight_configuration_object
4778
4776
  command.response_representation = Google::Apis::DfareportingV4::FloodlightConfiguration::Representation
@@ -4808,7 +4806,7 @@ module Google
4808
4806
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4809
4807
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4810
4808
  def get_inventory_item(profile_id, project_id, id, fields: nil, quota_user: nil, options: nil, &block)
4811
- command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/inventoryItems/{id}', options)
4809
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/projects/{projectId}/inventoryItems/{+id}', options)
4812
4810
  command.response_representation = Google::Apis::DfareportingV4::InventoryItem::Representation
4813
4811
  command.response_class = Google::Apis::DfareportingV4::InventoryItem
4814
4812
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4861,7 +4859,7 @@ module Google
4861
4859
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4862
4860
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4863
4861
  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)
4864
- command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/inventoryItems', options)
4862
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/projects/{projectId}/inventoryItems', options)
4865
4863
  command.response_representation = Google::Apis::DfareportingV4::InventoryItemsListResponse::Representation
4866
4864
  command.response_class = Google::Apis::DfareportingV4::InventoryItemsListResponse
4867
4865
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4901,7 +4899,7 @@ module Google
4901
4899
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4902
4900
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4903
4901
  def list_languages(profile_id, fields: nil, quota_user: nil, options: nil, &block)
4904
- command = make_simple_command(:get, 'userprofiles/{profileId}/languages', options)
4902
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/languages', options)
4905
4903
  command.response_representation = Google::Apis::DfareportingV4::LanguagesListResponse::Representation
4906
4904
  command.response_class = Google::Apis::DfareportingV4::LanguagesListResponse
4907
4905
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4931,7 +4929,7 @@ module Google
4931
4929
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4932
4930
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4933
4931
  def list_metros(profile_id, fields: nil, quota_user: nil, options: nil, &block)
4934
- command = make_simple_command(:get, 'userprofiles/{profileId}/metros', options)
4932
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/metros', options)
4935
4933
  command.response_representation = Google::Apis::DfareportingV4::MetrosListResponse::Representation
4936
4934
  command.response_class = Google::Apis::DfareportingV4::MetrosListResponse
4937
4935
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -4963,7 +4961,7 @@ module Google
4963
4961
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4964
4962
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4965
4963
  def get_mobile_app(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
4966
- command = make_simple_command(:get, 'userprofiles/{profileId}/mobileApps/{id}', options)
4964
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/mobileApps/{+id}', options)
4967
4965
  command.response_representation = Google::Apis::DfareportingV4::MobileApp::Representation
4968
4966
  command.response_class = Google::Apis::DfareportingV4::MobileApp
4969
4967
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5009,7 +5007,7 @@ module Google
5009
5007
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5010
5008
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5011
5009
  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)
5012
- command = make_simple_command(:get, 'userprofiles/{profileId}/mobileApps', options)
5010
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/mobileApps', options)
5013
5011
  command.response_representation = Google::Apis::DfareportingV4::MobileAppsListResponse::Representation
5014
5012
  command.response_class = Google::Apis::DfareportingV4::MobileAppsListResponse
5015
5013
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5046,7 +5044,7 @@ module Google
5046
5044
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5047
5045
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5048
5046
  def get_mobile_carrier(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
5049
- command = make_simple_command(:get, 'userprofiles/{profileId}/mobileCarriers/{id}', options)
5047
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/mobileCarriers/{+id}', options)
5050
5048
  command.response_representation = Google::Apis::DfareportingV4::MobileCarrier::Representation
5051
5049
  command.response_class = Google::Apis::DfareportingV4::MobileCarrier
5052
5050
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5077,7 +5075,7 @@ module Google
5077
5075
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5078
5076
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5079
5077
  def list_mobile_carriers(profile_id, fields: nil, quota_user: nil, options: nil, &block)
5080
- command = make_simple_command(:get, 'userprofiles/{profileId}/mobileCarriers', options)
5078
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/mobileCarriers', options)
5081
5079
  command.response_representation = Google::Apis::DfareportingV4::MobileCarriersListResponse::Representation
5082
5080
  command.response_class = Google::Apis::DfareportingV4::MobileCarriersListResponse
5083
5081
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5109,7 +5107,7 @@ module Google
5109
5107
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5110
5108
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5111
5109
  def get_operating_system_version(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
5112
- command = make_simple_command(:get, 'userprofiles/{profileId}/operatingSystemVersions/{id}', options)
5110
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/operatingSystemVersions/{+id}', options)
5113
5111
  command.response_representation = Google::Apis::DfareportingV4::OperatingSystemVersion::Representation
5114
5112
  command.response_class = Google::Apis::DfareportingV4::OperatingSystemVersion
5115
5113
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5140,7 +5138,7 @@ module Google
5140
5138
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5141
5139
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5142
5140
  def list_operating_system_versions(profile_id, fields: nil, quota_user: nil, options: nil, &block)
5143
- command = make_simple_command(:get, 'userprofiles/{profileId}/operatingSystemVersions', options)
5141
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/operatingSystemVersions', options)
5144
5142
  command.response_representation = Google::Apis::DfareportingV4::OperatingSystemVersionsListResponse::Representation
5145
5143
  command.response_class = Google::Apis::DfareportingV4::OperatingSystemVersionsListResponse
5146
5144
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5172,7 +5170,7 @@ module Google
5172
5170
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5173
5171
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5174
5172
  def get_operating_system(profile_id, dart_id, fields: nil, quota_user: nil, options: nil, &block)
5175
- command = make_simple_command(:get, 'userprofiles/{profileId}/operatingSystems/{dartId}', options)
5173
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/operatingSystems/{+dartId}', options)
5176
5174
  command.response_representation = Google::Apis::DfareportingV4::OperatingSystem::Representation
5177
5175
  command.response_class = Google::Apis::DfareportingV4::OperatingSystem
5178
5176
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5203,7 +5201,7 @@ module Google
5203
5201
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5204
5202
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5205
5203
  def list_operating_systems(profile_id, fields: nil, quota_user: nil, options: nil, &block)
5206
- command = make_simple_command(:get, 'userprofiles/{profileId}/operatingSystems', options)
5204
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/operatingSystems', options)
5207
5205
  command.response_representation = Google::Apis::DfareportingV4::OperatingSystemsListResponse::Representation
5208
5206
  command.response_class = Google::Apis::DfareportingV4::OperatingSystemsListResponse
5209
5207
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5212,109 +5210,6 @@ module Google
5212
5210
  execute_or_queue_command(command, &block)
5213
5211
  end
5214
5212
 
5215
- # Gets one order document by ID.
5216
- # @param [Fixnum] profile_id
5217
- # User profile ID associated with this request.
5218
- # @param [Fixnum] project_id
5219
- # Project ID for order documents.
5220
- # @param [Fixnum] id
5221
- # Order document ID.
5222
- # @param [String] fields
5223
- # Selector specifying which fields to include in a partial response.
5224
- # @param [String] quota_user
5225
- # Available to use for quota purposes for server-side applications. Can be any
5226
- # arbitrary string assigned to a user, but should not exceed 40 characters.
5227
- # @param [Google::Apis::RequestOptions] options
5228
- # Request-specific options
5229
- #
5230
- # @yield [result, err] Result & error if block supplied
5231
- # @yieldparam result [Google::Apis::DfareportingV4::OrderDocument] parsed result object
5232
- # @yieldparam err [StandardError] error object if request failed
5233
- #
5234
- # @return [Google::Apis::DfareportingV4::OrderDocument]
5235
- #
5236
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
5237
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5238
- # @raise [Google::Apis::AuthorizationError] Authorization is required
5239
- def get_order_document(profile_id, project_id, id, fields: nil, quota_user: nil, options: nil, &block)
5240
- command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/orderDocuments/{id}', options)
5241
- command.response_representation = Google::Apis::DfareportingV4::OrderDocument::Representation
5242
- command.response_class = Google::Apis::DfareportingV4::OrderDocument
5243
- command.params['profileId'] = profile_id unless profile_id.nil?
5244
- command.params['projectId'] = project_id unless project_id.nil?
5245
- command.params['id'] = id unless id.nil?
5246
- command.query['fields'] = fields unless fields.nil?
5247
- command.query['quotaUser'] = quota_user unless quota_user.nil?
5248
- execute_or_queue_command(command, &block)
5249
- end
5250
-
5251
- # Retrieves a list of order documents, possibly filtered. This method supports
5252
- # paging.
5253
- # @param [Fixnum] profile_id
5254
- # User profile ID associated with this request.
5255
- # @param [Fixnum] project_id
5256
- # Project ID for order documents.
5257
- # @param [Boolean] approved
5258
- # Select only order documents that have been approved by at least one user.
5259
- # @param [Array<Fixnum>, Fixnum] ids
5260
- # Select only order documents with these IDs.
5261
- # @param [Fixnum] max_results
5262
- # Maximum number of results to return.
5263
- # @param [Array<Fixnum>, Fixnum] order_id
5264
- # Select only order documents for specified orders.
5265
- # @param [String] page_token
5266
- # Value of the nextPageToken from the previous result page.
5267
- # @param [String] search_string
5268
- # Allows searching for order documents by name or ID. Wildcards (*) are allowed.
5269
- # For example, "orderdocument*2015" will return order documents with names like "
5270
- # orderdocument June 2015", "orderdocument April 2015", or simply "orderdocument
5271
- # 2015". Most of the searches also add wildcards implicitly at the start and the
5272
- # end of the search string. For example, a search string of "orderdocument" will
5273
- # match order documents with name "my orderdocument", "orderdocument 2015", or
5274
- # simply "orderdocument".
5275
- # @param [Array<Fixnum>, Fixnum] site_id
5276
- # Select only order documents that are associated with these sites.
5277
- # @param [String] sort_field
5278
- # Field by which to sort the list.
5279
- # @param [String] sort_order
5280
- # Order of sorted results.
5281
- # @param [String] fields
5282
- # Selector specifying which fields to include in a partial response.
5283
- # @param [String] quota_user
5284
- # Available to use for quota purposes for server-side applications. Can be any
5285
- # arbitrary string assigned to a user, but should not exceed 40 characters.
5286
- # @param [Google::Apis::RequestOptions] options
5287
- # Request-specific options
5288
- #
5289
- # @yield [result, err] Result & error if block supplied
5290
- # @yieldparam result [Google::Apis::DfareportingV4::OrderDocumentsListResponse] parsed result object
5291
- # @yieldparam err [StandardError] error object if request failed
5292
- #
5293
- # @return [Google::Apis::DfareportingV4::OrderDocumentsListResponse]
5294
- #
5295
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
5296
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5297
- # @raise [Google::Apis::AuthorizationError] Authorization is required
5298
- 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)
5299
- command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/orderDocuments', options)
5300
- command.response_representation = Google::Apis::DfareportingV4::OrderDocumentsListResponse::Representation
5301
- command.response_class = Google::Apis::DfareportingV4::OrderDocumentsListResponse
5302
- command.params['profileId'] = profile_id unless profile_id.nil?
5303
- command.params['projectId'] = project_id unless project_id.nil?
5304
- command.query['approved'] = approved unless approved.nil?
5305
- command.query['ids'] = ids unless ids.nil?
5306
- command.query['maxResults'] = max_results unless max_results.nil?
5307
- command.query['orderId'] = order_id unless order_id.nil?
5308
- command.query['pageToken'] = page_token unless page_token.nil?
5309
- command.query['searchString'] = search_string unless search_string.nil?
5310
- command.query['siteId'] = site_id unless site_id.nil?
5311
- command.query['sortField'] = sort_field unless sort_field.nil?
5312
- command.query['sortOrder'] = sort_order unless sort_order.nil?
5313
- command.query['fields'] = fields unless fields.nil?
5314
- command.query['quotaUser'] = quota_user unless quota_user.nil?
5315
- execute_or_queue_command(command, &block)
5316
- end
5317
-
5318
5213
  # Gets one order by ID.
5319
5214
  # @param [Fixnum] profile_id
5320
5215
  # User profile ID associated with this request.
@@ -5340,7 +5235,7 @@ module Google
5340
5235
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5341
5236
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5342
5237
  def get_order(profile_id, project_id, id, fields: nil, quota_user: nil, options: nil, &block)
5343
- command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/orders/{id}', options)
5238
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/projects/{projectId}/orders/{+id}', options)
5344
5239
  command.response_representation = Google::Apis::DfareportingV4::Order::Representation
5345
5240
  command.response_class = Google::Apis::DfareportingV4::Order
5346
5241
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5393,7 +5288,7 @@ module Google
5393
5288
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5394
5289
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5395
5290
  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)
5396
- command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{projectId}/orders', options)
5291
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/projects/{projectId}/orders', options)
5397
5292
  command.response_representation = Google::Apis::DfareportingV4::OrdersListResponse::Representation
5398
5293
  command.response_class = Google::Apis::DfareportingV4::OrdersListResponse
5399
5294
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5433,7 +5328,7 @@ module Google
5433
5328
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5434
5329
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5435
5330
  def get_placement_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
5436
- command = make_simple_command(:get, 'userprofiles/{profileId}/placementGroups/{id}', options)
5331
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/placementGroups/{+id}', options)
5437
5332
  command.response_representation = Google::Apis::DfareportingV4::PlacementGroup::Representation
5438
5333
  command.response_class = Google::Apis::DfareportingV4::PlacementGroup
5439
5334
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5465,7 +5360,7 @@ module Google
5465
5360
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5466
5361
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5467
5362
  def insert_placement_group(profile_id, placement_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
5468
- command = make_simple_command(:post, 'userprofiles/{profileId}/placementGroups', options)
5363
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/placementGroups', options)
5469
5364
  command.request_representation = Google::Apis::DfareportingV4::PlacementGroup::Representation
5470
5365
  command.request_object = placement_group_object
5471
5366
  command.response_representation = Google::Apis::DfareportingV4::PlacementGroup::Representation
@@ -5552,7 +5447,7 @@ module Google
5552
5447
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5553
5448
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5554
5449
  def list_placement_groups(profile_id, active_status: nil, advertiser_ids: 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)
5555
- command = make_simple_command(:get, 'userprofiles/{profileId}/placementGroups', options)
5450
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/placementGroups', options)
5556
5451
  command.response_representation = Google::Apis::DfareportingV4::PlacementGroupsListResponse::Representation
5557
5452
  command.response_class = Google::Apis::DfareportingV4::PlacementGroupsListResponse
5558
5453
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5584,7 +5479,7 @@ module Google
5584
5479
  # @param [Fixnum] profile_id
5585
5480
  # User profile ID associated with this request.
5586
5481
  # @param [Fixnum] id
5587
- # PlacementGroup ID.
5482
+ # Required. Placement ID.
5588
5483
  # @param [Google::Apis::DfareportingV4::PlacementGroup] placement_group_object
5589
5484
  # @param [String] fields
5590
5485
  # Selector specifying which fields to include in a partial response.
@@ -5604,7 +5499,7 @@ module Google
5604
5499
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5605
5500
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5606
5501
  def patch_placement_group(profile_id, id, placement_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
5607
- command = make_simple_command(:patch, 'userprofiles/{profileId}/placementGroups', options)
5502
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/placementGroups', options)
5608
5503
  command.request_representation = Google::Apis::DfareportingV4::PlacementGroup::Representation
5609
5504
  command.request_object = placement_group_object
5610
5505
  command.response_representation = Google::Apis::DfareportingV4::PlacementGroup::Representation
@@ -5638,7 +5533,7 @@ module Google
5638
5533
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5639
5534
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5640
5535
  def update_placement_group(profile_id, placement_group_object = nil, fields: nil, quota_user: nil, options: nil, &block)
5641
- command = make_simple_command(:put, 'userprofiles/{profileId}/placementGroups', options)
5536
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/placementGroups', options)
5642
5537
  command.request_representation = Google::Apis::DfareportingV4::PlacementGroup::Representation
5643
5538
  command.request_object = placement_group_object
5644
5539
  command.response_representation = Google::Apis::DfareportingV4::PlacementGroup::Representation
@@ -5672,7 +5567,7 @@ module Google
5672
5567
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5673
5568
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5674
5569
  def delete_placement_strategy(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
5675
- command = make_simple_command(:delete, 'userprofiles/{profileId}/placementStrategies/{id}', options)
5570
+ command = make_simple_command(:delete, 'userprofiles/{+profileId}/placementStrategies/{+id}', options)
5676
5571
  command.params['profileId'] = profile_id unless profile_id.nil?
5677
5572
  command.params['id'] = id unless id.nil?
5678
5573
  command.query['fields'] = fields unless fields.nil?
@@ -5703,7 +5598,7 @@ module Google
5703
5598
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5704
5599
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5705
5600
  def get_placement_strategy(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
5706
- command = make_simple_command(:get, 'userprofiles/{profileId}/placementStrategies/{id}', options)
5601
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/placementStrategies/{+id}', options)
5707
5602
  command.response_representation = Google::Apis::DfareportingV4::PlacementStrategy::Representation
5708
5603
  command.response_class = Google::Apis::DfareportingV4::PlacementStrategy
5709
5604
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5735,7 +5630,7 @@ module Google
5735
5630
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5736
5631
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5737
5632
  def insert_placement_strategy(profile_id, placement_strategy_object = nil, fields: nil, quota_user: nil, options: nil, &block)
5738
- command = make_simple_command(:post, 'userprofiles/{profileId}/placementStrategies', options)
5633
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/placementStrategies', options)
5739
5634
  command.request_representation = Google::Apis::DfareportingV4::PlacementStrategy::Representation
5740
5635
  command.request_object = placement_strategy_object
5741
5636
  command.response_representation = Google::Apis::DfareportingV4::PlacementStrategy::Representation
@@ -5786,7 +5681,7 @@ module Google
5786
5681
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5787
5682
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5788
5683
  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)
5789
- command = make_simple_command(:get, 'userprofiles/{profileId}/placementStrategies', options)
5684
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/placementStrategies', options)
5790
5685
  command.response_representation = Google::Apis::DfareportingV4::PlacementStrategiesListResponse::Representation
5791
5686
  command.response_class = Google::Apis::DfareportingV4::PlacementStrategiesListResponse
5792
5687
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5805,7 +5700,7 @@ module Google
5805
5700
  # @param [Fixnum] profile_id
5806
5701
  # User profile ID associated with this request.
5807
5702
  # @param [Fixnum] id
5808
- # PlacementStrategy ID.
5703
+ # Required. PlacementStrategy ID.
5809
5704
  # @param [Google::Apis::DfareportingV4::PlacementStrategy] placement_strategy_object
5810
5705
  # @param [String] fields
5811
5706
  # Selector specifying which fields to include in a partial response.
@@ -5825,7 +5720,7 @@ module Google
5825
5720
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5826
5721
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5827
5722
  def patch_placement_strategy(profile_id, id, placement_strategy_object = nil, fields: nil, quota_user: nil, options: nil, &block)
5828
- command = make_simple_command(:patch, 'userprofiles/{profileId}/placementStrategies', options)
5723
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/placementStrategies', options)
5829
5724
  command.request_representation = Google::Apis::DfareportingV4::PlacementStrategy::Representation
5830
5725
  command.request_object = placement_strategy_object
5831
5726
  command.response_representation = Google::Apis::DfareportingV4::PlacementStrategy::Representation
@@ -5859,7 +5754,7 @@ module Google
5859
5754
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5860
5755
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5861
5756
  def update_placement_strategy(profile_id, placement_strategy_object = nil, fields: nil, quota_user: nil, options: nil, &block)
5862
- command = make_simple_command(:put, 'userprofiles/{profileId}/placementStrategies', options)
5757
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/placementStrategies', options)
5863
5758
  command.request_representation = Google::Apis::DfareportingV4::PlacementStrategy::Representation
5864
5759
  command.request_object = placement_strategy_object
5865
5760
  command.response_representation = Google::Apis::DfareportingV4::PlacementStrategy::Representation
@@ -5898,7 +5793,7 @@ module Google
5898
5793
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5899
5794
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5900
5795
  def generatetags_placement(profile_id, campaign_id: nil, placement_ids: nil, tag_formats: nil, fields: nil, quota_user: nil, options: nil, &block)
5901
- command = make_simple_command(:post, 'userprofiles/{profileId}/placements/generatetags', options)
5796
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/placements/generatetags', options)
5902
5797
  command.response_representation = Google::Apis::DfareportingV4::PlacementsGenerateTagsResponse::Representation
5903
5798
  command.response_class = Google::Apis::DfareportingV4::PlacementsGenerateTagsResponse
5904
5799
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5933,7 +5828,7 @@ module Google
5933
5828
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5934
5829
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5935
5830
  def get_placement(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
5936
- command = make_simple_command(:get, 'userprofiles/{profileId}/placements/{id}', options)
5831
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/placements/{+id}', options)
5937
5832
  command.response_representation = Google::Apis::DfareportingV4::Placement::Representation
5938
5833
  command.response_class = Google::Apis::DfareportingV4::Placement
5939
5834
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -5965,7 +5860,7 @@ module Google
5965
5860
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5966
5861
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5967
5862
  def insert_placement(profile_id, placement_object = nil, fields: nil, quota_user: nil, options: nil, &block)
5968
- command = make_simple_command(:post, 'userprofiles/{profileId}/placements', options)
5863
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/placements', options)
5969
5864
  command.request_representation = Google::Apis::DfareportingV4::Placement::Representation
5970
5865
  command.request_object = placement_object
5971
5866
  command.response_representation = Google::Apis::DfareportingV4::Placement::Representation
@@ -6054,7 +5949,7 @@ module Google
6054
5949
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6055
5950
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6056
5951
  def list_placements(profile_id, active_status: nil, advertiser_ids: 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)
6057
- command = make_simple_command(:get, 'userprofiles/{profileId}/placements', options)
5952
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/placements', options)
6058
5953
  command.response_representation = Google::Apis::DfareportingV4::PlacementsListResponse::Representation
6059
5954
  command.response_class = Google::Apis::DfareportingV4::PlacementsListResponse
6060
5955
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6089,7 +5984,7 @@ module Google
6089
5984
  # @param [Fixnum] profile_id
6090
5985
  # User profile ID associated with this request.
6091
5986
  # @param [Fixnum] id
6092
- # Placement ID.
5987
+ # Required. Placement ID.
6093
5988
  # @param [Google::Apis::DfareportingV4::Placement] placement_object
6094
5989
  # @param [String] fields
6095
5990
  # Selector specifying which fields to include in a partial response.
@@ -6109,7 +6004,7 @@ module Google
6109
6004
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6110
6005
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6111
6006
  def patch_placement(profile_id, id, placement_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6112
- command = make_simple_command(:patch, 'userprofiles/{profileId}/placements', options)
6007
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/placements', options)
6113
6008
  command.request_representation = Google::Apis::DfareportingV4::Placement::Representation
6114
6009
  command.request_object = placement_object
6115
6010
  command.response_representation = Google::Apis::DfareportingV4::Placement::Representation
@@ -6143,7 +6038,7 @@ module Google
6143
6038
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6144
6039
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6145
6040
  def update_placement(profile_id, placement_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6146
- command = make_simple_command(:put, 'userprofiles/{profileId}/placements', options)
6041
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/placements', options)
6147
6042
  command.request_representation = Google::Apis::DfareportingV4::Placement::Representation
6148
6043
  command.request_object = placement_object
6149
6044
  command.response_representation = Google::Apis::DfareportingV4::Placement::Representation
@@ -6177,7 +6072,7 @@ module Google
6177
6072
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6178
6073
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6179
6074
  def get_platform_type(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
6180
- command = make_simple_command(:get, 'userprofiles/{profileId}/platformTypes/{id}', options)
6075
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/platformTypes/{+id}', options)
6181
6076
  command.response_representation = Google::Apis::DfareportingV4::PlatformType::Representation
6182
6077
  command.response_class = Google::Apis::DfareportingV4::PlatformType
6183
6078
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6208,7 +6103,7 @@ module Google
6208
6103
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6209
6104
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6210
6105
  def list_platform_types(profile_id, fields: nil, quota_user: nil, options: nil, &block)
6211
- command = make_simple_command(:get, 'userprofiles/{profileId}/platformTypes', options)
6106
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/platformTypes', options)
6212
6107
  command.response_representation = Google::Apis::DfareportingV4::PlatformTypesListResponse::Representation
6213
6108
  command.response_class = Google::Apis::DfareportingV4::PlatformTypesListResponse
6214
6109
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6240,7 +6135,7 @@ module Google
6240
6135
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6241
6136
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6242
6137
  def get_postal_code(profile_id, code, fields: nil, quota_user: nil, options: nil, &block)
6243
- command = make_simple_command(:get, 'userprofiles/{profileId}/postalCodes/{code}', options)
6138
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/postalCodes/{+code}', options)
6244
6139
  command.response_representation = Google::Apis::DfareportingV4::PostalCode::Representation
6245
6140
  command.response_class = Google::Apis::DfareportingV4::PostalCode
6246
6141
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6271,7 +6166,7 @@ module Google
6271
6166
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6272
6167
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6273
6168
  def list_postal_codes(profile_id, fields: nil, quota_user: nil, options: nil, &block)
6274
- command = make_simple_command(:get, 'userprofiles/{profileId}/postalCodes', options)
6169
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/postalCodes', options)
6275
6170
  command.response_representation = Google::Apis::DfareportingV4::PostalCodesListResponse::Representation
6276
6171
  command.response_class = Google::Apis::DfareportingV4::PostalCodesListResponse
6277
6172
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6303,7 +6198,7 @@ module Google
6303
6198
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6304
6199
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6305
6200
  def get_project(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
6306
- command = make_simple_command(:get, 'userprofiles/{profileId}/projects/{id}', options)
6201
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/projects/{+id}', options)
6307
6202
  command.response_representation = Google::Apis::DfareportingV4::Project::Representation
6308
6203
  command.response_class = Google::Apis::DfareportingV4::Project
6309
6204
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6353,7 +6248,7 @@ module Google
6353
6248
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6354
6249
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6355
6250
  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)
6356
- command = make_simple_command(:get, 'userprofiles/{profileId}/projects', options)
6251
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/projects', options)
6357
6252
  command.response_representation = Google::Apis::DfareportingV4::ProjectsListResponse::Representation
6358
6253
  command.response_class = Google::Apis::DfareportingV4::ProjectsListResponse
6359
6254
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6390,7 +6285,7 @@ module Google
6390
6285
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6391
6286
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6392
6287
  def list_regions(profile_id, fields: nil, quota_user: nil, options: nil, &block)
6393
- command = make_simple_command(:get, 'userprofiles/{profileId}/regions', options)
6288
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/regions', options)
6394
6289
  command.response_representation = Google::Apis::DfareportingV4::RegionsListResponse::Representation
6395
6290
  command.response_class = Google::Apis::DfareportingV4::RegionsListResponse
6396
6291
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6422,7 +6317,7 @@ module Google
6422
6317
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6423
6318
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6424
6319
  def get_remarketing_list_share(profile_id, remarketing_list_id, fields: nil, quota_user: nil, options: nil, &block)
6425
- command = make_simple_command(:get, 'userprofiles/{profileId}/remarketingListShares/{remarketingListId}', options)
6320
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/remarketingListShares/{+remarketingListId}', options)
6426
6321
  command.response_representation = Google::Apis::DfareportingV4::RemarketingListShare::Representation
6427
6322
  command.response_class = Google::Apis::DfareportingV4::RemarketingListShare
6428
6323
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6432,12 +6327,11 @@ module Google
6432
6327
  execute_or_queue_command(command, &block)
6433
6328
  end
6434
6329
 
6435
- # Updates an existing remarketing list share. This method supports patch
6436
- # semantics.
6330
+ # Updates an existing RemarketingListShare. This method supports patch semantics.
6437
6331
  # @param [Fixnum] profile_id
6438
6332
  # User profile ID associated with this request.
6439
6333
  # @param [Fixnum] id
6440
- # RemarketingList ID.
6334
+ # Required. RemarketingList ID.
6441
6335
  # @param [Google::Apis::DfareportingV4::RemarketingListShare] remarketing_list_share_object
6442
6336
  # @param [String] fields
6443
6337
  # Selector specifying which fields to include in a partial response.
@@ -6457,7 +6351,7 @@ module Google
6457
6351
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6458
6352
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6459
6353
  def patch_remarketing_list_share(profile_id, id, remarketing_list_share_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6460
- command = make_simple_command(:patch, 'userprofiles/{profileId}/remarketingListShares', options)
6354
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/remarketingListShares', options)
6461
6355
  command.request_representation = Google::Apis::DfareportingV4::RemarketingListShare::Representation
6462
6356
  command.request_object = remarketing_list_share_object
6463
6357
  command.response_representation = Google::Apis::DfareportingV4::RemarketingListShare::Representation
@@ -6491,7 +6385,7 @@ module Google
6491
6385
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6492
6386
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6493
6387
  def update_remarketing_list_share(profile_id, remarketing_list_share_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6494
- command = make_simple_command(:put, 'userprofiles/{profileId}/remarketingListShares', options)
6388
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/remarketingListShares', options)
6495
6389
  command.request_representation = Google::Apis::DfareportingV4::RemarketingListShare::Representation
6496
6390
  command.request_object = remarketing_list_share_object
6497
6391
  command.response_representation = Google::Apis::DfareportingV4::RemarketingListShare::Representation
@@ -6525,7 +6419,7 @@ module Google
6525
6419
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6526
6420
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6527
6421
  def get_remarketing_list(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
6528
- command = make_simple_command(:get, 'userprofiles/{profileId}/remarketingLists/{id}', options)
6422
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/remarketingLists/{+id}', options)
6529
6423
  command.response_representation = Google::Apis::DfareportingV4::RemarketingList::Representation
6530
6424
  command.response_class = Google::Apis::DfareportingV4::RemarketingList
6531
6425
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6557,7 +6451,7 @@ module Google
6557
6451
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6558
6452
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6559
6453
  def insert_remarketing_list(profile_id, remarketing_list_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6560
- command = make_simple_command(:post, 'userprofiles/{profileId}/remarketingLists', options)
6454
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/remarketingLists', options)
6561
6455
  command.request_representation = Google::Apis::DfareportingV4::RemarketingList::Representation
6562
6456
  command.request_object = remarketing_list_object
6563
6457
  command.response_representation = Google::Apis::DfareportingV4::RemarketingList::Representation
@@ -6573,7 +6467,7 @@ module Google
6573
6467
  # @param [Fixnum] profile_id
6574
6468
  # User profile ID associated with this request.
6575
6469
  # @param [Fixnum] advertiser_id
6576
- # Select only remarketing lists owned by this advertiser.
6470
+ # Required. Select only remarketing lists owned by this advertiser.
6577
6471
  # @param [Boolean] active
6578
6472
  # Select only active or only inactive remarketing lists.
6579
6473
  # @param [Fixnum] floodlight_activity_id
@@ -6612,7 +6506,7 @@ module Google
6612
6506
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6613
6507
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6614
6508
  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)
6615
- command = make_simple_command(:get, 'userprofiles/{profileId}/remarketingLists', options)
6509
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/remarketingLists', options)
6616
6510
  command.response_representation = Google::Apis::DfareportingV4::RemarketingListsListResponse::Representation
6617
6511
  command.response_class = Google::Apis::DfareportingV4::RemarketingListsListResponse
6618
6512
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -6629,11 +6523,11 @@ module Google
6629
6523
  execute_or_queue_command(command, &block)
6630
6524
  end
6631
6525
 
6632
- # Updates an existing remarketing list. This method supports patch semantics.
6526
+ # Updates an existing RemarketingList. This method supports patch semantics.
6633
6527
  # @param [Fixnum] profile_id
6634
6528
  # User profile ID associated with this request.
6635
6529
  # @param [Fixnum] id
6636
- # RemarketingList ID.
6530
+ # Required. RemarketingList ID.
6637
6531
  # @param [Google::Apis::DfareportingV4::RemarketingList] remarketing_list_object
6638
6532
  # @param [String] fields
6639
6533
  # Selector specifying which fields to include in a partial response.
@@ -6653,7 +6547,7 @@ module Google
6653
6547
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6654
6548
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6655
6549
  def patch_remarketing_list(profile_id, id, remarketing_list_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6656
- command = make_simple_command(:patch, 'userprofiles/{profileId}/remarketingLists', options)
6550
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/remarketingLists', options)
6657
6551
  command.request_representation = Google::Apis::DfareportingV4::RemarketingList::Representation
6658
6552
  command.request_object = remarketing_list_object
6659
6553
  command.response_representation = Google::Apis::DfareportingV4::RemarketingList::Representation
@@ -6687,7 +6581,7 @@ module Google
6687
6581
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
6688
6582
  # @raise [Google::Apis::AuthorizationError] Authorization is required
6689
6583
  def update_remarketing_list(profile_id, remarketing_list_object = nil, fields: nil, quota_user: nil, options: nil, &block)
6690
- command = make_simple_command(:put, 'userprofiles/{profileId}/remarketingLists', options)
6584
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/remarketingLists', options)
6691
6585
  command.request_representation = Google::Apis::DfareportingV4::RemarketingList::Representation
6692
6586
  command.request_object = remarketing_list_object
6693
6587
  command.response_representation = Google::Apis::DfareportingV4::RemarketingList::Representation
@@ -7095,7 +6989,7 @@ module Google
7095
6989
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7096
6990
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7097
6991
  def get_site(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
7098
- command = make_simple_command(:get, 'userprofiles/{profileId}/sites/{id}', options)
6992
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/sites/{+id}', options)
7099
6993
  command.response_representation = Google::Apis::DfareportingV4::Site::Representation
7100
6994
  command.response_class = Google::Apis::DfareportingV4::Site
7101
6995
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7127,7 +7021,7 @@ module Google
7127
7021
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7128
7022
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7129
7023
  def insert_site(profile_id, site_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7130
- command = make_simple_command(:post, 'userprofiles/{profileId}/sites', options)
7024
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/sites', options)
7131
7025
  command.request_representation = Google::Apis::DfareportingV4::Site::Representation
7132
7026
  command.request_object = site_object
7133
7027
  command.response_representation = Google::Apis::DfareportingV4::Site::Representation
@@ -7196,7 +7090,7 @@ module Google
7196
7090
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7197
7091
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7198
7092
  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)
7199
- command = make_simple_command(:get, 'userprofiles/{profileId}/sites', options)
7093
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/sites', options)
7200
7094
  command.response_representation = Google::Apis::DfareportingV4::SitesListResponse::Representation
7201
7095
  command.response_class = Google::Apis::DfareportingV4::SitesListResponse
7202
7096
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7224,7 +7118,7 @@ module Google
7224
7118
  # @param [Fixnum] profile_id
7225
7119
  # User profile ID associated with this request.
7226
7120
  # @param [Fixnum] id
7227
- # Site ID.
7121
+ # Required. Site ID.
7228
7122
  # @param [Google::Apis::DfareportingV4::Site] site_object
7229
7123
  # @param [String] fields
7230
7124
  # Selector specifying which fields to include in a partial response.
@@ -7244,7 +7138,7 @@ module Google
7244
7138
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7245
7139
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7246
7140
  def patch_site(profile_id, id, site_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7247
- command = make_simple_command(:patch, 'userprofiles/{profileId}/sites', options)
7141
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/sites', options)
7248
7142
  command.request_representation = Google::Apis::DfareportingV4::Site::Representation
7249
7143
  command.request_object = site_object
7250
7144
  command.response_representation = Google::Apis::DfareportingV4::Site::Representation
@@ -7278,7 +7172,7 @@ module Google
7278
7172
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7279
7173
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7280
7174
  def update_site(profile_id, site_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7281
- command = make_simple_command(:put, 'userprofiles/{profileId}/sites', options)
7175
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/sites', options)
7282
7176
  command.request_representation = Google::Apis::DfareportingV4::Site::Representation
7283
7177
  command.request_object = site_object
7284
7178
  command.response_representation = Google::Apis::DfareportingV4::Site::Representation
@@ -7312,7 +7206,7 @@ module Google
7312
7206
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7313
7207
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7314
7208
  def get_size(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
7315
- command = make_simple_command(:get, 'userprofiles/{profileId}/sizes/{id}', options)
7209
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/sizes/{+id}', options)
7316
7210
  command.response_representation = Google::Apis::DfareportingV4::Size::Representation
7317
7211
  command.response_class = Google::Apis::DfareportingV4::Size
7318
7212
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7344,7 +7238,7 @@ module Google
7344
7238
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7345
7239
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7346
7240
  def insert_size(profile_id, size_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7347
- command = make_simple_command(:post, 'userprofiles/{profileId}/sizes', options)
7241
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/sizes', options)
7348
7242
  command.request_representation = Google::Apis::DfareportingV4::Size::Representation
7349
7243
  command.request_object = size_object
7350
7244
  command.response_representation = Google::Apis::DfareportingV4::Size::Representation
@@ -7387,7 +7281,7 @@ module Google
7387
7281
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7388
7282
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7389
7283
  def list_sizes(profile_id, height: nil, iab_standard: nil, ids: nil, width: nil, fields: nil, quota_user: nil, options: nil, &block)
7390
- command = make_simple_command(:get, 'userprofiles/{profileId}/sizes', options)
7284
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/sizes', options)
7391
7285
  command.response_representation = Google::Apis::DfareportingV4::SizesListResponse::Representation
7392
7286
  command.response_class = Google::Apis::DfareportingV4::SizesListResponse
7393
7287
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7423,7 +7317,7 @@ module Google
7423
7317
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7424
7318
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7425
7319
  def get_subaccount(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
7426
- command = make_simple_command(:get, 'userprofiles/{profileId}/subaccounts/{id}', options)
7320
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/subaccounts/{+id}', options)
7427
7321
  command.response_representation = Google::Apis::DfareportingV4::Subaccount::Representation
7428
7322
  command.response_class = Google::Apis::DfareportingV4::Subaccount
7429
7323
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7455,7 +7349,7 @@ module Google
7455
7349
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7456
7350
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7457
7351
  def insert_subaccount(profile_id, subaccount_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7458
- command = make_simple_command(:post, 'userprofiles/{profileId}/subaccounts', options)
7352
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/subaccounts', options)
7459
7353
  command.request_representation = Google::Apis::DfareportingV4::Subaccount::Representation
7460
7354
  command.request_object = subaccount_object
7461
7355
  command.response_representation = Google::Apis::DfareportingV4::Subaccount::Representation
@@ -7504,7 +7398,7 @@ module Google
7504
7398
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7505
7399
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7506
7400
  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)
7507
- command = make_simple_command(:get, 'userprofiles/{profileId}/subaccounts', options)
7401
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/subaccounts', options)
7508
7402
  command.response_representation = Google::Apis::DfareportingV4::SubaccountsListResponse::Representation
7509
7403
  command.response_class = Google::Apis::DfareportingV4::SubaccountsListResponse
7510
7404
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7523,7 +7417,7 @@ module Google
7523
7417
  # @param [Fixnum] profile_id
7524
7418
  # User profile ID associated with this request.
7525
7419
  # @param [Fixnum] id
7526
- # Subaccount ID.
7420
+ # Required. Subaccount ID.
7527
7421
  # @param [Google::Apis::DfareportingV4::Subaccount] subaccount_object
7528
7422
  # @param [String] fields
7529
7423
  # Selector specifying which fields to include in a partial response.
@@ -7543,7 +7437,7 @@ module Google
7543
7437
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7544
7438
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7545
7439
  def patch_subaccount(profile_id, id, subaccount_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7546
- command = make_simple_command(:patch, 'userprofiles/{profileId}/subaccounts', options)
7440
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/subaccounts', options)
7547
7441
  command.request_representation = Google::Apis::DfareportingV4::Subaccount::Representation
7548
7442
  command.request_object = subaccount_object
7549
7443
  command.response_representation = Google::Apis::DfareportingV4::Subaccount::Representation
@@ -7577,7 +7471,7 @@ module Google
7577
7471
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7578
7472
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7579
7473
  def update_subaccount(profile_id, subaccount_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7580
- command = make_simple_command(:put, 'userprofiles/{profileId}/subaccounts', options)
7474
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/subaccounts', options)
7581
7475
  command.request_representation = Google::Apis::DfareportingV4::Subaccount::Representation
7582
7476
  command.request_object = subaccount_object
7583
7477
  command.response_representation = Google::Apis::DfareportingV4::Subaccount::Representation
@@ -7611,7 +7505,7 @@ module Google
7611
7505
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7612
7506
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7613
7507
  def get_targetable_remarketing_list(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
7614
- command = make_simple_command(:get, 'userprofiles/{profileId}/targetableRemarketingLists/{id}', options)
7508
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/targetableRemarketingLists/{+id}', options)
7615
7509
  command.response_representation = Google::Apis::DfareportingV4::TargetableRemarketingList::Representation
7616
7510
  command.response_class = Google::Apis::DfareportingV4::TargetableRemarketingList
7617
7511
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7626,7 +7520,8 @@ module Google
7626
7520
  # @param [Fixnum] profile_id
7627
7521
  # User profile ID associated with this request.
7628
7522
  # @param [Fixnum] advertiser_id
7629
- # Select only targetable remarketing lists targetable by these advertisers.
7523
+ # Required. Select only targetable remarketing lists targetable by these
7524
+ # advertisers.
7630
7525
  # @param [Boolean] active
7631
7526
  # Select only active or only inactive targetable remarketing lists.
7632
7527
  # @param [Fixnum] max_results
@@ -7663,7 +7558,7 @@ module Google
7663
7558
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7664
7559
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7665
7560
  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)
7666
- command = make_simple_command(:get, 'userprofiles/{profileId}/targetableRemarketingLists', options)
7561
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/targetableRemarketingLists', options)
7667
7562
  command.response_representation = Google::Apis::DfareportingV4::TargetableRemarketingListsListResponse::Representation
7668
7563
  command.response_class = Google::Apis::DfareportingV4::TargetableRemarketingListsListResponse
7669
7564
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7702,7 +7597,7 @@ module Google
7702
7597
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7703
7598
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7704
7599
  def get_targeting_template(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
7705
- command = make_simple_command(:get, 'userprofiles/{profileId}/targetingTemplates/{id}', options)
7600
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/targetingTemplates/{+id}', options)
7706
7601
  command.response_representation = Google::Apis::DfareportingV4::TargetingTemplate::Representation
7707
7602
  command.response_class = Google::Apis::DfareportingV4::TargetingTemplate
7708
7603
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7734,7 +7629,7 @@ module Google
7734
7629
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7735
7630
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7736
7631
  def insert_targeting_template(profile_id, targeting_template_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7737
- command = make_simple_command(:post, 'userprofiles/{profileId}/targetingTemplates', options)
7632
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/targetingTemplates', options)
7738
7633
  command.request_representation = Google::Apis::DfareportingV4::TargetingTemplate::Representation
7739
7634
  command.request_object = targeting_template_object
7740
7635
  command.response_representation = Google::Apis::DfareportingV4::TargetingTemplate::Representation
@@ -7786,7 +7681,7 @@ module Google
7786
7681
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7787
7682
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7788
7683
  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)
7789
- command = make_simple_command(:get, 'userprofiles/{profileId}/targetingTemplates', options)
7684
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/targetingTemplates', options)
7790
7685
  command.response_representation = Google::Apis::DfareportingV4::TargetingTemplatesListResponse::Representation
7791
7686
  command.response_class = Google::Apis::DfareportingV4::TargetingTemplatesListResponse
7792
7687
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7806,7 +7701,7 @@ module Google
7806
7701
  # @param [Fixnum] profile_id
7807
7702
  # User profile ID associated with this request.
7808
7703
  # @param [Fixnum] id
7809
- # TargetingTemplate ID.
7704
+ # Required. RemarketingList ID.
7810
7705
  # @param [Google::Apis::DfareportingV4::TargetingTemplate] targeting_template_object
7811
7706
  # @param [String] fields
7812
7707
  # Selector specifying which fields to include in a partial response.
@@ -7826,7 +7721,7 @@ module Google
7826
7721
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7827
7722
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7828
7723
  def patch_targeting_template(profile_id, id, targeting_template_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7829
- command = make_simple_command(:patch, 'userprofiles/{profileId}/targetingTemplates', options)
7724
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/targetingTemplates', options)
7830
7725
  command.request_representation = Google::Apis::DfareportingV4::TargetingTemplate::Representation
7831
7726
  command.request_object = targeting_template_object
7832
7727
  command.response_representation = Google::Apis::DfareportingV4::TargetingTemplate::Representation
@@ -7860,7 +7755,7 @@ module Google
7860
7755
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7861
7756
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7862
7757
  def update_targeting_template(profile_id, targeting_template_object = nil, fields: nil, quota_user: nil, options: nil, &block)
7863
- command = make_simple_command(:put, 'userprofiles/{profileId}/targetingTemplates', options)
7758
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/targetingTemplates', options)
7864
7759
  command.request_representation = Google::Apis::DfareportingV4::TargetingTemplate::Representation
7865
7760
  command.request_object = targeting_template_object
7866
7761
  command.response_representation = Google::Apis::DfareportingV4::TargetingTemplate::Representation
@@ -7951,7 +7846,7 @@ module Google
7951
7846
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7952
7847
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7953
7848
  def get_user_role_permission_group(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
7954
- command = make_simple_command(:get, 'userprofiles/{profileId}/userRolePermissionGroups/{id}', options)
7849
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/userRolePermissionGroups/{+id}', options)
7955
7850
  command.response_representation = Google::Apis::DfareportingV4::UserRolePermissionGroup::Representation
7956
7851
  command.response_class = Google::Apis::DfareportingV4::UserRolePermissionGroup
7957
7852
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -7982,7 +7877,7 @@ module Google
7982
7877
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7983
7878
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7984
7879
  def list_user_role_permission_groups(profile_id, fields: nil, quota_user: nil, options: nil, &block)
7985
- command = make_simple_command(:get, 'userprofiles/{profileId}/userRolePermissionGroups', options)
7880
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/userRolePermissionGroups', options)
7986
7881
  command.response_representation = Google::Apis::DfareportingV4::UserRolePermissionGroupsListResponse::Representation
7987
7882
  command.response_class = Google::Apis::DfareportingV4::UserRolePermissionGroupsListResponse
7988
7883
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -8014,7 +7909,7 @@ module Google
8014
7909
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8015
7910
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8016
7911
  def get_user_role_permission(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
8017
- command = make_simple_command(:get, 'userprofiles/{profileId}/userRolePermissions/{id}', options)
7912
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/userRolePermissions/{+id}', options)
8018
7913
  command.response_representation = Google::Apis::DfareportingV4::UserRolePermission::Representation
8019
7914
  command.response_class = Google::Apis::DfareportingV4::UserRolePermission
8020
7915
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -8047,7 +7942,7 @@ module Google
8047
7942
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8048
7943
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8049
7944
  def list_user_role_permissions(profile_id, ids: nil, fields: nil, quota_user: nil, options: nil, &block)
8050
- command = make_simple_command(:get, 'userprofiles/{profileId}/userRolePermissions', options)
7945
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/userRolePermissions', options)
8051
7946
  command.response_representation = Google::Apis::DfareportingV4::UserRolePermissionsListResponse::Representation
8052
7947
  command.response_class = Google::Apis::DfareportingV4::UserRolePermissionsListResponse
8053
7948
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -8080,7 +7975,7 @@ module Google
8080
7975
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8081
7976
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8082
7977
  def delete_user_role(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
8083
- command = make_simple_command(:delete, 'userprofiles/{profileId}/userRoles/{id}', options)
7978
+ command = make_simple_command(:delete, 'userprofiles/{+profileId}/userRoles/{+id}', options)
8084
7979
  command.params['profileId'] = profile_id unless profile_id.nil?
8085
7980
  command.params['id'] = id unless id.nil?
8086
7981
  command.query['fields'] = fields unless fields.nil?
@@ -8111,7 +8006,7 @@ module Google
8111
8006
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8112
8007
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8113
8008
  def get_user_role(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
8114
- command = make_simple_command(:get, 'userprofiles/{profileId}/userRoles/{id}', options)
8009
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/userRoles/{+id}', options)
8115
8010
  command.response_representation = Google::Apis::DfareportingV4::UserRole::Representation
8116
8011
  command.response_class = Google::Apis::DfareportingV4::UserRole
8117
8012
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -8143,7 +8038,7 @@ module Google
8143
8038
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8144
8039
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8145
8040
  def insert_user_role(profile_id, user_role_object = nil, fields: nil, quota_user: nil, options: nil, &block)
8146
- command = make_simple_command(:post, 'userprofiles/{profileId}/userRoles', options)
8041
+ command = make_simple_command(:post, 'userprofiles/{+profileId}/userRoles', options)
8147
8042
  command.request_representation = Google::Apis::DfareportingV4::UserRole::Representation
8148
8043
  command.request_object = user_role_object
8149
8044
  command.response_representation = Google::Apis::DfareportingV4::UserRole::Representation
@@ -8197,7 +8092,7 @@ module Google
8197
8092
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8198
8093
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8199
8094
  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)
8200
- command = make_simple_command(:get, 'userprofiles/{profileId}/userRoles', options)
8095
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/userRoles', options)
8201
8096
  command.response_representation = Google::Apis::DfareportingV4::UserRolesListResponse::Representation
8202
8097
  command.response_class = Google::Apis::DfareportingV4::UserRolesListResponse
8203
8098
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -8218,7 +8113,7 @@ module Google
8218
8113
  # @param [Fixnum] profile_id
8219
8114
  # User profile ID associated with this request.
8220
8115
  # @param [Fixnum] id
8221
- # UserRole ID.
8116
+ # Required. UserRole ID.
8222
8117
  # @param [Google::Apis::DfareportingV4::UserRole] user_role_object
8223
8118
  # @param [String] fields
8224
8119
  # Selector specifying which fields to include in a partial response.
@@ -8238,7 +8133,7 @@ module Google
8238
8133
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8239
8134
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8240
8135
  def patch_user_role(profile_id, id, user_role_object = nil, fields: nil, quota_user: nil, options: nil, &block)
8241
- command = make_simple_command(:patch, 'userprofiles/{profileId}/userRoles', options)
8136
+ command = make_simple_command(:patch, 'userprofiles/{+profileId}/userRoles', options)
8242
8137
  command.request_representation = Google::Apis::DfareportingV4::UserRole::Representation
8243
8138
  command.request_object = user_role_object
8244
8139
  command.response_representation = Google::Apis::DfareportingV4::UserRole::Representation
@@ -8272,7 +8167,7 @@ module Google
8272
8167
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8273
8168
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8274
8169
  def update_user_role(profile_id, user_role_object = nil, fields: nil, quota_user: nil, options: nil, &block)
8275
- command = make_simple_command(:put, 'userprofiles/{profileId}/userRoles', options)
8170
+ command = make_simple_command(:put, 'userprofiles/{+profileId}/userRoles', options)
8276
8171
  command.request_representation = Google::Apis::DfareportingV4::UserRole::Representation
8277
8172
  command.request_object = user_role_object
8278
8173
  command.response_representation = Google::Apis::DfareportingV4::UserRole::Representation
@@ -8306,7 +8201,7 @@ module Google
8306
8201
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8307
8202
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8308
8203
  def get_video_format(profile_id, id, fields: nil, quota_user: nil, options: nil, &block)
8309
- command = make_simple_command(:get, 'userprofiles/{profileId}/videoFormats/{id}', options)
8204
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/videoFormats/{+id}', options)
8310
8205
  command.response_representation = Google::Apis::DfareportingV4::VideoFormat::Representation
8311
8206
  command.response_class = Google::Apis::DfareportingV4::VideoFormat
8312
8207
  command.params['profileId'] = profile_id unless profile_id.nil?
@@ -8337,7 +8232,7 @@ module Google
8337
8232
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
8338
8233
  # @raise [Google::Apis::AuthorizationError] Authorization is required
8339
8234
  def list_video_formats(profile_id, fields: nil, quota_user: nil, options: nil, &block)
8340
- command = make_simple_command(:get, 'userprofiles/{profileId}/videoFormats', options)
8235
+ command = make_simple_command(:get, 'userprofiles/{+profileId}/videoFormats', options)
8341
8236
  command.response_representation = Google::Apis::DfareportingV4::VideoFormatsListResponse::Representation
8342
8237
  command.response_class = Google::Apis::DfareportingV4::VideoFormatsListResponse
8343
8238
  command.params['profileId'] = profile_id unless profile_id.nil?