Class: Google::Cloud::Bigquery::DataTransfer::V1::DeleteTransferConfigRequest

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

A request to delete data transfer information. All associated transfer runs and log messages will be deleted as well.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The field will contain name of the resource requested, for example: projects/{project_id}/transferConfigs/{config_id} or projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.

Returns:

  • (::String)

    Required. The field will contain name of the resource requested, for example: projects/{project_id}/transferConfigs/{config_id} or projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}



403
404
405
406
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 403

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