Google Cloud Ai Platform V1 Client - Class BigtableMetadata (1.43.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class BigtableMetadata.

Metadata of the Bigtable instance. This is used by direct read access to the Bigtable in tenant project.

Generated from protobuf message google.cloud.aiplatform.v1.FeatureOnlineStore.Bigtable.BigtableMetadata

Namespace

Google \ Cloud \ AIPlatform \ V1 \ FeatureOnlineStore \ Bigtable

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ tenant_project_id string

Tenant project ID.

↳ instance_id string

The Cloud Bigtable instance id.

↳ table_id string

The Cloud Bigtable table id.

getTenantProjectId

Tenant project ID.

Returns
Type Description
string

setTenantProjectId

Tenant project ID.

Parameter
Name Description
var string
Returns
Type Description
$this

getInstanceId

The Cloud Bigtable instance id.

Returns
Type Description
string

setInstanceId

The Cloud Bigtable instance id.

Parameter
Name Description
var string
Returns
Type Description
$this

getTableId

The Cloud Bigtable table id.

Returns
Type Description
string

setTableId

The Cloud Bigtable table id.

Parameter
Name Description
var string
Returns
Type Description
$this