{ "name": "bigquery", "ownerDomain": "google.com", "ownerName": "Google", "revision": "20210313", "rootUrl": "https://bigquery.googleapis.com/", "schemas": { "PrincipalComponentInfo": { "description": "Principal component infos, used only for eigen decomposition based models, e.g., PCA. Ordered by explained_variance in the descending order.", "id": "PrincipalComponentInfo", "properties": { "cumulativeExplainedVarianceRatio": { "description": "The explained_variance is pre-ordered in the descending order to compute the cumulative explained variance ratio.", "format": "double", "type": "number" }, "explainedVariance": { "description": "Explained variance by this principal component, which is simply the eigenvalue.", "format": "double", "type": "number" }, "explainedVarianceRatio": { "description": "Explained_variance over the total explained variance.", "format": "double", "type": "number" }, "principalComponentId": { "description": "Id of the principal component.", "format": "int64", "type": "string" } }, "type": "object" }, "ProjectList": { "id": "ProjectList", "properties": { "etag": { "description": "A hash of the page of results", "type": "string" }, "kind": { "default": "bigquery#projectList", "description": "The type of list.", "type": "string" }, "nextPageToken": { "description": "A token to request the next page of results.", "type": "string" }, "projects": { "description": "Projects to which you have at least READ access.", "items": { "properties": { "friendlyName": { "description": "A descriptive name for this project.", "type": "string" }, "id": { "description": "An opaque ID of this project.", "type": "string" }, "kind": { "default": "bigquery#project", "description": "The resource type.", "type": "string" }, "numericId": { "description": "The numeric ID of this project.", "format": "uint64", "type": "string" }, "projectReference": { "$ref": "ProjectReference", "description": "A unique reference to this project." } }, "type": "object" }, "type": "array" }, "totalItems": { "description": "The total number of projects in the list.", "format": "int32", "type": "integer" } }, "type": "object" }, "ProjectReference": { "id": "ProjectReference", "properties": { "projectId": { "description": "[Required] ID of the project. Can be either the numeric ID or the assigned ID of the project.", "type": "string" } }, "type": "object" } }, "servicePath": "bigquery/v2/", "title": "BigQuery API", "version": "v2" }