For the complete documentation index, see llms.txt. This page is also available as Markdown.

UpdateResource

Updates information in an existing resource.

Task version: 1.0.0

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

BaseUri : String

Service base URI.

If empty, the default base URI for the service is used.

Default: - Example: https://bigquery.googleapis.com

ProjectId : String

Project ID.

Default: - Example: global-env-397309

DatasetId : String

Dataset ID.

Default: - Example: baseball

TableId : String

Table ID.

Default: - Example: games_post_wide

RoutineId : String

The ID of the routine.

Default: - Example: routine

ReadJsonMethod : ReadJsonMethods

Method to read Service account JSON.

Possible values:

  • JSON: Method to read Service account JSON.

  • File: Method to read Service account JSON.

Default: 1 Example: ReadJsonMethods.File

🗝SecretJson : String

Service account key file.

Default: - Example: { "type": "service_account", "project_id": "your-project-id", ... }

CredentialsFilePath : String

Filepath to service account key file.

Default: - Example: C:\temp\jsonfile.json

Task Result

Name
Description

Success : Boolean

Operation complete without errors. Example: true

ErrorMessage : String

Error message. Example: Error occured...

Task Changelog

Changelog for Task Frends.GoogleBigQuery.UpdateResource.

[1.0.0] - 2023-09-18

Added

  • Initial implementation

Last updated

Was this helpful?