Package com.google.bigtable.admin.v2
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 Summary
Modifier and TypeMethodDescriptionAutoscaling configuration for this cluster.Autoscaling configuration for this cluster.booleanAutoscaling configuration for this cluster.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
-
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;
-