Skip to content

Commit

Permalink
Upstream Google APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Apr 21, 2015
1 parent ec04641 commit 323cb26
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 820 deletions.
2 changes: 1 addition & 1 deletion google/androidpublisher/v1.1/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
"flow": "implicit",
"authorizationUrl": "https://accounts.google.com/o/oauth2/auth",
"scopes": {
"https://www.googleapis.com/auth/androidpublisher": "View and manage your Google Play Android Developer account"
"https://www.googleapis.com/auth/androidpublisher": "View and manage your Google Play Developer account"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion google/androidpublisher/v2/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3846,7 +3846,7 @@
"flow": "implicit",
"authorizationUrl": "https://accounts.google.com/o/oauth2/auth",
"scopes": {
"https://www.googleapis.com/auth/androidpublisher": "View and manage your Google Play Android Developer account"
"https://www.googleapis.com/auth/androidpublisher": "View and manage your Google Play Developer account"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions google/bigquery/v2/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@
},
"projectionFields": {
"type": "array",
"description": "[Experimental] Names(case-sensitive) of properties to keep when importing data. If this is populated, only the specified properties will be imported for each entity. Currently, this is only supported for DATASTORE_BACKUP imports and only top level properties are supported. If any specified property is not found in the Datastore 'Kind' being imported, that is an error. Note: This feature is experimental and can change in the future.",
"description": "[Experimental] If sourceFormat is set to \"DATASTORE_BACKUP\", indicates which entity properties to load into BigQuery from a Cloud Datastore backup. Property names are case sensitive and must be top-level properties. If no properties are specified, BigQuery loads all properties. If any named property isn't found in the Cloud Datastore backup, an invalid error is returned in the job result.",
"items": {
"type": "string"
}
Expand Down Expand Up @@ -1733,7 +1733,7 @@
},
"flattenResults": {
"type": "boolean",
"description": "[Experimental] Flattens all nested and repeated fields in the query results. The default value is true. allowLargeResults must be true if this is set to false."
"description": "[Optional] Flattens all nested and repeated fields in the query results. The default value is true. allowLargeResults must be true if this is set to false."
},
"preserveNulls": {
"type": "boolean",
Expand Down
Loading

0 comments on commit 323cb26

Please sign in to comment.