Skip to content

Commit c036147

Browse files
feat(displayvideo): update the api
#### displayvideo:v3 The following keys were added: - schemas.TargetingExpansionConfig.properties.audienceExpansionLevel.readOnly (Total Keys: 1) - schemas.TargetingExpansionConfig.properties.audienceExpansionSeedListExcluded.readOnly (Total Keys: 1)
1 parent 4979016 commit c036147

File tree

45 files changed

+1560
-1562
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1560
-1562
lines changed

docs/dyn/displayvideo_v1.advertisers.campaigns.html

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

docs/dyn/displayvideo_v1.advertisers.campaigns.targetingTypes.assignedTargetingOptions.html

Lines changed: 26 additions & 26 deletions
Large diffs are not rendered by default.

docs/dyn/displayvideo_v1.advertisers.html

Lines changed: 39 additions & 39 deletions
Large diffs are not rendered by default.

docs/dyn/displayvideo_v1.advertisers.insertionOrders.html

Lines changed: 25 additions & 25 deletions
Large diffs are not rendered by default.

docs/dyn/displayvideo_v1.advertisers.insertionOrders.targetingTypes.assignedTargetingOptions.html

Lines changed: 26 additions & 26 deletions
Large diffs are not rendered by default.

docs/dyn/displayvideo_v1.advertisers.lineItems.html

Lines changed: 46 additions & 46 deletions
Large diffs are not rendered by default.

docs/dyn/displayvideo_v1.advertisers.lineItems.targetingTypes.assignedTargetingOptions.html

Lines changed: 52 additions & 52 deletions
Large diffs are not rendered by default.

docs/dyn/displayvideo_v1.advertisers.locationLists.assignedLocations.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1><a href="displayvideo_v1.html">Display & Video 360 API</a> . <a href="displa
7676
<h2>Instance Methods</h2>
7777
<p class="toc_element">
7878
<code><a href="#bulkEdit">bulkEdit(advertiserId, locationListId, body=None, x__xgafv=None)</a></code></p>
79-
<p class="firstline">Bulk edits multiple assignments between locations and a single location list. The operation will delete the assigned locations provided in BulkEditAssignedLocationsRequest.deleted_assigned_locations and then create the assigned locations provided in BulkEditAssignedLocationsRequest.created_assigned_locations.</p>
79+
<p class="firstline">Bulk edits multiple assignments between locations and a single location list. The operation will delete the assigned locations provided in deletedAssignedLocations and then create the assigned locations provided in createdAssignedLocations.</p>
8080
<p class="toc_element">
8181
<code><a href="#close">close()</a></code></p>
8282
<p class="firstline">Close httplib2 connections.</p>
@@ -95,7 +95,7 @@ <h2>Instance Methods</h2>
9595
<h3>Method Details</h3>
9696
<div class="method">
9797
<code class="details" id="bulkEdit">bulkEdit(advertiserId, locationListId, body=None, x__xgafv=None)</code>
98-
<pre>Bulk edits multiple assignments between locations and a single location list. The operation will delete the assigned locations provided in BulkEditAssignedLocationsRequest.deleted_assigned_locations and then create the assigned locations provided in BulkEditAssignedLocationsRequest.created_assigned_locations.
98+
<pre>Bulk edits multiple assignments between locations and a single location list. The operation will delete the assigned locations provided in deletedAssignedLocations and then create the assigned locations provided in createdAssignedLocations.
9999

100100
Args:
101101
advertiserId: string, Required. The ID of the DV360 advertiser to which the location list belongs. (required)
@@ -104,14 +104,14 @@ <h3>Method Details</h3>
104104
The object takes the form of:
105105

106106
{ # Request message for AssignedLocationService.BulkEditAssignedLocations.
107-
&quot;createdAssignedLocations&quot;: [ # The assigned locations to create in bulk, specified as a list of AssignedLocations.
108-
{ # An assignment between a location list and a relevant targeting option. Currently, geo region targeting options are the only supported option for assignment.
107+
&quot;createdAssignedLocations&quot;: [ # The assigned locations to create in bulk, specified as a list of AssignedLocation resources.
108+
{ # An assignment between a location list and a relevant targeting option.
109109
&quot;assignedLocationId&quot;: &quot;A String&quot;, # Output only. The unique ID of the assigned location. The ID is only unique within a location list. It may be reused in other contexts.
110110
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the assigned location.
111-
&quot;targetingOptionId&quot;: &quot;A String&quot;, # Required. The ID of the targeting option assigned to the location list. Assigned locations can only be modified in TARGETING_LOCATION_TYPE_REGIONAL location lists. When creating or deleting assigned locations, this value must be of type TARGETING_TYPE_GEO_REGION.
111+
&quot;targetingOptionId&quot;: &quot;A String&quot;, # Required. The ID of the targeting option assigned to the location list.
112112
},
113113
],
114-
&quot;deletedAssignedLocations&quot;: [ # The IDs of the assigned locations to delete in bulk, specified as a list of assigned_location_ids.
114+
&quot;deletedAssignedLocations&quot;: [ # The IDs of the assigned locations to delete in bulk, specified as a list of assignedLocationId values.
115115
&quot;A String&quot;,
116116
],
117117
}
@@ -124,12 +124,12 @@ <h3>Method Details</h3>
124124
Returns:
125125
An object of the form:
126126

127-
{ # Response message for AssignedLocationService.BulkEditAssignedLocations.
127+
{
128128
&quot;assignedLocations&quot;: [ # The list of assigned locations that have been successfully created. This list will be absent if empty.
129-
{ # An assignment between a location list and a relevant targeting option. Currently, geo region targeting options are the only supported option for assignment.
129+
{ # An assignment between a location list and a relevant targeting option.
130130
&quot;assignedLocationId&quot;: &quot;A String&quot;, # Output only. The unique ID of the assigned location. The ID is only unique within a location list. It may be reused in other contexts.
131131
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the assigned location.
132-
&quot;targetingOptionId&quot;: &quot;A String&quot;, # Required. The ID of the targeting option assigned to the location list. Assigned locations can only be modified in TARGETING_LOCATION_TYPE_REGIONAL location lists. When creating or deleting assigned locations, this value must be of type TARGETING_TYPE_GEO_REGION.
132+
&quot;targetingOptionId&quot;: &quot;A String&quot;, # Required. The ID of the targeting option assigned to the location list.
133133
},
134134
],
135135
}</pre>
@@ -150,10 +150,10 @@ <h3>Method Details</h3>
150150
body: object, The request body.
151151
The object takes the form of:
152152

153-
{ # An assignment between a location list and a relevant targeting option. Currently, geo region targeting options are the only supported option for assignment.
153+
{ # An assignment between a location list and a relevant targeting option.
154154
&quot;assignedLocationId&quot;: &quot;A String&quot;, # Output only. The unique ID of the assigned location. The ID is only unique within a location list. It may be reused in other contexts.
155155
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the assigned location.
156-
&quot;targetingOptionId&quot;: &quot;A String&quot;, # Required. The ID of the targeting option assigned to the location list. Assigned locations can only be modified in TARGETING_LOCATION_TYPE_REGIONAL location lists. When creating or deleting assigned locations, this value must be of type TARGETING_TYPE_GEO_REGION.
156+
&quot;targetingOptionId&quot;: &quot;A String&quot;, # Required. The ID of the targeting option assigned to the location list.
157157
}
158158

159159
x__xgafv: string, V1 error format.
@@ -164,10 +164,10 @@ <h3>Method Details</h3>
164164
Returns:
165165
An object of the form:
166166

167-
{ # An assignment between a location list and a relevant targeting option. Currently, geo region targeting options are the only supported option for assignment.
167+
{ # An assignment between a location list and a relevant targeting option.
168168
&quot;assignedLocationId&quot;: &quot;A String&quot;, # Output only. The unique ID of the assigned location. The ID is only unique within a location list. It may be reused in other contexts.
169169
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the assigned location.
170-
&quot;targetingOptionId&quot;: &quot;A String&quot;, # Required. The ID of the targeting option assigned to the location list. Assigned locations can only be modified in TARGETING_LOCATION_TYPE_REGIONAL location lists. When creating or deleting assigned locations, this value must be of type TARGETING_TYPE_GEO_REGION.
170+
&quot;targetingOptionId&quot;: &quot;A String&quot;, # Required. The ID of the targeting option assigned to the location list.
171171
}</pre>
172172
</div>
173173

@@ -212,10 +212,10 @@ <h3>Method Details</h3>
212212

213213
{ # Response message for AssignedLocationService.ListAssignedLocations.
214214
&quot;assignedLocations&quot;: [ # The list of assigned locations. This list will be absent if empty.
215-
{ # An assignment between a location list and a relevant targeting option. Currently, geo region targeting options are the only supported option for assignment.
215+
{ # An assignment between a location list and a relevant targeting option.
216216
&quot;assignedLocationId&quot;: &quot;A String&quot;, # Output only. The unique ID of the assigned location. The ID is only unique within a location list. It may be reused in other contexts.
217217
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the assigned location.
218-
&quot;targetingOptionId&quot;: &quot;A String&quot;, # Required. The ID of the targeting option assigned to the location list. Assigned locations can only be modified in TARGETING_LOCATION_TYPE_REGIONAL location lists. When creating or deleting assigned locations, this value must be of type TARGETING_TYPE_GEO_REGION.
218+
&quot;targetingOptionId&quot;: &quot;A String&quot;, # Required. The ID of the targeting option assigned to the location list.
219219
},
220220
],
221221
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to `ListAssignedLocations` method to retrieve the next page of results.

0 commit comments

Comments
 (0)