Google Cloud Discovery Engine V1 Client - Class BigtableSource (0.11.2)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class BigtableSource.

The Cloud Bigtable source for importing data.

Generated from protobuf message google.cloud.discoveryengine.v1.BigtableSource

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ project_id 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.

↳ instance_id string

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

↳ table_id string

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

↳ bigtable_options Google\Cloud\DiscoveryEngine\V1\BigtableOptions

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

getProjectId

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
Type Description
string

setProjectId

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.

Parameter
Name Description
var string
Returns
Type Description
$this

getInstanceId

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

Returns
Type Description
string

setInstanceId

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

Parameter
Name Description
var string
Returns
Type Description
$this

getTableId

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

Returns
Type Description
string

setTableId

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

Parameter
Name Description
var string
Returns
Type Description
$this

getBigtableOptions

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

Returns
Type Description
Google\Cloud\DiscoveryEngine\V1\BigtableOptions|null

hasBigtableOptions

clearBigtableOptions

setBigtableOptions

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

Parameter
Name Description
var Google\Cloud\DiscoveryEngine\V1\BigtableOptions
Returns
Type Description
$this