{ "uuid": "656747a9-ea31-4f85-b763-fd5dbf39f1e7", "lastMigration": 29, "name": "BigQuery API", "endpointPrefix": "bigquery/v2", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "a8c2218c-3b3c-4ef9-a5ac-c94ad5017619", "documentation": "Lists all projects to which you have been granted any project role.", "method": "get", "endpoint": "projects", "responses": [ { "uuid": "3a4bce0f-decd-46e7-b8ce-7c19f64c42c6", "body": "{\n \"etag\": \"\",\n \"kind\": \"bigquery#projectList\",\n \"nextPageToken\": \"\",\n \"projects\": [\n {\n \"friendlyName\": \"\",\n \"id\": \"\",\n \"kind\": \"bigquery#project\",\n \"numericId\": \"\",\n \"projectReference\": {\n \"projectId\": \"\"\n }\n }\n ],\n \"totalItems\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "756ad060-fef0-4b13-b496-845c8a31ad45", "documentation": "Lists all datasets in the specified project to which you have been granted the READER dataset role.", "method": "get", "endpoint": "projects/:projectId/datasets", "responses": [ { "uuid": "e455c5d9-5ad8-43fe-a785-cd7950091598", "body": "{\n \"datasets\": [\n {\n \"datasetReference\": {\n \"datasetId\": \"\",\n \"projectId\": \"\"\n },\n \"friendlyName\": \"\",\n \"id\": \"\",\n \"kind\": \"bigquery#dataset\",\n \"labels\": {},\n \"location\": \"\"\n }\n ],\n \"etag\": \"\",\n \"kind\": \"bigquery#datasetList\",\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "92ac78d1-9a8e-407c-bb87-8b2ac9d1589b", "documentation": "Creates a new empty dataset.", "method": "post", "endpoint": "projects/:projectId/datasets", "responses": [ { "uuid": "87bcf84d-acdb-472c-b236-44a107894276", "body": "{\n \"access\": [\n {\n \"dataset\": {\n \"dataset\": {\n \"datasetId\": \"\",\n \"projectId\": \"\"\n },\n \"targetTypes\": [\n \"{{oneOf (array 'TARGET_TYPE_UNSPECIFIED' 'VIEWS')}}\"\n ]\n },\n \"domain\": \"\",\n \"groupByEmail\": \"\",\n \"iamMember\": \"\",\n \"role\": \"\",\n \"routine\": {\n \"datasetId\": \"\",\n \"projectId\": \"\",\n \"routineId\": \"\"\n },\n \"specialGroup\": \"\",\n \"userByEmail\": \"\",\n \"view\": {\n \"datasetId\": \"\",\n \"projectId\": \"\",\n \"tableId\": \"\"\n }\n }\n ],\n \"creationTime\": \"\",\n \"datasetReference\": {\n \"datasetId\": \"\",\n \"projectId\": \"\"\n },\n \"defaultCollation\": \"\",\n \"defaultEncryptionConfiguration\": {\n \"kmsKeyName\": \"\"\n },\n \"defaultPartitionExpirationMs\": \"\",\n \"defaultTableExpirationMs\": \"\",\n \"description\": \"\",\n \"etag\": \"\",\n \"friendlyName\": \"\",\n \"id\": \"\",\n \"isCaseInsensitive\": {{faker 'datatype.boolean'}},\n \"kind\": \"bigquery#dataset\",\n \"labels\": {},\n \"lastModifiedTime\": \"\",\n \"location\": \"\",\n \"maxTimeTravelHours\": \"\",\n \"satisfiesPzs\": {{faker 'datatype.boolean'}},\n \"selfLink\": \"\",\n \"storageBillingModel\": \"\",\n \"tags\": [\n {\n \"tagKey\": \"\",\n \"tagValue\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "117a6685-664a-45a6-9b2c-696c830c213a", "documentation": "Deletes the dataset specified by the datasetId value. Before you can delete a dataset, you must delete all its tables, either manually or by specifying deleteContents. Immediately after deletion, you can create another dataset with the same name.", "method": "delete", "endpoint": "projects/:projectId/datasets/:datasetId", "responses": [ { "uuid": "fb5b6bdd-4757-4a10-8652-8787e48be87e", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0183b0ad-014b-4e2f-b576-91ed0e0c4890", "documentation": "Returns the dataset specified by datasetID.", "method": "get", "endpoint": "projects/:projectId/datasets/:datasetId", "responses": [ { "uuid": "19359b0d-11c9-4d7d-aa6e-ac480e39e6b7", "body": "{\n \"access\": [\n {\n \"dataset\": {\n \"dataset\": {\n \"datasetId\": \"\",\n \"projectId\": \"\"\n },\n \"targetTypes\": [\n \"{{oneOf (array 'TARGET_TYPE_UNSPECIFIED' 'VIEWS')}}\"\n ]\n },\n \"domain\": \"\",\n \"groupByEmail\": \"\",\n \"iamMember\": \"\",\n \"role\": \"\",\n \"routine\": {\n \"datasetId\": \"\",\n \"projectId\": \"\",\n \"routineId\": \"\"\n },\n \"specialGroup\": \"\",\n \"userByEmail\": \"\",\n \"view\": {\n \"datasetId\": \"\",\n \"projectId\": \"\",\n \"tableId\": \"\"\n }\n }\n ],\n \"creationTime\": \"\",\n \"datasetReference\": {\n \"datasetId\": \"\",\n \"projectId\": \"\"\n },\n \"defaultCollation\": \"\",\n \"defaultEncryptionConfiguration\": {\n \"kmsKeyName\": \"\"\n },\n \"defaultPartitionExpirationMs\": \"\",\n \"defaultTableExpirationMs\": \"\",\n \"description\": \"\",\n \"etag\": \"\",\n \"friendlyName\": \"\",\n \"id\": \"\",\n \"isCaseInsensitive\": {{faker 'datatype.boolean'}},\n \"kind\": \"bigquery#dataset\",\n \"labels\": {},\n \"lastModifiedTime\": \"\",\n \"location\": \"\",\n \"maxTimeTravelHours\": \"\",\n \"satisfiesPzs\": {{faker 'datatype.boolean'}},\n \"selfLink\": \"\",\n \"storageBillingModel\": \"\",\n \"tags\": [\n {\n \"tagKey\": \"\",\n \"tagValue\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "51d81df9-fc28-4139-8617-1d76996b9d02", "documentation": "Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource. This method supports patch semantics.", "method": "patch", "endpoint": "projects/:projectId/datasets/:datasetId", "responses": [ { "uuid": "e392fba2-7421-467a-ad7f-128e6f875147", "body": "{\n \"access\": [\n {\n \"dataset\": {\n \"dataset\": {\n \"datasetId\": \"\",\n \"projectId\": \"\"\n },\n \"targetTypes\": [\n \"{{oneOf (array 'TARGET_TYPE_UNSPECIFIED' 'VIEWS')}}\"\n ]\n },\n \"domain\": \"\",\n \"groupByEmail\": \"\",\n \"iamMember\": \"\",\n \"role\": \"\",\n \"routine\": {\n \"datasetId\": \"\",\n \"projectId\": \"\",\n \"routineId\": \"\"\n },\n \"specialGroup\": \"\",\n \"userByEmail\": \"\",\n \"view\": {\n \"datasetId\": \"\",\n \"projectId\": \"\",\n \"tableId\": \"\"\n }\n }\n ],\n \"creationTime\": \"\",\n \"datasetReference\": {\n \"datasetId\": \"\",\n \"projectId\": \"\"\n },\n \"defaultCollation\": \"\",\n \"defaultEncryptionConfiguration\": {\n \"kmsKeyName\": \"\"\n },\n \"defaultPartitionExpirationMs\": \"\",\n \"defaultTableExpirationMs\": \"\",\n \"description\": \"\",\n \"etag\": \"\",\n \"friendlyName\": \"\",\n \"id\": \"\",\n \"isCaseInsensitive\": {{faker 'datatype.boolean'}},\n \"kind\": \"bigquery#dataset\",\n \"labels\": {},\n \"lastModifiedTime\": \"\",\n \"location\": \"\",\n \"maxTimeTravelHours\": \"\",\n \"satisfiesPzs\": {{faker 'datatype.boolean'}},\n \"selfLink\": \"\",\n \"storageBillingModel\": \"\",\n \"tags\": [\n {\n \"tagKey\": \"\",\n \"tagValue\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4af94535-030b-4940-ba4a-ea001e4315ea", "documentation": "Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource.", "method": "put", "endpoint": "projects/:projectId/datasets/:datasetId", "responses": [ { "uuid": "8e16bc69-5eb0-450a-854f-9a5753fc3a5f", "body": "{\n \"access\": [\n {\n \"dataset\": {\n \"dataset\": {\n \"datasetId\": \"\",\n \"projectId\": \"\"\n },\n \"targetTypes\": [\n \"{{oneOf (array 'TARGET_TYPE_UNSPECIFIED' 'VIEWS')}}\"\n ]\n },\n \"domain\": \"\",\n \"groupByEmail\": \"\",\n \"iamMember\": \"\",\n \"role\": \"\",\n \"routine\": {\n \"datasetId\": \"\",\n \"projectId\": \"\",\n \"routineId\": \"\"\n },\n \"specialGroup\": \"\",\n \"userByEmail\": \"\",\n \"view\": {\n \"datasetId\": \"\",\n \"projectId\": \"\",\n \"tableId\": \"\"\n }\n }\n ],\n \"creationTime\": \"\",\n \"datasetReference\": {\n \"datasetId\": \"\",\n \"projectId\": \"\"\n },\n \"defaultCollation\": \"\",\n \"defaultEncryptionConfiguration\": {\n \"kmsKeyName\": \"\"\n },\n \"defaultPartitionExpirationMs\": \"\",\n \"defaultTableExpirationMs\": \"\",\n \"description\": \"\",\n \"etag\": \"\",\n \"friendlyName\": \"\",\n \"id\": \"\",\n \"isCaseInsensitive\": {{faker 'datatype.boolean'}},\n \"kind\": \"bigquery#dataset\",\n \"labels\": {},\n \"lastModifiedTime\": \"\",\n \"location\": \"\",\n \"maxTimeTravelHours\": \"\",\n \"satisfiesPzs\": {{faker 'datatype.boolean'}},\n \"selfLink\": \"\",\n \"storageBillingModel\": \"\",\n \"tags\": [\n {\n \"tagKey\": \"\",\n \"tagValue\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "da0919ca-ba58-4eba-a166-32e94b06ee4f", "documentation": "Lists all models in the specified dataset. Requires the READER dataset role. After retrieving the list of models, you can get information about a particular model by calling the models.get method.", "method": "get", "endpoint": "projects/:projectId/datasets/:datasetId/models", "responses": [ { "uuid": "913f7aa8-bddb-4155-bbb1-c6e81a179b95", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "53b0fbc9-0f33-4502-a673-5d055e5f7989", "documentation": "Deletes the model specified by modelId from the dataset.", "method": "delete", "endpoint": "projects/:projectId/datasets/:datasetId/models/:modelId", "responses": [ { "uuid": "2da0a1c5-ce75-40c9-b6c3-f9cbdd562624", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9b1eb51a-b6fe-475c-895e-e33f6aac480d", "documentation": "Gets the specified model resource by model ID.", "method": "get", "endpoint": "projects/:projectId/datasets/:datasetId/models/:modelId", "responses": [ { "uuid": "e0058ce7-c7d6-4d98-b4ac-1ac690fd62a3", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7dc6cb0a-e6ce-446b-9a40-12a1f3faf35d", "documentation": "Patch specific fields in the specified model.", "method": "patch", "endpoint": "projects/:projectId/datasets/:datasetId/models/:modelId", "responses": [ { "uuid": "4b87f994-9664-4833-af9d-888f2e787bba", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "26cedb0b-d3cf-4d2f-9955-d29be9f88a04", "documentation": "Lists all routines in the specified dataset. Requires the READER dataset role.", "method": "get", "endpoint": "projects/:projectId/datasets/:datasetId/routines", "responses": [ { "uuid": "2b67db79-3b0b-437e-8137-cf0833eb44d5", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5a3bddd1-37b5-427b-a4d6-4f583f6b2558", "documentation": "Creates a new routine in the dataset.", "method": "post", "endpoint": "projects/:projectId/datasets/:datasetId/routines", "responses": [ { "uuid": "898db25b-9128-403b-b976-de20e19f7801", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "efad62ca-1fd7-477b-b0c3-f041b541f34a", "documentation": "Deletes the routine specified by routineId from the dataset.", "method": "delete", "endpoint": "projects/:projectId/datasets/:datasetId/routines/:routineId", "responses": [ { "uuid": "14cbdb63-24c3-40e4-b77e-5f57a72f5a30", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ef3fa776-3270-49eb-bf82-44706b29db43", "documentation": "Gets the specified routine resource by routine ID.", "method": "get", "endpoint": "projects/:projectId/datasets/:datasetId/routines/:routineId", "responses": [ { "uuid": "7a691a4d-dcfe-4f79-83cc-ee661cc9d647", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "11c0a39e-7eb6-4cd9-8645-8e8eed2eb890", "documentation": "Updates information in an existing routine. The update method replaces the entire Routine resource.", "method": "put", "endpoint": "projects/:projectId/datasets/:datasetId/routines/:routineId", "responses": [ { "uuid": "744e0860-efd0-42a4-b05f-e0b6d99db0e0", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ab66586f-ad64-4b24-bf14-b5ae1e3dda46", "documentation": "Lists all tables in the specified dataset. Requires the READER dataset role.", "method": "get", "endpoint": "projects/:projectId/datasets/:datasetId/tables", "responses": [ { "uuid": "bfdf6d63-a1df-44ee-b373-bbe6175c700f", "body": "{\n \"etag\": \"\",\n \"kind\": \"bigquery#tableList\",\n \"nextPageToken\": \"\",\n \"tables\": [\n {\n \"clustering\": {\n \"fields\": [\n \"\"\n ]\n },\n \"creationTime\": \"\",\n \"expirationTime\": \"\",\n \"friendlyName\": \"\",\n \"id\": \"\",\n \"kind\": \"bigquery#table\",\n \"labels\": {},\n \"rangePartitioning\": {\n \"field\": \"\",\n \"range\": {\n \"end\": \"\",\n \"interval\": \"\",\n \"start\": \"\"\n }\n },\n \"tableReference\": {\n \"datasetId\": \"\",\n \"projectId\": \"\",\n \"tableId\": \"\"\n },\n \"timePartitioning\": {\n \"expirationMs\": \"\",\n \"field\": \"\",\n \"requirePartitionFilter\": {{faker 'datatype.boolean'}},\n \"type\": \"\"\n },\n \"type\": \"\",\n \"view\": {\n \"useLegacySql\": {{faker 'datatype.boolean'}}\n }\n }\n ],\n \"totalItems\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "344a9419-5f42-47dc-8b3d-433272f7e905", "documentation": "Creates a new, empty table in the dataset.", "method": "post", "endpoint": "projects/:projectId/datasets/:datasetId/tables", "responses": [ { "uuid": "0de6f55a-9137-46ff-87dc-c6fd8c4fc69a", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2c80c4bb-7f27-49ad-a233-c2790440408f", "documentation": "Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted.", "method": "delete", "endpoint": "projects/:projectId/datasets/:datasetId/tables/:tableId", "responses": [ { "uuid": "56f72657-d991-4a12-a11a-9b02cf24aaf3", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d5225391-cbbf-440a-9aa6-83d4a96742d3", "documentation": "Gets the specified table resource by table ID. This method does not return the data in the table, it only returns the table resource, which describes the structure of this table.", "method": "get", "endpoint": "projects/:projectId/datasets/:datasetId/tables/:tableId", "responses": [ { "uuid": "4fad3e75-06b1-4798-86f4-35e7cee4f820", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bb8ce7a8-4eaa-4ea0-b56e-c03b7cb609ac", "documentation": "Updates information in an existing table. The update method replaces the entire table resource, whereas the patch method only replaces fields that are provided in the submitted table resource. This method supports patch semantics.", "method": "patch", "endpoint": "projects/:projectId/datasets/:datasetId/tables/:tableId", "responses": [ { "uuid": "69290a44-40c5-4252-a88f-e757930f2fc6", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "abc2e810-8d57-42c1-aa13-0d310310c9b7", "documentation": "Updates information in an existing table. The update method replaces the entire table resource, whereas the patch method only replaces fields that are provided in the submitted table resource.", "method": "put", "endpoint": "projects/:projectId/datasets/:datasetId/tables/:tableId", "responses": [ { "uuid": "1c3df82b-7768-4556-a610-c45e52d11783", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "37aefb80-9fa0-43a6-aab1-0eff55a662ce", "documentation": "Retrieves table data from a specified set of rows. Requires the READER dataset role.", "method": "get", "endpoint": "projects/:projectId/datasets/:datasetId/tables/:tableId/data", "responses": [ { "uuid": "236afc01-d2ad-4eac-aebf-0109ce04a973", "body": "{\n \"etag\": \"\",\n \"kind\": \"bigquery#tableDataList\",\n \"pageToken\": \"\",\n \"rows\": [\n {\n \"f\": [\n {\n \"v\": \"\"\n }\n ]\n }\n ],\n \"totalRows\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8171a54c-6153-4603-9753-d51ca116096f", "documentation": "Streams data into BigQuery one record at a time without needing to run a load job. Requires the WRITER dataset role.", "method": "post", "endpoint": "projects/:projectId/datasets/:datasetId/tables/:tableId/insertAll", "responses": [ { "uuid": "81fd9c54-3eff-4b53-8cb7-2f168c4c8693", "body": "{\n \"insertErrors\": [\n {\n \"errors\": [\n {\n \"debugInfo\": \"\",\n \"location\": \"\",\n \"message\": \"\",\n \"reason\": \"\"\n }\n ],\n \"index\": {{faker 'number.int' max=99999}}\n }\n ],\n \"kind\": \"bigquery#tableDataInsertAllResponse\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e83b4489-f5be-43d2-916b-230fa22bf753", "documentation": "Lists all row access policies on the specified table.", "method": "get", "endpoint": "projects/:projectId/datasets/:datasetId/tables/:tableId/rowAccessPolicies", "responses": [ { "uuid": "83dc15b0-ce6e-43dd-a7a5-4f4d099a3f2f", "body": "{\n \"nextPageToken\": \"\",\n \"rowAccessPolicies\": [\n {\n \"creationTime\": \"\",\n \"etag\": \"\",\n \"filterPredicate\": \"\",\n \"lastModifiedTime\": \"\",\n \"rowAccessPolicyReference\": {\n \"datasetId\": \"\",\n \"policyId\": \"\",\n \"projectId\": \"\",\n \"tableId\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a67da9bc-5ebb-445a-91ab-c23e25005f7a", "documentation": "Lists all jobs that you started in the specified project. Job information is available for a six month period after creation. The job list is sorted in reverse chronological order, by job creation time. Requires the Can View project role, or the Is Owner project role if you set the allUsers property.", "method": "get", "endpoint": "projects/:projectId/jobs", "responses": [ { "uuid": "223eaa7c-8b32-43bd-9aa6-8142a1bb05a1", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "739461fd-f312-465f-a90f-b4d9ab4051bd", "documentation": "Starts a new asynchronous job. Requires the Can View project role.", "method": "post", "endpoint": "projects/:projectId/jobs", "responses": [ { "uuid": "2452551f-f010-450d-a146-64f98eae5c90", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7334cb59-68aa-45d9-987c-e551fb6c5e4e", "documentation": "Returns information about a specific job. Job information is available for a six month period after creation. Requires that you're the person who ran the job, or have the Is Owner project role.", "method": "get", "endpoint": "projects/:projectId/jobs/:jobId", "responses": [ { "uuid": "6a391271-8181-4a09-a23e-f8206587bcfb", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fe08e516-dab4-49a4-87ca-0bebf4ffb8fd", "documentation": "Requests that a job be cancelled. This call will return immediately, and the client will need to poll for the job status to see if the cancel completed successfully. Cancelled jobs may still incur costs.", "method": "post", "endpoint": "projects/:projectId/jobs/:jobId/cancel", "responses": [ { "uuid": "bd81bbb5-2e6e-45cd-b907-091d10c558fd", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1ffa70dc-95a5-4c4c-b6c3-4f6a228e0e01", "documentation": "Requests the deletion of the metadata of a job. This call returns when the job's metadata is deleted.", "method": "delete", "endpoint": "projects/:projectId/jobs/:jobId/delete", "responses": [ { "uuid": "2ba19c8a-2bc8-4e36-a6ef-c161769a83ce", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "717843bb-0164-43a7-9c51-1368b4222785", "documentation": "Runs a BigQuery SQL query synchronously and returns query results if the query completes within a specified timeout.", "method": "post", "endpoint": "projects/:projectId/queries", "responses": [ { "uuid": "12bf0aa0-3ba3-4d8c-bd39-83c811b92840", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dfb0ea3a-3ad4-45a6-bb4c-7ec3bb2fea4b", "documentation": "Retrieves the results of a query job.", "method": "get", "endpoint": "projects/:projectId/queries/:jobId", "responses": [ { "uuid": "df314b14-b74d-41b4-8228-f32148c1d77a", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5ffbbdb6-4dc8-497e-95d2-504645750b3c", "documentation": "Returns the email address of the service account for your project used for interactions with Google Cloud KMS.", "method": "get", "endpoint": "projects/:projectId/serviceAccount", "responses": [ { "uuid": "f5d9bf5c-3f8b-409e-82a8-b11eb85c393b", "body": "{\n \"email\": \"\",\n \"kind\": \"bigquery#getServiceAccountResponse\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6a298556-722c-4090-ba58-2bc923cfb729", "documentation": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.", "method": "post", "endpoint": ":resource:getIamPolicy", "responses": [ { "uuid": "ce5dc376-c6a6-4d6f-9b89-d4ed7e69884a", "body": "{\n \"auditConfigs\": [\n {\n \"auditLogConfigs\": [\n {\n \"exemptedMembers\": [\n \"\"\n ],\n \"logType\": \"{{oneOf (array 'LOG_TYPE_UNSPECIFIED' 'ADMIN_READ' 'DATA_WRITE' 'DATA_READ')}}\"\n }\n ],\n \"service\": \"\"\n }\n ],\n \"bindings\": [\n {\n \"condition\": {\n \"description\": \"\",\n \"expression\": \"\",\n \"location\": \"\",\n \"title\": \"\"\n },\n \"members\": [\n \"\"\n ],\n \"role\": \"\"\n }\n ],\n \"etag\": \"\",\n \"version\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "39a4c4ab-25d0-48db-a722-9d07f66c9904", "documentation": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", "method": "post", "endpoint": ":resource:setIamPolicy", "responses": [ { "uuid": "675e5d9a-a9af-4c52-8927-be14d4843756", "body": "{\n \"auditConfigs\": [\n {\n \"auditLogConfigs\": [\n {\n \"exemptedMembers\": [\n \"\"\n ],\n \"logType\": \"{{oneOf (array 'LOG_TYPE_UNSPECIFIED' 'ADMIN_READ' 'DATA_WRITE' 'DATA_READ')}}\"\n }\n ],\n \"service\": \"\"\n }\n ],\n \"bindings\": [\n {\n \"condition\": {\n \"description\": \"\",\n \"expression\": \"\",\n \"location\": \"\",\n \"title\": \"\"\n },\n \"members\": [\n \"\"\n ],\n \"role\": \"\"\n }\n ],\n \"etag\": \"\",\n \"version\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5313ceb2-756e-41fe-8294-e5e8fe5d0646", "documentation": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.", "method": "post", "endpoint": ":resource:testIamPermissions", "responses": [ { "uuid": "893eeb1c-01b6-41dd-80fe-4dfd4835806c", "body": "{\n \"permissions\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "a8c2218c-3b3c-4ef9-a5ac-c94ad5017619" }, { "type": "route", "uuid": "756ad060-fef0-4b13-b496-845c8a31ad45" }, { "type": "route", "uuid": "92ac78d1-9a8e-407c-bb87-8b2ac9d1589b" }, { "type": "route", "uuid": "117a6685-664a-45a6-9b2c-696c830c213a" }, { "type": "route", "uuid": "0183b0ad-014b-4e2f-b576-91ed0e0c4890" }, { "type": "route", "uuid": "51d81df9-fc28-4139-8617-1d76996b9d02" }, { "type": "route", "uuid": "4af94535-030b-4940-ba4a-ea001e4315ea" }, { "type": "route", "uuid": "da0919ca-ba58-4eba-a166-32e94b06ee4f" }, { "type": "route", "uuid": "53b0fbc9-0f33-4502-a673-5d055e5f7989" }, { "type": "route", "uuid": "9b1eb51a-b6fe-475c-895e-e33f6aac480d" }, { "type": "route", "uuid": "7dc6cb0a-e6ce-446b-9a40-12a1f3faf35d" }, { "type": "route", "uuid": "26cedb0b-d3cf-4d2f-9955-d29be9f88a04" }, { "type": "route", "uuid": "5a3bddd1-37b5-427b-a4d6-4f583f6b2558" }, { "type": "route", "uuid": "efad62ca-1fd7-477b-b0c3-f041b541f34a" }, { "type": "route", "uuid": "ef3fa776-3270-49eb-bf82-44706b29db43" }, { "type": "route", "uuid": "11c0a39e-7eb6-4cd9-8645-8e8eed2eb890" }, { "type": "route", "uuid": "ab66586f-ad64-4b24-bf14-b5ae1e3dda46" }, { "type": "route", "uuid": "344a9419-5f42-47dc-8b3d-433272f7e905" }, { "type": "route", "uuid": "2c80c4bb-7f27-49ad-a233-c2790440408f" }, { "type": "route", "uuid": "d5225391-cbbf-440a-9aa6-83d4a96742d3" }, { "type": "route", "uuid": "bb8ce7a8-4eaa-4ea0-b56e-c03b7cb609ac" }, { "type": "route", "uuid": "abc2e810-8d57-42c1-aa13-0d310310c9b7" }, { "type": "route", "uuid": "37aefb80-9fa0-43a6-aab1-0eff55a662ce" }, { "type": "route", "uuid": "8171a54c-6153-4603-9753-d51ca116096f" }, { "type": "route", "uuid": "e83b4489-f5be-43d2-916b-230fa22bf753" }, { "type": "route", "uuid": "a67da9bc-5ebb-445a-91ab-c23e25005f7a" }, { "type": "route", "uuid": "739461fd-f312-465f-a90f-b4d9ab4051bd" }, { "type": "route", "uuid": "7334cb59-68aa-45d9-987c-e551fb6c5e4e" }, { "type": "route", "uuid": "fe08e516-dab4-49a4-87ca-0bebf4ffb8fd" }, { "type": "route", "uuid": "1ffa70dc-95a5-4c4c-b6c3-4f6a228e0e01" }, { "type": "route", "uuid": "717843bb-0164-43a7-9c51-1368b4222785" }, { "type": "route", "uuid": "dfb0ea3a-3ad4-45a6-bb4c-7ec3bb2fea4b" }, { "type": "route", "uuid": "5ffbbdb6-4dc8-497e-95d2-504645750b3c" }, { "type": "route", "uuid": "6a298556-722c-4090-ba58-2bc923cfb729" }, { "type": "route", "uuid": "39a4c4ab-25d0-48db-a722-9d07f66c9904" }, { "type": "route", "uuid": "5313ceb2-756e-41fe-8294-e5e8fe5d0646" } ] }