Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TransferConfigsResource.StartManualRunsRequest

Start manual transfer runs to be executed now with schedule_time equal to current time. The transfer runs can be created for a time range where the run_time is between start_time (inclusive) and end_time (exclusive), or for a specific run_time.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<StartManualTransferRunsResponse>
BigQueryDataTransferBaseServiceRequest<StartManualTransferRunsResponse>
ProjectsResource.LocationsResource.TransferConfigsResource.StartManualRunsRequest
Implements
IClientServiceRequest<StartManualTransferRunsResponse>
IClientServiceRequest
Inherited Members
BigQueryDataTransferBaseServiceRequest<StartManualTransferRunsResponse>.Xgafv
BigQueryDataTransferBaseServiceRequest<StartManualTransferRunsResponse>.AccessToken
BigQueryDataTransferBaseServiceRequest<StartManualTransferRunsResponse>.Alt
BigQueryDataTransferBaseServiceRequest<StartManualTransferRunsResponse>.Callback
BigQueryDataTransferBaseServiceRequest<StartManualTransferRunsResponse>.Fields
BigQueryDataTransferBaseServiceRequest<StartManualTransferRunsResponse>.Key
BigQueryDataTransferBaseServiceRequest<StartManualTransferRunsResponse>.OauthToken
BigQueryDataTransferBaseServiceRequest<StartManualTransferRunsResponse>.PrettyPrint
BigQueryDataTransferBaseServiceRequest<StartManualTransferRunsResponse>.QuotaUser
BigQueryDataTransferBaseServiceRequest<StartManualTransferRunsResponse>.UploadType
BigQueryDataTransferBaseServiceRequest<StartManualTransferRunsResponse>.UploadProtocol
ClientServiceRequest<StartManualTransferRunsResponse>.Execute()
ClientServiceRequest<StartManualTransferRunsResponse>.ExecuteAsStream()
ClientServiceRequest<StartManualTransferRunsResponse>.ExecuteAsync()
ClientServiceRequest<StartManualTransferRunsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<StartManualTransferRunsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<StartManualTransferRunsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<StartManualTransferRunsResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<StartManualTransferRunsResponse>.GenerateRequestUri()
ClientServiceRequest<StartManualTransferRunsResponse>.GetDefaultETagAction(String)
ClientServiceRequest<StartManualTransferRunsResponse>.ETagAction
ClientServiceRequest<StartManualTransferRunsResponse>.ModifyRequest
ClientServiceRequest<StartManualTransferRunsResponse>.ValidateParameters
ClientServiceRequest<StartManualTransferRunsResponse>.RequestParameters
ClientServiceRequest<StartManualTransferRunsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.BigQueryDataTransfer.v1
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public class 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
System.String parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryDataTransfer.v1.Data.StartManualTransferRunsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryDataTransfer.v1.Data.StartManualTransferRunsResponse>.MethodName

Parent

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
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryDataTransfer.v1.Data.StartManualTransferRunsResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigQueryDataTransfer.v1.Data.StartManualTransferRunsResponse>.GetBody()

InitParameters()

Initializes StartManualRuns parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.BigQueryDataTransfer.v1.BigQueryDataTransferBaseServiceRequest<Google.Apis.BigQueryDataTransfer.v1.Data.StartManualTransferRunsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top