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 | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Transfer configuration name in the form: |
↳ 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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
Google\Cloud\BigQuery\DataTransfer\V1\StartManualTransferRunsRequest\TimeRange
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getTime
Returns | |
---|---|
Type | Description |
string |