Interface SubClusterConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubClusterConfig,SubClusterConfig.Builder
public interface SubClusterConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.DurationThe timeout used for sub cluster initialization.com.google.protobuf.DurationOrBuilderThe timeout used for sub cluster initialization.booleanThe timeout used for sub cluster initialization.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasClusterInitTimeout
boolean hasClusterInitTimeout()The timeout used for sub cluster initialization. Defaults to **5s** if not set.
.google.protobuf.Duration cluster_init_timeout = 3 [(.validate.rules) = { ... }- Returns:
- Whether the clusterInitTimeout field is set.
-
getClusterInitTimeout
com.google.protobuf.Duration getClusterInitTimeout()The timeout used for sub cluster initialization. Defaults to **5s** if not set.
.google.protobuf.Duration cluster_init_timeout = 3 [(.validate.rules) = { ... }- Returns:
- The clusterInitTimeout.
-
getClusterInitTimeoutOrBuilder
com.google.protobuf.DurationOrBuilder getClusterInitTimeoutOrBuilder()The timeout used for sub cluster initialization. Defaults to **5s** if not set.
.google.protobuf.Duration cluster_init_timeout = 3 [(.validate.rules) = { ... }
-