• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "bigquery",
3  "ownerDomain": "google.com",
4  "ownerName": "Google",
5  "revision": "20210313",
6  "rootUrl": "https://bigquery.googleapis.com/",
7  "schemas": {
8      "PrincipalComponentInfo": {
9          "description": "Principal component infos, used only for eigen decomposition based models, e.g., PCA. Ordered by explained_variance in the descending order.",
10          "id": "PrincipalComponentInfo",
11          "properties": {
12              "cumulativeExplainedVarianceRatio": {
13                  "description": "The explained_variance is pre-ordered in the descending order to compute the cumulative explained variance ratio.",
14                  "format": "double",
15                  "type": "number"
16              },
17              "explainedVariance": {
18                  "description": "Explained variance by this principal component, which is simply the eigenvalue.",
19                  "format": "double",
20                  "type": "number"
21              },
22              "explainedVarianceRatio": {
23                  "description": "Explained_variance over the total explained variance.",
24                  "format": "double",
25                  "type": "number"
26              },
27              "principalComponentId": {
28                  "description": "Id of the principal component.",
29                  "format": "int64",
30                  "type": "string"
31              }
32          },
33          "type": "object"
34      },
35      "ProjectList": {
36          "id": "ProjectList",
37          "properties": {
38              "etag": {
39                  "description": "A hash of the page of results",
40                  "type": "string"
41              },
42              "kind": {
43                  "default": "bigquery#projectList",
44                  "description": "The type of list.",
45                  "type": "string"
46              },
47              "nextPageToken": {
48                  "description": "A token to request the next page of results.",
49                  "type": "string"
50              },
51              "projects": {
52                  "description": "Projects to which you have at least READ access.",
53                  "items": {
54                      "properties": {
55                          "friendlyName": {
56                              "description": "A descriptive name for this project.",
57                              "type": "string"
58                          },
59                          "id": {
60                              "description": "An opaque ID of this project.",
61                              "type": "string"
62                          },
63                          "kind": {
64                              "default": "bigquery#project",
65                              "description": "The resource type.",
66                              "type": "string"
67                          },
68                          "numericId": {
69                              "description": "The numeric ID of this project.",
70                              "format": "uint64",
71                              "type": "string"
72                          },
73                          "projectReference": {
74                              "$ref": "ProjectReference",
75                              "description": "A unique reference to this project."
76                          }
77                      },
78                      "type": "object"
79                  },
80                  "type": "array"
81              },
82              "totalItems": {
83                  "description": "The total number of projects in the list.",
84                  "format": "int32",
85                  "type": "integer"
86              }
87          },
88          "type": "object"
89      },
90      "ProjectReference": {
91          "id": "ProjectReference",
92          "properties": {
93              "projectId": {
94                  "description": "[Required] ID of the project. Can be either the numeric ID or the assigned ID of the project.",
95                  "type": "string"
96              }
97          },
98          "type": "object"
99      }
100  },
101  "servicePath": "bigquery/v2/",
102  "title": "BigQuery API",
103  "version": "v2"
104}
105