Class: Google::Cloud::Bigquery::DataTransfer::V1::GetDataSourceRequest

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 get data source info.

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}/dataSources/{data_source_id} or projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}.

Returns:

  • (::String)

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



225
226
227
228
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 225

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