Class Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsRequest (v0.4.6)

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} or projects/{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} or projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.
Returns
  • (::String) — Transfer configuration name in the form: projects/{project_id}/transferConfigs/{config_id} or projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.

#requested_run_time

def requested_run_time() -> ::Google::Protobuf::Timestamp
Returns

#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

#requested_time_range

def requested_time_range() -> ::Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsRequest::TimeRange
Returns

#requested_time_range=

def requested_time_range=(value) -> ::Google::Cloud::Bigquery::DataTransfer::V1::StartManualTransferRunsRequest::TimeRange
Parameter
Returns