public sealed class ListTransferConfigsRequest : IMessage<ListTransferConfigsRequest>, IEquatable<ListTransferConfigsRequest>, IDeepCloneable<ListTransferConfigsRequest>, IBufferMessage, IMessage, IPageRequest
A request to list data transfers configured for a BigQuery project.
Implements
IMessage<ListTransferConfigsRequest>, IEquatable<ListTransferConfigsRequest>, IDeepCloneable<ListTransferConfigsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BigQuery.DataTransfer.V1Assembly
Google.Cloud.BigQuery.DataTransfer.V1.dll
Constructors
ListTransferConfigsRequest()
public ListTransferConfigsRequest()
ListTransferConfigsRequest(ListTransferConfigsRequest)
public ListTransferConfigsRequest(ListTransferConfigsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListTransferConfigsRequest |
Properties
DataSourceIds
public RepeatedField<string> DataSourceIds { get; }
When specified, only configurations of requested data sources are returned.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
PageSize
public int PageSize { get; set; }
Page size. The default page size is the maximum value of 1000 results.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Pagination token, which can be used to request a specific page
of ListTransfersRequest
list results. For multiple-page
results, ListTransfersResponse
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: 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 |