Google BigQuery Data Transfer v1 API - Class ListTransferConfigsRequest (4.7.0)

public sealed class ListTransferConfigsRequest : IMessage<ListTransferConfigsRequest>, IEquatable<ListTransferConfigsRequest>, IDeepCloneable<ListTransferConfigsRequest>, IBufferMessage, IMessage, IPageRequest

Reference 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.

Inheritance

object > ListTransferConfigsRequest

Namespace

Google.Cloud.BigQuery.DataTransfer.V1

Assembly

Google.Cloud.BigQuery.DataTransfer.V1.dll

Constructors

ListTransferConfigsRequest()

public ListTransferConfigsRequest()

ListTransferConfigsRequest(ListTransferConfigsRequest)

public ListTransferConfigsRequest(ListTransferConfigsRequest other)
Parameter
NameDescription
otherListTransferConfigsRequest

Properties

DataSourceIds

public RepeatedField<string> DataSourceIds { get; }

When specified, only configurations of requested data sources are returned.

Property Value
TypeDescription
RepeatedFieldstring

PageSize

public int PageSize { get; set; }

Page size. The default page size is the maximum value of 1000 results.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName