You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/model/Cluster.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,13 @@ public final class Cluster extends com.google.api.client.json.GenericJson {
70
70
@com.google.api.client.util.Key
71
71
privatejava.lang.Stringname;
72
72
73
+
/**
74
+
* Immutable. The node scaling factor of this cluster.
75
+
* The value may be {@code null}.
76
+
*/
77
+
@com.google.api.client.util.Key
78
+
privatejava.lang.StringnodeScalingFactor;
79
+
73
80
/**
74
81
* The number of nodes in the cluster. If no value is set, Cloud Bigtable automatically allocates
75
82
* nodes based on your data footprint and optimized for 50% storage utilization.
@@ -178,6 +185,23 @@ public Cluster setName(java.lang.String name) {
178
185
returnthis;
179
186
}
180
187
188
+
/**
189
+
* Immutable. The node scaling factor of this cluster.
190
+
* @return value or {@code null} for none
191
+
*/
192
+
publicjava.lang.StringgetNodeScalingFactor() {
193
+
returnnodeScalingFactor;
194
+
}
195
+
196
+
/**
197
+
* Immutable. The node scaling factor of this cluster.
198
+
* @param nodeScalingFactor nodeScalingFactor or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-bigtableadmin/v2/2.0.0/com/google/api/services/bigtableadmin/v2/model/RowAffinity.java
0 commit comments