blob: bc047989b6551a3858493c89d3477573ec56716e [file] [log] [blame]
{
"ownerDomain": "google.com",
"name": "bigquerydatatransfer",
"batchPath": "batch",
"title": "BigQuery Data Transfer Service API",
"ownerName": "Google",
"resources": {
"projects": {
"methods": {
"isEnabled": {
"flatPath": "v1/projects/{projectsId}:isEnabled",
"path": "v1/{+name}:isEnabled",
"id": "bigquerydatatransfer.projects.isEnabled",
"request": {
"$ref": "IsEnabledRequest"
},
"description": "Returns true if data transfer is enabled for a project.",
"httpMethod": "POST",
"parameterOrder": [
"name"
],
"response": {
"$ref": "IsEnabledResponse"
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"parameters": {
"name": {
"description": "The name of the project resource in the form:\n`projects/{project_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+$",
"location": "path"
}
}
},
"setEnabled": {
"description": "Enables or disables data transfer for a project. This\nmethod requires the additional scope of\n'https://www.googleapis.com/auth/cloudplatformprojects'\nto manage the cloud project permissions.",
"request": {
"$ref": "SetEnabledRequest"
},
"httpMethod": "POST",
"parameterOrder": [
"name"
],
"response": {
"$ref": "Empty"
},
"parameters": {
"name": {
"location": "path",
"description": "The name of the project resource in the form:\n`projects/{project_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+$"
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1/projects/{projectsId}:setEnabled",
"path": "v1/{+name}:setEnabled",
"id": "bigquerydatatransfer.projects.setEnabled"
}
},
"resources": {
"locations": {
"methods": {
"isEnabled": {
"description": "Returns true if data transfer is enabled for a project.",
"request": {
"$ref": "IsEnabledRequest"
},
"response": {
"$ref": "IsEnabledResponse"
},
"parameterOrder": [
"name"
],
"httpMethod": "POST",
"parameters": {
"name": {
"description": "The name of the project resource in the form:\n`projects/{project_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/locations/[^/]+$",
"location": "path"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}:isEnabled",
"id": "bigquerydatatransfer.projects.locations.isEnabled",
"path": "v1/{+name}:isEnabled"
},
"setEnabled": {
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}:setEnabled",
"id": "bigquerydatatransfer.projects.locations.setEnabled",
"path": "v1/{+name}:setEnabled",
"description": "Enables or disables data transfer for a project. This\nmethod requires the additional scope of\n'https://www.googleapis.com/auth/cloudplatformprojects'\nto manage the cloud project permissions.",
"request": {
"$ref": "SetEnabledRequest"
},
"response": {
"$ref": "Empty"
},
"parameterOrder": [
"name"
],
"httpMethod": "POST",
"parameters": {
"name": {
"description": "The name of the project resource in the form:\n`projects/{project_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/locations/[^/]+$",
"location": "path"
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Get information about a location.",
"httpMethod": "GET",
"parameterOrder": [
"name"
],
"response": {
"$ref": "Location"
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"parameters": {
"name": {
"location": "path",
"description": "Resource name for the location.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/locations/[^/]+$"
}
},
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}",
"path": "v1/{+name}",
"id": "bigquerydatatransfer.projects.locations.get"
},
"list": {
"description": "Lists information about the supported locations for this service.",
"response": {
"$ref": "ListLocationsResponse"
},
"parameterOrder": [
"name"
],
"httpMethod": "GET",
"parameters": {
"filter": {
"location": "query",
"description": "The standard list filter.",
"type": "string"
},
"pageToken": {
"location": "query",
"description": "The standard list page token.",
"type": "string"
},
"name": {
"description": "The resource that owns the locations collection, if applicable.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+$",
"location": "path"
},
"pageSize": {
"location": "query",
"format": "int32",
"description": "The standard list page size.",
"type": "integer"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"flatPath": "v1/projects/{projectsId}/locations",
"id": "bigquerydatatransfer.projects.locations.list",
"path": "v1/{+name}/locations"
}
},
"resources": {
"transferConfigs": {
"methods": {
"delete": {
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transferConfigs/{transferConfigsId}",
"path": "v1/{+name}",
"id": "bigquerydatatransfer.projects.locations.transferConfigs.delete",
"description": "Deletes a data transfer configuration,\nincluding any associated transfer runs and logs.",
"httpMethod": "DELETE",
"parameterOrder": [
"name"
],
"response": {
"$ref": "Empty"
},
"parameters": {
"name": {
"location": "path",
"description": "The field will contain name of the resource requested, for example:\n`projects/{project_id}/transferConfigs/{config_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/locations/[^/]+/transferConfigs/[^/]+$"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Returns information about all data transfers in the project.",
"httpMethod": "GET",
"parameterOrder": [
"parent"
],
"response": {
"$ref": "ListTransferConfigsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"parameters": {
"pageToken": {
"location": "query",
"description": "Pagination token, which can be used to request a specific page\nof `ListTransfersRequest` list results. For multiple-page\nresults, `ListTransfersResponse` outputs\na `next_page` token, which can be used as the\n`page_token` value to request the next page of list results.",
"type": "string"
},
"pageSize": {
"format": "int32",
"description": "Page size. The default page size is the maximum value of 1000 results.",
"type": "integer",
"location": "query"
},
"dataSourceIds": {
"description": "When specified, only configurations of requested data sources are returned.",
"type": "string",
"repeated": true,
"location": "query"
},
"parent": {
"location": "path",
"description": "The BigQuery project id for which data sources\nshould be returned: `projects/{project_id}`.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/locations/[^/]+$"
}
},
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transferConfigs",
"path": "v1/{+parent}/transferConfigs",
"id": "bigquerydatatransfer.projects.locations.transferConfigs.list"
},
"create": {
"description": "Creates a new data transfer configuration.",
"request": {
"$ref": "TransferConfig"
},
"response": {
"$ref": "TransferConfig"
},
"parameterOrder": [
"parent"
],
"httpMethod": "POST",
"parameters": {
"authorizationCode": {
"description": "Optional OAuth2 authorization code to use with this transfer configuration.\nThis is required if new credentials are needed, as indicated by\n`CheckValidCreds`.\nIn order to obtain authorization_code, please make a\nrequest to\nhttps://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=\u003cdatatransferapiclientid\u003e&scope=\u003cdata_source_scopes\u003e&redirect_uri=\u003credirect_uri\u003e\n\n* client_id should be OAuth client_id of BigQuery DTS API for the given\n data source returned by ListDataSources method.\n* data_source_scopes are the scopes returned by ListDataSources method.\n* redirect_uri is an optional parameter. If not specified, then\n authorization code is posted to the opener of authorization flow window.\n Otherwise it will be sent to the redirect uri. A special value of\n urn:ietf:wg:oauth:2.0:oob means that authorization code should be\n returned in the title bar of the browser, with the page text prompting\n the user to copy the code and paste it in the application.",
"type": "string",
"location": "query"
},
"parent": {
"location": "path",
"description": "The BigQuery project id where the transfer configuration should be created.\nMust be in the format /projects/{project_id}/locations/{location_id}\nor\n/projects/{project_id}/locations/-\nIn case when '-' is specified as location_id, location is infered from\nthe destination dataset region.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/locations/[^/]+$"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transferConfigs",
"id": "bigquerydatatransfer.projects.locations.transferConfigs.create",
"path": "v1/{+parent}/transferConfigs"
},
"scheduleRuns": {
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transferConfigs/{transferConfigsId}:scheduleRuns",
"id": "bigquerydatatransfer.projects.locations.transferConfigs.scheduleRuns",
"path": "v1/{+parent}:scheduleRuns",
"description": "Creates transfer runs for a time range [range_start_time, range_end_time].\nFor each date - or whatever granularity the data source supports - in the\nrange, one transfer run is created.\nNote that runs are created per UTC time in the time range.",
"request": {
"$ref": "ScheduleTransferRunsRequest"
},
"response": {
"$ref": "ScheduleTransferRunsResponse"
},
"parameterOrder": [
"parent"
],
"httpMethod": "POST",
"parameters": {
"parent": {
"location": "path",
"description": "Transfer configuration name in the form:\n`projects/{project_id}/transferConfigs/{config_id}`.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/locations/[^/]+/transferConfigs/[^/]+$"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform"
]
},
"patch": {
"request": {
"$ref": "TransferConfig"
},
"description": "Updates a data transfer configuration.\nAll fields must be set, even if they are not updated.",
"response": {
"$ref": "TransferConfig"
},
"parameterOrder": [
"name"
],
"httpMethod": "PATCH",
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"updateMask": {
"format": "google-fieldmask",
"description": "Required list of fields to be updated in this request.",
"type": "string",
"location": "query"
},
"name": {
"description": "The resource name of the transfer run.\nTransfer run names have the form\n`projects/{project_id}/transferConfigs/{config_id}`.\nWhere `config_id` is usually a uuid, even though it is not\nguaranteed or required. The name is ignored when creating a transfer run.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/locations/[^/]+/transferConfigs/[^/]+$",
"location": "path"
},
"authorizationCode": {
"location": "query",
"description": "Optional OAuth2 authorization code to use with this transfer configuration.\nIf it is provided, the transfer configuration will be associated with the\ngaia id of the authorizing user.\nIn order to obtain authorization_code, please make a\nrequest to\nhttps://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=\u003cdatatransferapiclientid\u003e&scope=\u003cdata_source_scopes\u003e&redirect_uri=\u003credirect_uri\u003e\n\n* client_id should be OAuth client_id of BigQuery DTS API for the given\n data source returned by ListDataSources method.\n* data_source_scopes are the scopes returned by ListDataSources method.\n* redirect_uri is an optional parameter. If not specified, then\n authorization code is posted to the opener of authorization flow window.\n Otherwise it will be sent to the redirect uri. A special value of\n urn:ietf:wg:oauth:2.0:oob means that authorization code should be\n returned in the title bar of the browser, with the page text prompting\n the user to copy the code and paste it in the application.",
"type": "string"
}
},
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transferConfigs/{transferConfigsId}",
"id": "bigquerydatatransfer.projects.locations.transferConfigs.patch",
"path": "v1/{+name}"
},
"get": {
"description": "Returns information about a data transfer config.",
"response": {
"$ref": "TransferConfig"
},
"parameterOrder": [
"name"
],
"httpMethod": "GET",
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"parameters": {
"name": {
"location": "path",
"description": "The field will contain name of the resource requested, for example:\n`projects/{project_id}/transferConfigs/{config_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/locations/[^/]+/transferConfigs/[^/]+$"
}
},
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transferConfigs/{transferConfigsId}",
"id": "bigquerydatatransfer.projects.locations.transferConfigs.get",
"path": "v1/{+name}"
}
},
"resources": {
"runs": {
"methods": {
"list": {
"parameterOrder": [
"parent"
],
"response": {
"$ref": "ListTransferRunsResponse"
},
"httpMethod": "GET",
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"parameters": {
"pageToken": {
"description": "Pagination token, which can be used to request a specific page\nof `ListTransferRunsRequest` list results. For multiple-page\nresults, `ListTransferRunsResponse` outputs\na `next_page` token, which can be used as the\n`page_token` value to request the next page of list results.",
"type": "string",
"location": "query"
},
"pageSize": {
"format": "int32",
"description": "Page size. The default page size is the maximum value of 1000 results.",
"type": "integer",
"location": "query"
},
"statuses": {
"description": "When specified, only transfer runs with requested statuses are returned.",
"type": "string",
"repeated": true,
"location": "query",
"enum": [
"TRANSFER_STATUS_UNSPECIFIED",
"INACTIVE",
"PENDING",
"RUNNING",
"SUCCEEDED",
"FAILED",
"CANCELLED"
]
},
"runAttempt": {
"description": "Indicates how run attempts are to be pulled.",
"type": "string",
"location": "query",
"enum": [
"RUN_ATTEMPT_UNSPECIFIED",
"LATEST"
]
},
"parent": {
"description": "Name of transfer configuration for which transfer runs should be retrieved.\nFormat of transfer configuration resource name is:\n`projects/{project_id}/transferConfigs/{config_id}`.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/locations/[^/]+/transferConfigs/[^/]+$",
"location": "path"
}
},
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transferConfigs/{transferConfigsId}/runs",
"id": "bigquerydatatransfer.projects.locations.transferConfigs.runs.list",
"path": "v1/{+parent}/runs",
"description": "Returns information about running and completed jobs."
},
"get": {
"description": "Returns information about the particular transfer run.",
"response": {
"$ref": "TransferRun"
},
"parameterOrder": [
"name"
],
"httpMethod": "GET",
"parameters": {
"name": {
"location": "path",
"description": "The field will contain name of the resource requested, for example:\n`projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/locations/[^/]+/transferConfigs/[^/]+/runs/[^/]+$"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transferConfigs/{transferConfigsId}/runs/{runsId}",
"id": "bigquerydatatransfer.projects.locations.transferConfigs.runs.get",
"path": "v1/{+name}"
},
"delete": {
"description": "Deletes the specified transfer run.",
"httpMethod": "DELETE",
"parameterOrder": [
"name"
],
"response": {
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"name": {
"description": "The field will contain name of the resource requested, for example:\n`projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/locations/[^/]+/transferConfigs/[^/]+/runs/[^/]+$",
"location": "path"
}
},
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transferConfigs/{transferConfigsId}/runs/{runsId}",
"path": "v1/{+name}",
"id": "bigquerydatatransfer.projects.locations.transferConfigs.runs.delete"
}
},
"resources": {
"transferLogs": {
"methods": {
"list": {
"response": {
"$ref": "ListTransferLogsResponse"
},
"parameterOrder": [
"parent"
],
"httpMethod": "GET",
"parameters": {
"pageToken": {
"description": "Pagination token, which can be used to request a specific page\nof `ListTransferLogsRequest` list results. For multiple-page\nresults, `ListTransferLogsResponse` outputs\na `next_page` token, which can be used as the\n`page_token` value to request the next page of list results.",
"type": "string",
"location": "query"
},
"pageSize": {
"location": "query",
"format": "int32",
"description": "Page size. The default page size is the maximum value of 1000 results.",
"type": "integer"
},
"messageTypes": {
"location": "query",
"enum": [
"MESSAGE_SEVERITY_UNSPECIFIED",
"INFO",
"WARNING",
"ERROR"
],
"description": "Message types to return. If not populated - INFO, WARNING and ERROR\nmessages are returned.",
"type": "string",
"repeated": true
},
"parent": {
"location": "path",
"description": "Transfer run name in the form:\n`projects/{project_id}/transferConfigs/{config_Id}/runs/{run_id}`.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/locations/[^/]+/transferConfigs/[^/]+/runs/[^/]+$"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transferConfigs/{transferConfigsId}/runs/{runsId}/transferLogs",
"id": "bigquerydatatransfer.projects.locations.transferConfigs.runs.transferLogs.list",
"path": "v1/{+parent}/transferLogs",
"description": "Returns user facing log messages for the data transfer run."
}
}
}
}
}
}
},
"dataSources": {
"methods": {
"list": {
"description": "Lists supported data sources and returns their settings,\nwhich can be used for UI rendering.",
"response": {
"$ref": "ListDataSourcesResponse"
},
"parameterOrder": [
"parent"
],
"httpMethod": "GET",
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"parameters": {
"pageSize": {
"format": "int32",
"description": "Page size. The default page size is the maximum value of 1000 results.",
"type": "integer",
"location": "query"
},
"parent": {
"description": "The BigQuery project id for which data sources should be returned.\nMust be in the form: `projects/{project_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/locations/[^/]+$",
"location": "path"
},
"pageToken": {
"location": "query",
"description": "Pagination token, which can be used to request a specific page\nof `ListDataSourcesRequest` list results. For multiple-page\nresults, `ListDataSourcesResponse` outputs\na `next_page` token, which can be used as the\n`page_token` value to request the next page of list results.",
"type": "string"
}
},
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataSources",
"id": "bigquerydatatransfer.projects.locations.dataSources.list",
"path": "v1/{+parent}/dataSources"
},
"get": {
"description": "Retrieves a supported data source and returns its settings,\nwhich can be used for UI rendering.",
"httpMethod": "GET",
"parameterOrder": [
"name"
],
"response": {
"$ref": "DataSource"
},
"parameters": {
"name": {
"location": "path",
"description": "The field will contain name of the resource requested, for example:\n`projects/{project_id}/dataSources/{data_source_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/locations/[^/]+/dataSources/[^/]+$"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataSources/{dataSourcesId}",
"path": "v1/{+name}",
"id": "bigquerydatatransfer.projects.locations.dataSources.get"
},
"checkValidCreds": {
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataSources/{dataSourcesId}:checkValidCreds",
"id": "bigquerydatatransfer.projects.locations.dataSources.checkValidCreds",
"path": "v1/{+name}:checkValidCreds",
"description": "Returns true if valid credentials exist for the given data source and\nrequesting user.",
"request": {
"$ref": "CheckValidCredsRequest"
},
"response": {
"$ref": "CheckValidCredsResponse"
},
"parameterOrder": [
"name"
],
"httpMethod": "POST",
"parameters": {
"name": {
"description": "The data source in the form:\n`projects/{project_id}/dataSources/{data_source_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/locations/[^/]+/dataSources/[^/]+$",
"location": "path"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
]
}
}
}
}
},
"transferConfigs": {
"methods": {
"list": {
"httpMethod": "GET",
"parameterOrder": [
"parent"
],
"response": {
"$ref": "ListTransferConfigsResponse"
},
"parameters": {
"pageSize": {
"format": "int32",
"description": "Page size. The default page size is the maximum value of 1000 results.",
"type": "integer",
"location": "query"
},
"dataSourceIds": {
"location": "query",
"description": "When specified, only configurations of requested data sources are returned.",
"type": "string",
"repeated": true
},
"parent": {
"location": "path",
"description": "The BigQuery project id for which data sources\nshould be returned: `projects/{project_id}`.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+$"
},
"pageToken": {
"location": "query",
"description": "Pagination token, which can be used to request a specific page\nof `ListTransfersRequest` list results. For multiple-page\nresults, `ListTransfersResponse` outputs\na `next_page` token, which can be used as the\n`page_token` value to request the next page of list results.",
"type": "string"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"flatPath": "v1/projects/{projectsId}/transferConfigs",
"path": "v1/{+parent}/transferConfigs",
"id": "bigquerydatatransfer.projects.transferConfigs.list",
"description": "Returns information about all data transfers in the project."
},
"create": {
"flatPath": "v1/projects/{projectsId}/transferConfigs",
"id": "bigquerydatatransfer.projects.transferConfigs.create",
"path": "v1/{+parent}/transferConfigs",
"description": "Creates a new data transfer configuration.",
"request": {
"$ref": "TransferConfig"
},
"response": {
"$ref": "TransferConfig"
},
"parameterOrder": [
"parent"
],
"httpMethod": "POST",
"parameters": {
"authorizationCode": {
"location": "query",
"description": "Optional OAuth2 authorization code to use with this transfer configuration.\nThis is required if new credentials are needed, as indicated by\n`CheckValidCreds`.\nIn order to obtain authorization_code, please make a\nrequest to\nhttps://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=\u003cdatatransferapiclientid\u003e&scope=\u003cdata_source_scopes\u003e&redirect_uri=\u003credirect_uri\u003e\n\n* client_id should be OAuth client_id of BigQuery DTS API for the given\n data source returned by ListDataSources method.\n* data_source_scopes are the scopes returned by ListDataSources method.\n* redirect_uri is an optional parameter. If not specified, then\n authorization code is posted to the opener of authorization flow window.\n Otherwise it will be sent to the redirect uri. A special value of\n urn:ietf:wg:oauth:2.0:oob means that authorization code should be\n returned in the title bar of the browser, with the page text prompting\n the user to copy the code and paste it in the application.",
"type": "string"
},
"parent": {
"location": "path",
"description": "The BigQuery project id where the transfer configuration should be created.\nMust be in the format /projects/{project_id}/locations/{location_id}\nor\n/projects/{project_id}/locations/-\nIn case when '-' is specified as location_id, location is infered from\nthe destination dataset region.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+$"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform"
]
},
"scheduleRuns": {
"description": "Creates transfer runs for a time range [range_start_time, range_end_time].\nFor each date - or whatever granularity the data source supports - in the\nrange, one transfer run is created.\nNote that runs are created per UTC time in the time range.",
"request": {
"$ref": "ScheduleTransferRunsRequest"
},
"response": {
"$ref": "ScheduleTransferRunsResponse"
},
"parameterOrder": [
"parent"
],
"httpMethod": "POST",
"parameters": {
"parent": {
"description": "Transfer configuration name in the form:\n`projects/{project_id}/transferConfigs/{config_id}`.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/transferConfigs/[^/]+$",
"location": "path"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1/projects/{projectsId}/transferConfigs/{transferConfigsId}:scheduleRuns",
"id": "bigquerydatatransfer.projects.transferConfigs.scheduleRuns",
"path": "v1/{+parent}:scheduleRuns"
},
"patch": {
"response": {
"$ref": "TransferConfig"
},
"parameterOrder": [
"name"
],
"httpMethod": "PATCH",
"parameters": {
"updateMask": {
"format": "google-fieldmask",
"description": "Required list of fields to be updated in this request.",
"type": "string",
"location": "query"
},
"name": {
"location": "path",
"description": "The resource name of the transfer run.\nTransfer run names have the form\n`projects/{project_id}/transferConfigs/{config_id}`.\nWhere `config_id` is usually a uuid, even though it is not\nguaranteed or required. The name is ignored when creating a transfer run.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/transferConfigs/[^/]+$"
},
"authorizationCode": {
"description": "Optional OAuth2 authorization code to use with this transfer configuration.\nIf it is provided, the transfer configuration will be associated with the\ngaia id of the authorizing user.\nIn order to obtain authorization_code, please make a\nrequest to\nhttps://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=\u003cdatatransferapiclientid\u003e&scope=\u003cdata_source_scopes\u003e&redirect_uri=\u003credirect_uri\u003e\n\n* client_id should be OAuth client_id of BigQuery DTS API for the given\n data source returned by ListDataSources method.\n* data_source_scopes are the scopes returned by ListDataSources method.\n* redirect_uri is an optional parameter. If not specified, then\n authorization code is posted to the opener of authorization flow window.\n Otherwise it will be sent to the redirect uri. A special value of\n urn:ietf:wg:oauth:2.0:oob means that authorization code should be\n returned in the title bar of the browser, with the page text prompting\n the user to copy the code and paste it in the application.",
"type": "string",
"location": "query"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform"
],
"flatPath": "v1/projects/{projectsId}/transferConfigs/{transferConfigsId}",
"id": "bigquerydatatransfer.projects.transferConfigs.patch",
"path": "v1/{+name}",
"description": "Updates a data transfer configuration.\nAll fields must be set, even if they are not updated.",
"request": {
"$ref": "TransferConfig"
}
},
"get": {
"flatPath": "v1/projects/{projectsId}/transferConfigs/{transferConfigsId}",
"path": "v1/{+name}",
"id": "bigquerydatatransfer.projects.transferConfigs.get",
"description": "Returns information about a data transfer config.",
"httpMethod": "GET",
"parameterOrder": [
"name"
],
"response": {
"$ref": "TransferConfig"
},
"parameters": {
"name": {
"location": "path",
"description": "The field will contain name of the resource requested, for example:\n`projects/{project_id}/transferConfigs/{config_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/transferConfigs/[^/]+$"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
]
},
"delete": {
"description": "Deletes a data transfer configuration,\nincluding any associated transfer runs and logs.",
"response": {
"$ref": "Empty"
},
"parameterOrder": [
"name"
],
"httpMethod": "DELETE",
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform"
],
"parameters": {
"name": {
"location": "path",
"description": "The field will contain name of the resource requested, for example:\n`projects/{project_id}/transferConfigs/{config_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/transferConfigs/[^/]+$"
}
},
"flatPath": "v1/projects/{projectsId}/transferConfigs/{transferConfigsId}",
"id": "bigquerydatatransfer.projects.transferConfigs.delete",
"path": "v1/{+name}"
}
},
"resources": {
"runs": {
"methods": {
"delete": {
"flatPath": "v1/projects/{projectsId}/transferConfigs/{transferConfigsId}/runs/{runsId}",
"path": "v1/{+name}",
"id": "bigquerydatatransfer.projects.transferConfigs.runs.delete",
"description": "Deletes the specified transfer run.",
"httpMethod": "DELETE",
"parameterOrder": [
"name"
],
"response": {
"$ref": "Empty"
},
"parameters": {
"name": {
"description": "The field will contain name of the resource requested, for example:\n`projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/transferConfigs/[^/]+/runs/[^/]+$",
"location": "path"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Returns information about running and completed jobs.",
"response": {
"$ref": "ListTransferRunsResponse"
},
"parameterOrder": [
"parent"
],
"httpMethod": "GET",
"parameters": {
"pageSize": {
"format": "int32",
"description": "Page size. The default page size is the maximum value of 1000 results.",
"type": "integer",
"location": "query"
},
"statuses": {
"description": "When specified, only transfer runs with requested statuses are returned.",
"type": "string",
"repeated": true,
"location": "query",
"enum": [
"TRANSFER_STATUS_UNSPECIFIED",
"INACTIVE",
"PENDING",
"RUNNING",
"SUCCEEDED",
"FAILED",
"CANCELLED"
]
},
"runAttempt": {
"location": "query",
"enum": [
"RUN_ATTEMPT_UNSPECIFIED",
"LATEST"
],
"description": "Indicates how run attempts are to be pulled.",
"type": "string"
},
"parent": {
"description": "Name of transfer configuration for which transfer runs should be retrieved.\nFormat of transfer configuration resource name is:\n`projects/{project_id}/transferConfigs/{config_id}`.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/transferConfigs/[^/]+$",
"location": "path"
},
"pageToken": {
"location": "query",
"description": "Pagination token, which can be used to request a specific page\nof `ListTransferRunsRequest` list results. For multiple-page\nresults, `ListTransferRunsResponse` outputs\na `next_page` token, which can be used as the\n`page_token` value to request the next page of list results.",
"type": "string"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"flatPath": "v1/projects/{projectsId}/transferConfigs/{transferConfigsId}/runs",
"id": "bigquerydatatransfer.projects.transferConfigs.runs.list",
"path": "v1/{+parent}/runs"
},
"get": {
"flatPath": "v1/projects/{projectsId}/transferConfigs/{transferConfigsId}/runs/{runsId}",
"id": "bigquerydatatransfer.projects.transferConfigs.runs.get",
"path": "v1/{+name}",
"description": "Returns information about the particular transfer run.",
"response": {
"$ref": "TransferRun"
},
"parameterOrder": [
"name"
],
"httpMethod": "GET",
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"parameters": {
"name": {
"description": "The field will contain name of the resource requested, for example:\n`projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/transferConfigs/[^/]+/runs/[^/]+$",
"location": "path"
}
}
}
},
"resources": {
"transferLogs": {
"methods": {
"list": {
"description": "Returns user facing log messages for the data transfer run.",
"response": {
"$ref": "ListTransferLogsResponse"
},
"parameterOrder": [
"parent"
],
"httpMethod": "GET",
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"parameters": {
"pageSize": {
"format": "int32",
"description": "Page size. The default page size is the maximum value of 1000 results.",
"type": "integer",
"location": "query"
},
"messageTypes": {
"location": "query",
"enum": [
"MESSAGE_SEVERITY_UNSPECIFIED",
"INFO",
"WARNING",
"ERROR"
],
"description": "Message types to return. If not populated - INFO, WARNING and ERROR\nmessages are returned.",
"type": "string",
"repeated": true
},
"parent": {
"description": "Transfer run name in the form:\n`projects/{project_id}/transferConfigs/{config_Id}/runs/{run_id}`.",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/transferConfigs/[^/]+/runs/[^/]+$",
"location": "path"
},
"pageToken": {
"location": "query",
"description": "Pagination token, which can be used to request a specific page\nof `ListTransferLogsRequest` list results. For multiple-page\nresults, `ListTransferLogsResponse` outputs\na `next_page` token, which can be used as the\n`page_token` value to request the next page of list results.",
"type": "string"
}
},
"flatPath": "v1/projects/{projectsId}/transferConfigs/{transferConfigsId}/runs/{runsId}/transferLogs",
"id": "bigquerydatatransfer.projects.transferConfigs.runs.transferLogs.list",
"path": "v1/{+parent}/transferLogs"
}
}
}
}
}
}
},
"dataSources": {
"methods": {
"list": {
"response": {
"$ref": "ListDataSourcesResponse"
},
"parameterOrder": [
"parent"
],
"httpMethod": "GET",
"parameters": {
"pageToken": {
"location": "query",
"description": "Pagination token, which can be used to request a specific page\nof `ListDataSourcesRequest` list results. For multiple-page\nresults, `ListDataSourcesResponse` outputs\na `next_page` token, which can be used as the\n`page_token` value to request the next page of list results.",
"type": "string"
},
"pageSize": {
"format": "int32",
"description": "Page size. The default page size is the maximum value of 1000 results.",
"type": "integer",
"location": "query"
},
"parent": {
"location": "path",
"description": "The BigQuery project id for which data sources should be returned.\nMust be in the form: `projects/{project_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+$"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"flatPath": "v1/projects/{projectsId}/dataSources",
"id": "bigquerydatatransfer.projects.dataSources.list",
"path": "v1/{+parent}/dataSources",
"description": "Lists supported data sources and returns their settings,\nwhich can be used for UI rendering."
},
"get": {
"description": "Retrieves a supported data source and returns its settings,\nwhich can be used for UI rendering.",
"httpMethod": "GET",
"parameterOrder": [
"name"
],
"response": {
"$ref": "DataSource"
},
"parameters": {
"name": {
"description": "The field will contain name of the resource requested, for example:\n`projects/{project_id}/dataSources/{data_source_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/dataSources/[^/]+$",
"location": "path"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"flatPath": "v1/projects/{projectsId}/dataSources/{dataSourcesId}",
"path": "v1/{+name}",
"id": "bigquerydatatransfer.projects.dataSources.get"
},
"checkValidCreds": {
"description": "Returns true if valid credentials exist for the given data source and\nrequesting user.",
"request": {
"$ref": "CheckValidCredsRequest"
},
"response": {
"$ref": "CheckValidCredsResponse"
},
"parameterOrder": [
"name"
],
"httpMethod": "POST",
"parameters": {
"name": {
"location": "path",
"description": "The data source in the form:\n`projects/{project_id}/dataSources/{data_source_id}`",
"type": "string",
"required": true,
"pattern": "^projects/[^/]+/dataSources/[^/]+$"
}
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only"
],
"flatPath": "v1/projects/{projectsId}/dataSources/{dataSourcesId}:checkValidCreds",
"id": "bigquerydatatransfer.projects.dataSources.checkValidCreds",
"path": "v1/{+name}:checkValidCreds"
}
}
}
}
}
},
"parameters": {
"callback": {
"location": "query",
"description": "JSONP",
"type": "string"
},
"$.xgafv": {
"description": "V1 error format.",
"type": "string",
"enumDescriptions": [
"v1 error format",
"v2 error format"
],
"location": "query",
"enum": [
"1",
"2"
]
},
"alt": {
"type": "string",
"enumDescriptions": [
"Responses with Content-Type of application/json",
"Media download with context-dependent Content-Type",
"Responses with Content-Type of application/x-protobuf"
],
"location": "query",
"description": "Data format for response.",
"default": "json",
"enum": [
"json",
"media",
"proto"
]
},
"access_token": {
"description": "OAuth access token.",
"type": "string",
"location": "query"
},
"key": {
"location": "query",
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"type": "string"
},
"quotaUser": {
"location": "query",
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
"type": "string"
},
"pp": {
"location": "query",
"description": "Pretty-print response.",
"default": "true",
"type": "boolean"
},
"bearer_token": {
"description": "OAuth bearer token.",
"type": "string",
"location": "query"
},
"oauth_token": {
"description": "OAuth 2.0 token for the current user.",
"type": "string",
"location": "query"
},
"upload_protocol": {
"location": "query",
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"type": "string"
},
"prettyPrint": {
"location": "query",
"description": "Returns response with indentations and line breaks.",
"default": "true",
"type": "boolean"
},
"fields": {
"description": "Selector specifying which fields to include in a partial response.",
"type": "string",
"location": "query"
},
"uploadType": {
"location": "query",
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"type": "string"
}
},
"version": "v1",
"baseUrl": "https://bigquerydatatransfer.googleapis.com/",
"description": "Transfers data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.",
"kind": "discovery#restDescription",
"servicePath": "",
"basePath": "",
"id": "bigquerydatatransfer:v1",
"documentationLink": "https://cloud.google.com/bigquery/",
"revision": "20170822",
"discoveryVersion": "v1",
"version_module": true,
"schemas": {
"Empty": {
"description": "A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.",
"type": "object",
"properties": {},
"id": "Empty"
},
"Location": {
"description": "A resource that represents Google Cloud Platform location.",
"type": "object",
"properties": {
"labels": {
"description": "Cross-service attributes for the location. For example\n\n {\"cloud.googleapis.com/region\": \"us-east1\"}",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"name": {
"description": "Resource name for the location, which may vary between implementations.\nFor example: `\"projects/example-project/locations/us-east1\"`",
"type": "string"
},
"locationId": {
"description": "The canonical id for this location. For example: `\"us-east1\"`.",
"type": "string"
},
"metadata": {
"description": "Service-specific metadata. For example the available capacity at the given\nlocation.",
"type": "object",
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
}
}
},
"id": "Location"
},
"TransferConfig": {
"description": "Represents a data transfer configuration. A transfer configuration\ncontains all metadata needed to perform a data transfer. For example,\n`destination_dataset_id` specifies where data should be stored.\nWhen a new transfer configuration is created, the specified\n`destination_dataset_id` is created when needed and shared with the\nappropriate data source service account.",
"type": "object",
"properties": {
"disabled": {
"description": "Is this config disabled. When set to true, no runs are scheduled\nfor a given transfer.",
"type": "boolean"
},
"nextRunTime": {
"format": "google-datetime",
"description": "Next time when data transfer will run. Output only. Applicable\nonly for batch data transfers.\n@OutputOnly",
"type": "string"
},
"updateTime": {
"format": "google-datetime",
"description": "Data transfer modification time. Ignored by server on input.\n@OutputOnly",
"type": "string"
},
"schedule": {
"description": "Data transfer schedule.\nIf the data source does not support a custom schedule, this should be\nempty. If it is empty, the default value for the data source will be\nused.\nThe specified times are in UTC.\nExamples of valid format:\n`1st,3rd monday of month 15:30`,\n`every wed,fri of jan,jun 13:15`, and\n`first sunday of quarter 00:00`.\nSee more explanation about the format here:\nhttps://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format\nNOTE: the granularity should be at least 8 hours, or less frequent.",
"type": "string"
},
"dataRefreshWindowDays": {
"format": "int32",
"description": "The number of days to look back to automatically refresh the data.\nFor example, if `data_refresh_window_days = 10`, then every day\nBigQuery reingests data for [today-10, today-1], rather than ingesting data\nfor just [today-1].\nOnly valid if the data source supports the feature. Set the value to 0\nto use the default value.",
"type": "integer"
},
"dataSourceId": {
"description": "Data source id. Cannot be changed once data transfer is created.",
"type": "string"
},
"status": {
"enumDescriptions": [
"Status placeholder.",
"Data transfer is inactive.",
"Data transfer is scheduled and is waiting to be picked up by\ndata transfer backend.",
"Data transfer is in progress.",
"Data transfer completed successsfully.",
"Data transfer failed.",
"Data transfer is cancelled."
],
"enum": [
"TRANSFER_STATUS_UNSPECIFIED",
"INACTIVE",
"PENDING",
"RUNNING",
"SUCCEEDED",
"FAILED",
"CANCELLED"
],
"description": "Status of the most recently updated transfer run.\n@OutputOnly",
"type": "string"
},
"destinationDatasetId": {
"description": "The BigQuery target dataset id.",
"type": "string"
},
"name": {
"description": "The resource name of the transfer run.\nTransfer run names have the form\n`projects/{project_id}/transferConfigs/{config_id}`.\nWhere `config_id` is usually a uuid, even though it is not\nguaranteed or required. The name is ignored when creating a transfer run.",
"type": "string"
},
"userId": {
"format": "int64",
"description": "GaiaID of the user on whose behalf transfer is done. Applicable only\nto data sources that do not support service accounts. When set to 0,\nthe data source service account credentials are used.\n@OutputOnly",
"type": "string"
},
"params": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"description": "Data transfer specific parameters.",
"type": "object"
},
"datasetRegion": {
"description": "Region in which BigQuery dataset is located. Currently possible values are:\n\"US\" and \"EU\".\n@OutputOnly",
"type": "string"
},
"displayName": {
"description": "User specified display name for the data transfer.",
"type": "string"
}
},
"id": "TransferConfig"
},
"TransferRun": {
"description": "Represents a data transfer run.",
"type": "object",
"properties": {
"params": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"description": "Data transfer specific parameters.",
"type": "object"
},
"endTime": {
"format": "google-datetime",
"description": "Time when transfer run ended. Parameter ignored by server for input\nrequests.\n@OutputOnly",
"type": "string"
},
"datasetRegion": {
"description": "Region in which BigQuery dataset is located. Currently possible values are:\n\"US\" and \"EU\".\n@OutputOnly",
"type": "string"
},
"startTime": {
"format": "google-datetime",
"description": "Time when transfer run was started. Parameter ignored by server for input\nrequests.\n@OutputOnly",
"type": "string"
},
"scheduleTime": {
"format": "google-datetime",
"description": "Minimum time after which a transfer run can be started.",
"type": "string"
},
"updateTime": {
"format": "google-datetime",
"description": "Last time the data transfer run status was updated.\n@OutputOnly",
"type": "string"
},
"schedule": {
"description": "Describes the schedule of this transfer run if it was created as part of\na regular schedule. For batch transfer runs that are directly created,\nthis is empty.\nNOTE: the system might choose to delay the schedule depending on the\ncurrent load, so `schedule_time` doesn't always matches this.\n@OutputOnly",
"type": "string"
},
"runTime": {
"format": "google-datetime",
"description": "For batch transfer runs, specifies the date and time that\ndata should be ingested.",
"type": "string"
},
"dataSourceId": {
"description": "Data source id.\n@OutputOnly",
"type": "string"
},
"status": {
"description": "Data transfer run status. Ignored for input requests.\n@OutputOnly",
"type": "string",
"enumDescriptions": [
"Status placeholder.",
"Data transfer is inactive.",
"Data transfer is scheduled and is waiting to be picked up by\ndata transfer backend.",
"Data transfer is in progress.",
"Data transfer completed successsfully.",
"Data transfer failed.",
"Data transfer is cancelled."
],
"enum": [
"TRANSFER_STATUS_UNSPECIFIED",
"INACTIVE",
"PENDING",
"RUNNING",
"SUCCEEDED",
"FAILED",
"CANCELLED"
]
},
"userId": {
"format": "int64",
"description": "The user id for this transfer run.\n@OutputOnly",
"type": "string"
},
"destinationDatasetId": {
"description": "The BigQuery target dataset id.",
"type": "string"
},
"name": {
"description": "The resource name of the transfer run.\nTransfer run names have the form\n`projects/{project_id}/locations/{location}/transferConfigs/{config_id}/runs/{run_id}`.\nThe name is ignored when creating a transfer run.",
"type": "string"
}
},
"id": "TransferRun"
},
"CheckValidCredsRequest": {
"description": "A request to determine whether the user has valid credentials. This method\nis used to limit the number of OAuth popups in the user interface. The\nuser id is inferred from the API call context.\nIf the data source has the Google+ authorization type, this method\nreturns false, as it cannot be determined whether the credentials are\nalready valid merely based on the user id.",
"type": "object",
"properties": {},
"id": "CheckValidCredsRequest"
},
"CheckValidCredsResponse": {
"description": "A response indicating whether the credentials exist and are valid.",
"type": "object",
"properties": {
"hasValidCreds": {
"description": "If set to `true`, the credentials exist and are valid.",
"type": "boolean"
}
},
"id": "CheckValidCredsResponse"
},
"ScheduleTransferRunsResponse": {
"description": "A response to schedule transfer runs for a time range.",
"type": "object",
"properties": {
"createdRuns": {
"description": "The transfer runs that were created.",
"items": {
"$ref": "TransferRun"
},
"type": "array"
}
},
"id": "ScheduleTransferRunsResponse"
},
"ListTransferLogsResponse": {
"description": "The returned list transfer run messages.",
"type": "object",
"properties": {
"transferMessages": {
"description": "The stored pipeline transfer messages.\n@OutputOnly",
"items": {
"$ref": "TransferMessage"
},
"type": "array"
},
"nextPageToken": {
"description": "The next-pagination token. For multiple-page list results,\nthis token can be used as the\n`GetTransferRunLogRequest.page_token`\nto request the next page of list results.\n@OutputOnly",
"type": "string"
}
},
"id": "ListTransferLogsResponse"
},
"TransferMessage": {
"description": "Represents a user facing message for a particular data transfer run.",
"type": "object",
"properties": {
"messageText": {
"description": "Message text.",
"type": "string"
},
"severity": {
"description": "Message severity.",
"type": "string",
"enumDescriptions": [
"No severity specified.",
"Informational message.",
"Warning message.",
"Error message."
],
"enum": [
"MESSAGE_SEVERITY_UNSPECIFIED",
"INFO",
"WARNING",
"ERROR"
]
},
"messageTime": {
"format": "google-datetime",
"description": "Time when message was logged.",
"type": "string"
}
},
"id": "TransferMessage"
},
"ListDataSourcesResponse": {
"description": "Returns list of supported data sources and their metadata.",
"type": "object",
"properties": {
"dataSources": {
"description": "List of supported data sources and their transfer settings.",
"items": {
"$ref": "DataSource"
},
"type": "array"
},
"nextPageToken": {
"description": "The next-pagination token. For multiple-page list results,\nthis token can be used as the\n`ListDataSourcesRequest.page_token`\nto request the next page of list results.\n@OutputOnly",
"type": "string"
}
},
"id": "ListDataSourcesResponse"
},
"DataSourceParameter": {
"description": "Represents a data source parameter with validation rules, so that\nparameters can be rendered in the UI. These parameters are given to us by\nsupported data sources, and include all needed information for rendering\nand validation.\nThus, whoever uses this api can decide to generate either generic ui,\nor custom data source specific forms.",
"type": "object",
"properties": {
"description": {
"description": "Parameter description.",
"type": "string"
},
"allowedValues": {
"description": "All possible values for the parameter.",
"items": {
"type": "string"
},
"type": "array"
},
"validationHelpUrl": {
"description": "URL to a help document to further explain the naming requirements.",
"type": "string"
},
"minValue": {
"format": "double",
"description": "For integer and double values specifies minimum allowed value.",
"type": "number"
},
"validationRegex": {
"description": "Regular expression which can be used for parameter validation.",
"type": "string"
},
"paramId": {
"description": "Parameter identifier.",
"type": "string"
},
"required": {
"description": "Is parameter required.",
"type": "boolean"
},
"repeated": {
"description": "Can parameter have multiple values.",
"type": "boolean"
},
"displayName": {
"description": "Parameter display name in the user interface.",
"type": "string"
},
"immutable": {
"description": "Cannot be changed after initial creation.",
"type": "boolean"
},
"validationDescription": {
"description": "Description of the requirements for this field, in case the user input does\nnot fulfill the regex pattern or min/max values.",
"type": "string"
},
"fields": {
"description": "When parameter is a record, describes child fields.",
"items": {
"$ref": "DataSourceParameter"
},
"type": "array"
},
"maxValue": {
"format": "double",
"description": "For integer and double values specifies maxminum allowed value.",
"type": "number"
},
"type": {
"enumDescriptions": [
"Type unspecified.",
"String parameter.",
"Integer parameter (64-bits).\nWill be serialized to json as string.",
"Double precision floating point parameter.",
"Boolean parameter.",
"Record parameter.",
"Page ID for a Google+ Page."
],
"enum": [
"TYPE_UNSPECIFIED",
"STRING",
"INTEGER",
"DOUBLE",
"BOOLEAN",
"RECORD",
"PLUS_PAGE"
],
"description": "Parameter type.",
"type": "string"
},
"recurse": {
"description": "If set to true, schema should be taken from the parent with the same\nparameter_id. Only applicable when parameter type is RECORD.",
"type": "boolean"
}
},
"id": "DataSourceParameter"
},
"ListTransferRunsResponse": {
"description": "The returned list of pipelines in the project.",
"type": "object",
"properties": {
"transferRuns": {
"description": "The stored pipeline transfer runs.\n@OutputOnly",
"items": {
"$ref": "TransferRun"
},
"type": "array"
},
"nextPageToken": {
"description": "The next-pagination token. For multiple-page list results,\nthis token can be used as the\n`ListTransferRunsRequest.page_token`\nto request the next page of list results.\n@OutputOnly",
"type": "string"
}
},
"id": "ListTransferRunsResponse"
},
"ListLocationsResponse": {
"description": "The response message for Locations.ListLocations.",
"type": "object",
"properties": {
"locations": {
"description": "A list of locations that matches the specified filter in the request.",
"items": {
"$ref": "Location"
},
"type": "array"
},
"nextPageToken": {
"description": "The standard List next-page token.",
"type": "string"
}
},
"id": "ListLocationsResponse"
},
"IsEnabledRequest": {
"description": "A request to determine whether data transfer is enabled for the project.",
"type": "object",
"properties": {},
"id": "IsEnabledRequest"
},
"SetEnabledRequest": {
"description": "A request to set whether data transfer is enabled or disabled for a project.",
"type": "object",
"properties": {
"enabled": {
"description": "Whether data transfer should be enabled or disabled for the project.",
"type": "boolean"
}
},
"id": "SetEnabledRequest"
},
"ListTransferConfigsResponse": {
"description": "The returned list of pipelines in the project.",
"type": "object",
"properties": {
"transferConfigs": {
"description": "The stored pipeline transfer configurations.\n@OutputOnly",
"items": {
"$ref": "TransferConfig"
},
"type": "array"
},
"nextPageToken": {
"description": "The next-pagination token. For multiple-page list results,\nthis token can be used as the\n`ListTransferConfigsRequest.page_token`\nto request the next page of list results.\n@OutputOnly",
"type": "string"
}
},
"id": "ListTransferConfigsResponse"
},
"IsEnabledResponse": {
"description": "A response to indicate whether data transfer is enabled for the project.",
"type": "object",
"properties": {
"enabled": {
"description": "Indicates whether the project is enabled.",
"type": "boolean"
}
},
"id": "IsEnabledResponse"
},
"DataSource": {
"description": "Represents data source metadata. Metadata is sufficient to\nrender UI and request proper OAuth tokens.",
"type": "object",
"properties": {
"dataRefreshType": {
"enumDescriptions": [
"The data source won't support data auto refresh, which is default value.",
"The data source supports data auto refresh, and runs will be scheduled\nfor the past few days. Does not allow custom values to be set for each\ntransfer config.",
"The data source supports data auto refresh, and runs will be scheduled\nfor the past few days. Allows custom values to be set for each transfer\nconfig."
],
"enum": [
"NONE",
"SLIDING_WINDOW",
"CUSTOM_SLIDING_WINDOW"
],
"description": "Specifies whether the data source supports automatic data refresh for the\npast few days, and how it's supported.\nFor some data sources, data might not be complete until a few days later,\nso it's useful to refresh data automatically.",
"type": "string"
},
"parameters": {
"description": "Data source parameters.",
"items": {
"$ref": "DataSourceParameter"
},
"type": "array"
},
"helpUrl": {
"description": "Url for the help document for this data source.",
"type": "string"
},
"defaultSchedule": {
"description": "Default data transfer schedule.\nExamples of valid schedules include:\n`1st,3rd monday of month 15:30`,\n`every wed,fri of jan,jun 13:15`, and\n`first sunday of quarter 00:00`.",
"type": "string"
},
"statusUpdateDeadlineSeconds": {
"format": "int32",
"description": "The number of seconds to wait for a status update from the data source\nbefore BigQuery marks the transfer as failed.",
"type": "integer"
},
"supportsMultipleTransfers": {
"description": "Indicates whether the data source supports multiple transfers\nto different BigQuery targets.",
"type": "boolean"
},
"manualRunsDisabled": {
"description": "Disables backfilling and manual run scheduling\nfor the data source.",
"type": "boolean"
},
"defaultDataRefreshWindowDays": {
"format": "int32",
"description": "Default data refresh window on days.\nOnly meaningful when `data_refresh_type` = `SLIDING_WINDOW`.",
"type": "integer"
},
"transferType": {
"enumDescriptions": [
"Invalid or Unknown transfer type placeholder.",
"Batch data transfer.",
"Streaming data transfer. Streaming data source currently doesn't\nsupport multiple transfer configs per project."
],
"enum": [
"TRANSFER_TYPE_UNSPECIFIED",
"BATCH",
"STREAMING"
],
"description": "Transfer type. Currently supports only batch transfers,\nwhich are transfers that use the BigQuery batch APIs (load or\nquery) to ingest the data.",
"type": "string"
},
"description": {
"description": "User friendly data source description string.",
"type": "string"
},
"dataSourceId": {
"description": "Data source id.",
"type": "string"
},
"name": {
"description": "Data source resource name.",
"type": "string"
},
"scopes": {
"description": "Api auth scopes for which refresh token needs to be obtained. Only valid\nwhen `client_id` is specified. Ignored otherwise. These are scopes needed\nby a data source to prepare data and ingest them into BigQuery,\ne.g., https://www.googleapis.com/auth/bigquery",
"items": {
"type": "string"
},
"type": "array"
},
"clientId": {
"description": "Data source client id which should be used to receive refresh token.\nWhen not supplied, no offline credentials are populated for data transfer.",
"type": "string"
},
"authorizationType": {
"description": "Indicates the type of authorization.",
"type": "string",
"enumDescriptions": [
"Type unspecified.",
"Use OAuth 2 authorization codes that can be exchanged\nfor a refresh token on the backend.",
"Return an authorization code for a given Google+ page that can then be\nexchanged for a refresh token on the backend."
],
"enum": [
"AUTHORIZATION_TYPE_UNSPECIFIED",
"AUTHORIZATION_CODE",
"GOOGLE_PLUS_AUTHORIZATION_CODE"
]
},
"supportsCustomSchedule": {
"description": "Specifies whether the data source supports a user defined schedule, or\noperates on the default schedule.\nWhen set to `true`, user can override default schedule.",
"type": "boolean"
},
"displayName": {
"description": "User friendly data source name.",
"type": "string"
}
},
"id": "DataSource"
},
"ScheduleTransferRunsRequest": {
"description": "A request to schedule transfer runs for a time range.",
"type": "object",
"properties": {
"rangeStartTime": {
"format": "google-datetime",
"description": "Start time of the range of transfer runs.",
"type": "string"
},
"rangeEndTime": {
"format": "google-datetime",
"description": "End time of the range of transfer runs.",
"type": "string"
}
},
"id": "ScheduleTransferRunsRequest"
}
},
"icons": {
"x32": "http://www.google.com/images/icons/product/search-32.gif",
"x16": "http://www.google.com/images/icons/product/search-16.gif"
},
"protocol": "rest",
"canonicalName": "BigQuery Data Transfer",
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/bigquery": {
"description": "View and manage your data in Google BigQuery"
},
"https://www.googleapis.com/auth/cloud-platform.read-only": {
"description": "View your data across Google Cloud Platform services"
},
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
}
}
}
},
"rootUrl": "https://bigquerydatatransfer.googleapis.com/"
}