Package com.google.container.v1
Interface CloudRunConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CloudRunConfig
,CloudRunConfig.Builder
public interface CloudRunConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getDisabled()
Whether Cloud Run addon is enabled for this cluster.CloudRunConfig.LoadBalancerType
getLoadBalancerType()
Which load balancer type is installed for Cloud Run.int
getLoadBalancerTypeValue()
Which load balancer type is installed for Cloud Run.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisabled
boolean getDisabled()
Whether Cloud Run addon is enabled for this cluster.
bool disabled = 1;
- Returns:
- The disabled.
-
getLoadBalancerTypeValue
int getLoadBalancerTypeValue()
Which load balancer type is installed for Cloud Run.
.google.container.v1.CloudRunConfig.LoadBalancerType load_balancer_type = 3;
- Returns:
- The enum numeric value on the wire for loadBalancerType.
-
getLoadBalancerType
CloudRunConfig.LoadBalancerType getLoadBalancerType()
Which load balancer type is installed for Cloud Run.
.google.container.v1.CloudRunConfig.LoadBalancerType load_balancer_type = 3;
- Returns:
- The loadBalancerType.
-
-