Reference documentation and code samples for the BigQuery Data Transfer Service V1 API class Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsRequest.
A request to start manual transfer runs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Transfer configuration name in the form:
projects/{project_id}/transferConfigs/{config_id}
orprojects/{project_id}/locations/{location_id}/transferConfigs/{config_id}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Transfer configuration name in the form:
projects/{project_id}/transferConfigs/{config_id}
orprojects/{project_id}/locations/{location_id}/transferConfigs/{config_id}
.
Returns
-
(::String) — Transfer configuration name in the form:
projects/{project_id}/transferConfigs/{config_id}
orprojects/{project_id}/locations/{location_id}/transferConfigs/{config_id}
.
#requested_run_time
def requested_run_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Specific run_time for a transfer run to be started. The requested_run_time must not be in the future.
#requested_run_time=
def requested_run_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Specific run_time for a transfer run to be started. The requested_run_time must not be in the future.
Returns
- (::Google::Protobuf::Timestamp) — Specific run_time for a transfer run to be started. The requested_run_time must not be in the future.
#requested_time_range
def requested_time_range() -> ::Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsRequest::TimeRange
Returns
- (::Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsRequest::TimeRange) — Time range for the transfer runs that should be started.
#requested_time_range=
def requested_time_range=(value) -> ::Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsRequest::TimeRange
Parameter
- value (::Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsRequest::TimeRange) — Time range for the transfer runs that should be started.
Returns
- (::Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsRequest::TimeRange) — Time range for the transfer runs that should be started.