public sealed class ListDataSourcesRequest : IMessage<ListDataSourcesRequest>, IEquatable<ListDataSourcesRequest>, IDeepCloneable<ListDataSourcesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class ListDataSourcesRequest.
Request to list supported data sources and their data transfer settings.
Implements
IMessageListDataSourcesRequest, IEquatableListDataSourcesRequest, IDeepCloneableListDataSourcesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BigQuery.DataTransfer.V1Assembly
Google.Cloud.BigQuery.DataTransfer.V1.dll
Constructors
ListDataSourcesRequest()
public ListDataSourcesRequest()
ListDataSourcesRequest(ListDataSourcesRequest)
public ListDataSourcesRequest(ListDataSourcesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListDataSourcesRequest |
Properties
PageSize
public int PageSize { get; set; }
Page size. The default page size is the maximum value of 1000 results.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
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}
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }
IResourceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |