Google Cloud Ai Platform V1 Client - Class Bigtable (1.42.0)

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

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

Namespace

Google \ Cloud \ AIPlatform \ V1 \ FeatureOnlineStore

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ auto_scaling Bigtable\AutoScaling

Required. Autoscaling config applied to Bigtable Instance.

↳ enable_direct_bigtable_access bool

Optional. Whether direct access to the Bigtable instance is enabled or not.

↳ bigtable_metadata Bigtable\BigtableMetadata

Output only. Metadata of the Bigtable instance. Output only.

getAutoScaling

Required. Autoscaling config applied to Bigtable Instance.

Returns
Type Description
Bigtable\AutoScaling|null

hasAutoScaling

clearAutoScaling

setAutoScaling

Required. Autoscaling config applied to Bigtable Instance.

Parameter
Name Description
var Bigtable\AutoScaling
Returns
Type Description
$this

getEnableDirectBigtableAccess

Optional. Whether direct access to the Bigtable instance is enabled or not.

Returns
Type Description
bool

setEnableDirectBigtableAccess

Optional. Whether direct access to the Bigtable instance is enabled or not.

Parameter
Name Description
var bool
Returns
Type Description
$this

getBigtableMetadata

Output only. Metadata of the Bigtable instance. Output only.

Returns
Type Description
Bigtable\BigtableMetadata|null

hasBigtableMetadata

clearBigtableMetadata

setBigtableMetadata

Output only. Metadata of the Bigtable instance. Output only.

Parameter
Name Description
var Bigtable\BigtableMetadata
Returns
Type Description
$this