Show / Hide Table of Contents

Class ProjectsResource.TransferConfigsResource.RunsResource

The "runs" collection of methods.

Inheritance
object
ProjectsResource.TransferConfigsResource.RunsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BigQueryDataTransfer.v1
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public class ProjectsResource.TransferConfigsResource.RunsResource

Constructors

RunsResource(IClientService)

Constructs a new resource.

Declaration
public RunsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

TransferLogs

Gets the TransferLogs resource.

Declaration
public virtual ProjectsResource.TransferConfigsResource.RunsResource.TransferLogsResource TransferLogs { get; }
Property Value
Type Description
ProjectsResource.TransferConfigsResource.RunsResource.TransferLogsResource

Methods

Delete(string)

Deletes the specified transfer run.

Declaration
public virtual ProjectsResource.TransferConfigsResource.RunsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the resource requested. 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}/runs/{run_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}/runs/{run_id}

Returns
Type Description
ProjectsResource.TransferConfigsResource.RunsResource.DeleteRequest

Get(string)

Returns information about the particular transfer run.

Declaration
public virtual ProjectsResource.TransferConfigsResource.RunsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the resource requested. 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}/runs/{run_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}/runs/{run_id}

Returns
Type Description
ProjectsResource.TransferConfigsResource.RunsResource.GetRequest

List(string)

Returns information about running and completed transfer runs.

Declaration
public virtual ProjectsResource.TransferConfigsResource.RunsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Name of transfer configuration for which transfer runs should be retrieved. 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}
Returns
Type Description
ProjectsResource.TransferConfigsResource.RunsResource.ListRequest
In this article
Back to top Generated by DocFX