Class: Google::Cloud::DiscoveryEngine::V1beta::SpannerSource

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

Overview

The Spanner source for importing data

Instance Attribute Summary collapse

Instance Attribute Details

#database_id::String

Returns Required. The database ID of the source Spanner table.

Returns:

  • (::String)

    Required. The database ID of the source Spanner table.



134
135
136
137
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 134

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

#enable_data_boost::Boolean

Returns Whether to apply data boost on Spanner export. Enabling this option will incur additional cost. More info can be found here.

Returns:

  • (::Boolean)

    Whether to apply data boost on Spanner export. Enabling this option will incur additional cost. More info can be found here.



134
135
136
137
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 134

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

#instance_id::String

Returns Required. The instance ID of the source Spanner table.

Returns:

  • (::String)

    Required. The instance ID of the source Spanner table.



134
135
136
137
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 134

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

#project_id::String

Returns The project ID that the Spanner 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 Spanner source is in with a length limit of 128 characters. If not specified, inherits the project ID from the parent request.



134
135
136
137
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 134

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

#table_id::String

Returns Required. The table name of the Spanner database that needs to be imported.

Returns:

  • (::String)

    Required. The table name of the Spanner database that needs to be imported.



134
135
136
137
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 134

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