BigQuery Data Transfer V1 Client - Class RunAttempt (1.8.4)

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 \ ListTransferRunsRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RUN_ATTEMPT_UNSPECIFIED

Value: 0

All runs should be returned.

Generated from protobuf enum RUN_ATTEMPT_UNSPECIFIED = 0;

LATEST

Value: 1

Only latest run per day should be returned.

Generated from protobuf enum LATEST = 1;