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 \ FeatureOnlineStoreMethods
__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. |
↳ zone |
string
Optional. The zone where the underlying Bigtable cluster for the primary Bigtable instance will be provisioned. Only the zone must be provided. For example, only "us-central1-a" should be provided. |
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 |
|
getZone
Optional. The zone where the underlying Bigtable cluster for the primary Bigtable instance will be provisioned. Only the zone must be provided.
For example, only "us-central1-a" should be provided.
| Returns | |
|---|---|
| Type | Description |
string |
|
setZone
Optional. The zone where the underlying Bigtable cluster for the primary Bigtable instance will be provisioned. Only the zone must be provided.
For example, only "us-central1-a" should be provided.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|