Skip to content

Commit c32bbe5

Browse files
feat(displayvideo): update the api
#### displayvideo:v1 The following keys were deleted: - schemas.FirstAndThirdPartyAudience.properties.audienceType.readOnly (Total Keys: 1) The following keys were added: - resources.firstAndThirdPartyAudiences.methods.create (Total Keys: 11) - resources.firstAndThirdPartyAudiences.methods.editCustomerMatchMembers (Total Keys: 13) - resources.firstAndThirdPartyAudiences.methods.patch (Total Keys: 19) - schemas.ContactInfo (Total Keys: 13) - schemas.EditCustomerMatchMembersRequest (Total Keys: 6) - schemas.EditCustomerMatchMembersResponse (Total Keys: 4) - schemas.InsertionOrder.properties.reservationType (Total Keys: 2) - schemas.LineItem.properties.excludeNewExchanges.type (Total Keys: 1) - schemas.LineItem.properties.reservationType (Total Keys: 2) - schemas.MobileDeviceIdList (Total Keys: 4)
1 parent f1ee370 commit c32bbe5

5 files changed

+431
-11
lines changed

docs/dyn/displayvideo_v1.advertisers.assets.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#upload">upload(advertiserId, body=None, media_body=None, media_mime_type=None, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Uploads an asset. Returns the ID of the newly uploaded asset if successful. The asset file size should be no more than 10 MB for images, 200 MB for ZIP files, and 1 GB for videos.</p>
82+
<p class="firstline">Uploads an asset. Returns the ID of the newly uploaded asset if successful. The asset file size should be no more than 10 MB for images, 200 MB for ZIP files, and 1 GB for videos. Must be used within the [multipart media upload process](/display-video/api/guides/how-tos/upload#multipart). Examples using provided client libraries can be found in our [Creating Creatives guide](/display-video/api/guides/creating-creatives/overview#upload_an_asset).</p>
8383
<h3>Method Details</h3>
8484
<div class="method">
8585
<code class="details" id="close">close()</code>
@@ -88,7 +88,7 @@ <h3>Method Details</h3>
8888

8989
<div class="method">
9090
<code class="details" id="upload">upload(advertiserId, body=None, media_body=None, media_mime_type=None, x__xgafv=None)</code>
91-
<pre>Uploads an asset. Returns the ID of the newly uploaded asset if successful. The asset file size should be no more than 10 MB for images, 200 MB for ZIP files, and 1 GB for videos.
91+
<pre>Uploads an asset. Returns the ID of the newly uploaded asset if successful. The asset file size should be no more than 10 MB for images, 200 MB for ZIP files, and 1 GB for videos. Must be used within the [multipart media upload process](/display-video/api/guides/how-tos/upload#multipart). Examples using provided client libraries can be found in our [Creating Creatives guide](/display-video/api/guides/creating-creatives/overview#upload_an_asset).
9292

9393
Args:
9494
advertiserId: string, Required. The ID of the advertiser this asset belongs to. (required)

docs/dyn/displayvideo_v1.advertisers.insertionOrders.html

+6
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ <h3>Method Details</h3>
527527
&quot;performanceGoalString&quot;: &quot;A String&quot;, # A key performance indicator (KPI) string, which can be empty. Must be UTF-8 encoded with a length of no more than 100 characters. Applicable when performance_goal_type is set to `PERFORMANCE_GOAL_TYPE_OTHER`.
528528
&quot;performanceGoalType&quot;: &quot;A String&quot;, # Required. The type of the performance goal.
529529
},
530+
&quot;reservationType&quot;: &quot;A String&quot;, # Output only. The reservation type of the insertion order.
530531
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the insertion order was last updated. Assigned by the system.
531532
}
532533

@@ -616,6 +617,7 @@ <h3>Method Details</h3>
616617
&quot;performanceGoalString&quot;: &quot;A String&quot;, # A key performance indicator (KPI) string, which can be empty. Must be UTF-8 encoded with a length of no more than 100 characters. Applicable when performance_goal_type is set to `PERFORMANCE_GOAL_TYPE_OTHER`.
617618
&quot;performanceGoalType&quot;: &quot;A String&quot;, # Required. The type of the performance goal.
618619
},
620+
&quot;reservationType&quot;: &quot;A String&quot;, # Output only. The reservation type of the insertion order.
619621
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the insertion order was last updated. Assigned by the system.
620622
}</pre>
621623
</div>
@@ -732,6 +734,7 @@ <h3>Method Details</h3>
732734
&quot;performanceGoalString&quot;: &quot;A String&quot;, # A key performance indicator (KPI) string, which can be empty. Must be UTF-8 encoded with a length of no more than 100 characters. Applicable when performance_goal_type is set to `PERFORMANCE_GOAL_TYPE_OTHER`.
733735
&quot;performanceGoalType&quot;: &quot;A String&quot;, # Required. The type of the performance goal.
734736
},
737+
&quot;reservationType&quot;: &quot;A String&quot;, # Output only. The reservation type of the insertion order.
735738
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the insertion order was last updated. Assigned by the system.
736739
}</pre>
737740
</div>
@@ -834,6 +837,7 @@ <h3>Method Details</h3>
834837
&quot;performanceGoalString&quot;: &quot;A String&quot;, # A key performance indicator (KPI) string, which can be empty. Must be UTF-8 encoded with a length of no more than 100 characters. Applicable when performance_goal_type is set to `PERFORMANCE_GOAL_TYPE_OTHER`.
835838
&quot;performanceGoalType&quot;: &quot;A String&quot;, # Required. The type of the performance goal.
836839
},
840+
&quot;reservationType&quot;: &quot;A String&quot;, # Output only. The reservation type of the insertion order.
837841
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the insertion order was last updated. Assigned by the system.
838842
},
839843
],
@@ -943,6 +947,7 @@ <h3>Method Details</h3>
943947
&quot;performanceGoalString&quot;: &quot;A String&quot;, # A key performance indicator (KPI) string, which can be empty. Must be UTF-8 encoded with a length of no more than 100 characters. Applicable when performance_goal_type is set to `PERFORMANCE_GOAL_TYPE_OTHER`.
944948
&quot;performanceGoalType&quot;: &quot;A String&quot;, # Required. The type of the performance goal.
945949
},
950+
&quot;reservationType&quot;: &quot;A String&quot;, # Output only. The reservation type of the insertion order.
946951
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the insertion order was last updated. Assigned by the system.
947952
}
948953

@@ -1033,6 +1038,7 @@ <h3>Method Details</h3>
10331038
&quot;performanceGoalString&quot;: &quot;A String&quot;, # A key performance indicator (KPI) string, which can be empty. Must be UTF-8 encoded with a length of no more than 100 characters. Applicable when performance_goal_type is set to `PERFORMANCE_GOAL_TYPE_OTHER`.
10341039
&quot;performanceGoalType&quot;: &quot;A String&quot;, # Required. The type of the performance goal.
10351040
},
1041+
&quot;reservationType&quot;: &quot;A String&quot;, # Output only. The reservation type of the insertion order.
10361042
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp when the insertion order was last updated. Assigned by the system.
10371043
}</pre>
10381044
</div>

0 commit comments

Comments
 (0)