Class ProjectsResource.TransferConfigsResource.StartManualRunsRequest
Manually initiates transfer runs. You can schedule these runs in two ways: 1. For a specific point in time using the 'requested_run_time' parameter. 2. For a period between 'start_time' (inclusive) and 'end_time' (exclusive). If scheduling a single run, it is set to execute immediately (schedule_time equals the current time). When scheduling multiple runs within a time range, the first run starts now, and subsequent runs are delayed by 15 seconds each.
Inheritance
Inherited Members
Namespace: Google.Apis.BigQueryDataTransfer.v1
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public class ProjectsResource.TransferConfigsResource.StartManualRunsRequest : BigQueryDataTransferBaseServiceRequest<StartManualTransferRunsResponse>, IClientServiceRequest<StartManualTransferRunsResponse>, IClientServiceRequest
Constructors
StartManualRunsRequest(IClientService, StartManualTransferRunsRequest, string)
Constructs a new StartManualRuns request.
Declaration
public StartManualRunsRequest(IClientService service, StartManualTransferRunsRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
StartManualTransferRunsRequest | 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. If you are using the regionless method, the location must be
US
and the name should be in the following form: *
projects/{project_id}/transferConfigs/{config_id}
If you are using the regionalized method, the
name should be in the following form: *
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 StartManualRuns parameter list.
Declaration
protected override void InitParameters()