Class ProjectsResource.LocationsResource.UnenrollDataSourcesRequest
Unenroll data sources in a user project. This allows users to remove transfer configurations for these data sources. They will no longer appear in the ListDataSources RPC and will also no longer appear in the BigQuery UI. Data transfers configurations of unenrolled data sources will not be scheduled.
Inheritance
ProjectsResource.LocationsResource.UnenrollDataSourcesRequest
Inherited Members
Namespace: Google.Apis.BigQueryDataTransfer.v1
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public class ProjectsResource.LocationsResource.UnenrollDataSourcesRequest : BigQueryDataTransferBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
UnenrollDataSourcesRequest(IClientService, UnenrollDataSourcesRequest, string)
Constructs a new UnenrollDataSources request.
Declaration
public UnenrollDataSourcesRequest(IClientService service, UnenrollDataSourcesRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
UnenrollDataSourcesRequest | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The name of the project resource in the form: projects/{project_id}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes UnenrollDataSources parameter list.
Declaration
protected override void InitParameters()