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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cluster.ClusterAutoscalingConfiggetClusterAutoscalingConfig()Autoscaling configuration for this cluster.Cluster.ClusterAutoscalingConfigOrBuildergetClusterAutoscalingConfigOrBuilder()Autoscaling configuration for this cluster.booleanhasClusterAutoscalingConfig()Autoscaling configuration for this cluster.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-