Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

Inheritance
object
ProjectsResource
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

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

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

Properties

DataSources

Gets the DataSources resource.

Declaration
public virtual ProjectsResource.DataSourcesResource DataSources { get; }
Property Value
Type Description
ProjectsResource.DataSourcesResource

Locations

Gets the Locations resource.

Declaration
public virtual ProjectsResource.LocationsResource Locations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource

TransferConfigs

Gets the TransferConfigs resource.

Declaration
public virtual ProjectsResource.TransferConfigsResource TransferConfigs { get; }
Property Value
Type Description
ProjectsResource.TransferConfigsResource

Methods

EnrollDataSources(EnrollDataSourcesRequest, string)

Enroll data sources in a user project. This allows users to create transfer configurations for these data sources. They will also appear in the ListDataSources RPC and as such, will appear in the BigQuery UI, and the documents can be found in the public guide for BigQuery Web UI and Data Transfer Service.

Declaration
public virtual ProjectsResource.EnrollDataSourcesRequest EnrollDataSources(EnrollDataSourcesRequest body, string name)
Parameters
Type Name Description
EnrollDataSourcesRequest body

The body of the request.

string name

Required. The name of the project resource in the form: projects/{project_id}

Returns
Type Description
ProjectsResource.EnrollDataSourcesRequest
In this article
Back to top Generated by DocFX