public interface GkeNodePoolConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GkeNodePoolConfig.GkeNodePoolAutoscalingConfig |
getAutoscaling()
Optional.
|
GkeNodePoolConfig.GkeNodePoolAutoscalingConfigOrBuilder |
getAutoscalingOrBuilder()
Optional.
|
GkeNodePoolConfig.GkeNodeConfig |
getConfig()
Optional.
|
GkeNodePoolConfig.GkeNodeConfigOrBuilder |
getConfigOrBuilder()
Optional.
|
String |
getLocations(int index)
Optional.
|
ByteString |
getLocationsBytes(int index)
Optional.
|
int |
getLocationsCount()
Optional.
|
List<String> |
getLocationsList()
Optional.
|
boolean |
hasAutoscaling()
Optional.
|
boolean |
hasConfig()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasConfig()
Optional. The node pool configuration.
.google.cloud.dataproc.v1.GkeNodePoolConfig.GkeNodeConfig config = 2 [(.google.api.field_behavior) = OPTIONAL];
GkeNodePoolConfig.GkeNodeConfig getConfig()
Optional. The node pool configuration.
.google.cloud.dataproc.v1.GkeNodePoolConfig.GkeNodeConfig config = 2 [(.google.api.field_behavior) = OPTIONAL];
GkeNodePoolConfig.GkeNodeConfigOrBuilder getConfigOrBuilder()
Optional. The node pool configuration.
.google.cloud.dataproc.v1.GkeNodePoolConfig.GkeNodeConfig config = 2 [(.google.api.field_behavior) = OPTIONAL];
List<String> getLocationsList()
Optional. The list of Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) where NodePool's nodes will be located. **Note:** Currently, only one zone may be specified. If a location is not specified during NodePool creation, Dataproc will choose a location.
repeated string locations = 13 [(.google.api.field_behavior) = OPTIONAL];
int getLocationsCount()
Optional. The list of Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) where NodePool's nodes will be located. **Note:** Currently, only one zone may be specified. If a location is not specified during NodePool creation, Dataproc will choose a location.
repeated string locations = 13 [(.google.api.field_behavior) = OPTIONAL];
String getLocations(int index)
Optional. The list of Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) where NodePool's nodes will be located. **Note:** Currently, only one zone may be specified. If a location is not specified during NodePool creation, Dataproc will choose a location.
repeated string locations = 13 [(.google.api.field_behavior) = OPTIONAL];
index
- The index of the element to return.ByteString getLocationsBytes(int index)
Optional. The list of Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) where NodePool's nodes will be located. **Note:** Currently, only one zone may be specified. If a location is not specified during NodePool creation, Dataproc will choose a location.
repeated string locations = 13 [(.google.api.field_behavior) = OPTIONAL];
index
- The index of the value to return.boolean hasAutoscaling()
Optional. The autoscaler configuration for this NodePool. The autoscaler is enabled only when a valid configuration is present.
.google.cloud.dataproc.v1.GkeNodePoolConfig.GkeNodePoolAutoscalingConfig autoscaling = 4 [(.google.api.field_behavior) = OPTIONAL];
GkeNodePoolConfig.GkeNodePoolAutoscalingConfig getAutoscaling()
Optional. The autoscaler configuration for this NodePool. The autoscaler is enabled only when a valid configuration is present.
.google.cloud.dataproc.v1.GkeNodePoolConfig.GkeNodePoolAutoscalingConfig autoscaling = 4 [(.google.api.field_behavior) = OPTIONAL];
GkeNodePoolConfig.GkeNodePoolAutoscalingConfigOrBuilder getAutoscalingOrBuilder()
Optional. The autoscaler configuration for this NodePool. The autoscaler is enabled only when a valid configuration is present.
.google.cloud.dataproc.v1.GkeNodePoolConfig.GkeNodePoolAutoscalingConfig autoscaling = 4 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2022 Google LLC. All rights reserved.