Interface Cluster.ClusterConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Cluster.ClusterConfig, Cluster.ClusterConfig.Builder
Enclosing class:
Cluster

public static interface Cluster.ClusterConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasClusterAutoscalingConfig

      boolean hasClusterAutoscalingConfig()
       Autoscaling configuration for this cluster.
       
      .google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;
      Returns:
      Whether the clusterAutoscalingConfig field is set.
    • getClusterAutoscalingConfig

      Cluster.ClusterAutoscalingConfig getClusterAutoscalingConfig()
       Autoscaling configuration for this cluster.
       
      .google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;
      Returns:
      The clusterAutoscalingConfig.
    • getClusterAutoscalingConfigOrBuilder

      Cluster.ClusterAutoscalingConfigOrBuilder getClusterAutoscalingConfigOrBuilder()
       Autoscaling configuration for this cluster.
       
      .google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;