Frends.GoogleBigQuery.PatchResource / 1.0.0
Summary
Changes only the fields you supply on an existing BigQuery object and leaves the rest untouched.
Typical use — the safe way to adjust one attribute such as a description or a label; the update Task replaces the whole definition instead
Connection parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| BaseUri | String |
– | https://bigquery.googleapis.com |
Service base URI. If empty, the default base URI for the service is used. |
| ProjectId | String |
– | global-env-397309 |
Project ID. |
| DatasetId | String |
– | baseball |
Dataset ID. |
| TableId | String |
– | games_post_wide |
Table ID. |
| ReadJsonMethod | ReadJsonMethods |
File |
ReadJsonMethods.File |
Method to read Service account JSON. Possible values:
|
| SecretJsonSecret | String |
– |
{
"type": "service_account",
"project_id": "your-project-id",
...
}
|
Service account key file. |
| CredentialsFilePath | String |
– | C:\temp\jsonfile.json |
Filepath to service account key file. |