Remove OAuth 1.0 support.
Reviewed in http://codereview.appspot.com/6063052/
diff --git a/docs/dyn/discovery.v1.apis.html b/docs/dyn/discovery.v1.apis.html
index 957ea70..79ed0c3 100644
--- a/docs/dyn/discovery.v1.apis.html
+++ b/docs/dyn/discovery.v1.apis.html
@@ -24,41 +24,44 @@
An object of the form<br>
<br>
{<br>
+ "protocol": "rest", # The protocol described by this document.<br>
+ "methods": { # API-level methods for this API.<br>
+ },<br>
+ "labels": [ # Labels for the status of this API, such as labs or deprecated.<br>
+ "A String",<br>
+ ],<br>
+ "batchPath": "batch", # The path for REST batch requests.<br>
+ "id": "A String", # The id of this API.<br>
"schemas": { # The schemas for this API.<br>
},<br>
- "kind": "discovery#restDescription", # The kind for this response.<br>
- "protocol": "rest", # The protocol described by this document.<br>
- "description": "A String", # The description of this API.<br>
+ "rootUrl": "A String", # The root url under which all API services live.<br>
"parameters": { # Common parameters that apply across all apis.<br>
},<br>
"icons": { # Links to 16x16 and 32x32 icons representing the API.<br>
"x32": "A String", # The url of the 32x32 icon.<br>
"x16": "A String", # The url of the 16x16 icon.<br>
},<br>
- "basePath": "A String", # The base path for REST requests.<br>
- "labels": [ # Labels for the status of this API, such as labs or deprecated.<br>
+ "baseUrl": "A String", # [DEPRECATED] The base URL for REST requests.<br>
+ "version": "A String", # The version of this API.<br>
+ "features": [ # A list of supported features for this API.<br>
"A String",<br>
],<br>
- "baseUrl": "A String", # The base URL for REST requests.<br>
+ "servicePath": "A String", # The base path for all REST requests.<br>
+ "resources": { # The resources in this API.<br>
+ },<br>
+ "revision": "A String", # The version of this API.<br>
+ "description": "A String", # The description of this API.<br>
"auth": { # Authentication information.<br>
"oauth2": { # OAuth 2.0 authentication information.<br>
"scopes": { # Available OAuth 2.0 scopes.<br>
},<br>
},<br>
},<br>
+ "kind": "discovery#restDescription", # The kind for this response.<br>
"name": "A String", # The name of this API.<br>
- "methods": { # API-level methods for this API.<br>
- },<br>
- "version": "A String", # The version of this API.<br>
- "features": [ # A list of supported features for this API.<br>
- "A String",<br>
- ],<br>
+ "basePath": "A String", # [DEPRECATED] The base path for REST requests.<br>
"title": "A String", # The title of this API.<br>
"discoveryVersion": "v1", # Indicate the version of the Discovery API used to generate this doc.<br>
- "revision": "A String", # The version of this API.<br>
- "id": "A String", # The id of this API.<br>
- "resources": { # The resources in this API.<br>
- },<br>
"documentationLink": "A String", # A link to human readable documentation for the API.<br>
}</tt></dd></dl>
diff --git a/docs/dyn/oauth2.v2.html b/docs/dyn/oauth2.v2.html
index 8a9ce05..4101f69 100644
--- a/docs/dyn/oauth2.v2.html
+++ b/docs/dyn/oauth2.v2.html
@@ -14,6 +14,43 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
+<dl><dt><a name="Resource-issueTokenGet"><strong>issueTokenGet</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
+ <br>
+Args:<br>
+ origin: string, A parameter<br>
+ force: boolean, A parameter<br>
+ client_id: string, A parameter (required)<br>
+ alg: string, A parameter<br>
+ app_id: string, A parameter<br>
+ android_device_id: string, A parameter<br>
+ audience: string, A parameter<br>
+ hl: string, A parameter<br>
+ scope: string, A parameter (required)<br>
+ response_type: string, A parameter (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "consent": {<br>
+ "scopes": [<br>
+ {<br>
+ "description": "A String",<br>
+ "detail": "A String",<br>
+ },<br>
+ ],<br>
+ "oauthClient": {<br>
+ "iconUri": "A String",<br>
+ "developerEmail": "A String",<br>
+ "name": "A String",<br>
+ },<br>
+ },<br>
+ "token": "A String",<br>
+ "code": "A String",<br>
+ "issueAdvice": "A String",<br>
+ "idToken": "A String",<br>
+ }</tt></dd></dl>
+
<dl><dt><a name="Resource-tokeninfo"><strong>tokeninfo</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
diff --git a/docs/dyn/orkut.v2.activities.html b/docs/dyn/orkut.v2.activities.html
index f30ab7a..339bee1 100644
--- a/docs/dyn/orkut.v2.activities.html
+++ b/docs/dyn/orkut.v2.activities.html
@@ -65,7 +65,7 @@
"community": { # The community which is related with this activity, e.g. a joined community.<br>
"category": "A String", # The category of the community.<br>
"kind": "orkut#community", # Identifies this resource as a community. Value: "orkut#community"<br>
- "member_count": 42, # The count of members on the community.<br>
+ "member_count": 42, # The number of users who are part of the community. This number may be approximate, so do not rely on it for iteration.<br>
"description": "A String", # The description of the community.<br>
"language": "A String", # The official language of the community.<br>
"links": [ # List of resources for the community.<br>
@@ -79,16 +79,16 @@
"creation_date": "A String", # The time the community was created, in <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> format.<br>
"owner": { # The person who owns the community.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
"id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.<br>
},<br>
- "moderators": [ # The moderator of the community.<br>
+ "moderators": [ # The list of moderators of the community.<br>
{<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -99,7 +99,7 @@
"co_owners": [ # The co-owners of the community.<br>
{<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -149,7 +149,7 @@
],<br>
"actor": { # The person who posted the comment.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -167,7 +167,7 @@
"updated": "A String", # The time at which the activity was last updated.<br>
"actor": { # The person who performed the activity.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
diff --git a/docs/dyn/orkut.v2.comments.html b/docs/dyn/orkut.v2.comments.html
index e4c706e..5b697de 100644
--- a/docs/dyn/orkut.v2.comments.html
+++ b/docs/dyn/orkut.v2.comments.html
@@ -46,7 +46,7 @@
],<br>
"actor": { # The person who posted the comment.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -81,7 +81,7 @@
],<br>
"actor": { # The person who posted the comment.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -115,7 +115,7 @@
],<br>
"actor": { # The person who posted the comment.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -162,7 +162,7 @@
],<br>
"actor": { # The person who posted the comment.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
diff --git a/docs/dyn/orkut.v2.communities.html b/docs/dyn/orkut.v2.communities.html
index ea1bf8a..acfc834 100644
--- a/docs/dyn/orkut.v2.communities.html
+++ b/docs/dyn/orkut.v2.communities.html
@@ -14,7 +14,7 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves the profile of a community.<br>
+<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves the basic information (aka. profile) of a community.<br>
<br>
Args:<br>
hl: string, Specifies the interface language (host language) of your user interface.<br>
@@ -26,7 +26,7 @@
{<br>
"category": "A String", # The category of the community.<br>
"kind": "orkut#community", # Identifies this resource as a community. Value: "orkut#community"<br>
- "member_count": 42, # The count of members on the community.<br>
+ "member_count": 42, # The number of users who are part of the community. This number may be approximate, so do not rely on it for iteration.<br>
"description": "A String", # The description of the community.<br>
"language": "A String", # The official language of the community.<br>
"links": [ # List of resources for the community.<br>
@@ -40,16 +40,16 @@
"creation_date": "A String", # The time the community was created, in <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> format.<br>
"owner": { # The person who owns the community.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
"id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.<br>
},<br>
- "moderators": [ # The moderator of the community.<br>
+ "moderators": [ # The list of moderators of the community.<br>
{<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -60,7 +60,7 @@
"co_owners": [ # The co-owners of the community.<br>
{<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -72,7 +72,7 @@
"name": "A String", # The name of the community.<br>
}</tt></dd></dl>
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves the communities an user is member of.<br>
+<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves the list of communities the current user is a member of.<br>
<br>
Args:<br>
orderBy: string, How to order the communities by.<br>
@@ -91,7 +91,7 @@
{<br>
"category": "A String", # The category of the community.<br>
"kind": "orkut#community", # Identifies this resource as a community. Value: "orkut#community"<br>
- "member_count": 42, # The count of members on the community.<br>
+ "member_count": 42, # The number of users who are part of the community. This number may be approximate, so do not rely on it for iteration.<br>
"description": "A String", # The description of the community.<br>
"language": "A String", # The official language of the community.<br>
"links": [ # List of resources for the community.<br>
@@ -105,16 +105,16 @@
"creation_date": "A String", # The time the community was created, in <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> format.<br>
"owner": { # The person who owns the community.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
"id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.<br>
},<br>
- "moderators": [ # The moderator of the community.<br>
+ "moderators": [ # The list of moderators of the community.<br>
{<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -125,7 +125,7 @@
"co_owners": [ # The co-owners of the community.<br>
{<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
diff --git a/docs/dyn/orkut.v2.communityFollow.html b/docs/dyn/orkut.v2.communityFollow.html
index f89249a..5e51c46 100644
--- a/docs/dyn/orkut.v2.communityFollow.html
+++ b/docs/dyn/orkut.v2.communityFollow.html
@@ -14,13 +14,13 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Removes an user from the followers of a community.<br>
+<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Removes a user from the followers of a community.<br>
<br>
Args:<br>
userId: string, ID of the user. (required)<br>
communityId: integer, ID of the community. (required)</tt></dd></dl>
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Adds an user as a follower of a community.<br>
+<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Adds a user as a follower of a community.<br>
<br>
Args:<br>
userId: string, ID of the user. (required)<br>
diff --git a/docs/dyn/orkut.v2.communityMembers.html b/docs/dyn/orkut.v2.communityMembers.html
index 7490ab5..bd9b26c 100644
--- a/docs/dyn/orkut.v2.communityMembers.html
+++ b/docs/dyn/orkut.v2.communityMembers.html
@@ -99,7 +99,7 @@
"kind": "orkut#communityMembers", # Kind of this item. Always orkut#communityMembers.<br>
}</tt></dd></dl>
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists members of a community.<br>
+<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists members of a community. Use the pagination tokens to retrieve the full list; do not rely on the member count available in the community profile information to know when to stop iterating, as that count may be approximate.<br>
<br>
Args:<br>
friendsOnly: boolean, Whether to list only community members who are friends of the user.<br>
diff --git a/docs/dyn/orkut.v2.communityMessages.html b/docs/dyn/orkut.v2.communityMessages.html
index 26f5549..42551c3 100644
--- a/docs/dyn/orkut.v2.communityMessages.html
+++ b/docs/dyn/orkut.v2.communityMessages.html
@@ -40,7 +40,7 @@
],<br>
"author": { # The creator of the message. If ommited, the message is annonimous.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -71,7 +71,7 @@
],<br>
"author": { # The creator of the message. If ommited, the message is annonimous.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -112,7 +112,7 @@
],<br>
"author": { # The creator of the message. If ommited, the message is annonimous.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
diff --git a/docs/dyn/orkut.v2.communityPollComments.html b/docs/dyn/orkut.v2.communityPollComments.html
index d3ba6be..a1fde17 100644
--- a/docs/dyn/orkut.v2.communityPollComments.html
+++ b/docs/dyn/orkut.v2.communityPollComments.html
@@ -27,7 +27,7 @@
"id": 42, # The ID of the comment.<br>
"author": { # The creator of the comment.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -48,7 +48,7 @@
"id": 42, # The ID of the comment.<br>
"author": { # The creator of the comment.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -79,7 +79,7 @@
"id": 42, # The ID of the comment.<br>
"author": { # The creator of the comment.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
diff --git a/docs/dyn/orkut.v2.communityPolls.html b/docs/dyn/orkut.v2.communityPolls.html
index 2c8a37e..c2e559d 100644
--- a/docs/dyn/orkut.v2.communityPolls.html
+++ b/docs/dyn/orkut.v2.communityPolls.html
@@ -43,7 +43,7 @@
"totalNumberOfVotes": 42, # The total number of votes this poll has received.<br>
"author": { # The person who created the poll.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -110,7 +110,7 @@
"totalNumberOfVotes": 42, # The total number of votes this poll has received.<br>
"author": { # The person who created the poll.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
diff --git a/docs/dyn/orkut.v2.communityRelated.html b/docs/dyn/orkut.v2.communityRelated.html
index 39a0412..d4d20e6 100644
--- a/docs/dyn/orkut.v2.communityRelated.html
+++ b/docs/dyn/orkut.v2.communityRelated.html
@@ -28,7 +28,7 @@
{<br>
"category": "A String", # The category of the community.<br>
"kind": "orkut#community", # Identifies this resource as a community. Value: "orkut#community"<br>
- "member_count": 42, # The count of members on the community.<br>
+ "member_count": 42, # The number of users who are part of the community. This number may be approximate, so do not rely on it for iteration.<br>
"description": "A String", # The description of the community.<br>
"language": "A String", # The official language of the community.<br>
"links": [ # List of resources for the community.<br>
@@ -42,16 +42,16 @@
"creation_date": "A String", # The time the community was created, in <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> format.<br>
"owner": { # The person who owns the community.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
"id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.<br>
},<br>
- "moderators": [ # The moderator of the community.<br>
+ "moderators": [ # The list of moderators of the community.<br>
{<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -62,7 +62,7 @@
"co_owners": [ # The co-owners of the community.<br>
{<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
diff --git a/docs/dyn/orkut.v2.communityTopics.html b/docs/dyn/orkut.v2.communityTopics.html
index 842d9dc..c3d2b55 100644
--- a/docs/dyn/orkut.v2.communityTopics.html
+++ b/docs/dyn/orkut.v2.communityTopics.html
@@ -44,7 +44,7 @@
],<br>
"author": { # The creator of the topic.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -65,7 +65,7 @@
],<br>
"author": { # The creator of the message. If ommited, the message is annonimous.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -103,7 +103,7 @@
],<br>
"author": { # The creator of the topic.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -124,7 +124,7 @@
],<br>
"author": { # The creator of the message. If ommited, the message is annonimous.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -162,7 +162,7 @@
],<br>
"author": { # The creator of the topic.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -183,7 +183,7 @@
],<br>
"author": { # The creator of the message. If ommited, the message is annonimous.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -230,7 +230,7 @@
],<br>
"author": { # The creator of the topic.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -251,7 +251,7 @@
],<br>
"author": { # The creator of the message. If ommited, the message is annonimous.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
diff --git a/docs/dyn/orkut.v2.counters.html b/docs/dyn/orkut.v2.counters.html
index f47b841..174e4ca 100644
--- a/docs/dyn/orkut.v2.counters.html
+++ b/docs/dyn/orkut.v2.counters.html
@@ -14,7 +14,7 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves the counters of an user.<br>
+<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves the counters of a user.<br>
<br>
Args:<br>
userId: string, The ID of the user whose counters will be listed. Can be me to refer to caller. (required)<br>
diff --git a/docs/dyn/orkut.v2.scraps.html b/docs/dyn/orkut.v2.scraps.html
index e1b89f2..3c2604d 100644
--- a/docs/dyn/orkut.v2.scraps.html
+++ b/docs/dyn/orkut.v2.scraps.html
@@ -47,7 +47,7 @@
"community": { # The community which is related with this activity, e.g. a joined community.<br>
"category": "A String", # The category of the community.<br>
"kind": "orkut#community", # Identifies this resource as a community. Value: "orkut#community"<br>
- "member_count": 42, # The count of members on the community.<br>
+ "member_count": 42, # The number of users who are part of the community. This number may be approximate, so do not rely on it for iteration.<br>
"description": "A String", # The description of the community.<br>
"language": "A String", # The official language of the community.<br>
"links": [ # List of resources for the community.<br>
@@ -61,16 +61,16 @@
"creation_date": "A String", # The time the community was created, in <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> format.<br>
"owner": { # The person who owns the community.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
"id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.<br>
},<br>
- "moderators": [ # The moderator of the community.<br>
+ "moderators": [ # The list of moderators of the community.<br>
{<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -81,7 +81,7 @@
"co_owners": [ # The co-owners of the community.<br>
{<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -131,7 +131,7 @@
],<br>
"actor": { # The person who posted the comment.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -149,7 +149,7 @@
"updated": "A String", # The time at which the activity was last updated.<br>
"actor": { # The person who performed the activity.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -207,7 +207,7 @@
"community": { # The community which is related with this activity, e.g. a joined community.<br>
"category": "A String", # The category of the community.<br>
"kind": "orkut#community", # Identifies this resource as a community. Value: "orkut#community"<br>
- "member_count": 42, # The count of members on the community.<br>
+ "member_count": 42, # The number of users who are part of the community. This number may be approximate, so do not rely on it for iteration.<br>
"description": "A String", # The description of the community.<br>
"language": "A String", # The official language of the community.<br>
"links": [ # List of resources for the community.<br>
@@ -221,16 +221,16 @@
"creation_date": "A String", # The time the community was created, in <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> format.<br>
"owner": { # The person who owns the community.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
"id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.<br>
},<br>
- "moderators": [ # The moderator of the community.<br>
+ "moderators": [ # The list of moderators of the community.<br>
{<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -241,7 +241,7 @@
"co_owners": [ # The co-owners of the community.<br>
{<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -291,7 +291,7 @@
],<br>
"actor": { # The person who posted the comment.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
@@ -309,7 +309,7 @@
"updated": "A String", # The time at which the activity was last updated.<br>
"actor": { # The person who performed the activity.<br>
"url": "A String", # The URL of the author who posted the comment [not yet implemented]<br>
- "image": { # Image data about the actor.<br>
+ "image": { # Image data about the author.<br>
"url": "A String", # A URL that points to a thumbnail photo of the author.<br>
},<br>
"displayName": "A String", # The name of the author, suitable for display.<br>
diff --git a/docs/dyn/shopping.v1.products.html b/docs/dyn/shopping.v1.products.html
index 77436a2..fb00bf0 100644
--- a/docs/dyn/shopping.v1.products.html
+++ b/docs/dyn/shopping.v1.products.html
@@ -17,26 +17,23 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns a single product<br>
<br>
Args:<br>
- debug_searchResponse: boolean, Google Internal<br>
taxonomy: string, Merchant taxonomy<br>
recommendations_useGcsConfig: boolean, This parameter is currently ignored<br>
- productFields: string, Google Internal<br>
accountId: integer, Merchant center account id (required)<br>
- source: string, Query source (required)<br>
+ plusOne_enabled: boolean, Whether to return +1 button code<br>
+ plusOne_options: string, +1 button rendering specification<br>
recommendations_include: string, Recommendation specification<br>
- debug_enabled: boolean, Google Internal<br>
+ source: string, Query source (required)<br>
location: string, Location used to determine tax and shipping<br>
- debug_searchRequest: boolean, Google Internal<br>
productId: string, Id of product (required)<br>
productIdType: string, Type of productId (required)<br>
- debug_enableLogging: boolean, Google Internal<br>
recommendations_enabled: boolean, Whether to return recommendation information<br>
categories_enabled: boolean, Whether to return category information<br>
attributeFilter: string, Comma separated list of attributes to return<br>
categories_useGcsConfig: boolean, This parameter is currently ignored<br>
thumbnails: string, Thumbnail specification<br>
categories_include: string, Category specification<br>
- plusOne: string, +1 rendering specification.<br>
+ plusOne_useGcsConfig: boolean, Whether to use +1 button styles configured in the GCS account<br>
<br>
Returns:<br>
An object of the form<br>
@@ -93,13 +90,16 @@
"internal3": "A String", # Google Internal.<br>
"internal4": [ # Google Internal.<br>
{<br>
- "node": 42,<br>
- "confidence": 3.14,<br>
+ "node": 42, # Google Internal.<br>
+ "confidence": 3.14, # Google Internal.<br>
},<br>
],<br>
"internal6": "A String", # Google Internal.<br>
"internal7": True or False, # Google Internal.<br>
"link": "A String", # Link to product.<br>
+ "mpns": [ # List of all the product's MPNs.<br>
+ "A String",<br>
+ ],<br>
"attributes": [ # Attributes of product (available only with a cx source).<br>
{<br>
"type": "A String", # Type of product attribute (one of: text, bool, int, float, dateRange, url).<br>
@@ -187,13 +187,16 @@
"internal3": "A String", # Google Internal.<br>
"internal4": [ # Google Internal.<br>
{<br>
- "node": 42,<br>
- "confidence": 3.14,<br>
+ "node": 42, # Google Internal.<br>
+ "confidence": 3.14, # Google Internal.<br>
},<br>
],<br>
"internal6": "A String", # Google Internal.<br>
"internal7": True or False, # Google Internal.<br>
"link": "A String", # Link to product.<br>
+ "mpns": [ # List of all the product's MPNs.<br>
+ "A String",<br>
+ ],<br>
"attributes": [ # Attributes of product (available only with a cx source).<br>
{<br>
"type": "A String", # Type of product attribute (one of: text, bool, int, float, dateRange, url).<br>
@@ -229,13 +232,16 @@
},<br>
},<br>
],<br>
- "type": "A String", # Type of recommendation list (one of: all, purchaseToPurchase, visitToVisit, visitToPurchase).<br>
+ "type": "A String", # Type of recommendation list (for offer-based recommendations, one of: all, purchaseToPurchase, visitToVisit, visitToPurchase, relatedItems; for category-based recommendations, one of: all, categoryMostVisited, categoryBestSeller).<br>
},<br>
],<br>
"debug": { # Google internal.<br>
- "searchResponse": "A String", # Google internal.<br>
"searchRequest": "A String", # Google internal.<br>
"rdcResponse": "A String", # Google internal.<br>
+ "facetsRequest": "A String", # Google internal.<br>
+ "searchResponse": "A String", # Google internal.<br>
+ "elapsedMillis": "A String", # Google internal.<br>
+ "facetsResponse": "A String", # Google internal.<br>
"backendTimes": [ # Google internal<br>
{<br>
"serverMillis": "A String", # Google internal<br>
@@ -244,7 +250,6 @@
"elapsedMillis": "A String", # Google internal<br>
},<br>
],<br>
- "elapsedMillis": "A String", # Google internal.<br>
},<br>
"id": "A String", # Id of product.<br>
"categories": [ # List of categories for product.<br>
@@ -263,57 +268,47 @@
<br>
Args:<br>
facets_enabled: boolean, Whether to return facet information<br>
- debug_geocodeRequest: boolean, Google Internal<br>
- debug_searchResponse: boolean, Google Internal<br>
- debug_rdcRequest: boolean, Google Internal<br>
+ rankBy: string, Ranking specification<br>
taxonomy: string, Taxonomy name<br>
promotions_enabled: boolean, Whether to return promotion information<br>
- debug_rdcResponse: boolean, Google Internal<br>
- productFields: string, Google Internal<br>
channels: string, Channels specification<br>
- facets_discover: string, Facets to discover<br>
+ currency: string, Currency restriction (ISO 4217)<br>
startIndex: integer, Index (1-based) of first product to return<br>
+ availability: string, Comma separated list of availabilities (outOfStock, limited, inStock, backOrder, preOrder, onDisplayToOrder) to return<br>
crowdBy: string, Crowding specification<br>
spelling_enabled: boolean, Whether to return spelling suggestions<br>
- debug_enabled: boolean, Google Internal<br>
- spelling_useGcsConfig: boolean, This parameter is currently ignored<br>
+ categoryRecommendations_category: string, Category for which to retrieve recommendations<br>
source: string, Query source (required)<br>
+ categories_useGcsConfig: boolean, This parameter is currently ignored<br>
+ categoryRecommendations_enabled: boolean, Whether to return category recommendation information<br>
+ spelling_useGcsConfig: boolean, This parameter is currently ignored<br>
+ plusOne_enabled: boolean, Whether to return +1 button code<br>
useCase: string, One of CommerceSearchUseCase, ShoppingApiUseCase<br>
- debug_geocodeResponse: boolean, Google Internal<br>
location: string, Location used to determine tax and shipping<br>
maxVariants: integer, Maximum number of variant results to return per result<br>
- debug_searchRequest: boolean, Google Internal<br>
relatedQueries_enabled: boolean, Whether to return related queries<br>
facets_useGcsConfig: boolean, Whether to return facet information as configured in the GCS account<br>
- safe: boolean, Whether safe search is enabled. Default: true<br>
+ categoryRecommendations_useGcsConfig: boolean, This parameter is currently ignored<br>
boostBy: string, Boosting specification<br>
- debug_enableLogging: boolean, Google Internal<br>
+ safe: boolean, Whether safe search is enabled. Default: true<br>
maxResults: integer, Maximum number of results to return<br>
categories_enabled: boolean, Whether to return category information<br>
attributeFilter: string, Comma separated list of attributes to return<br>
- categories_useGcsConfig: boolean, This parameter is currently ignored<br>
- minAvailability: string, A parameter<br>
- Allowed values<br>
- inStock - Only in stcok prodicts will be returned<br>
- limited - Limited availability and in stock products will be returned<br>
- outOfStock - Out of stock, limited availability and in stock products will be returned<br>
- unknown - All products will be returned<br>
+ categoryRecommendations_include: string, Category recommendation specification<br>
+ plusOne_options: string, +1 button rendering specification<br>
facets_include: string, Facets to include (applies when useGcsConfig == false)<br>
- categories_include: string, Category specification<br>
+ thumbnails: string, Image thumbnails specification<br>
language: string, Language restriction (BCP 47)<br>
- currency: string, Currency restriction (ISO 4217)<br>
- sayt_enabled: boolean, Google Internal<br>
- rankBy: string, Ranking specification<br>
+ facets_discover: string, Facets to discover<br>
+ categories_include: string, Category specification<br>
redirects_enabled: boolean, Whether to return redirect information<br>
restrictBy: string, Restriction specification<br>
q: string, Search query<br>
redirects_useGcsConfig: boolean, Whether to return redirect information as configured in the GCS account<br>
- sayt_useGcsConfig: boolean, Google Internal<br>
- country: string, Country restriction (ISO 3166)<br>
+ plusOne_useGcsConfig: boolean, Whether to use +1 button styles configured in the GCS account<br>
relatedQueries_useGcsConfig: boolean, This parameter is currently ignored<br>
promotions_useGcsConfig: boolean, Whether to return promotion information as configured in the GCS account<br>
- plusOne: string, +1 rendering specification.<br>
- thumbnails: string, Image thumbnails specification<br>
+ country: string, Country restriction (ISO 3166)<br>
<br>
Returns:<br>
An object of the form<br>
@@ -370,13 +365,16 @@
"internal3": "A String", # Google Internal.<br>
"internal4": [ # Google Internal.<br>
{<br>
- "node": 42,<br>
- "confidence": 3.14,<br>
+ "node": 42, # Google Internal.<br>
+ "confidence": 3.14, # Google Internal.<br>
},<br>
],<br>
"internal6": "A String", # Google Internal.<br>
"internal7": True or False, # Google Internal.<br>
"link": "A String", # Link to product.<br>
+ "mpns": [ # List of all the product's MPNs.<br>
+ "A String",<br>
+ ],<br>
"attributes": [ # Attributes of product (available only with a cx source).<br>
{<br>
"type": "A String", # Type of product attribute (one of: text, bool, int, float, dateRange, url).<br>
@@ -430,7 +428,8 @@
"stores": [ # List of returned stores.<br>
{<br>
"storeCode": "A String", # Merchant-supplied store code.<br>
- "name": "A String", # Name of store.<br>
+ "name": "A String", # Name of merchant.<br>
+ "storeName": "A String", # Name of store.<br>
"storeId": "A String", # Id of store.<br>
"telephone": "A String", # Telephone number of store.<br>
"location": "A String", # Location of store.<br>
@@ -491,13 +490,16 @@
"internal3": "A String", # Google Internal.<br>
"internal4": [ # Google Internal.<br>
{<br>
- "node": 42,<br>
- "confidence": 3.14,<br>
+ "node": 42, # Google Internal.<br>
+ "confidence": 3.14, # Google Internal.<br>
},<br>
],<br>
"internal6": "A String", # Google Internal.<br>
"internal7": True or False, # Google Internal.<br>
"link": "A String", # Link to product.<br>
+ "mpns": [ # List of all the product's MPNs.<br>
+ "A String",<br>
+ ],<br>
"attributes": [ # Attributes of product (available only with a cx source).<br>
{<br>
"type": "A String", # Type of product attribute (one of: text, bool, int, float, dateRange, url).<br>
@@ -585,13 +587,16 @@
"internal3": "A String", # Google Internal.<br>
"internal4": [ # Google Internal.<br>
{<br>
- "node": 42,<br>
- "confidence": 3.14,<br>
+ "node": 42, # Google Internal.<br>
+ "confidence": 3.14, # Google Internal.<br>
},<br>
],<br>
"internal6": "A String", # Google Internal.<br>
"internal7": True or False, # Google Internal.<br>
"link": "A String", # Link to product.<br>
+ "mpns": [ # List of all the product's MPNs.<br>
+ "A String",<br>
+ ],<br>
"attributes": [ # Attributes of product (available only with a cx source).<br>
{<br>
"type": "A String", # Type of product attribute (one of: text, bool, int, float, dateRange, url).<br>
@@ -627,13 +632,16 @@
},<br>
},<br>
],<br>
- "type": "A String", # Type of recommendation list (one of: all, purchaseToPurchase, visitToVisit, visitToPurchase).<br>
+ "type": "A String", # Type of recommendation list (for offer-based recommendations, one of: all, purchaseToPurchase, visitToVisit, visitToPurchase, relatedItems; for category-based recommendations, one of: all, categoryMostVisited, categoryBestSeller).<br>
},<br>
],<br>
"debug": { # Google internal.<br>
- "searchResponse": "A String", # Google internal.<br>
"searchRequest": "A String", # Google internal.<br>
"rdcResponse": "A String", # Google internal.<br>
+ "facetsRequest": "A String", # Google internal.<br>
+ "searchResponse": "A String", # Google internal.<br>
+ "elapsedMillis": "A String", # Google internal.<br>
+ "facetsResponse": "A String", # Google internal.<br>
"backendTimes": [ # Google internal<br>
{<br>
"serverMillis": "A String", # Google internal<br>
@@ -642,7 +650,6 @@
"elapsedMillis": "A String", # Google internal<br>
},<br>
],<br>
- "elapsedMillis": "A String", # Google internal.<br>
},<br>
"id": "A String", # Id of product.<br>
"categories": [ # List of categories for product.<br>
@@ -682,17 +689,121 @@
"A String",<br>
],<br>
"nextLink": "A String", # Next link of feed.<br>
+ "relatedQueries": [ # Related queries.<br>
+ "A String",<br>
+ ],<br>
"totalItems": 42, # Total number of search results.<br>
"startIndex": 42, # 1-based index of the first item in the search results.<br>
"etag": "A String", # Etag of feed.<br>
"requestId": "A String", # Unique identifier for this request.<br>
- "relatedQueries": [ # Related queries.<br>
- "A String",<br>
+ "categoryRecommendations": [ # Recommendations for category.<br>
+ {<br>
+ "recommendationList": [ # List of recommendations.<br>
+ {<br>
+ "product": { # Recommended product.<br>
+ "queryMatched": True or False, # Whether this product matched the user query. Only set for the variant offers (if any) attached to a product offer.<br>
+ "gtin": "A String", # The first GTIN of the product. Deprecated in favor of "gtins".<br>
+ "images": [ # Images of product.<br>
+ {<br>
+ "link": "A String", # Link to product image.<br>
+ "thumbnails": [ # Thumbnails of product image.<br>
+ {<br>
+ "content": "A String", # Content of thumbnail (only available for the first thumbnail of the top results if SAYT is enabled).<br>
+ "width": 42, # Width of thumbnail (omitted if not specified in the request).<br>
+ "link": "A String", # Link to thumbnail.<br>
+ "height": 42, # Height of thumbnail (omitted if not specified in the request).<br>
+ },<br>
+ ],<br>
+ },<br>
+ ],<br>
+ "inventories": [ # Inventories of product.<br>
+ {<br>
+ "distance": 3.14, # Distance of product inventory.<br>
+ "price": 3.14, # Price of product inventory.<br>
+ "storeId": "A String", # Store ID of product inventory.<br>
+ "tax": 3.14, # Tax of product inventory.<br>
+ "shipping": 3.14, # Shipping cost of product inventory.<br>
+ "currency": "A String", # Currency of product inventory (an ISO 4217 alphabetic code).<br>
+ "distanceUnit": "A String", # Distance unit of product inventory.<br>
+ "availability": "A String", # Availability of product inventory.<br>
+ "channel": "A String", # Channel of product inventory (one of: online, local).<br>
+ },<br>
+ ],<br>
+ "author": { # Author of product.<br>
+ "name": "A String", # Name of product author.<br>
+ "accountId": "A String", # Account id of product author.<br>
+ },<br>
+ "condition": "A String", # Condition of product (one of: new, refurbished, used).<br>
+ "providedId": "A String", # Merchant-provided id of product (available only with a cx source).<br>
+ "internal8": [ # Google Internal.<br>
+ "A String",<br>
+ ],<br>
+ "description": "A String", # Description of product.<br>
+ "gtins": [ # List of all the product's GTINs (in GTIN-14 format).<br>
+ "A String",<br>
+ ],<br>
+ "internal1": [ # Google Internal.<br>
+ "A String",<br>
+ ],<br>
+ "brand": "A String", # Brand of product.<br>
+ "internal3": "A String", # Google Internal.<br>
+ "internal4": [ # Google Internal.<br>
+ {<br>
+ "node": 42, # Google Internal.<br>
+ "confidence": 3.14, # Google Internal.<br>
+ },<br>
+ ],<br>
+ "internal6": "A String", # Google Internal.<br>
+ "internal7": True or False, # Google Internal.<br>
+ "link": "A String", # Link to product.<br>
+ "mpns": [ # List of all the product's MPNs.<br>
+ "A String",<br>
+ ],<br>
+ "attributes": [ # Attributes of product (available only with a cx source).<br>
+ {<br>
+ "type": "A String", # Type of product attribute (one of: text, bool, int, float, dateRange, url).<br>
+ "value": "", # Value of product attribute.<br>
+ "displayName": "A String", # Display Name of prodct attribute.<br>
+ "name": "A String", # Name of product attribute.<br>
+ "unit": "A String", # Unit of product attribute.<br>
+ },<br>
+ ],<br>
+ "totalMatchingVariants": 42, # The number of variant offers returned that matched the query.<br>
+ "variants": [ # A list of variant offers associated with this product.<br>
+ {<br>
+ "variant": # Object with schema name: ShoppingModelProductJsonV1 # The detailed offer data for a particular variant offer.<br>
+ },<br>
+ ],<br>
+ "modificationTime": "A String", # <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> formatted modification time and date of product.<br>
+ "categories": [ # Categories of product according to the selected taxonomy, omitted if no taxonomy is selected.<br>
+ "A String",<br>
+ ],<br>
+ "language": "A String", # BCP 47 language tag of language of product.<br>
+ "country": "A String", # ISO 3166 code of target country of product.<br>
+ "title": "A String", # Title of product.<br>
+ "creationTime": "A String", # <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> formatted creation time and date of product.<br>
+ "internal14": 3.14, # Google Internal.<br>
+ "internal12": "A String", # Google Internal.<br>
+ "internal13": 3.14, # Google Internal.<br>
+ "internal10": [ # Google Internal.<br>
+ "A String",<br>
+ ],<br>
+ "plusOne": "A String", # Code to add to the page to render the +1 content.<br>
+ "googleId": "A String", # Google id of product.<br>
+ "internal15": 3.14, # Google Internal.<br>
+ },<br>
+ },<br>
+ ],<br>
+ "type": "A String", # Type of recommendation list (for offer-based recommendations, one of: all, purchaseToPurchase, visitToVisit, visitToPurchase, relatedItems; for category-based recommendations, one of: all, categoryMostVisited, categoryBestSeller).<br>
+ },<br>
],<br>
"debug": { # Google internal.<br>
- "searchResponse": "A String", # Google internal.<br>
"searchRequest": "A String", # Google internal.<br>
"rdcResponse": "A String", # Google internal.<br>
+ "facetsRequest": "A String", # Google internal.<br>
+ "searchResponse": "A String", # Google internal.<br>
+ "elapsedMillis": "A String", # Google internal.<br>
+ "facetsResponse": "A String", # Google internal.<br>
"backendTimes": [ # Google internal<br>
{<br>
"serverMillis": "A String", # Google internal<br>
@@ -701,7 +812,6 @@
"elapsedMillis": "A String", # Google internal<br>
},<br>
],<br>
- "elapsedMillis": "A String", # Google internal.<br>
},<br>
"spelling": { # Spelling.<br>
"suggestion": "A String", # Suggestion for spelling.<br>