public static interface Cluster.ClusterConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getClusterAutoscalingConfig()
public abstract Cluster.ClusterAutoscalingConfig getClusterAutoscalingConfig()
Autoscaling configuration for this cluster.
.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;
Type | Description |
Cluster.ClusterAutoscalingConfig | The clusterAutoscalingConfig. |
getClusterAutoscalingConfigOrBuilder()
public abstract Cluster.ClusterAutoscalingConfigOrBuilder getClusterAutoscalingConfigOrBuilder()
Autoscaling configuration for this cluster.
.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;
Type | Description |
Cluster.ClusterAutoscalingConfigOrBuilder |
hasClusterAutoscalingConfig()
public abstract boolean hasClusterAutoscalingConfig()
Autoscaling configuration for this cluster.
.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;
Type | Description |
boolean | Whether the clusterAutoscalingConfig field is set. |