public sealed class ListTransferRunsRequest : IMessage<ListTransferRunsRequest>, IEquatable<ListTransferRunsRequest>, IDeepCloneable<ListTransferRunsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google BigQuery Data Transfer v1 API class ListTransferRunsRequest.
A request to list data transfer runs.
Implements
IMessageListTransferRunsRequest, IEquatableListTransferRunsRequest, IDeepCloneableListTransferRunsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BigQuery.DataTransfer.V1Assembly
Google.Cloud.BigQuery.DataTransfer.V1.dll
Constructors
ListTransferRunsRequest()
public ListTransferRunsRequest()ListTransferRunsRequest(ListTransferRunsRequest)
public ListTransferRunsRequest(ListTransferRunsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTransferRunsRequest |
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 ListTransferRunsRequest list results. For multiple-page
results, ListTransferRunsResponse 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. Name of transfer configuration for which transfer runs should be
retrieved. Format of transfer configuration resource name is:
projects/{project_id}/transferConfigs/{config_id} or
projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsTransferConfigName
public TransferConfigName ParentAsTransferConfigName { get; set; }TransferConfigName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
TransferConfigName |
|
RunAttempt
public ListTransferRunsRequest.Types.RunAttempt RunAttempt { get; set; }Indicates how run attempts are to be pulled.
| Property Value | |
|---|---|
| Type | Description |
ListTransferRunsRequestTypesRunAttempt |
|
States
public RepeatedField<TransferState> States { get; }When specified, only transfer runs with requested states are returned.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTransferState |
|