BigQuery Data Transfer V1 Client - Class RunAttempt (1.3.8)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;