public static interface Cluster.ClusterConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Cluster.ClusterAutoscalingConfig |
getClusterAutoscalingConfig()
Autoscaling configuration for this cluster.
|
Cluster.ClusterAutoscalingConfigOrBuilder |
getClusterAutoscalingConfigOrBuilder()
Autoscaling configuration for this cluster.
|
boolean |
hasClusterAutoscalingConfig()
Autoscaling configuration for this cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasClusterAutoscalingConfig()
Autoscaling configuration for this cluster.
.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;
Cluster.ClusterAutoscalingConfig getClusterAutoscalingConfig()
Autoscaling configuration for this cluster.
.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;
Cluster.ClusterAutoscalingConfigOrBuilder getClusterAutoscalingConfigOrBuilder()
Autoscaling configuration for this cluster.
.google.bigtable.admin.v2.Cluster.ClusterAutoscalingConfig cluster_autoscaling_config = 1;
Copyright © 2023 Google LLC. All rights reserved.