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
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 |
getTransferMessages
Output only. The stored pipeline transfer messages.
Generated from protobuf field repeated .google.cloud.bigquery.datatransfer.v1.TransferMessage transfer_messages = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setTransferMessages
Output only. The stored pipeline transfer messages.
Generated from protobuf field repeated .google.cloud.bigquery.datatransfer.v1.TransferMessage transfer_messages = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\BigQuery\DataTransfer\V1\TransferMessage>
|
| Returns | |
|---|---|
| Type | Description |
$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.
Generated from protobuf field string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
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.
Generated from protobuf field string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|