Class: Google::Cloud::Bigquery::Datatransfer::V1::DeleteTransferRunRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Datatransfer::V1::DeleteTransferRunRequest
- Defined in:
- lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/datatransfer.rb
Overview
A request to delete data transfer run information.
Instance Attribute Summary collapse
-
#name ⇒ String
The field will contain name of the resource requested, for example: +projects/project_id/transferConfigs/config_id/runs/run_id+.
Instance Attribute Details
#name ⇒ String
Returns The field will contain name of the resource requested, for example: +projects/project_id/transferConfigs/config_id/runs/run_id+
331 |
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 331 class DeleteTransferRunRequest; end |