Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TransferConfigsResource.RunsResource.TransferLogsResource

The "transferLogs" collection of methods.

Inheritance
System.Object
ProjectsResource.LocationsResource.TransferConfigsResource.RunsResource.TransferLogsResource
Inherited Members
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 TransferLogsResource

Constructors

TransferLogsResource(IClientService)

Constructs a new resource.

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

Methods

List(String)

Returns user facing log messages for the data transfer run.

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

Required. Transfer run name in the form: projects/{project_id}/transferConfigs/{config_id}/runs/{run_id} or projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}

Returns
Type Description
ProjectsResource.LocationsResource.TransferConfigsResource.RunsResource.TransferLogsResource.ListRequest
In This Article
Back to top