Interface Cluster.ClusterConfigOrBuilder (2.17.1)

public static interface Cluster.ClusterConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClusterAutoscalingConfig()

public abstract Cluster.ClusterAutoscalingConfig getClusterAutoscalingConfig()

Autoscaling configuration for this cluster.

.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
Cluster.ClusterAutoscalingConfigOrBuilder

hasClusterAutoscalingConfig()

public abstract boolean hasClusterAutoscalingConfig()

Autoscaling configuration for this cluster.

.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;

Returns
TypeDescription
boolean

Whether the clusterAutoscalingConfig field is set.