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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Duration getClusterInitTimeout()
      The timeout used for sub cluster initialization.
      com.google.protobuf.DurationOrBuilder getClusterInitTimeoutOrBuilder()
      The timeout used for sub cluster initialization.
      boolean hasClusterInitTimeout()
      The timeout used for sub cluster initialization.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • 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) = { ... }