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
-
(::String) — Required. 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
-
value (::String) — Required. Transfer configuration name in the form:
projects/{project_id}/transferConfigs/{config_id}
orprojects/{project_id}/locations/{location_id}/transferConfigs/{config_id}
.
-
(::String) — Required. 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
-
(::Google::Protobuf::Timestamp) — A run_time timestamp for historical data files or reports
that are scheduled to be transferred by the scheduled transfer run.
requested_run_time must be a past time and cannot include future time
values.
Note: The following fields are mutually exclusive:
requested_run_time
,requested_time_range
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#requested_run_time=
def requested_run_time=(value) -> ::Google::Protobuf::Timestamp
-
value (::Google::Protobuf::Timestamp) — A run_time timestamp for historical data files or reports
that are scheduled to be transferred by the scheduled transfer run.
requested_run_time must be a past time and cannot include future time
values.
Note: The following fields are mutually exclusive:
requested_run_time
,requested_time_range
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Protobuf::Timestamp) — A run_time timestamp for historical data files or reports
that are scheduled to be transferred by the scheduled transfer run.
requested_run_time must be a past time and cannot include future time
values.
Note: The following fields are mutually exclusive:
requested_run_time
,requested_time_range
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#requested_time_range
def requested_time_range() -> ::Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsRequest::TimeRange
-
(::Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsRequest::TimeRange) — A time_range start and end timestamp for historical data files or reports
that are scheduled to be transferred by the scheduled transfer run.
requested_time_range must be a past time and cannot include future time
values.
Note: The following fields are mutually exclusive:
requested_time_range
,requested_run_time
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#requested_time_range=
def requested_time_range=(value) -> ::Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsRequest::TimeRange
-
value (::Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsRequest::TimeRange) — A time_range start and end timestamp for historical data files or reports
that are scheduled to be transferred by the scheduled transfer run.
requested_time_range must be a past time and cannot include future time
values.
Note: The following fields are mutually exclusive:
requested_time_range
,requested_run_time
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsRequest::TimeRange) — A time_range start and end timestamp for historical data files or reports
that are scheduled to be transferred by the scheduled transfer run.
requested_time_range must be a past time and cannot include future time
values.
Note: The following fields are mutually exclusive:
requested_time_range
,requested_run_time
. If a field in that set is populated, all other fields in the set will automatically be cleared.