Reference documentation and code samples for the BigQuery Data Transfer Service V1 API class Google::Cloud::Bigquery::DataTransfer::V1::ScheduleTransferRunsRequest.
A request to schedule transfer runs for a time range.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
-
(::Google::Protobuf::Timestamp) — Required. End time of the range of transfer runs. For example,
"2017-05-30T00:00:00+00:00"
.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
-
value (::Google::Protobuf::Timestamp) — Required. End time of the range of transfer runs. For example,
"2017-05-30T00:00:00+00:00"
.
Returns
-
(::Google::Protobuf::Timestamp) — Required. End time of the range of transfer runs. For example,
"2017-05-30T00:00:00+00:00"
.
#parent
def parent() -> ::String
Returns
-
(::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
Parameter
-
value (::String) — Required. Transfer configuration name in the form:
projects/{project_id}/transferConfigs/{config_id}
orprojects/{project_id}/locations/{location_id}/transferConfigs/{config_id}
.
Returns
-
(::String) — Required. Transfer configuration name in the form:
projects/{project_id}/transferConfigs/{config_id}
orprojects/{project_id}/locations/{location_id}/transferConfigs/{config_id}
.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
-
(::Google::Protobuf::Timestamp) — Required. Start time of the range of transfer runs. For example,
"2017-05-25T00:00:00+00:00"
.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
-
value (::Google::Protobuf::Timestamp) — Required. Start time of the range of transfer runs. For example,
"2017-05-25T00:00:00+00:00"
.
Returns
-
(::Google::Protobuf::Timestamp) — Required. Start time of the range of transfer runs. For example,
"2017-05-25T00:00:00+00:00"
.