Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::SpannerSource.
The Spanner source for importing data
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#database_id
def database_id() -> ::String
Returns
- (::String) — Required. The database ID of the source Spanner table.
#database_id=
def database_id=(value) -> ::String
Parameter
- value (::String) — Required. The database ID of the source Spanner table.
Returns
- (::String) — Required. The database ID of the source Spanner table.
#enable_data_boost
def enable_data_boost() -> ::Boolean
Returns
- (::Boolean) — Whether to apply data boost on Spanner export. Enabling this option will incur additional cost. More info can be found here.
#enable_data_boost=
def enable_data_boost=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
#instance_id
def instance_id() -> ::String
Returns
- (::String) — Required. The instance ID of the source Spanner table.
#instance_id=
def instance_id=(value) -> ::String
Parameter
- value (::String) — Required. The instance ID of the source Spanner table.
Returns
- (::String) — Required. The instance ID of the source Spanner table.
#project_id
def project_id() -> ::String
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.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::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.
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.
#table_id
def table_id() -> ::String
Returns
- (::String) — Required. The table name of the Spanner database that needs to be imported.
#table_id=
def table_id=(value) -> ::String
Parameter
- value (::String) — 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.