BigQuery Data Transfer V1 Client - Class StartManualTransferRunsRequest (1.5.2)

Reference documentation and code samples for the BigQuery Data Transfer V1 Client class StartManualTransferRunsRequest.

A request to start manual transfer runs.

Generated from protobuf message google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest

Namespace

Google \ Cloud \ BigQuery \ DataTransfer \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Transfer configuration name in the form: projects/{project_id}/transferConfigs/{config_id} or projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.

↳ requested_time_range Google\Cloud\BigQuery\DataTransfer\V1\StartManualTransferRunsRequest\TimeRange

Time range for the transfer runs that should be started.

↳ requested_run_time Google\Protobuf\Timestamp

Specific run_time for a transfer run to be started. The requested_run_time must not be in the future.

getParent

Transfer configuration name in the form: projects/{project_id}/transferConfigs/{config_id} or projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.

Returns
TypeDescription
string

setParent

Transfer configuration name in the form: projects/{project_id}/transferConfigs/{config_id} or projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRequestedTimeRange

Time range for the transfer runs that should be started.

Returns
TypeDescription
Google\Cloud\BigQuery\DataTransfer\V1\StartManualTransferRunsRequest\TimeRange|null

hasRequestedTimeRange

setRequestedTimeRange

Time range for the transfer runs that should be started.

Parameter
NameDescription
var Google\Cloud\BigQuery\DataTransfer\V1\StartManualTransferRunsRequest\TimeRange
Returns
TypeDescription
$this

getRequestedRunTime

Specific run_time for a transfer run to be started. The requested_run_time must not be in the future.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasRequestedRunTime

setRequestedRunTime

Specific run_time for a transfer run to be started. The requested_run_time must not be in the future.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getTime

Returns
TypeDescription
string