Google BigQuery Data Transfer v1 API - Class ListTransferRunsResponse (4.8.0)

public sealed class ListTransferRunsResponse : IMessage<ListTransferRunsResponse>, IEquatable<ListTransferRunsResponse>, IDeepCloneable<ListTransferRunsResponse>, IBufferMessage, IMessage, IPageResponse<TransferRun>, IEnumerable<TransferRun>, IEnumerable

Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class ListTransferRunsResponse.

The returned list of pipelines in the project.

Inheritance

object > ListTransferRunsResponse

Namespace

Google.Cloud.BigQuery.DataTransfer.V1

Assembly

Google.Cloud.BigQuery.DataTransfer.V1.dll

Constructors

ListTransferRunsResponse()

public ListTransferRunsResponse()

ListTransferRunsResponse(ListTransferRunsResponse)

public ListTransferRunsResponse(ListTransferRunsResponse other)
Parameter
NameDescription
otherListTransferRunsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Output only. The next-pagination token. For multiple-page list results, this token can be used as the ListTransferRunsRequest.page_token to request the next page of list results.

Property Value
TypeDescription
string

TransferRuns

public RepeatedField<TransferRun> TransferRuns { get; }

Output only. The stored pipeline transfer runs.

Property Value
TypeDescription
RepeatedFieldTransferRun

Methods

GetEnumerator()

public IEnumerator<TransferRun> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorTransferRun