Class: Google::Cloud::DiscoveryEngine::V1::BigtableSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/import_config.rb

Overview

The Cloud Bigtable source for importing data.

Instance Attribute Summary collapse

Instance Attribute Details

#bigtable_options::Google::Cloud::DiscoveryEngine::V1::BigtableOptions

Returns Required. Bigtable options that contains information needed when parsing data into typed structures. For example, column type annotations.

Returns:



284
285
286
287
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 284

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

#instance_id::String

Returns Required. The instance ID of the Cloud Bigtable that needs to be imported.

Returns:

  • (::String)

    Required. The instance ID of the Cloud Bigtable that needs to be imported.



284
285
286
287
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 284

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

#project_id::String

Returns The project ID that the Bigtable source is in with a length limit of 128 characters. If not specified, inherits the project ID from the parent request.

Returns:

  • (::String)

    The project ID that the Bigtable source is in with a length limit of 128 characters. If not specified, inherits the project ID from the parent request.



284
285
286
287
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 284

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

#table_id::String

Returns Required. The table ID of the Cloud Bigtable that needs to be imported.

Returns:

  • (::String)

    Required. The table ID of the Cloud Bigtable that needs to be imported.



284
285
286
287
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 284

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