Skip to content

Commit c6b9975

Browse files
feat(displayvideo): update the api
#### displayvideo:v1 The following keys were deleted: - resources.advertisers.methods.list.parameters.internalDebuggingConfig (Total Keys: 2) - resources.inventorySources.methods.get.parameters.advertiserId (Total Keys: 3) #### displayvideo:v2 The following keys were deleted: - resources.advertisers.methods.list.parameters.internalDebuggingConfig (Total Keys: 2) - resources.inventorySources.methods.get.parameters.advertiserId (Total Keys: 3) The following keys were added: - schemas.YoutubeAndPartnersSettings.properties.effectiveContentCategory (Total Keys: 2)
1 parent 7416279 commit c6b9975

19 files changed

+101
-108
lines changed

docs/dyn/displayvideo_v1.advertisers.campaigns.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126126
Returns:
127127
An object of the form:
128128

129-
{ # Response message for BulkListCampaignAssignedTargetingOptions.
129+
{
130130
&quot;assignedTargetingOptions&quot;: [ # The list of assigned targeting options. This list will be absent if empty.
131131
{ # A single assigned targeting option, which defines the state of a targeting option for an entity with targeting settings.
132132
&quot;ageRangeDetails&quot;: { # Represents a targetable age range. This will be populated in the details field of an AssignedTargetingOption when targeting_type is `TARGETING_TYPE_AGE_RANGE`. # Age range details. This field will be populated when the targeting_type is `TARGETING_TYPE_AGE_RANGE`.

docs/dyn/displayvideo_v1.advertisers.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h2>Instance Methods</h2>
154154
<code><a href="#get">get(advertiserId, x__xgafv=None)</a></code></p>
155155
<p class="firstline">Gets an advertiser.</p>
156156
<p class="toc_element">
157-
<code><a href="#list">list(filter=None, internalDebuggingConfig=None, orderBy=None, pageSize=None, pageToken=None, partnerId=None, x__xgafv=None)</a></code></p>
157+
<code><a href="#list">list(filter=None, orderBy=None, pageSize=None, pageToken=None, partnerId=None, x__xgafv=None)</a></code></p>
158158
<p class="firstline">Lists advertisers that are accessible to the current user. The order is defined by the order_by parameter. A single partner_id is required. Cross-partner listing is not supported.</p>
159159
<p class="toc_element">
160160
<code><a href="#list_next">list_next()</a></code></p>
@@ -1385,12 +1385,11 @@ <h3>Method Details</h3>
13851385
</div>
13861386

13871387
<div class="method">
1388-
<code class="details" id="list">list(filter=None, internalDebuggingConfig=None, orderBy=None, pageSize=None, pageToken=None, partnerId=None, x__xgafv=None)</code>
1388+
<code class="details" id="list">list(filter=None, orderBy=None, pageSize=None, pageToken=None, partnerId=None, x__xgafv=None)</code>
13891389
<pre>Lists advertisers that are accessible to the current user. The order is defined by the order_by parameter. A single partner_id is required. Cross-partner listing is not supported.
13901390

13911391
Args:
13921392
filter: string, Allows filtering by advertiser fields. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. * A restriction has the form of `{field} {operator} {value}`. * The `updateTime` field must use the `GREATER THAN OR EQUAL TO (&gt;=)` or `LESS THAN OR EQUAL TO (&lt;=)` operators. * All other fields must use the `EQUALS (=)` operator. Supported fields: * `advertiserId` * `displayName` * `entityStatus` * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) Examples: * All active advertisers under a partner: `entityStatus=&quot;ENTITY_STATUS_ACTIVE&quot;` * All advertisers with an update time less than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `updateTime&lt;=&quot;2020-11-04T18:54:47Z&quot;` * All advertisers with an update time greater than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `updateTime&gt;=&quot;2020-11-04T18:54:47Z&quot;` The length of this field should be no more than 500 characters. Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/filters) guide for more information.
1393-
internalDebuggingConfig: string, The config used in internal debugging and manual testing. Use comma to separate multiple values. Examples: To allow entity search to go through tangle `searchUsingTangle` To get only the advertiser Ids use `idOnly`
13941393
orderBy: string, Field by which to sort the list. Acceptable values are: * `displayName` (default) * `entityStatus` * `updateTime` The default sorting order is ascending. To specify descending order for a field, a suffix &quot;desc&quot; should be added to the field name. For example, `displayName desc`.
13951394
pageSize: integer, Requested page size. Must be between `1` and `200`. If unspecified will default to `100`.
13961395
pageToken: string, A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListAdvertisers` method. If not specified, the first page of results will be returned.

docs/dyn/displayvideo_v1.advertisers.insertionOrders.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126126
Returns:
127127
An object of the form:
128128

129-
{ # Response message for BulkListInsertionOrderAssignedTargetingOptions.
129+
{
130130
&quot;assignedTargetingOptions&quot;: [ # The list of assigned targeting options. This list will be absent if empty.
131131
{ # A single assigned targeting option, which defines the state of a targeting option for an entity with targeting settings.
132132
&quot;ageRangeDetails&quot;: { # Represents a targetable age range. This will be populated in the details field of an AssignedTargetingOption when targeting_type is `TARGETING_TYPE_AGE_RANGE`. # Age range details. This field will be populated when the targeting_type is `TARGETING_TYPE_AGE_RANGE`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ <h3>Method Details</h3>
526526
Returns:
527527
An object of the form:
528528

529-
{ # Response message for ListInsertionOrderAssignedTargetingOptions.
529+
{
530530
&quot;assignedTargetingOptions&quot;: [ # The list of assigned targeting options. This list will be absent if empty.
531531
{ # A single assigned targeting option, which defines the state of a targeting option for an entity with targeting settings.
532532
&quot;ageRangeDetails&quot;: { # Represents a targetable age range. This will be populated in the details field of an AssignedTargetingOption when targeting_type is `TARGETING_TYPE_AGE_RANGE`. # Age range details. This field will be populated when the targeting_type is `TARGETING_TYPE_AGE_RANGE`.

docs/dyn/displayvideo_v1.advertisers.lineItems.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2>Instance Methods</h2>
8181

8282
<p class="toc_element">
8383
<code><a href="#bulkEditLineItemAssignedTargetingOptions">bulkEditLineItemAssignedTargetingOptions(advertiserId, lineItemId, body=None, x__xgafv=None)</a></code></p>
84-
<p class="firstline">Bulk edits targeting options under a single line item. The operation will delete the assigned targeting options provided in BulkEditLineItemAssignedTargetingOptionsRequest.delete_requests and then create the assigned targeting options provided in BulkEditLineItemAssignedTargetingOptionsRequest.create_requests. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * UpdateLineItem * CreateLineItemAssignedTargetingOption * DeleteLineItemAssignedTargetingOption</p>
84+
<p class="firstline">Bulk edits targeting options under a single line item. The operation will delete the assigned targeting options provided in BulkEditLineItemAssignedTargetingOptionsRequest.delete_requests and then create the assigned targeting options provided in BulkEditLineItemAssignedTargetingOptionsRequest.create_requests. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * lineItems.patch * assignedTargetingOptions.create * assignedTargetingOptions.delete</p>
8585
<p class="toc_element">
8686
<code><a href="#bulkListLineItemAssignedTargetingOptions">bulkListLineItemAssignedTargetingOptions(advertiserId, lineItemId, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
8787
<p class="firstline">Lists assigned targeting options of a line item across targeting types.</p>
@@ -111,11 +111,11 @@ <h2>Instance Methods</h2>
111111
<p class="firstline">Retrieves the next page of results.</p>
112112
<p class="toc_element">
113113
<code><a href="#patch">patch(advertiserId, lineItemId, body=None, updateMask=None, x__xgafv=None)</a></code></p>
114-
<p class="firstline">Updates an existing line item. Returns the updated line item if successful. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * BulkEditAssignedTargetingOptions * BulkUpdateLineItems * CreateLineItemAssignedTargetingOption * DeleteLineItemAssignedTargetingOption</p>
114+
<p class="firstline">Updates an existing line item. Returns the updated line item if successful. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * BulkEditAssignedTargetingOptions * BulkUpdateLineItems * assignedTargetingOptions.create * assignedTargetingOptions.delete</p>
115115
<h3>Method Details</h3>
116116
<div class="method">
117117
<code class="details" id="bulkEditLineItemAssignedTargetingOptions">bulkEditLineItemAssignedTargetingOptions(advertiserId, lineItemId, body=None, x__xgafv=None)</code>
118-
<pre>Bulk edits targeting options under a single line item. The operation will delete the assigned targeting options provided in BulkEditLineItemAssignedTargetingOptionsRequest.delete_requests and then create the assigned targeting options provided in BulkEditLineItemAssignedTargetingOptionsRequest.create_requests. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * UpdateLineItem * CreateLineItemAssignedTargetingOption * DeleteLineItemAssignedTargetingOption
118+
<pre>Bulk edits targeting options under a single line item. The operation will delete the assigned targeting options provided in BulkEditLineItemAssignedTargetingOptionsRequest.delete_requests and then create the assigned targeting options provided in BulkEditLineItemAssignedTargetingOptionsRequest.create_requests. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * lineItems.patch * assignedTargetingOptions.create * assignedTargetingOptions.delete
119119

120120
Args:
121121
advertiserId: string, Required. The ID of the advertiser the line item belongs to. (required)
@@ -1776,7 +1776,7 @@ <h3>Method Details</h3>
17761776

17771777
<div class="method">
17781778
<code class="details" id="patch">patch(advertiserId, lineItemId, body=None, updateMask=None, x__xgafv=None)</code>
1779-
<pre>Updates an existing line item. Returns the updated line item if successful. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * BulkEditAssignedTargetingOptions * BulkUpdateLineItems * CreateLineItemAssignedTargetingOption * DeleteLineItemAssignedTargetingOption
1779+
<pre>Updates an existing line item. Returns the updated line item if successful. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * BulkEditAssignedTargetingOptions * BulkUpdateLineItems * assignedTargetingOptions.create * assignedTargetingOptions.delete
17801780

17811781
Args:
17821782
advertiserId: string, Output only. The unique ID of the advertiser the line item belongs to. (required)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#create">create(advertiserId, lineItemId, targetingType, body=None, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Assigns a targeting option to a line item. Returns the assigned targeting option if successful. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * BulkEditAssignedTargetingOptions * BulkUpdate * UpdateLineItem * DeleteLineItemAssignedTargetingOption</p>
82+
<p class="firstline">Assigns a targeting option to a line item. Returns the assigned targeting option if successful. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * lineItems.patch * DeleteLineItemAssignedTargetingOption</p>
8383
<p class="toc_element">
8484
<code><a href="#delete">delete(advertiserId, lineItemId, targetingType, assignedTargetingOptionId, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Deletes an assigned targeting option from a line item. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * BulkEditAssignedTargetingOptions * BulkUpdate * UpdateLineItem * CreateLineItemAssignedTargetingOption</p>
85+
<p class="firstline">Deletes an assigned targeting option from a line item. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * lineItems.patch * CreateLineItemAssignedTargetingOption</p>
8686
<p class="toc_element">
8787
<code><a href="#get">get(advertiserId, lineItemId, targetingType, assignedTargetingOptionId, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Gets a single targeting option assigned to a line item.</p>
@@ -100,7 +100,7 @@ <h3>Method Details</h3>
100100

101101
<div class="method">
102102
<code class="details" id="create">create(advertiserId, lineItemId, targetingType, body=None, x__xgafv=None)</code>
103-
<pre>Assigns a targeting option to a line item. Returns the assigned targeting option if successful. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * BulkEditAssignedTargetingOptions * BulkUpdate * UpdateLineItem * DeleteLineItemAssignedTargetingOption
103+
<pre>Assigns a targeting option to a line item. Returns the assigned targeting option if successful. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * lineItems.patch * DeleteLineItemAssignedTargetingOption
104104

105105
Args:
106106
advertiserId: string, Required. The ID of the advertiser the line item belongs to. (required)
@@ -771,7 +771,7 @@ <h3>Method Details</h3>
771771

772772
<div class="method">
773773
<code class="details" id="delete">delete(advertiserId, lineItemId, targetingType, assignedTargetingOptionId, x__xgafv=None)</code>
774-
<pre>Deletes an assigned targeting option from a line item. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * BulkEditAssignedTargetingOptions * BulkUpdate * UpdateLineItem * CreateLineItemAssignedTargetingOption
774+
<pre>Deletes an assigned targeting option from a line item. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * lineItems.patch * CreateLineItemAssignedTargetingOption
775775

776776
Args:
777777
advertiserId: string, Required. The ID of the advertiser the line item belongs to. (required)

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h3>Method Details</h3>
108108
{ # An assignment between a location list and a relevant targeting option. Currently, geo region targeting options are the only supported option for assignment.
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. 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. 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.
112112
},
113113
],
114114
&quot;deletedAssignedLocations&quot;: [ # The IDs of the assigned locations to delete in bulk, specified as a list of assigned_location_ids.
@@ -129,7 +129,7 @@ <h3>Method Details</h3>
129129
{ # An assignment between a location list and a relevant targeting option. Currently, geo region targeting options are the only supported option for assignment.
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. 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. 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.
133133
},
134134
],
135135
}</pre>
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153153
{ # An assignment between a location list and a relevant targeting option. Currently, geo region targeting options are the only supported option for assignment.
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. 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. 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.
157157
}
158158

159159
x__xgafv: string, V1 error format.
@@ -167,7 +167,7 @@ <h3>Method Details</h3>
167167
{ # An assignment between a location list and a relevant targeting option. Currently, geo region targeting options are the only supported option for assignment.
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. 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. 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.
171171
}</pre>
172172
</div>
173173

@@ -215,7 +215,7 @@ <h3>Method Details</h3>
215215
{ # An assignment between a location list and a relevant targeting option. Currently, geo region targeting options are the only supported option for assignment.
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. 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. 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.
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)