Interface UdpProxyConfig.UdpTunnelingConfig.RetryOptionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UdpProxyConfig.UdpTunnelingConfig.RetryOptions, UdpProxyConfig.UdpTunnelingConfig.RetryOptions.Builder
Enclosing class:
UdpProxyConfig.UdpTunnelingConfig

public static interface UdpProxyConfig.UdpTunnelingConfig.RetryOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the backoff strategy.
    Sets the backoff strategy.
    com.google.protobuf.UInt32Value
    The maximum number of unsuccessful connection attempts that will be made before giving up.
    com.google.protobuf.UInt32ValueOrBuilder
    The maximum number of unsuccessful connection attempts that will be made before giving up.
    boolean
    Sets the backoff strategy.
    boolean
    The maximum number of unsuccessful connection attempts that will be made before giving up.

    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 Details

    • hasMaxConnectAttempts

      boolean hasMaxConnectAttempts()
       The maximum number of unsuccessful connection attempts that will be made before giving up.
       If the parameter is not specified, 1 connection attempt will be made.
       
      .google.protobuf.UInt32Value max_connect_attempts = 1;
      Returns:
      Whether the maxConnectAttempts field is set.
    • getMaxConnectAttempts

      com.google.protobuf.UInt32Value getMaxConnectAttempts()
       The maximum number of unsuccessful connection attempts that will be made before giving up.
       If the parameter is not specified, 1 connection attempt will be made.
       
      .google.protobuf.UInt32Value max_connect_attempts = 1;
      Returns:
      The maxConnectAttempts.
    • getMaxConnectAttemptsOrBuilder

      com.google.protobuf.UInt32ValueOrBuilder getMaxConnectAttemptsOrBuilder()
       The maximum number of unsuccessful connection attempts that will be made before giving up.
       If the parameter is not specified, 1 connection attempt will be made.
       
      .google.protobuf.UInt32Value max_connect_attempts = 1;
    • hasBackoffOptions

      boolean hasBackoffOptions()
       Sets the backoff strategy. If not set, the retries are performed without backoff.
       
      .envoy.config.core.v3.BackoffStrategy backoff_options = 2;
      Returns:
      Whether the backoffOptions field is set.
    • getBackoffOptions

      BackoffStrategy getBackoffOptions()
       Sets the backoff strategy. If not set, the retries are performed without backoff.
       
      .envoy.config.core.v3.BackoffStrategy backoff_options = 2;
      Returns:
      The backoffOptions.
    • getBackoffOptionsOrBuilder

      BackoffStrategyOrBuilder getBackoffOptionsOrBuilder()
       Sets the backoff strategy. If not set, the retries are performed without backoff.
       
      .envoy.config.core.v3.BackoffStrategy backoff_options = 2;