Class ProjectsResource.LocationsResource.TransferConfigsResource.ScheduleRunsRequest
Creates transfer runs for a time range [start_time, end_time]. For each date - or whatever granularity the data source supports - in the range, one transfer run is created. Note that runs are created per UTC time in the time range. DEPRECATED: use StartManualTransferRuns instead.
Inheritance
ProjectsResource.LocationsResource.TransferConfigsResource.ScheduleRunsRequest
Inherited Members
Namespace: Google.Apis.BigQueryDataTransfer.v1
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public class ProjectsResource.LocationsResource.TransferConfigsResource.ScheduleRunsRequest : BigQueryDataTransferBaseServiceRequest<ScheduleTransferRunsResponse>, IClientServiceRequest<ScheduleTransferRunsResponse>, IClientServiceRequest
Constructors
ScheduleRunsRequest(IClientService, ScheduleTransferRunsRequest, string)
Constructs a new ScheduleRuns request.
Declaration
public ScheduleRunsRequest(IClientService service, ScheduleTransferRunsRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ScheduleTransferRunsRequest | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. Transfer configuration name in the form:
projects/{project_id}/transferConfigs/{config_id}
or
projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ScheduleRuns parameter list.
Declaration
protected override void InitParameters()