Class: Google::Cloud::Bigquery::DataTransfer::V1::ListTransferLogsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb

Overview

The returned list transfer run messages.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

Returns 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:

  • (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.



457
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb', line 457

class ListTransferLogsResponse; end

#transfer_messagesArray<Google::Cloud::Bigquery::DataTransfer::V1::TransferMessage>

Returns Output only. The stored pipeline transfer messages.

Returns:



457
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb', line 457

class ListTransferLogsResponse; end