Class: Google::Cloud::Bigquery::DataTransfer::V1::ListTransferLogsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataTransfer::V1::ListTransferLogsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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
-
#message_types ⇒ ::Array<::Google::Cloud::Bigquery::DataTransfer::V1::TransferMessage::MessageSeverity>
Message types to return.
-
#page_size ⇒ ::Integer
Page size.
-
#page_token ⇒ ::String
Pagination token, which can be used to request a specific page of
ListTransferLogsRequest
list results. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#message_types ⇒ ::Array<::Google::Cloud::Bigquery::DataTransfer::V1::TransferMessage::MessageSeverity>
Returns Message types to return. If not populated - INFO, WARNING and ERROR messages are returned.
565 566 567 568 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 565 class ListTransferLogsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Page size. The default page size is the maximum value of 1000 results.
565 566 567 568 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 565 class ListTransferLogsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
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.
565 566 567 568 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 565 class ListTransferLogsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
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}
.
565 566 567 568 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 565 class ListTransferLogsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |