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 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

       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

       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

       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

       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.