public sealed class ListTransferConfigsRequest : IMessage<ListTransferConfigsRequest>, IEquatable<ListTransferConfigsRequest>, IDeepCloneable<ListTransferConfigsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google BigQuery Data Transfer v1 API class ListTransferConfigsRequest.
A request to list data transfers configured for a BigQuery project.
Implements
IMessageListTransferConfigsRequest, IEquatableListTransferConfigsRequest, IDeepCloneableListTransferConfigsRequest, 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 |
RepeatedFieldstring |
|
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 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 transfer configs
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 |
|