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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb

Overview

The returned list transfer run messages.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String (readonly)

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.



558
559
560
561
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 558

class ListTransferLogsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#transfer_messages::Array<::Google::Cloud::Bigquery::DataTransfer::V1::TransferMessage> (readonly)

Returns Output only. The stored pipeline transfer messages.

Returns:



558
559
560
561
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 558

class ListTransferLogsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end