Class ProjectsResource.LocationsResource.DataSourcesResource.ListRequest
Lists supported data sources and returns their settings.
Inheritance
ProjectsResource.LocationsResource.DataSourcesResource.ListRequest
Inherited Members
Namespace: Google.Apis.BigQueryDataTransfer.v1
Assembly: Google.Apis.BigQueryDataTransfer.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DataSourcesResource.ListRequest : BigQueryDataTransferBaseServiceRequest<ListDataSourcesResponse>, IClientServiceRequest<ListDataSourcesResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
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
PageSize
Page size. The default page size is the maximum value of 1000 results.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
Pagination token, which can be used to request a specific page of ListDataSourcesRequest
list
results. For multiple-page results, ListDataSourcesResponse
outputs a next_page
token, which
can be used as the page_token
value to request the next page of list results.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The BigQuery project id for which data sources should be returned. Must be in the
form: projects/{project_id}
or projects/{project_id}/locations/{location_id}
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()