Reference documentation and code samples for the BigQuery Data Transfer V1 Client class RunAttempt.
Represents which runs should be pulled.
Protobuf type google.cloud.bigquery.datatransfer.v1.ListTransferRunsRequest.RunAttempt
Namespace
Google \ Cloud \ BigQuery \ DataTransfer \ V1 \ ListTransferRunsRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RUN_ATTEMPT_UNSPECIFIED
Value: 0All runs should be returned.
Generated from protobuf enum RUN_ATTEMPT_UNSPECIFIED = 0;
LATEST
Value: 1Only latest run per day should be returned.
Generated from protobuf enum LATEST = 1;