Skip to content

Commit 1b425aa

Browse files
committed
Refresh docs
1 parent 6ceea2d commit 1b425aa

183 files changed

Lines changed: 10977 additions & 7596 deletions

File tree

Some content is hidden

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

docs/dyn/adexchangebuyer_v1.accounts.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h3>Method Details</h3>
9797
Returns:
9898
An object of the form:
9999

100-
{
100+
{ # Configuration data for an Ad Exchange buyer account.
101101
"kind": "adexchangebuyer#account", # Resource type.
102102
"maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
103103
"bidderLocation": [ # Your bidder locations that have distinct URLs.
@@ -121,9 +121,9 @@ <h3>Method Details</h3>
121121
Returns:
122122
An object of the form:
123123

124-
{
124+
{ # An account feed lists Ad Exchange buyer accounts that the user has access to. Each entry in the feed corresponds to a single buyer account.
125125
"items": [ # A list of accounts.
126-
{
126+
{ # Configuration data for an Ad Exchange buyer account.
127127
"kind": "adexchangebuyer#account", # Resource type.
128128
"maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
129129
"bidderLocation": [ # Your bidder locations that have distinct URLs.
@@ -150,7 +150,7 @@ <h3>Method Details</h3>
150150
body: object, The request body. (required)
151151
The object takes the form of:
152152

153-
{
153+
{ # Configuration data for an Ad Exchange buyer account.
154154
"kind": "adexchangebuyer#account", # Resource type.
155155
"maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
156156
"bidderLocation": [ # Your bidder locations that have distinct URLs.
@@ -168,7 +168,7 @@ <h3>Method Details</h3>
168168
Returns:
169169
An object of the form:
170170

171-
{
171+
{ # Configuration data for an Ad Exchange buyer account.
172172
"kind": "adexchangebuyer#account", # Resource type.
173173
"maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
174174
"bidderLocation": [ # Your bidder locations that have distinct URLs.
@@ -192,7 +192,7 @@ <h3>Method Details</h3>
192192
body: object, The request body. (required)
193193
The object takes the form of:
194194

195-
{
195+
{ # Configuration data for an Ad Exchange buyer account.
196196
"kind": "adexchangebuyer#account", # Resource type.
197197
"maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
198198
"bidderLocation": [ # Your bidder locations that have distinct URLs.
@@ -210,7 +210,7 @@ <h3>Method Details</h3>
210210
Returns:
211211
An object of the form:
212212

213-
{
213+
{ # Configuration data for an Ad Exchange buyer account.
214214
"kind": "adexchangebuyer#account", # Resource type.
215215
"maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
216216
"bidderLocation": [ # Your bidder locations that have distinct URLs.

docs/dyn/adexchangebuyer_v1.creatives.html

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ <h2>Instance Methods</h2>
8383
<p class="toc_element">
8484
<code><a href="#list">list(pageToken=None, maxResults=None)</a></code></p>
8585
<p class="firstline">Retrieves a list of the authenticated user's active creatives.</p>
86+
<p class="toc_element">
87+
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
88+
<p class="firstline">Retrieves the next page of results.</p>
8689
<h3>Method Details</h3>
8790
<div class="method">
8891
<code class="details" id="get">get(accountId, buyerCreativeId, adgroupId)</code>
@@ -96,7 +99,7 @@ <h3>Method Details</h3>
9699
Returns:
97100
An object of the form:
98101

99-
{
102+
{ # A creative and its classification data.
100103
"productCategories": [ # Detected product categories, if any. Read-only. This field should not be set in requests.
101104
42,
102105
],
@@ -139,7 +142,7 @@ <h3>Method Details</h3>
139142
body: object, The request body. (required)
140143
The object takes the form of:
141144

142-
{
145+
{ # A creative and its classification data.
143146
"productCategories": [ # Detected product categories, if any. Read-only. This field should not be set in requests.
144147
42,
145148
],
@@ -177,7 +180,7 @@ <h3>Method Details</h3>
177180
Returns:
178181
An object of the form:
179182

180-
{
183+
{ # A creative and its classification data.
181184
"productCategories": [ # Detected product categories, if any. Read-only. This field should not be set in requests.
182185
42,
183186
],
@@ -223,9 +226,10 @@ <h3>Method Details</h3>
223226
Returns:
224227
An object of the form:
225228

226-
{
229+
{ # The creatives feed lists the active creatives for the Ad Exchange buyer accounts that the user has access to. Each entry in the feed corresponds to a single creative.
230+
"nextPageToken": "A String", # Continuation token used to page through creatives. To retrieve the next page of results, set the next request's "pageToken" value to this.
227231
"items": [ # A list of creatives.
228-
{
232+
{ # A creative and its classification data.
229233
"productCategories": [ # Detected product categories, if any. Read-only. This field should not be set in requests.
230234
42,
231235
],
@@ -263,4 +267,18 @@ <h3>Method Details</h3>
263267
}</pre>
264268
</div>
265269

270+
<div class="method">
271+
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
272+
<pre>Retrieves the next page of results.
273+
274+
Args:
275+
previous_request: The request for the previous page. (required)
276+
previous_response: The response from the request for the previous page. (required)
277+
278+
Returns:
279+
A request object that you can call 'execute()' on to request the next
280+
page. Returns None if there are no more items in the collection.
281+
</pre>
282+
</div>
283+
266284
</body></html>

docs/dyn/adexchangebuyer_v1.directDeals.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h3>Method Details</h3>
9191
Returns:
9292
An object of the form:
9393

94-
{
94+
{ # The configuration data for an Ad Exchange direct deal.
9595
"advertiser": "A String", # The name of the advertiser this deal is for.
9696
"kind": "adexchangebuyer#directDeal", # Resource type.
9797
"currencyCode": "A String", # The currency code that applies to the fixed_cpm value. If not set then assumed to be USD.
@@ -113,10 +113,10 @@ <h3>Method Details</h3>
113113
Returns:
114114
An object of the form:
115115

116-
{
116+
{ # A direct deals feed lists Direct Deals the Ad Exchange buyer account has access to. This includes direct deals set up for the buyer account as well as its merged stream seats.
117117
"kind": "adexchangebuyer#directDealsList", # Resource type.
118118
"directDeals": [ # A list of direct deals relevant for your account.
119-
{
119+
{ # The configuration data for an Ad Exchange direct deal.
120120
"advertiser": "A String", # The name of the advertiser this deal is for.
121121
"kind": "adexchangebuyer#directDeal", # Resource type.
122122
"currencyCode": "A String", # The currency code that applies to the fixed_cpm value. If not set then assumed to be USD.

docs/dyn/analytics_v3.management.profiles.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ <h3>Method Details</h3>
104104
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this profile belongs.
105105
"updated": "A String", # Time this profile was last modified.
106106
"siteSearchQueryParameters": "A String", # The site search query parameters for this profile.
107+
"websiteUrl": "A String", # Website URL for this profile.
107108
"currency": "A String", # The currency type associated with this profile.
108109
"internalWebPropertyId": "A String", # Internal ID for the web property to which this profile belongs.
109110
"childLink": { # Child link for this profile. Points to the list of goals for this profile.

docs/dyn/bigquery_v2.jobs.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ <h3>Method Details</h3>
152152
"createDisposition": "A String", # [Optional] Whether to create the table if it doesn't already exist (CREATE_IF_NEEDED) or to require the table already exist (CREATE_NEVER). Default is CREATE_IF_NEEDED.
153153
"schemaInlineFormat": "A String", # [Experimental] Format of inlineSchema field.
154154
"schemaInline": "A String", # [Experimental] Inline schema. For CSV schemas, specify as "Field1:Type1[,Field2:Type2]*". For example, "foo:STRING, bar:INTEGER, baz:FLOAT"
155+
"allowQuotedNewlines": True or False, # [Experimental] Whether to allow quoted newlines in the source CSV data.
155156
"schema": { # [Optional] Schema of the table being written to.
156157
"fields": [ # Describes the fields in a table.
157158
{
@@ -329,6 +330,7 @@ <h3>Method Details</h3>
329330
"createDisposition": "A String", # [Optional] Whether to create the table if it doesn't already exist (CREATE_IF_NEEDED) or to require the table already exist (CREATE_NEVER). Default is CREATE_IF_NEEDED.
330331
"schemaInlineFormat": "A String", # [Experimental] Format of inlineSchema field.
331332
"schemaInline": "A String", # [Experimental] Inline schema. For CSV schemas, specify as "Field1:Type1[,Field2:Type2]*". For example, "foo:STRING, bar:INTEGER, baz:FLOAT"
333+
"allowQuotedNewlines": True or False, # [Experimental] Whether to allow quoted newlines in the source CSV data.
332334
"schema": { # [Optional] Schema of the table being written to.
333335
"fields": [ # Describes the fields in a table.
334336
{
@@ -454,6 +456,7 @@ <h3>Method Details</h3>
454456
"createDisposition": "A String", # [Optional] Whether to create the table if it doesn't already exist (CREATE_IF_NEEDED) or to require the table already exist (CREATE_NEVER). Default is CREATE_IF_NEEDED.
455457
"schemaInlineFormat": "A String", # [Experimental] Format of inlineSchema field.
456458
"schemaInline": "A String", # [Experimental] Inline schema. For CSV schemas, specify as "Field1:Type1[,Field2:Type2]*". For example, "foo:STRING, bar:INTEGER, baz:FLOAT"
459+
"allowQuotedNewlines": True or False, # [Experimental] Whether to allow quoted newlines in the source CSV data.
457460
"schema": { # [Optional] Schema of the table being written to.
458461
"fields": [ # Describes the fields in a table.
459462
{
@@ -603,6 +606,7 @@ <h3>Method Details</h3>
603606
"createDisposition": "A String", # [Optional] Whether to create the table if it doesn't already exist (CREATE_IF_NEEDED) or to require the table already exist (CREATE_NEVER). Default is CREATE_IF_NEEDED.
604607
"schemaInlineFormat": "A String", # [Experimental] Format of inlineSchema field.
605608
"schemaInline": "A String", # [Experimental] Inline schema. For CSV schemas, specify as "Field1:Type1[,Field2:Type2]*". For example, "foo:STRING, bar:INTEGER, baz:FLOAT"
609+
"allowQuotedNewlines": True or False, # [Experimental] Whether to allow quoted newlines in the source CSV data.
606610
"schema": { # [Optional] Schema of the table being written to.
607611
"fields": [ # Describes the fields in a table.
608612
{
@@ -708,13 +712,14 @@ <h3>Method Details</h3>
708712

709713
{
710714
"timeoutMs": 42, # [Optional] How long to wait for the query to complete, in milliseconds, before returning. Default is to return immediately. If the timeout passes before the job completes, the request will fail with a TIMEOUT error.
711-
"query": "A String", # [Required] A query string, following the BigQuery query syntax of the query to execute. Table names should be qualified by dataset name in the format projectId:datasetId.tableId unless you specify the defaultDataset value. If the table is in the same project as the job, you can omit the project ID. Example: SELECT f1 FROM myProjectId:myDatasetId.myTableId.
712715
"kind": "bigquery#queryRequest", # The resource type of the request.
713-
"maxResults": 42, # [Optional] The maximum number of results to return per page of results. If the response list exceeds the maximum response size for a single response, you will have to page through the results. Default is to return the maximum response size.
716+
"dryRun": True or False, # [Optional] If set, don't actually run the query. A valid query will return an empty response, while an invalid query will return the same error it would if it wasn't a dry run.
714717
"defaultDataset": { # [Optional] Specifies the default datasetId and projectId to assume for any unqualified table names in the query. If not set, all table names in the query string must be fully-qualified in the format projectId:datasetId.tableid.
715718
"projectId": "A String", # [Optional] The ID of the container project.
716719
"datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
717720
},
721+
"maxResults": 42, # [Optional] The maximum number of results to return per page of results. If the response list exceeds the maximum response size for a single response, you will have to page through the results. Default is to return the maximum response size.
722+
"query": "A String", # [Required] A query string, following the BigQuery query syntax of the query to execute. Table names should be qualified by dataset name in the format projectId:datasetId.tableId unless you specify the defaultDataset value. If the table is in the same project as the job, you can omit the project ID. Example: SELECT f1 FROM myProjectId:myDatasetId.myTableId.
718723
}
719724

720725

docs/dyn/books_v1.layers.annotationData.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ <h3>Method Details</h3>
112112
"data": { # JSON encoded data for this annotation data.
113113
"geo": {
114114
"countryCode": "A String", # The country code of the location.
115+
"title": "A String", # The display title and localized canonical name to use when searching for this entity on Google search.
115116
"zoom": 42, # The Zoom level to use for the map. Zoom levels between 0 (the lowest zoom level, in which the entire world can be seen on one map) to 21+ (down to individual buildings). See: https://developers.google.com/maps/documentation/staticmaps/#Zoomlevels
116117
"longitude": 3.14, # The longitude of the location.
117118
"mapType": "A String", # The type of map that should be used for this location. EX: HYBRID, ROADMAP, SATELLITE, TERRAIN
@@ -124,7 +125,6 @@ <h3>Method Details</h3>
124125
},
125126
],
126127
],
127-
"resolution": "A String", # The resolution of the location. Ex: POI_LEVEL
128128
"viewport": { # The viewport for showing this location. This is a latitude, longitude rectangle.
129129
"lo": {
130130
"latitude": 3.14,
@@ -184,6 +184,7 @@ <h3>Method Details</h3>
184184
"data": { # JSON encoded data for this annotation data.
185185
"geo": {
186186
"countryCode": "A String", # The country code of the location.
187+
"title": "A String", # The display title and localized canonical name to use when searching for this entity on Google search.
187188
"zoom": 42, # The Zoom level to use for the map. Zoom levels between 0 (the lowest zoom level, in which the entire world can be seen on one map) to 21+ (down to individual buildings). See: https://developers.google.com/maps/documentation/staticmaps/#Zoomlevels
188189
"longitude": 3.14, # The longitude of the location.
189190
"mapType": "A String", # The type of map that should be used for this location. EX: HYBRID, ROADMAP, SATELLITE, TERRAIN
@@ -196,7 +197,6 @@ <h3>Method Details</h3>
196197
},
197198
],
198199
],
199-
"resolution": "A String", # The resolution of the location. Ex: POI_LEVEL
200200
"viewport": { # The viewport for showing this location. This is a latitude, longitude rectangle.
201201
"lo": {
202202
"latitude": 3.14,
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="coordinate_v1.html">Google Maps Coordinate API</a> . <a href="coordinate_v1.customFieldDef.html">customFieldDef</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#list">list(teamId)</a></code></p>
79+
<p class="firstline">Retrieves a list of custom field definitions for a team.</p>
80+
<h3>Method Details</h3>
81+
<div class="method">
82+
<code class="details" id="list">list(teamId)</code>
83+
<pre>Retrieves a list of custom field definitions for a team.
84+
85+
Args:
86+
teamId: string, Team ID (required)
87+
88+
Returns:
89+
An object of the form:
90+
91+
{ # Collection of custom field definitions for a team.
92+
"items": [ # Collection of custom field definitions in a team.
93+
{ # Custom field definition.
94+
"kind": "coordinate#customFieldDef", # Identifies this object as a custom field definition.
95+
"name": "A String", # Custom field name.
96+
"enabled": True or False, # Whether the field is enabled.
97+
"requiredForCheckout": True or False, # Whether the field is required for checkout.
98+
"type": "A String", # Custom field type.
99+
"id": "A String", # Custom field id.
100+
},
101+
],
102+
"kind": "coordinate#customFieldDefList", # Identifies this object as a collection of custom field definitions in a team.
103+
}</pre>
104+
</div>
105+
106+
</body></html>

docs/dyn/coordinate_v1.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474

7575
<h1><a href="coordinate_v1.html">Google Maps Coordinate API</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="coordinate_v1.customFieldDef.html">customFieldDef()</a></code>
79+
</p>
80+
<p class="firstline">Returns the customFieldDef Resource.</p>
81+
7782
<p class="toc_element">
7883
<code><a href="coordinate_v1.jobs.html">jobs()</a></code>
7984
</p>

0 commit comments

Comments
 (0)