Package com.google.cloud.aiplatform.v1
Interface FeatureOnlineStore.BigtableOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureOnlineStore.Bigtable,FeatureOnlineStore.Bigtable.Builder
- Enclosing class:
- FeatureOnlineStore
public static interface FeatureOnlineStore.BigtableOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.Required.Output only.Output only.booleanOptional.getZone()Optional.com.google.protobuf.ByteStringOptional.booleanRequired.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAutoScaling
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:
- Whether the autoScaling field is set.
-
getAutoScaling
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:
- The autoScaling.
-
getAutoScalingOrBuilder
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]; -
getEnableDirectBigtableAccess
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:
- The enableDirectBigtableAccess.
-
hasBigtableMetadata
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:
- Whether the bigtableMetadata field is set.
-
getBigtableMetadata
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:
- The bigtableMetadata.
-
getBigtableMetadataOrBuilder
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]; -
getZone
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:
- The zone.
-
getZoneBytes
com.google.protobuf.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:
- The bytes for zone.
-