BigQuery Data Transfer V1 Client - Class StartManualTransferRunsRequest (1.3.8)

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

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}.

Generated from protobuf field string parent = 1 [(.google.api.resource_reference) = {

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}.

Generated from protobuf field string parent = 1 [(.google.api.resource_reference) = {

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRequestedTimeRange

Time range for the transfer runs that should be started.

Generated from protobuf field .google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest.TimeRange requested_time_range = 3;

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

hasRequestedTimeRange

setRequestedTimeRange

Time range for the transfer runs that should be started.

Generated from protobuf field .google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest.TimeRange requested_time_range = 3;

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.

Generated from protobuf field .google.protobuf.Timestamp requested_run_time = 4;

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.

Generated from protobuf field .google.protobuf.Timestamp requested_run_time = 4;

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

getTime

Returns
TypeDescription
string