BigQuery Data Transfer V1 Client - Class ListTransferLogsResponse (1.7.0)

Reference documentation and code samples for the BigQuery Data Transfer V1 Client class ListTransferLogsResponse.

The returned list transfer run messages.

Generated from protobuf message google.cloud.bigquery.datatransfer.v1.ListTransferLogsResponse

Namespace

Google \ Cloud \ BigQuery \ DataTransfer \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ transfer_messages array<Google\Cloud\BigQuery\DataTransfer\V1\TransferMessage>

Output only. The stored pipeline transfer messages.

↳ next_page_token string

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.

getTransferMessages

Output only. The stored pipeline transfer messages.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTransferMessages

Output only. The stored pipeline transfer messages.

Parameter
NameDescription
var array<Google\Cloud\BigQuery\DataTransfer\V1\TransferMessage>
Returns
TypeDescription
$this

getNextPageToken

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.

Returns
TypeDescription
string

setNextPageToken

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this