public sealed class ListTransferRunsRequest : IMessage<ListTransferRunsRequest>, IEquatable<ListTransferRunsRequest>, IDeepCloneable<ListTransferRunsRequest>, IBufferMessage, IMessage, IPageRequest
A request to list data transfer runs.
Implements
IMessage<ListTransferRunsRequest>, IEquatable<ListTransferRunsRequest>, IDeepCloneable<ListTransferRunsRequest>, 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 |
Int32 |
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 |
ListTransferRunsRequest.Types.RunAttempt |
States
public RepeatedField<TransferState> States { get; }
When specified, only transfer runs with requested states are returned.
Property Value | |
---|---|
Type | Description |
RepeatedField<TransferState> |