- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Updates a data transfer configuration. All fields must be set, even if they are not updated.
HTTP request
PATCH https://bigquerydatatransfer.googleapis.com/v1/{transferConfig.name=projects/*/locations/*/transferConfigs/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
transferConfig.name |
The resource name of the transfer config. Transfer config names have the form of |
Query parameters
Parameters | |
---|---|
authorizationCode |
Optional OAuth2 authorization code to use with this transfer configuration. If it is provided, the transfer configuration will be associated with the authorizing user. In order to obtain authorizationCode, please make a request to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?clientId=
|
updateMask |
Required. Required list of fields to be updated in this request. A comma-separated list of fully qualified names of fields. Example: |
versionInfo |
Optional version info. If users want to find a very recent access token, that is, immediately after approving access, users have to set the versionInfo claim in the token request. To obtain the versionInfo, users must use the "none+gsession" response type. which be return a versionInfo back in the authorization response which be be put in a JWT claim in the token request. |
Request body
The request body contains an instance of TransferConfig
.
Response body
If successful, the response body contains an instance of TransferConfig
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.