Class ProjectsResource.TransferConfigsResource.RunsResource.TransferLogsResource | Google.Apis.BigQueryDataTransfer.v1
Show / Hide Table of Contents

Class ProjectsResource.TransferConfigsResource.RunsResource.TransferLogsResource

The "transferLogs" collection of methods.

Inheritance
object
ProjectsResource.TransferConfigsResource.RunsResource.TransferLogsResource
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.TransferLogsResource

Constructors

TransferLogsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Returns log messages for the transfer run.

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

Required. Transfer run 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}/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.TransferLogsResource.ListRequest
In this article
Back to top Generated by DocFX