Class: Google::Cloud::Bigquery::Datatransfer::V1::ListTransferLogsRequest

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

Overview

A request to get user facing log messages associated with data transfer run.

Instance Attribute Summary collapse

Instance Attribute Details

#message_typesArray<Google::Cloud::Bigquery::Datatransfer::V1::TransferMessage::MessageSeverity>

Returns Message types to return. If not populated - INFO, WARNING and ERROR messages are returned.

Returns:



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

class ListTransferLogsRequest; end

#page_sizeInteger

Returns Page size. The default page size is the maximum value of 1000 results.

Returns:

  • (Integer)

    Page size. The default page size is the maximum value of 1000 results.



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

class ListTransferLogsRequest; end

#page_tokenString

Returns Pagination token, which can be used to request a specific page of ListTransferLogsRequest list results. For multiple-page results, ListTransferLogsResponse outputs a next_page token, which can be used as the page_token value to request the next page of list results.

Returns:

  • (String)

    Pagination token, which can be used to request a specific page of ListTransferLogsRequest list results. For multiple-page results, ListTransferLogsResponse outputs a next_page token, which can be used as the page_token value to request the next page of list results.



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

class ListTransferLogsRequest; end

#parentString

Returns Required. Transfer run name in the form: projects/{project_id}/transferConfigs/{config_id}/runs/{run_id} or projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}.

Returns:

  • (String)

    Required. Transfer run name in the form: projects/{project_id}/transferConfigs/{config_id}/runs/{run_id} or projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}



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

class ListTransferLogsRequest; end