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

public sealed class ListTransferLogsResponse : IMessage<ListTransferLogsResponse>, IEquatable<ListTransferLogsResponse>, IDeepCloneable<ListTransferLogsResponse>, IBufferMessage, IMessage, IPageResponse<TransferMessage>, IEnumerable<TransferMessage>, IEnumerable

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

The returned list transfer run messages.

Inheritance

object > ListTransferLogsResponse

Namespace

Google.Cloud.BigQuery.DataTransfer.V1

Assembly

Google.Cloud.BigQuery.DataTransfer.V1.dll

Constructors

ListTransferLogsResponse()

public ListTransferLogsResponse()

ListTransferLogsResponse(ListTransferLogsResponse)

public ListTransferLogsResponse(ListTransferLogsResponse other)
Parameter
NameDescription
otherListTransferLogsResponse

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 GetTransferRunLogRequest.page_token to request the next page of list results.

Property Value
TypeDescription
string

TransferMessages

public RepeatedField<TransferMessage> TransferMessages { get; }

Output only. The stored pipeline transfer messages.

Property Value
TypeDescription
RepeatedFieldTransferMessage

Methods

GetEnumerator()

public IEnumerator<TransferMessage> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorTransferMessage