Interface FeatureOnlineStore.BigtableOrBuilder (3.82.0)

public static interface FeatureOnlineStore.BigtableOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAutoScaling()

public abstract FeatureOnlineStore.Bigtable.AutoScaling getAutoScaling()

Required. Autoscaling config applied to Bigtable Instance.

.google.cloud.aiplatform.v1.FeatureOnlineStore.Bigtable.AutoScaling auto_scaling = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeatureOnlineStore.Bigtable.AutoScaling

The autoScaling.

getAutoScalingOrBuilder()

public abstract FeatureOnlineStore.Bigtable.AutoScalingOrBuilder getAutoScalingOrBuilder()

Required. Autoscaling config applied to Bigtable Instance.

.google.cloud.aiplatform.v1.FeatureOnlineStore.Bigtable.AutoScaling auto_scaling = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeatureOnlineStore.Bigtable.AutoScalingOrBuilder

getBigtableMetadata()

public abstract FeatureOnlineStore.Bigtable.BigtableMetadata getBigtableMetadata()

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

.google.cloud.aiplatform.v1.FeatureOnlineStore.Bigtable.BigtableMetadata bigtable_metadata = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FeatureOnlineStore.Bigtable.BigtableMetadata

The bigtableMetadata.

getBigtableMetadataOrBuilder()

public abstract FeatureOnlineStore.Bigtable.BigtableMetadataOrBuilder getBigtableMetadataOrBuilder()

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

.google.cloud.aiplatform.v1.FeatureOnlineStore.Bigtable.BigtableMetadata bigtable_metadata = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FeatureOnlineStore.Bigtable.BigtableMetadataOrBuilder

getEnableDirectBigtableAccess()

public abstract boolean getEnableDirectBigtableAccess()

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

bool enable_direct_bigtable_access = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The enableDirectBigtableAccess.

getZone()

public abstract String 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.

string zone = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The zone.

getZoneBytes()

public abstract ByteString getZoneBytes()

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.

string zone = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for zone.

hasAutoScaling()

public abstract boolean hasAutoScaling()

Required. Autoscaling config applied to Bigtable Instance.

.google.cloud.aiplatform.v1.FeatureOnlineStore.Bigtable.AutoScaling auto_scaling = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the autoScaling field is set.

hasBigtableMetadata()

public abstract boolean hasBigtableMetadata()

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

.google.cloud.aiplatform.v1.FeatureOnlineStore.Bigtable.BigtableMetadata bigtable_metadata = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the bigtableMetadata field is set.