Class ListTransferRunsRequest (3.4.0)

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

A request to list data transfer runs.

Inheritance

Object > ListTransferRunsRequest

Namespace

Google.Cloud.BigQuery.DataTransfer.V1

Assembly

Google.Cloud.BigQuery.DataTransfer.V1.dll

Constructors

ListTransferRunsRequest()

public ListTransferRunsRequest()

ListTransferRunsRequest(ListTransferRunsRequest)

public ListTransferRunsRequest(ListTransferRunsRequest other)
Parameter
NameDescription
otherListTransferRunsRequest

Properties

PageSize

public int PageSize { get; set; }

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

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

ParentAsTransferConfigName

public TransferConfigName ParentAsTransferConfigName { get; set; }

TransferConfigName-typed view over the Parent resource name property.

Property Value
TypeDescription
TransferConfigName

RunAttempt

public ListTransferRunsRequest.Types.RunAttempt RunAttempt { get; set; }

Indicates how run attempts are to be pulled.

Property Value
TypeDescription
ListTransferRunsRequest.Types.RunAttempt

States

public RepeatedField<TransferState> States { get; }

When specified, only transfer runs with requested states are returned.

Property Value
TypeDescription
RepeatedField<TransferState>