Classes
DataformClient
Dataform is a service to develop, create, document, test, and update curated tables in BigQuery.
DataformConnection
The DataformConnection object for DataformClient.
DataformConnectionIdempotencyPolicy
DataformLimitedErrorCountRetryPolicy
A retry policy for DataformConnection based on counting errors.
DataformLimitedTimeRetryPolicy
A retry policy for DataformConnection based on elapsed time.
DataformRetryPolicy
The retry policy for DataformConnection.
Structs
DataformBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
DataformConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
DataformRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeDataformConnection(Options)
A factory function to construct an object of type DataformConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DataformClient.
The optional options argument may be used to configure aspects of the returned DataformConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< DataformConnection > |
|
MakeDefaultDataformConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< DataformConnectionIdempotencyPolicy > |
|